/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
H A D | 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
|
H A D | ImplHandler.java | 134 * Attempts to locate the given resource name. 149 AssetInfo info = locator.locate(owner, key);
|
/external/parameter-framework/upstream/parameter/ |
H A D | ElementLocator.h | 42 bool locate(const std::string &strPath, CElement **ppElement, std::string &strError);
|
H A D | ElementLocator.cpp | 41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) function in class:CElementLocator
|
H A D | ParameterMgr.cpp | 1360 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { 1387 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { 1413 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { 1437 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { 1484 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { 1586 if (not elementLocator.locate(remoteCommand.getArgument(0), &locatedElement, result)) { 1609 if (not elementLocator.locate(remoteCommand.getArgument(0), &locatedElement, result)) { 1627 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { 1650 if (!elementLocator.locate(remoteCommand.getArgument(0), &pLocatedElement, strResult)) { 1672 if (!elementLocator.locate(remoteComman [all...] |
/external/curl/packages/vms/ |
H A D | build_libcurl_pc.com | 118 $ if f$locate("Libs:", line_in) .eq. 0 125 $ if f$locate("@", line_in) .ge. line_in_len 131 $ if f$locate("@prefix@", line_in) .lt line_in_len 141 $ if f$locate("@exec_prefix@", line_in) .lt line_in_len 151 $ if f$locate("@libdir@", line_in) .lt line_in_len 156 $ if f$locate("@includedir@", line_in) .lt line_in_len 161 $ if f$locate("@SUPPORT_PROTOCOLS@", line_in) .lt line_in_len 169 $ if f$locate("@SUPPORT_FEATURES@", line_in) .lt line_in_len 179 $ if f$locate("@CURLVERSION@", line_in) .lt line_in_len 184 $ if f$locate(" [all...] |
H A D | build_vms.com | 319 $ if f$locate(",clean,", args_lower) .lt. args_lower_len 324 $ if f$locate(",clean_all,", args_lower) .lt. args_lower_len 329 $ if f$locate(",realclean,", args_lower) .lt. args_lower_len 436 $ if f$locate(",64,", args_lower) .lt. args_lower_len 442 $ args_loc = f$locate(",ccqual=", args_lower) 452 $ if f$locate(",debug,", args_lower) .lt. args_lower_len 461 $ if f$locate(",noieee,", args_lower) .lt. args_lower_len 467 $ if f$locate(",nolarge,", args_lower) .lt. args_lower_len 477 $ if f$locate(",noldap,", args_lower) .lt. args_lower_len 482 $ if f$locate(",lis [all...] |
H A D | build_curl-config_script.com | 69 $ if f$locate("#define LIBCURL_VERSION ", line_in) .eq. 0 74 $ if f$locate("#define LIBCURL_VERSION_NUM ", line_in) .eq. 0 84 $ if f$locate("-", x_curlversion) .lt. f$length(x_curlversion) 115 $ if f$locate("@", line_in) .ge. line_in_len
|
H A D | generate_config_vms_h_curl.com | 70 $if f$locate(",nossl,", args_lower) .lt. args_len then nossl = 1 97 $ if f$locate(",nohpssl,", args_lower) .lt. args_len 105 $ if f$locate(",nohpssl,", args_lower) .lt. args_len 118 $ if f$locate(",libidn,", args_lower) .lt. args_len 137 $ if f$locate(",libssh2,", args_lower) .lt. args_len 151 $if f$locate(",noldap,", args_lower) .lt. args_len 160 $if f$locate(",nokerberos,", args_lower) .lt. args_len then nokerberos = 1 175 $ if f$locate(",nozlib,", args_lower) .lt. args_len
|
H A D | build_gnv_curl_pcsi_desc.com | 177 $ old_start = f$locate("[gnv.usr", pathname) 294 $ old_start = f$locate("[gnv.usr", pathname) 346 $ old_start = f$locate("[gnv.usr", pathname) 356 $ if f$locate("$", pathname) .lt. f$length(pathname) then goto inst_file_loop 424 $ old_start = f$locate("[gnv.usr", destname) 452 $ old_start = f$locate("[gnv.usr", destname)
|
H A D | make_pcsi_curl_kit_name.com | 98 $ if f$locate("#define LIBCURL_VERSION ", line_in) .ne. 0
|
/external/llvm/utils/TableGen/ |
H A D | CTagsEmitter.cpp | 55 static SMLoc locate(const Record *R); 60 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter 72 Tags.push_back(Tag(C.first, locate(C.second.get()))); 74 Tags.push_back(Tag(D.first, locate(D.second.get())));
|
/external/icu/icu4c/source/test/compat/ |
H A D | 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/openssh/contrib/ |
H A D | 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`
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
H A D | FileLocator.java | 82 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:FileLocator
|
H A D | UrlLocator.java | 65 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:UrlLocator
|
H A D | ZipLocator.java | 78 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:ZipLocator
|
H A D | ClasspathLocator.java | 68 public AssetInfo locate(AssetManager manager, AssetKey key) { method in class:ClasspathLocator
|
/external/libxml2/doc/ |
H A D | buildDocBookCatalog | 210 echo could not locate version $VERSION of DocBook XML 276 echo could not locate iso-amsb.ent of ISO DocBook entities 290 echo could not locate ISO DocBook entities 376 echo could not locate chunk-common.xsl of DocBook XSLT stylesheets 391 echo could not locate DocBook XSLT stylesheets
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/ |
H A D | 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/ |
H A D | 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/bison/build-aux/ |
H A D | vc-list-files | 79 eval exec hg locate '"$dir/*"' $postprocess
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 19 # ICUDIR the location of ICU, used to locate the tools for
|
/external/zlib/src/ |
H A D | 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(cde [all...] |
/external/libunwind/doc/ |
H A D | unw_step.tex | 38 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate the
|