/system/extras/perfprofd/ |
Android.mk | 11 # Static library containing guts of AWP daemon. 40 # Static library with primary utilities layer (called by perfprofd core)
|
/external/guice/core/test/com/google/inject/ |
InjectorTest.java | 19 import static com.google.inject.Asserts.assertContains; 20 import static com.google.inject.Asserts.assertNotSerializable; 21 import static java.lang.annotation.RetentionPolicy.RUNTIME; 77 static class SampleSingleton {} 134 static class IntegerWrapper { 138 static class Foo { 160 static class BarImpl implements Bar { 186 static class TeeImpl implements Tee { 210 requestStaticInjection(Static.class); 214 assertEquals("test", Static.s) [all...] |
/external/libcap/ |
Android.mk | 41 # Static library.
|
/frameworks/base/tools/aapt2/java/ |
ManifestClassGenerator.cpp | 28 static Maybe<StringPiece16> extractJavaIdentifier(IDiagnostics* diag, const Source& source, 61 static bool writeSymbol(const Source& source, IDiagnostics* diag, xml::Element* el, 96 util::make_unique<ClassDefinition>("permission", ClassQualifier::Static, false); 98 util::make_unique<ClassDefinition>("permission_group", ClassQualifier::Static, false);
|
ClassDefinition.h | 32 constexpr static size_t kAttribsPerLine = 4; 33 constexpr static const char* kIndent = " "; 67 *out << prefix << "public static " << (final ? "final " : "") 95 *out << prefix << "public static " << (final ? "final " : "") 128 *out << prefix << "public static final int[] " << mName << "={"; 156 Static 161 static bool writeJavaFile(const ClassDefinition* def,
|
/system/core/libnativeloader/ |
Android.mk | 44 # Static library for host
|
/system/core/trusty/libtrusty/ |
Android.mk | 17 # == libtrusty Static library ==
|
/system/extras/perfprofd/tests/ |
Android.mk | 7 # Static library with mockup utilities layer (called by unit test).
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 94 static MCInstrInfo *createX86MCInstrInfo() { 100 static MCRegisterInfo *createX86MCRegisterInfo(const Triple &TT) { 112 static MCAsmInfo *createX86MCAsmInfo(const MCRegisterInfo &MRI, 155 static MCCodeGenInfo *createX86MCCodeGenInfo(const Triple &TT, Reloc::Model RM, 165 // use static relocation model by default. 174 RM = Reloc::Static; 178 // is defined as a model for code which may be used in static or dynamic 180 // compile in -static mode, in x86-64 we use PIC. 185 RM = Reloc::Static; 188 // If we are on Darwin, disallow static relocation model in X86-64 mode, sinc [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
RecentsView.java | 19 import static android.app.ActivityManager.StackId.INVALID_STACK_ID; 90 private static final String TAG = "RecentsView"; 92 private static final int DEFAULT_UPDATE_SCRIM_DURATION = 200; 93 private static final float DEFAULT_SCRIM_ALPHA = 0.33f; 95 private static final int SHOW_STACK_ACTION_BUTTON_DURATION = 134; 96 private static final int HIDE_STACK_ACTION_BUTTON_DURATION = 100; 142 if (RecentsDebugFlags.Static.EnableStackActionButton) { 301 if (RecentsDebugFlags.Static.EnableStackActionButton) { 313 if (RecentsDebugFlags.Static.EnableStackActionButton) { 350 if (RecentsDebugFlags.Static.EnableStackActionButton) [all...] |
/external/compiler-rt/make/platform/ |
darwin_bni.mk | 4 Configs := Debug Release Profile Static 33 CFLAGS.Static := $(CFLAGS) -static 38 VISIBILITY_HIDDEN.Static := 1
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
XCoreMCTargetDesc.cpp | 37 static MCInstrInfo *createXCoreMCInstrInfo() { 43 static MCRegisterInfo *createXCoreMCRegisterInfo(const Triple &TT) { 49 static MCSubtargetInfo * 54 static MCAsmInfo *createXCoreMCAsmInfo(const MCRegisterInfo &MRI, 65 static MCCodeGenInfo *createXCoreMCCodeGenInfo(const Triple &TT, 71 RM = Reloc::Static; 83 static MCInstPrinter *createXCoreMCInstPrinter(const Triple &T, 127 static MCTargetStreamer *createTargetAsmStreamer(MCStreamer &S, 134 // Force static initialization.
|
/frameworks/native/libs/binder/ |
IPermissionController.cpp | 25 #include <private/binder/Static.h>
|
Android.mk | 41 Static.cpp \
|
IServiceManager.cpp | 27 #include <private/binder/Static.h> 55 static String16 _permission("permission");
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 53 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { 80 static bool IsNullTerminatedString(const Constant *C) { 210 // In static relocation model, the linker will resolve all addresses, so 215 if (ReloModel == Reloc::Static) 229 if (ReloModel == Reloc::Static)
|
/external/llvm/lib/Target/X86/ |
X86Subtarget.cpp | 42 static cl::opt<bool> 56 // Direct static reference to label. 143 // Direct static reference to global. 174 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; 320 if (TM.getRelocationModel() == Reloc::Static) {
|
/frameworks/native/cmds/installd/ |
Android.mk | 7 # Static library used in testing and executable
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
p3-0x.cpp | 108 namespace Static { 112 static auto f() -> decltype(m); // expected-error{{'this' cannot be implicitly used in a static member function declaration}} 113 static auto g() -> decltype(this->m); // expected-error{{'this' cannot be used in a static member function declaration}} 115 static int h(); 117 static int i() noexcept(noexcept(m + 2)); // expected-error{{'this' cannot be implicitly used in a static member function declaration}} 120 auto X1::h() -> decltype(m) { return 0; } // expected-error{{'this' cannot be implicitly used in a static member function declaration}} 127 static T f(int) [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCTargetDesc.cpp | 37 static MCInstrInfo *createAArch64MCInstrInfo() { 43 static MCSubtargetInfo * 51 static MCRegisterInfo *createAArch64MCRegisterInfo(const Triple &Triple) { 57 static MCAsmInfo *createAArch64MCAsmInfo(const MCRegisterInfo &MRI, 75 static MCCodeGenInfo *createAArch64MCCodeGenInfo(const Triple &TT, 96 // On ELF platforms the default static relocation model has a smart enough 100 RM = Reloc::Static; 107 static MCInstPrinter *createAArch64MCInstPrinter(const Triple &T, 120 static MCStreamer *createELFStreamer(const Triple &T, MCContext &Ctx, 126 static MCStreamer *createMachOStreamer(MCContext &Ctx, MCAsmBackend &TAB [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCTargetDesc.cpp | 56 static MCInstrInfo *createMipsMCInstrInfo() { 62 static MCRegisterInfo *createMipsMCRegisterInfo(const Triple &TT) { 68 static MCSubtargetInfo *createMipsMCSubtargetInfo(const Triple &TT, 74 static MCAsmInfo *createMipsMCAsmInfo(const MCRegisterInfo &MRI, 85 static MCCodeGenInfo *createMipsMCCodeGenInfo(const Triple &TT, Reloc::Model RM, 90 RM = Reloc::Static; 97 static MCInstPrinter *createMipsMCInstPrinter(const Triple &T, 105 static MCStreamer *createMCStreamer(const Triple &T, MCContext &Context, 116 static MCTargetStreamer *createMipsAsmTargetStreamer(MCStreamer &S, 123 static MCTargetStreamer *createMipsNullTargetStreamer(MCStreamer &S) [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCSubtarget.cpp | 36 static cl::opt<bool> UseSubRegLiveness("ppc-track-subreg-liveness", 39 static cl::opt<bool> QPXStackUnaligned("qpx-stack-unaligned", 149 // We never have stubs if HasLazyResolverStubs=false or if in static mode. 150 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) 160 static bool needsAggressiveScheduling(unsigned Directive) {
|
/external/llvm/tools/llvm-pdbdump/ |
CompilandDumper.cpp | 69 case PDB_LocType::Static:
|
/frameworks/compile/libbcc/lib/Support/ |
CompilerConfig.cpp | 202 setRelocationModel(llvm::Reloc::Static);
|
/system/core/metricsd/ |
Android.mk | 92 # Static proxy library for the metricsd binder interface. 100 # Static library for the metrics_collector binder interface.
|