HomeSort by relevance Sort by last modified time
    Searched defs:lookup (Results 51 - 75 of 1168) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ValueSymbolTable.h 74 /// @brief Lookup a named Value.
75 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
icfg.go 62 func (f *debugDeprecatedImportcfgFlag) lookup(parent *Package, path string) (dir, newPath string) { func
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
trie.go 35 // For n < t.cutoff, the block is a simple lookup table. Otherwise, the block
38 func (t *sparseBlocks) lookup(n uint32, b byte) uint16 { func
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
icfg.go 62 func (f *debugDeprecatedImportcfgFlag) lookup(parent *Package, path string) (dir, newPath string) { func
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
trie.go 35 // For n < t.cutoff, the block is a simple lookup table. Otherwise, the block
38 func (t *sparseBlocks) lookup(n uint32, b byte) uint16 { func
  /system/tools/hidl/c2hal/
Scope.h 39 T lookup(std::string name) const;
72 T Scope<T>::lookup(std::string name) const { function in class:android::Scope
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PersonalDictionaryLookupTest.java 113 PersonalDictionaryLookup lookup = local
115 lookup.open();
116 return lookup;
124 PersonalDictionaryLookup lookup = local
126 lookup.open();
127 return lookup;
140 PersonalDictionaryLookup lookup = setUpShortcut(Locale.US); local
142 assertEquals("Expansion", lookup.expandShortcut("shortcut", Locale.US));
143 assertNull(lookup.expandShortcut("Shortcut", Locale.US));
144 assertNull(lookup.expandShortcut("SHORTCUT", Locale.US))
153 PersonalDictionaryLookup lookup = setUpShortcut(Locale.US); local
172 PersonalDictionaryLookup lookup = setUpShortcut(Locale.ENGLISH); local
190 PersonalDictionaryLookup lookup = setUpShortcut(PersonalDictionaryLookup.ANY_LOCALE); local
209 PersonalDictionaryLookup lookup = setUpWord(Locale.US); local
236 PersonalDictionaryLookup lookup = setUpWord(Locale.ENGLISH); local
259 PersonalDictionaryLookup lookup = setUpWord(null); local
292 PersonalDictionaryLookup lookup = new PersonalDictionaryLookup(mContext, local
315 PersonalDictionaryLookup lookup = new PersonalDictionaryLookup(mContext, local
348 PersonalDictionaryLookup lookup = local
376 PersonalDictionaryLookup lookup = local
416 PersonalDictionaryLookup lookup = local
460 PersonalDictionaryLookup lookup = local
    [all...]
  /external/turbine/java/com/google/turbine/binder/lookup/
TopLevelIndex.java 17 package com.google.turbine.binder.lookup;
32 * compiled. Also provides lookup scopes for individual packages.
48 public Node lookup(String bit) { method in class:TopLevelIndex.Node
92 /** The root of the lookup tree, effectively the package node of the default package. */
130 public LookupResult lookup(LookupKey lookupKey) { method in class:TopLevelIndex
133 curr = curr.lookup(lookupKey.first());
151 curr = curr.lookup(bit);
168 public LookupResult lookup(LookupKey lookupKey) { method in class:TopLevelIndex.PackageIndex
  /art/runtime/mirror/
method_handles_lookup.cc 61 ArtMethod* lookup = jni::DecodeArtMethod(WellKnownClasses::java_lang_invoke_MethodHandles_lookup); local
63 lookup->Invoke(self, nullptr, 0, &result, "L");
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 38 public static String lookup(String uuid, String defaultName) { method in class:SampleGattAttributes
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 38 public static String lookup(String uuid, String defaultName) { method in class:SampleGattAttributes
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
SampleGattAttributes.java 38 public static String lookup(String uuid, String defaultName) { method in class:SampleGattAttributes
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailcap.py 147 entries = lookup(caps, MIMEtype, key)
158 def lookup(caps, MIMEtype, key=None): function
  /external/annotation-tools/scene-lib/src/annotations/util/coll/
KeyedSet.java 92 public abstract V lookup(K k); method in interface:KeyedSet
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerRegistry.java 76 public HttpRequestHandler lookup(final String requestURI) { method in class:HttpRequestHandlerRegistry
77 return (HttpRequestHandler) matcher.lookup(requestURI);
  /external/autotest/contrib/
dhcp_failed_machines.py 70 def lookup(h): function
73 hosts = sorted([lookup(h) for h in offenders])

Completed in 2240 milliseconds

1 23 4 5 6 7 8 91011>>