HomeSort by relevance Sort by last modified time
    Searched refs:locate (Results 1 - 25 of 33) sorted by null

1 2

  /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
ImplHandler.java 134 * Attempts to locate the given resource name.
149 AssetInfo info = locator.locate(owner, key);
  /external/openssh/contrib/
findssl.sh 115 if [ -x "`which locate`" ]
117 headers=`locate opensslv.h`
134 if [ -x "`which locate`" ]
136 libraries=`locate libcrypto.s`
163 if [ -x "`which locate`" ]
165 libraries=`locate libcrypto.a`
  /build/tools/atree/
files.h 44 int locate(FileRecord* rec, const vector<string>& search);
atree.cpp 204 err |= locate(&(*it), g_inputBases);
files.cpp 331 locate(FileRecord* rec, const vector<string>& search) function
358 fprintf(stderr, "%s:%d: couldn't locate source file: %s\n",
  /external/icu4c/test/compat/
tzone.pl 14 my @TZONE_RAW = `locate zoneinfo | grep '^/usr/share/zoneinfo/' | grep -v 'tab\$' | grep -v '/right/' | grep -v '/posix/' | grep -v '/posixrules\$' | grep -v '/Factory\$'`;
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
FileLocator.java 82 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:FileLocator
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
ClasspathLocator.java 68 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:ClasspathLocator
HttpZipLocator.java 349 public AssetInfo locate(AssetManager manager, AssetKey key){
  /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/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"
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 19 # ICUDIR the location of ICU, used to locate the tools for
  /external/zlib/src/
make_vms.com 320 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm)
322 $ start = f$locate("=",cparm) + 1
325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
329 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm)
331 $ start = f$locate("=",cparm) + 1
335 $ if f$locate("CC=",cparm) .lt. f$length(cparm)
337 $ start = f$locate("=",cparm) + 1
352 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm)
354 $ start = f$locate("=",cparm) + 1
545 $ in_ldef = f$locate(cdef,libdefs
    [all...]
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 120 die "can't locate x86_64-xlate.pl";
  /external/stlport/test/eh/
intel50.mak 85 # fbp : this is to locate DLL
  /sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
EasyMonkeyDevice.java 113 public PyTuple locate(PyObject[] args, String[] kws) { method in class:EasyMonkeyDevice
  /build/core/
product_config.mk 223 $(error Cannot locate config makefile for product "$(TARGET_PRODUCT)")
envsetup.mk 114 # variables that we need in order to locate the output files.
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 184 report_error(TYPE_WARNING, 'Unable to locate any usable language files in "'.GESHI_LANG_ROOT.'"!');
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 210 * @param {string} id The ID of the application to locate.
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 375 * @param {string} className The name of the class to locate.

Completed in 5930 milliseconds

1 2