HomeSort by relevance Sort by last modified time
    Searched refs:lookup (Results 151 - 175 of 2357) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/include/llvm/IR/
ValueSymbolTable.h 69 /// @brief Lookup a named Value.
70 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /external/swiftshader/third_party/LLVM/include/llvm/
ValueSymbolTable.h 70 /// @brief Lookup a named Value.
71 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
  /external/tensorflow/tensorflow/core/kernels/
lookup_table_op.h 34 // Lookup table op that supports different table implementations specified by
60 auto creator = [ctx, this](lookup::LookupInterface** ret) {
61 lookup::LookupInterface* container = new Container(ctx, this);
74 lookup::LookupInterface* table = nullptr;
77 ->template LookupOrCreate<lookup::LookupInterface>(
81 OP_REQUIRES_OK(ctx, lookup::CheckTableDataTypes(
89 MakeResourceHandle<lookup::LookupInterface>(ctx, cinfo_.container(),
106 cinfo_.resource_manager()->template Delete<lookup::LookupInterface>(
121 namespace lookup { namespace in namespace:tensorflow
144 // Lookup table that wraps an unordered_map, where the key and value data typ
    [all...]
  /external/turbine/java/com/google/turbine/binder/bound/
PackageSourceBoundClass.java 20 import com.google.turbine.binder.lookup.ImportScope;
21 import com.google.turbine.binder.lookup.MemberImportIndex;
27 /** A {@link BoundClass} with shared lookup scopes for the current compilation unit and package. */
  /frameworks/base/core/java/android/text/method/
DialerKeyListener.java 52 * Overrides the superclass's lookup method to prefer the number field
55 protected int lookup(KeyEvent event, Spannable content) { method in class:DialerKeyListener
61 * valid and the meta lookup does not.
69 int match = super.lookup(event, content);
75 * If a meta key is active but the lookup with the meta key
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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-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/darwin-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/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-4053586/prebuilt_include/llvm/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/plugin/
plugin_stubs.go 11 func lookup(p *Plugin, symName string) (interface{}, error) { func
  /prebuilts/go/linux-x86/src/plugin/
plugin_stubs.go 11 func lookup(p *Plugin, symName string) (interface{}, error) { func
  /system/chre/apps/chqts/src/shared/
nano_string.cc 68 constexpr char lookup[16] = { local
81 buffer[2 + i] = lookup[(value >> shift) & 0xF];
  /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
  /toolchain/binutils/binutils-2.27/opcodes/
w65-dis.c 35 print_operand (int lookup, char *format, int *args)
46 if (lookup)
  /art/test/957-methodhandle-transforms/src/
Main.java 19 import java.lang.invoke.MethodHandles.Lookup;
72 MethodHandle delegate = MethodHandles.lookup().findStatic(Main.class,
158 MethodHandle target = MethodHandles.lookup().findStatic(Main.class,
162 MethodHandle handler = MethodHandles.lookup().findStatic(Main.class,
186 handler = MethodHandles.lookup().findStatic(Main.class,
200 handler = MethodHandles.lookup().findVirtual(IllegalArgumentException.class,
233 MethodHandle test = MethodHandles.lookup().findStatic(Main.class,
240 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class,
242 final MethodHandle fallback = MethodHandles.lookup().findStatic(Main.class,
685 MethodHandle stringCharAt = MethodHandles.lookup().findVirtual
    [all...]

Completed in 1125 milliseconds

1 2 3 4 5 67 8 91011>>