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

1 2 3 45 6

  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 59 static const int kParentIndex = -1;
60 static const UINT k_Message_RefreshPathEdit = WM_APP + 1;
62 static HRESULT GetNormalizedError()
70 static void MessageBox_Error_Global(HWND wnd, const wchar_t *message)
75 static void MessageBox_HResError(HWND wnd, HRESULT errorCode, const wchar_t *name)
497 static int CALLBACK CompareItems2(LPARAM lParam1, LPARAM lParam2, LPARAM lpData)
502 static void ConvertSizeToString(UInt64 v, wchar_t *s)
890 static void RemoveDotsAndSpaces(UString &path)
1002 LangString(IDS_CREATE_FOLDER_NAME, dlg.Static);
  /external/v8/src/parsing/
preparser.h 25 static PreParserIdentifier Default() {
28 static PreParserIdentifier Eval() {
31 static PreParserIdentifier Arguments() {
34 static PreParserIdentifier Undefined() {
37 static PreParserIdentifier FutureReserved() {
40 static PreParserIdentifier FutureStrictReserved() {
43 static PreParserIdentifier Let() {
46 static PreParserIdentifier Static() {
49 static PreParserIdentifier Yield()
    [all...]
preparser.cc 48 } else if (scanner->current_token() == Token::STATIC) {
49 return PreParserIdentifier::Static();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 19 import static android.app.ActivityManager.StackId.FREEFORM_WORKSPACE_STACK_ID;
20 import static android.view.View.MeasureSpec;
86 private final static String TAG = "RecentsImpl";
89 private final static int MIN_TOGGLE_DELAY_MS = 350;
94 private final static int FAST_ALT_TAB_DELAY_MS = 225;
96 public final static String RECENTS_PACKAGE = "com.android.systemui";
97 public final static String RECENTS_ACTIVITY = "com.android.systemui.recents.RecentsActivity";
132 protected static RecentsTaskLoadPlan sInstanceLoadPlan;
173 // Initialize the static foreground thread
181 // Initialize the static configuration resource
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 148 llvm::Reloc::Model RM = llvm::Reloc::Static;
490 // Create a static global destructor if necessary (to handle RS object
497 // Process any static function declarations
  /frameworks/native/libs/binder/
IPCThreadState.cpp 31 #include <private/binder/Static.h>
67 static const char* getReturnString(size_t idx);
68 static const void* printReturnCommand(TextOutput& out, const void* _cmd);
69 static const void* printCommand(TextOutput& out, const void* _cmd);
71 // Static const and functions will be optimized out if not used,
73 static const char *kReturnStrings[] = {
94 static const char *kCommandStrings[] = {
114 static const char* getReturnString(size_t idx)
122 static const void* printBinderTransactionData(TextOutput& out, const void* data)
141 static const void* printReturnCommand(TextOutput& out, const void* _cmd
    [all...]
Parcel.cpp 50 #include <private/binder/Static.h>
68 static size_t pad_size(size_t s) {
88 static pthread_mutex_t gParcelGlobalAllocSizeLock = PTHREAD_MUTEX_INITIALIZER;
89 static size_t gParcelGlobalAllocSize = 0;
90 static size_t gParcelGlobalAllocCount = 0;
92 static size_t gMaxFds = 0;
95 static const size_t BLOB_INPLACE_LIMIT = 16 * 1024;
103 static dev_t ashmem_rdev()
105 static dev_t __ashmem_rdev;
106 static pthread_mutex_t __ashmem_rdev_lock = PTHREAD_MUTEX_INITIALIZER
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 48 static bool isOmittedBlockReturnType(const Declarator &D) {
65 static void diagnoseBadTypeAttribute(Sema &S, const AttributeList &attr,
244 static void spliceAttrIntoList(AttributeList &attr, AttributeList *&head) {
249 static void spliceAttrOutOfList(AttributeList &attr, AttributeList *&head) {
266 static void moveAttrFromListToList(AttributeList &attr,
283 static void processTypeAttrs(TypeProcessingState &state,
287 static bool handleFunctionTypeAttr(TypeProcessingState &state,
291 static bool handleMSPointerTypeQualifierAttr(TypeProcessingState &state,
295 static bool handleObjCGCTypeAttr(TypeProcessingState &state,
298 static bool handleObjCOwnershipTypeAttr(TypeProcessingState &state
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 59 static const char *const DWARFGroupName = "DWARF Emission";
60 static const char *const DbgTimerName = "Debug Info Emission";
61 static const char *const EHTimerName = "DWARF Exception Writer";
62 static const char *const CodeViewLineTablesGroupName = "CodeView Line Tables";
69 static gcp_map_type &getGCMap(void *&P) {
79 static unsigned getGVAlignmentLog2(const GlobalValue *GV, const DataLayout &DL,
285 static bool canBeHidden(const GlobalValue *GV, const MCAsmInfo &MAI) {
625 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) {
674 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) {
693 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP)
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 55 static const TerminalColor DeclKindNameColor = { raw_ostream::GREEN, true };
57 static const TerminalColor AttrColor = { raw_ostream::BLUE, true };
59 static const TerminalColor StmtColor = { raw_ostream::MAGENTA, true };
61 static const TerminalColor CommentColor = { raw_ostream::BLUE, false };
64 static const TerminalColor TypeColor = { raw_ostream::GREEN, false };
67 static const TerminalColor AddressColor = { raw_ostream::YELLOW, false };
69 static const TerminalColor LocationColor = { raw_ostream::YELLOW, false };
72 static const TerminalColor ValueKindColor = { raw_ostream::CYAN, false };
74 static const TerminalColor ObjectKindColor = { raw_ostream::CYAN, false };
77 static const TerminalColor NullColor = { raw_ostream::BLUE, false }
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 37 static std::pair<unsigned, unsigned> getMFHiLoOpc(unsigned Src) {
556 // value. Until support is written we shall only accept the static
558 if ((STI.getRelocationModel() != Reloc::Static))
560 "static relocation model on MIPS at the present time.");
835 static void setAliasRegs(MachineFunction &MF, BitVector &SavedRegs,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 44 static cl::opt<bool> EmitJumpTables("hexagon-emit-jump-tables",
48 static cl::opt<bool> EnableHexSDNodeSched("enable-hexagon-sdnode-sched",
52 static cl::opt<bool> EnableFastMath("ffast-math",
56 static cl::opt<int> MinimumJumpTables("minimum-jump-tables",
60 static cl::opt<int> MaxStoresPerMemcpyCL("max-store-memcpy",
64 static cl::opt<int> MaxStoresPerMemcpyOptSizeCL("max-store-memcpy-Os",
68 static cl::opt<int> MaxStoresPerMemmoveCL("max-store-memmove",
72 static cl::opt<int> MaxStoresPerMemmoveOptSizeCL("max-store-memmove-Os",
76 static cl::opt<int> MaxStoresPerMemsetCL("max-store-memset",
80 static cl::opt<int> MaxStoresPerMemsetOptSizeCL("max-store-memset-Os"
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 148 static const char *stripRegisterPrefix(const char *RegName) {
198 if (TM.getRelocationModel() != Reloc::Static &&
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 42 static unsigned ClangCallConvToLLVMCallConv(CallingConv CC) {
65 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) {
71 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
80 static CanQualType GetReturnType(QualType RetTy) {
98 static void appendParameterTypes(const CodeGenTypes &CGT,
123 static const CGFunctionInfo &
147 static CallingConv getCallingConventionForDecl(const Decl *D, bool IsWindows) {
180 /// unknown C++ non-static member function of the given abstract type.
203 /// definition of the given C++ non-static member function. The
402 static const CGFunctionInfo
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 84 #define mDNSlocal static
95 // When "mDNSlocal" is just a synonym for "static", and "mDNSexport" is a complete no-op, you could be
101 // Using "mDNSlocal" instead of "static" makes it easier to do a textual searches for one or the other.
102 // For example you can do a search for "static" to find if any functions declare any local variables as "static"
103 // (generally a bad idea unless it's also "const", because static storage usually risks being non-thread-safe)
104 // without the results being cluttered with hundreds of matches for functions declared static.
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
tokenizer.js 194 //Static
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 55 static const char *getSparcAsmModeForCPU(StringRef Name,
87 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
100 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) {
106 << "-static";
112 static void EscapeSpacesAndBackslashes(const char *Arg,
129 static void QuoteTarget(StringRef Target, SmallVectorImpl<char> &Res) {
155 static void addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs,
209 static void AddLinkerInputs(const ToolChain &TC, const InputInfoList &Inputs,
253 static bool isObjCAutoRefCount(const ArgList &Args) {
258 static bool isObjCRuntimeLinked(const ArgList &Args)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 63 static cl::opt<bool>
84 static const MCPhysReg GPRArgRegs[] = {
174 static const struct {
258 static const struct {
357 static const struct {
380 static const struct {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/clang/include/clang/AST/
Type.h 55 static inline void *getAsVoidPointer(::clang::Type *P) { return P; }
56 static inline ::clang::Type *getFromVoidPointer(void *P) {
64 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; }
65 static inline ::clang::ExtQuals *getFromVoidPointer(void *P) {
72 struct isPodLike<clang::QualType> { static const bool value = true; };
169 static Qualifiers removeCommonQualifiers(Qualifiers &L, Qualifiers &R) {
205 static Qualifiers fromFastMask(unsigned Mask) {
211 static Qualifiers fromCVRMask(unsigned CVR) {
218 static Qualifiers fromOpaqueValue(unsigned opaque) {
508 static const uint32_t GCAttrMask = 0x18
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 78 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK,
103 static unsigned getOptimizationLevelSize(ArgList &Args) {
119 static void addDiagnosticArgs(ArgList &Args, OptSpecifier Group,
138 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,
290 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) {
296 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) {
301 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) {
314 static std::shared_ptr<llvm::Regex>
328 static bool parseDiagnosticLevelMask(StringRef FlagName,
351 static void parseSanitizerKinds(StringRef FlagName
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 276 // Assume that everything is safe in static mode.
277 if (getTargetMachine().getRelocationModel() == Reloc::Static)
    [all...]

Completed in 1435 milliseconds

1 2 3 45 6