HomeSort by relevance Sort by last modified time
    Searched defs:Functions (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/opengl/wrapper/
glwFunctions.cpp 21 * \brief OpenGL API Functions.
30 Functions::Functions (void)
glwFunctions.hpp 23 * \brief OpenGL API Functions.
37 class Functions
44 Functions (void);
  /external/deqp/framework/egl/wrapper/
eglwFunctions.cpp 21 * \brief EGL API Functions.
30 Functions::Functions (void)
35 void initCore (Functions* dst, const FunctionLoader* loader)
40 void initExtensions (Functions* dst, const FunctionLoader* loader)
eglwFunctions.hpp 23 * \brief EGL API Functions.
37 class Functions
44 Functions (void);
55 void initCore (Functions* dst, const FunctionLoader* loader);
56 void initExtensions (Functions* dst, const FunctionLoader* loader);
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.h 72 std::map<SymbolDesc, StringRef> Functions;
  /external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.h 46 Functions = std::move(Other.Functions);
51 std::list<std::unique_ptr<PDBSymbolFunc>> Functions;
  /frameworks/rs/rsov/compiler/
RemoveNonkernelsPass.cpp 81 std::vector<Function *> Functions;
82 for (auto &F : M.functions()) {
83 Functions.push_back(&F);
86 for (auto &F : Functions) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompress.c 24 ISzAlloc Functions;
104 // LZMA functions and data as defined in local LzmaDecompressLibInternal.h
194 AllocFuncs.Functions.Alloc = SzAlloc;
195 AllocFuncs.Functions.Free = SzFree;
211 &(AllocFuncs.Functions)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompress.c 24 ISzAlloc Functions;
104 // LZMA functions and data as defined in local LzmaDecompressLibInternal.h
194 AllocFuncs.Functions.Alloc = SzAlloc;
195 AllocFuncs.Functions.Free = SzFree;
211 &(AllocFuncs.Functions)
  /external/compiler-rt/test/asan/TestCases/Linux/
stress_dtls.c 56 f_t Functions[MAX_N_FUNCTIONS];
64 if (!Functions[i]) break;
65 uintptr_t dtls = (uintptr_t)Functions[i]();
91 Functions[lib] = (f_t)dlsym(handle, buf);
92 if (!Functions[lib]) {
96 fprintf(stderr, "LIB[%03d] %s: %p\n", lib, buf, Functions[lib]);
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 104 class Functions(object):
154 def __init__(self, functions):
158 functions: A `Functions` object.
160 self._functions = functions
271 self._functions = Functions(self._string_table)
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 57 struct Functions
62 Functions m_vk;
76 struct Functions
81 Functions m_vk;
93 struct Functions
98 Functions m_vk;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCStrategy.h 64 list_type Functions;
124 iterator begin() { return Functions.begin(); }
125 iterator end() { return Functions.end(); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 49 StringMap<sys::MemoryBlock> Functions;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 44 /// addFunction - Add function into the list of functions to process.
45 /// All functions must be inserted using this interface before invoking
48 Functions.push_back(F);
57 /// inlineFuctions - Walk all call sites in all functions supplied by
59 /// inlined functions.
64 std::vector<Function *> Functions;
70 /// inlineFuctions - Walk all call sites in all functions supplied by
72 /// inlined functions.
76 // inline call sites in the original functions, not call sites that result
77 // from inlining other functions
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 34 * Tests for {@link Functions}.
43 Function<String, String> identity = Functions.identity();
49 Function<Long, Long> identity = Functions.identity();
55 checkCanReserializeSingleton(Functions.identity());
59 assertEquals("3", Functions.toStringFunction().apply(3));
60 assertEquals("hiya", Functions.toStringFunction().apply("hiya"));
62 Functions.toStringFunction().apply(
69 Functions.toStringFunction().apply(null);
78 checkCanReserializeSingleton(Functions.toStringFunction());
84 tester.testAllPublicStaticMethods(Functions.class)
    [all...]
  /external/guava/guava/src/com/google/common/base/
Functions.java 33 * <p>All methods return serializable functions as long as they're given serializable parameters.
44 public final class Functions {
45 private Functions() {}
193 * Returns the composition of two functions. For {@code f: A->B} and {@code g: B->C}, composition
248 /** @see Functions#forPredicate */
332 /** @see Functions#forSupplier*/
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfo.h 175 typename std::set<const FType*> Functions;
177 dbgs() << "Functions: \n";
180 Functions.insert(F);
185 Functions.insert(fi->first);
189 for (typename std::set<const FType*>::iterator FI = Functions.begin(), FE = Functions.end();
199 for (typename std::set<const FType*>::iterator FI = Functions.begin(), FE = Functions.end();
210 dbgs() << "Functions: \n";
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
GCMetadata.h 170 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); }
171 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); }
175 FuncInfoVec Functions;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
GCMetadata.h 170 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); }
171 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); }
175 FuncInfoVec Functions;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
GCMetadata.h 170 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); }
171 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); }
175 FuncInfoVec Functions;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
GCMetadata.h 170 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); }
171 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); }
175 FuncInfoVec Functions;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
GCMetadata.h 170 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); }
171 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); }
175 FuncInfoVec Functions;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
GCMetadata.h 170 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); }
171 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); }
175 FuncInfoVec Functions;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
GCMetadata.h 170 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); }
171 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); }
175 FuncInfoVec Functions;

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>