SYMBOL INDEX (49 symbols across 9 files) FILE: android/app/src/main/java/com/whatsthis/MainActivity.java class MainActivity (line 17) | public class MainActivity extends Activity implements DefaultHardwareBac... method onCreate (line 22) | @Override method onKeyUp (line 46) | @Override method onBackPressed (line 55) | @Override method invokeDefaultOnBackPressed (line 64) | @Override method onPause (line 69) | @Override method onResume (line 78) | @Override FILE: index.android.js method componentDidMount (line 61) | componentDidMount() { method _loadInitialState (line 64) | async _loadInitialState() { method _setDefaultUserData (line 78) | async _setDefaultUserData() { method _saveUserData (line 85) | async _saveUserData() { FILE: index.ios.js method componentDidMount (line 51) | componentDidMount() { method _loadInitialState (line 54) | async _loadInitialState() { method _setDefaultUserData (line 68) | async _setDefaultUserData() { method _saveUserData (line 75) | async _saveUserData() { FILE: main/ImageSelect/index.js method getInitialState (line 16) | getInitialState() { method render (line 21) | render() { FILE: main/LanguageSelect/index.js method getInitialState (line 16) | getInitialState() { method render (line 21) | render() { FILE: main/index.android.js method getInitialState (line 38) | getInitialState() { method render (line 48) | render() { method _onBarCodeRead (line 131) | _onBarCodeRead(e) { method _switchCamera (line 134) | _switchCamera() { method _takePicture (line 137) | _takePicture() { method _onPictureTaken (line 140) | _onPictureTaken(event) { FILE: main/index.ios.js method getInitialState (line 37) | getInitialState() { method render (line 48) | render() { method _onBarCodeRead (line 123) | _onBarCodeRead(e) { method _switchCamera (line 126) | _switchCamera() { method _takePicture (line 132) | _takePicture() { FILE: server/classify_image.py class NodeLookup (line 67) | class NodeLookup(object): method __init__ (line 70) | def __init__(self, method load (line 81) | def load(self, label_lookup_path, uid_lookup_path): method id_to_string (line 124) | def id_to_string(self, node_id): class Inception (line 129) | class Inception: method __init__ (line 131) | def __init__(self): method run_inference_on_image (line 144) | def run_inference_on_image(self, image): FILE: server/inceptionServer.py class SimpleHTTPRequestHandler (line 30) | class SimpleHTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): method do_OPTIONS (line 47) | def do_OPTIONS(self): method do_GET (line 51) | def do_GET(self): method do_HEAD (line 61) | def do_HEAD(self): method do_POST (line 67) | def do_POST(self): method deal_post_data (line 91) | def deal_post_data(self): method send_head (line 134) | def send_head(self): method list_directory (line 178) | def list_directory(self, path): method translate_path (line 223) | def translate_path(self, path): method copyfile (line 245) | def copyfile(self, source, outputfile): method guess_type (line 261) | def guess_type(self, path): function test (line 296) | def test(HandlerClass = SimpleHTTPRequestHandler,