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

1 2 3 4 5 6 7 8 91011>>

  /art/test/102-concurrent-gc/
info.txt 2 concurrent GC should locate the "hidden" objects through a write-barrier.
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetNotFoundException.java 5 * is unable to locate the requested asset using any of the registered
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/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
import.apt 3 In order to have the ANTLR plugin automatically locate and use grammars used
libraries.apt 10 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
  /external/iputils/
ipg 12 echo "Could not locate pg in /proc/net" 1>&2
  /build/tools/atree/
files.h 44 int locate(FileRecord* rec, const vector<string>& search);
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
background.js 7 * @param {string} key A unique identifier that the caller can use to locate
  /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`
  /external/webrtc/src/system_wrappers/source/
map_no_stl.cc 148 MapNoStlItem* item = Locate(id);
165 MapNoStlItem* item = Locate(id);
173 MapNoStlItem* MapNoStl::Locate(int id) const
map_no_stl.h 59 MapNoStlItem* Locate(int id) const;
  /external/chromium/chrome/browser/automation/
automation_provider_json.cc 71 *error = "Cannot locate browser from given index";
92 *error = "Cannot locate tab from given indices";
  /external/chromium_org/third_party/libjingle/source/talk/sound/
sounddevicelocator.h 38 // information needed to locate and open it. Implementations of
48 // Name sound system uses to locate this device.
  /cts/tools/cts-native-scanner/tests/
run_unit_tests.sh 21 echo "Unable to locate $1"
  /external/chromium/base/
base_paths.h 34 // for tests that need to locate various resources. It
  /external/chromium_org/base/
base_paths.h 40 // for tests that need to locate various resources. It
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
FindNotificationDetails.java 25 * This indicates we failed to locate and highlight the active match.
  /external/chromium_org/chrome/browser/safe_browsing/
local_safebrowsing_test_server.cc 46 // Locate the Python code generated by the protocol buffers compiler.
  /external/chromium_org/chrome/test/mini_installer_test/
installer_path_provider.h 13 // Locate and provides path for installers.
  /external/chromium_org/content/common/
zygote_commands_linux.h 21 // helper will be called to locate the process of the Zygote on the system.
  /external/chromium_org/content/test/data/npapi/
npobject_lifetime_test.html 42 alert("Failed to locate second plugin");
  /external/chromium_org/remoting/tools/
keygen.py 34 raise Exception("Could not locate executable '%s'" % exe_name)
  /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/stlport/stlport/stl/config/
_native_headers.h 44 /* Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
  /libcore/luni/src/main/java/java/lang/
NoClassDefFoundError.java 21 * Thrown when the VM is unable to locate a class which it has been

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>