Home
last modified time | relevance | path

Searched refs:locate (Results 1 – 25 of 96) sorted by relevance

1234

/external/llvm/utils/TableGen/
DCTagsEmitter.cpp58 static SMLoc locate(const Record *R);
63 SMLoc CTagsEmitter::locate(const Record *R) { in locate() function in CTagsEmitter
81 Tags.push_back(Tag(I->first, locate(I->second))); in run()
85 Tags.push_back(Tag(I->first, locate(I->second))); in run()
/external/openssh/contrib/
Dfindssl.sh117 headers=`locate opensslv.h`
136 libraries=`locate libcrypto.s`
165 libraries=`locate libcrypto.a`
/external/valgrind/main/auxprogs/
Dposixtestsuite-1.5.1-diff.txt27 diff -U3 -r posixtestsuite.orig/locate-test posixtestsuite/locate-test
28 --- posixtestsuite.orig/locate-test 2005-03-14 13:53:50.000000000 +0000
29 +++ posixtestsuite/locate-test 2006-07-05 13:16:52.000000000 +0100
/external/zlib/src/
Dmake_vms.com320 $ 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)
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DAssetLocator.java59 public AssetInfo locate(AssetManager manager, AssetKey key); in locate() method
DImplHandler.java149 AssetInfo info = locator.locate(owner, key); in tryLocate()
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dlibraries.apt10 directive and also require the use of a vocab file then you will need to locate
19 where it is placing the geenrated .java files. Hence when you locate the grammars that generate
Dimport.apt3 In order to have the ANTLR plugin automatically locate and use grammars used
/external/chromium_org/chrome/app/
Dapp_mode_loader_mac.mm6 // app bundles which locate the Chromium framework and load it, passing the
59 // TODO(jeremy): Display UI to allow user to manually locate the Chrome
61 LOG(FATAL) << "Failed to locate bundle by identifier";
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb186 file = locate( "#{ vocab }.tokens" ) and return( file )
194 def locate( file_name ) method in ANTLR3.CompileTask.GrammarSet
393 file = group.locate( "#{ imp }.g" ) or raise( Util.tidy( <<-END ) )
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DZipLocator.java78 public AssetInfo locate(AssetManager manager, AssetKey key) { in locate() method in ZipLocator
DFileLocator.java82 public AssetInfo locate(AssetManager manager, AssetKey key) { in locate() method in FileLocator
DUrlLocator.java65 public AssetInfo locate(AssetManager manager, AssetKey key) { in locate() method in UrlLocator
DClasspathLocator.java68 public AssetInfo locate(AssetManager manager, AssetKey key) { in locate() method in ClasspathLocator
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/
DAndroidLocator.java70 public AssetInfo locate(com.jme3.asset.AssetManager manager, AssetKey key) { in locate() method in AndroidLocator
/external/bison/build-aux/
Dvc-list-files79 eval exec hg locate '"$dir/*"' $postprocess
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
Dreadme.vc9.txt26 Now locate and double click on the yasm.sln solution file in
38 1. Firstly you need to locate the directory (or directories)
/external/icu4c/samples/ufortune/resources/
Dfortune_resources.mak19 # ICUDIR the location of ICU, used to locate the tools for
/external/libexif/auto-m4/
Dnls.m437 dnl Try to locate it.
/external/chromium_org/chrome/service/
Dchrome_service_application_mac.mm35 // Use Launch Services to locate Chrome using its bundleID.
/external/stlport/test/eh/
Dintel50.mak85 # fbp : this is to locate DLL
/external/chromium/testing/gtest/m4/
Dgtest.m441 Unable to locate either a built or installed Google Test.
/external/protobuf/gtest/m4/
Dgtest.m441 Unable to locate either a built or installed Google Test.
/external/chromium_org/v8/tools/gcmole/
DREADME56 - on the second stage driver will parse all files again and will locate all
/external/chromium_org/testing/gtest/m4/
Dgtest.m441 Unable to locate either a built or installed Google Test.

1234