HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 101 - 125 of 303) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp 119 clEnumValN(Reloc::Static, "static",
145 static ExecutionEngine *EE = 0;
147 static void do_shutdown() {
274 // Run static constructors.
288 // Run static destructors.
  /external/v8/tools/
codemap.js 46 * Static code entries. Used for statically compiled code.
51 * Libraries entries. Used for the whole static code libraries.
56 * Map of memory pages occupied with static code.
126 * Adds a static code entry.
183 * Finds a code entry that contains the specified address. Both static and
191 // Static code entries can contain "holes" of unnamed code.
241 * Returns an array of all static code entries.
249 * Returns an array of pairs of all static code entries and their addresses.
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 26 #include <private/binder/Static.h>
90 static mutex_t gMutex;
92 static thread_store_t tls;
108 static volatile int32_t gSequence = 0;
110 static volatile int32_t gFreeBufferIndex = -1;
112 static int32_t allocBufferIndex()
133 static void freeBufferIndex(int32_t idx)
IAppOpsService.cpp 25 #include <private/binder/Static.h>
IBatteryStats.cpp 23 #include <private/binder/Static.h>
IPermissionController.cpp 25 #include <private/binder/Static.h>
IServiceManager.cpp 32 #include <private/binder/Static.h>
63 static String16 _permission("permission");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 201 Static,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 201 Static,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 201 Static,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 196 Static,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 196 Static,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 196 Static,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 196 Static,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 201 Static,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 201 Static,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 201 Static,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 196 Static,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 196 Static,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 196 Static,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 196 Static,
  /system/libhwbinder/
BufferedTextOutput.cpp 28 #include <hwbinder/Static.h>
94 static mutex_t gMutex;
96 static thread_store_t tls;
112 static volatile int32_t gSequence = 0;
114 static volatile int32_t gFreeBufferIndex = -1;
116 static int32_t allocBufferIndex()
137 static void freeBufferIndex(int32_t idx)
  /external/compiler-rt/make/
AppleBI.mk 82 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \
86 cp $(SYMROOT)/libcompiler_rt-static.a \
87 $(DSTROOT)/usr/local/lib/libcompiler_rt-static.a
96 $(SYMROOT)/libcompiler_rt-static.a : $(foreach arch,$(RC_ARCHS), \
97 $(OBJROOT)/darwin_bni/Static/$(arch)/libcompiler_rt.a)
  /external/llvm/tools/lto/
lto.cpp 31 static cl::opt<char>
39 static cl::opt<bool>
43 static cl::opt<bool>
47 static cl::opt<bool>
52 static bool VerifyByDefault = false;
54 static bool VerifyByDefault = true;
57 static cl::opt<bool> DisableVerify(
63 static std::string sLastErrorString;
67 static bool initialized = false;
70 static bool parsedOptions = false
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 79 // to using it in -static mode.
81 if (RelocM != Reloc::Static &&
126 if (RelocM == Reloc::Static) {

Completed in 1902 milliseconds

1 2 3 45 6 7 8 91011>>