/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
AssetLocator.java | 36 * <code>AssetLocator</code> is used to locate a resource based on an AssetKey. 49 * Request to locate an asset. The asset key 59 public AssetInfo locate(AssetManager manager, AssetKey key); method in interface:AssetLocator
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_stream.py | 38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_stream_hixie75.py | 38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_extensions.py | 38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_memorizingfile.py | 39 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_util.py | 40 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_mock.py | 40 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_dispatch.py | 39 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_handshake.py | 38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_handshake_draft75.py | 38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_handshake_hybi00.py | 38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_handshake_hybi08.py | 38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_endtoend.py | 45 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_handshake_hybi.py | 38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_mux.py | 42 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
|
test_msgutil.py | 42 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
ClasspathLocator.java | 68 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:ClasspathLocator
|
UrlLocator.java | 65 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:UrlLocator
|
ZipLocator.java | 78 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:ZipLocator
|
FileLocator.java | 82 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:FileLocator
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/ |
AndroidLocator.java | 70 public AssetInfo locate(com.jme3.asset.AssetManager manager, AssetKey key) { method in class:AndroidLocator
|
/external/llvm/utils/TableGen/ |
CTagsEmitter.cpp | 58 static SMLoc locate(const Record *R); 63 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter 81 Tags.push_back(Tag(I->first, locate(I->second))); 85 Tags.push_back(Tag(I->first, locate(I->second)));
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
task.rb | 186 file = locate( "#{ vocab }.tokens" ) and return( file ) 188 | unable to locate .tokens file `#{ vocab }' referenced in #{ grammar.path } 194 def locate( file_name ) method in class:ANTLR3.CompileTask.GrammarSet 393 file = group.locate( "#{ imp }.g" ) or raise( Util.tidy( <<-END ) ) 394 | #{ @path }: unable to locate imported grammar file #{ imp }.g 473 message << "could not locate a grammar name and type declaration matching\n" 481 message << "could not locate a grammar name and type declaration matching\n"
|
/build/tools/atree/ |
files.cpp | 331 locate(FileRecord* rec, const vector<string>& search) function 358 fprintf(stderr, "%s:%d: couldn't locate source file: %s\n",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 1466 def locate(path, forceload=0): function [all...] |