HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 126 - 150 of 245) sorted by null

1 2 3 4 56 7 8 910

  /system/libhwbinder/
ProcessState.cpp 30 #include <hwbinder/Static.h>
328 static int open_driver()
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 260 Static = 0x02,
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 33 static cl::opt<bool>
37 static cl::opt<bool> EnableMCR("aarch64-mcr",
41 static cl::opt<bool>
45 static cl::opt<bool>
49 static cl::opt<bool>
53 static cl::opt<bool>
58 static cl::opt<bool>
66 static cl::opt<bool>
71 static cl::opt<bool>
75 static cl::opt<bool
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 46 static cl::opt<std::string>
49 static cl::opt<std::string>
53 static cl::opt<bool>
56 static cl::opt<bool>
59 static cl::opt<bool>
63 static cl::opt<unsigned>
67 static cl::opt<bool>
70 static cl::opt<bool>
73 static cl::opt<bool>
81 static cl::opt<OutputFileType
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 258 Static = 0x02,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 258 Static = 0x02,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 258 Static = 0x02,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 258 Static = 0x02,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 258 Static = 0x02,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 258 Static = 0x02,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 258 Static = 0x02,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 258 Static = 0x02,
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 7 Description := Static runtime libraries for embedded clang/Darwin
66 STATIC_CFLAGS := -static
  /external/conscrypt/
Android.mk 185 # Static unbundled Conscrypt crypto JNI library
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 32 | Static
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-1.s 58 @CHECK-OBJ-NEXT: Description: Static Base
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 9 // static initialization
254 // compilation of top-level (static) assignments
414 //dump("not static ptrlit", r);
545 //dump("not static", r);
549 // initContext is the context in which static data is populated.
551 // Static data populated in an init function will be written either
552 // zero times (as a readonly, static data symbol) or
556 // Static data populated in any other function needs to be local to
572 // staticname returns a name backed by a static data symbol.
598 // initGenType is a bitmap indicating the types of generation that will occur for a static value
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 9 // static initialization
254 // compilation of top-level (static) assignments
414 //dump("not static ptrlit", r);
545 //dump("not static", r);
549 // initContext is the context in which static data is populated.
551 // Static data populated in an init function will be written either
552 // zero times (as a readonly, static data symbol) or
556 // Static data populated in any other function needs to be local to
572 // staticname returns a name backed by a static data symbol.
598 // initGenType is a bitmap indicating the types of generation that will occur for a static value
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 67 private static final String TAG = "MediaRouter";
68 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
70 static class Static implements DisplayManager.DisplayListener {
114 Static(Context appContext) {
619 static Static sStatic;
631 public static final int ROUTE_TYPE_LIVE_AUDIO = 1 << 0;
648 public static final int ROUTE_TYPE_LIVE_VIDEO = 1 << 1;
654 public static final int ROUTE_TYPE_REMOTE_DISPLAY = 1 << 2
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, StaticLocal, "static local", OS)
84 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, FileStatic, "static global", OS)
87 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, StaticMember, "static member", OS)
151 CASE_OUTPUT_ENUM_CLASS_STR(PDB_LocType, Static, "static", OS)
273 static const char *Lookup = "0123456789ABCDEF";
  /external/llvm/tools/lli/
lli.cpp 193 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
313 // generated 'main' function to allow static intialization. To avoid linking
317 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context,
606 // Run static constructors.
623 // Run static destructors.
643 // Remote target MCJIT doesn't (yet) support static constructors. No reason
686 // Like static constructors, the remote target MCJIT support doesn't handle
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 93 static String TAG = "TaskResourceLoader";
94 static boolean DEBUG = false;
253 private static final String TAG = "RecentsTaskLoader";
254 private static final boolean DEBUG = false;
298 int iconCacheSize = RecentsDebugFlags.Static.DisableBackgroundCache ? 1 :
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 37 // Static reports whether this symbol is static (not visible outside its file).
38 func (s *Sym) Static() bool { return s.Type >= 'a' }
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 37 // Static reports whether this symbol is static (not visible outside its file).
38 func (s *Sym) Static() bool { return s.Type >= 'a' }
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 502 A DNTT_TYPE_SVAR is emitted to describe a variable in static storage.
866 STATICMEM is nonzero if this field is a static member of a template.
    [all...]

Completed in 3302 milliseconds

1 2 3 4 56 7 8 910