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

1 2 3 4 5 6 78 91011>>

  /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 12 // Static initialization ordering state.
256 // compilation of top-level (static) assignments
416 //dump("not static ptrlit", r);
546 //dump("not static", r);
550 // initContext is the context in which static data is populated.
552 // Static data populated in an init function will be written either
553 // zero times (as a readonly, static data symbol) or
557 // Static data populated in any other function needs to be local to
573 var statuniqgen int // name generator for static temps
575 // staticname returns a name backed by a static data symbol
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 12 // Static initialization ordering state.
256 // compilation of top-level (static) assignments
416 //dump("not static ptrlit", r);
546 //dump("not static", r);
550 // initContext is the context in which static data is populated.
552 // Static data populated in an init function will be written either
553 // zero times (as a readonly, static data symbol) or
557 // Static data populated in any other function needs to be local to
573 var statuniqgen int // name generator for static temps
575 // staticname returns a name backed by a static data symbol
    [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) {
621 static Static sStatic;
633 public static final int ROUTE_TYPE_LIVE_AUDIO = 1 << 0;
650 public static final int ROUTE_TYPE_LIVE_VIDEO = 1 << 1;
656 public static final int ROUTE_TYPE_REMOTE_DISPLAY = 1 << 2
    [all...]
  /build/soong/cc/
compiler.go 149 Static *bool `android:"arch_variant"`
211 deps = protoDeps(ctx, deps, &compiler.Proto, Bool(compiler.Properties.Proto.Static))
binary.go 22 // compile executable with -static
117 if binary.static() {
133 if binary.static() {
136 if binary.static() {
146 if binary.static() {
150 // static libraries libcompiler_rt, libc and libc_nomalloc need to be linked with
159 if ctx.Os() == android.LinuxBionic && !binary.static() {
164 if !binary.static() && inList("libc", deps.StaticLibs) {
166 "from static libs or set static_executable: true")
199 // Static executables are not supported on Darwin or Window
205 func (binary *binaryDecorator) static() bool { func
    [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
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 221 Static,
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_enum.cpp 134 {0x5e7555e8, L"static", XFA_AttributeEnum::Static},
  /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.27/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...]
  /external/clang/lib/AST/
TypePrinter.cpp 97 static bool canPrefixQualifiers(const Type *T, bool &NeedARCStrongQualifier);
115 static void AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals,
448 if (T->getSizeModifier() == ArrayType::Static)
449 OS << "static ";
481 if (T->getSizeModifier() == VariableArrayType::Static)
482 OS << "static ";
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 7 Description := Static runtime libraries for clang/Darwin.
  /external/clang/lib/CodeGen/
BackendUtil.cpp 161 static void addObjCARCAPElimPass(const PassManagerBuilder &Builder, PassManagerBase &PM) {
166 static void addObjCARCExpandPass(const PassManagerBuilder &Builder, PassManagerBase &PM) {
171 static void addObjCARCOptPass(const PassManagerBuilder &Builder, PassManagerBase &PM) {
176 static void addAddDiscriminatorsPass(const PassManagerBuilder &Builder,
181 static void addCleanupPassesForSampleProfiler(
192 static void addBoundsCheckingPass(const PassManagerBuilder &Builder,
197 static void addSanitizerCoveragePass(const PassManagerBuilder &Builder,
213 static void addAddressSanitizerPasses(const PassManagerBuilder &Builder,
225 static void addKernelAddressSanitizerPasses(const PassManagerBuilder &Builder,
234 static void addMemorySanitizerPass(const PassManagerBuilder &Builder
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 42 /// Indicates if a method is defined with friend, virtual, static, etc.
61 MP != MethodKind::Static;
86 static ErrorOr<MemberPointerInfo> deserialize(ArrayRef<uint8_t> &Data);
125 static ErrorOr<ModifierRecord> deserialize(TypeRecordKind Kind,
155 static ErrorOr<ProcedureRecord> deserialize(TypeRecordKind Kind,
158 static uint32_t getLayoutSize() { return 2 + sizeof(Layout); }
199 static ErrorOr<MemberFunctionRecord> deserialize(TypeRecordKind Kind,
245 static ErrorOr<MemberFuncIdRecord> deserialize(TypeRecordKind Kind,
272 static ErrorOr<ArgListRecord> deserialize(TypeRecordKind Kind,
277 static uint32_t getLayoutSize() { return 2 + sizeof(Layout);
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 24 static const EnumEntry<SimpleTypeKind> SimpleTypeNames[] = {
67 static const EnumEntry<TypeLeafKind> LeafTypeNames[] = {
75 static const EnumEntry<uint16_t> ClassOptionNames[] = {
90 static const EnumEntry<uint8_t> MemberAccessNames[] = {
97 static const EnumEntry<uint16_t> MethodOptionNames[] = {
105 static const EnumEntry<uint16_t> MemberKindNames[] = {
108 ENUM_ENTRY(MethodKind, Static),
115 static const EnumEntry<uint8_t> PtrKindNames[] = {
131 static const EnumEntry<uint8_t> PtrModeNames[] = {
139 static const EnumEntry<uint16_t> PtrMemberRepNames[] =
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 63 static const int kParentIndex = -1;
64 static const UINT k_Message_RefreshPathEdit = WM_APP + 1;
66 static HRESULT GetNormalizedError()
74 static void MessageBox_Error_Global(HWND wnd, const wchar_t *message)
79 static void MessageBox_HResError(HWND wnd, HRESULT errorCode, const wchar_t *name)
505 static int CALLBACK CompareItems2(LPARAM lParam1, LPARAM lParam2, LPARAM lpData)
510 static void ConvertSizeToString(UInt64 v, wchar_t *s)
898 static void RemoveDotsAndSpaces(UString &path)
1018 LangString(IDS_CREATE_FOLDER_NAME, dlg.Static);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 19 import static android.app.WindowConfiguration.ACTIVITY_TYPE_HOME;
20 import static android.app.WindowConfiguration.ACTIVITY_TYPE_RECENTS;
21 import static android.view.View.MeasureSpec;
23 import static com.android.systemui.statusbar.phone.StatusBar.SYSTEM_DIALOG_REASON_RECENT_APPS;
105 private final static String TAG = "RecentsImpl";
108 private final static int MIN_TOGGLE_DELAY_MS = 350;
113 private final static int FAST_ALT_TAB_DELAY_MS = 225;
115 private final static ArraySet<TaskKey> EMPTY_SET = new ArraySet<>();
117 public final static String RECENTS_PACKAGE = "com.android.systemui";
118 public final static String RECENTS_ACTIVITY = "com.android.systemui.recents.RecentsActivity"
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackAnimationHelper.java 81 private static final int DOUBLE_FRAME_OFFSET_MS = 33;
82 private static final int FRAME_OFFSET_MS = 16;
84 private static final int ENTER_EXIT_NUM_ANIMATING_TASKS = 5;
86 private static final int ENTER_FROM_HOME_ALPHA_DURATION = 100;
87 public static final int ENTER_FROM_HOME_TRANSLATION_DURATION = 300;
88 private static final Interpolator ENTER_FROM_HOME_ALPHA_INTERPOLATOR = Interpolators.LINEAR;
90 public static final int EXIT_TO_HOME_TRANSLATION_DURATION = 200;
91 private static final Interpolator EXIT_TO_HOME_TRANSLATION_INTERPOLATOR =
94 private static final int DISMISS_TASK_DURATION = 175;
95 private static final int DISMISS_ALL_TASKS_DURATION = 200
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 31 #include <private/binder/Static.h>
68 // Static const and functions will be optimized out if not used,
70 static const char *kReturnStrings[] = {
91 static const char *kCommandStrings[] = {
111 static const char* getReturnString(uint32_t cmd)
120 static const void* printBinderTransactionData(TextOutput& out, const void* data)
139 static const void* printReturnCommand(TextOutput& out, const void* _cmd)
141 static const size_t N = sizeof(kReturnStrings)/sizeof(kReturnStrings[0]);
200 static const void* printCommand(TextOutput& out, const void* _cmd)
202 static const size_t N = sizeof(kCommandStrings)/sizeof(kCommandStrings[0])
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 68 /// Indicates if a method is defined with friend, virtual, static, etc.
87 MP != MethodKind::Static;
258 static const uint32_t PointerKindShift = 0;
259 static const uint32_t PointerKindMask = 0x1F;
261 static const uint32_t PointerModeShift = 5;
262 static const uint32_t PointerModeMask = 0x07;
264 static const uint32_t PointerOptionMask = 0xFF;
266 static const uint32_t PointerSizeShift = 13;
267 static const uint32_t PointerSizeMask = 0xFF;
335 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 69 /// Indicates if a method is defined with friend, virtual, static, etc.
88 MP != MethodKind::Static;
265 static const uint32_t PointerKindShift = 0;
266 static const uint32_t PointerKindMask = 0x1F;
268 static const uint32_t PointerModeShift = 5;
269 static const uint32_t PointerModeMask = 0x07;
271 static const uint32_t PointerOptionMask = 0xFF;
273 static const uint32_t PointerSizeShift = 13;
274 static const uint32_t PointerSizeMask = 0xFF;
337 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 69 /// Indicates if a method is defined with friend, virtual, static, etc.
88 MP != MethodKind::Static;
265 static const uint32_t PointerKindShift = 0;
266 static const uint32_t PointerKindMask = 0x1F;
268 static const uint32_t PointerModeShift = 5;
269 static const uint32_t PointerModeMask = 0x07;
271 static const uint32_t PointerOptionMask = 0xFF;
273 static const uint32_t PointerSizeShift = 13;
274 static const uint32_t PointerSizeMask = 0xFF;
337 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO
    [all...]

Completed in 394 milliseconds

1 2 3 4 5 6 78 91011>>