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

1 2 3 45 6 7 8 910

  /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)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 19 import static android.app.ActivityManager.DOCKED_STACK_CREATE_MODE_BOTTOM_OR_RIGHT;
20 import static android.app.ActivityManager.DOCKED_STACK_CREATE_MODE_TOP_OR_LEFT;
21 import static android.app.ActivityManager.StackId.FREEFORM_WORKSPACE_STACK_ID;
22 import static android.app.ActivityManager.StackId.FULLSCREEN_WORKSPACE_STACK_ID;
23 import static android.view.WindowManager.DOCKED_BOTTOM;
24 import static android.view.WindowManager.DOCKED_INVALID;
25 import static android.view.WindowManager.DOCKED_LEFT;
26 import static android.view.WindowManager.DOCKED_RIGHT;
27 import static android.view.WindowManager.DOCKED_TOP;
219 private static final String TAG = "TaskStack"
    [all...]
RecentsTaskLoadPlan.java 58 private static int MIN_NUM_TASKS = 5;
59 private static int SESSION_BEGIN_TIME = 1000 /* ms/s */ * 60 /* s/min */ * 60 /* min/hr */ *
63 public static class Options {
149 if (RecentsDebugFlags.Static.EnableMockTasks) {
  /build/soong/cc/
ndk_sysroot.go 21 // 4. Bionic static libraries.
44 // Component 4: Static Libraries
45 // The NDK only provides static libraries for bionic, not the platform APIs.
  /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/minijail/
Android.mk 37 # Static library for generated code.
97 # libminijail static library for target.
  /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) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 133 static const char *stripRegisterPrefix(const char *RegName) {
178 if (TM.getRelocationModel() == Reloc::Static) {
201 if (TM.getRelocationModel() != Reloc::Static &&
421 static const char *const CPUDirectives[] = {
467 static MCSymbol *GetLazyPtr(MCSymbol *Sym, MCContext &Ctx) {
474 static MCSymbol *GetAnonSym(MCSymbol *Sym, MCContext &Ctx) {
673 static AsmPrinter *createPPCAsmPrinterPass(TargetMachine &tm,
682 // Force static initialization.
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 52 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 static inline Optional<Reloc::Model> getRelocModel() {
287 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
320 static inline std::string getCPUStr() {
330 static inline std::string getFeaturesStr() {
352 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 30 static cl::opt<bool> EnableRDFOpt("rdf-opt", cl::Hidden, cl::ZeroOrMore,
33 static cl::opt<bool> DisableHardwareLoops("disable-hexagon-hwloops",
36 static cl::opt<bool> DisableAModeOpt("disable-hexagon-amodeopt",
40 static cl::opt<bool> DisableHexagonCFGOpt("disable-hexagon-cfgopt",
44 static cl::opt<bool> DisableStoreWidening("disable-store-widen",
47 static cl::opt<bool> EnableExpandCondsets("hexagon-expand-condsets",
51 static cl::opt<bool> EnableEarlyIf("hexagon-eif", cl::init(true), cl::Hidden,
54 static cl::opt<bool> EnableGenInsert("hexagon-insert", cl::init(true),
57 static cl::opt<bool> EnableCommGEP("hexagon-commgep", cl::init(true),
60 static cl::opt<bool> EnableGenExtract("hexagon-extract", cl::init(true)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 31 static cl::
35 static cl::
39 static cl::opt<bool>
43 static cl::
47 static cl::
51 static cl::
55 static cl::opt<bool>
60 static cl::opt<bool>
65 static cl::opt<bool>
70 static cl::opt<bool
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 46 static cl::opt<std::string>
49 static cl::opt<std::string>
53 static cl::opt<char>
61 static cl::opt<std::string>
64 static cl::opt<std::string>
67 static cl::opt<std::string>
73 static cl::list<std::string>
79 static cl::opt<Reloc::Model>
86 clEnumValN(Reloc::Static, "static",
    [all...]
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 57 static cl::opt<bool> DisableInline("disable-inlining",
253 // The relocation model is actually a static member of TargetMachine
258 RelocModel = Reloc::Static;
293 static void findUsedValues(GlobalVariable *LLVMUsed,
  /external/v8/src/parsing/
preparser.cc 53 case Token::STATIC:
54 return PreParserIdentifier::Static();
  /frameworks/native/libs/binder/
ProcessState.cpp 31 #include <private/binder/Static.h>
375 static int open_driver(const char *driver)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 51 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 "Read-write data relocatable, accessed relative to static base"),
63 static inline Optional<Reloc::Model> getRelocModel() {
279 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
313 static inline std::string getCPUStr() {
323 static inline std::string getFeaturesStr() {
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 51 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 "Read-write data relocatable, accessed relative to static base"),
63 static inline Optional<Reloc::Model> getRelocModel() {
279 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
313 static inline std::string getCPUStr() {
323 static inline std::string getFeaturesStr() {
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 51 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 "Read-write data relocatable, accessed relative to static base"),
63 static inline Optional<Reloc::Model> getRelocModel() {
279 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
313 static inline std::string getCPUStr() {
323 static inline std::string getFeaturesStr() {
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 51 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 "Read-write data relocatable, accessed relative to static base"),
63 static inline Optional<Reloc::Model> getRelocModel() {
279 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
313 static inline std::string getCPUStr() {
323 static inline std::string getFeaturesStr() {
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 51 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 "Read-write data relocatable, accessed relative to static base"),
63 static inline Optional<Reloc::Model> getRelocModel() {
279 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
313 static inline std::string getCPUStr() {
323 static inline std::string getFeaturesStr() {
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 51 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 "Read-write data relocatable, accessed relative to static base"),
63 static inline Optional<Reloc::Model> getRelocModel() {
279 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
313 static inline std::string getCPUStr() {
323 static inline std::string getFeaturesStr() {
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 51 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 "Read-write data relocatable, accessed relative to static base"),
63 static inline Optional<Reloc::Model> getRelocModel() {
279 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
313 static inline std::string getCPUStr() {
323 static inline std::string getFeaturesStr() {
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CommandFlags.h 51 clEnumValN(Reloc::Static, "static", "Non-relocatable code"),
59 "Read-write data relocatable, accessed relative to static base"),
63 static inline Optional<Reloc::Model> getRelocModel() {
279 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
313 static inline std::string getCPUStr() {
323 static inline std::string getFeaturesStr() {
345 static inline void setFunctionAttributes(StringRef CPU, StringRef Features,
  /system/libhidl/transport/include/hidl/
HidlBinderSupport.h 27 #include <hidl/Static.h>
184 static status_t readEmbeddedReferenceFromParcel(
209 static status_t writeEmbeddedReferenceToParcel(
250 static status_t readReferenceFromParcel(
267 static status_t writeReferenceToParcel(

Completed in 748 milliseconds

1 2 3 45 6 7 8 910