/external/valgrind/main/massif/tests/ |
zero.c | 1 // Test zero-size allocations -- shouldn't cause division by zero, that kind
|
/ndk/tests/device/test-basic-rtti/ |
README | 5 libsupc++.a without any kind of conflict, and that the dynamic_cast<>
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
iterobject.h | 3 /* Iterators (the basic kind, over a sequence) */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Login_Items_Suite.py | 30 """kind - the file type of the Login Item """ 31 which = 'kind' 48 'kind' : _Prop_kind, 65 'kind' : _Prop_kind,
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
iterobject.h | 3 /* Iterators (the basic kind, over a sequence) */
|
/external/clang/lib/Driver/ |
InputInfo.h | 40 Class Kind; 47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) { 50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) { 55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) { 59 bool isNothing() const { return Kind == Nothing; } 60 bool isFilename() const { return Kind == Filename; } 61 bool isInputArg() const { return Kind == InputArg; }
|
/libcore/benchmarks/src/benchmarks/regression/ |
MutableIntBenchmark.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 enum Kind { 75 @Param Kind kind; field in class:MutableIntBenchmark 78 kind.timeCreate(reps); 82 kind.timeIncrement(reps); 86 kind.timeGet(reps);
|
/cts/tools/signature-tools/src/signature/model/ |
IClassDefinition.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 30 * Returns the kind of this class definition. 32 * @return the kind of this class definition 34 Kind getKind(); 73 * case if the kind of this class definition is {@link Kind#INTERFACE} or 118 * definition. The returned set may only contain elements if the kind of 119 * this class definition is {@link Kind#ENUM}. 127 * definition. The returned set may only contain elements if the kind of 128 * this class definition is {@link Kind#ANNOTATION} [all...] |
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_mutex_trylock.c | 45 int kind; local 67 kind = mx->kind; 69 if (kind >= 0) 77 if (kind != PTHREAD_MUTEX_NORMAL) 85 if (kind == PTHREAD_MUTEX_RECURSIVE && 115 kind = -kind - 1; /* Convert to non-robust range */ 122 if (kind != PTHREAD_MUTEX_NORMAL) 130 if (PTHREAD_MUTEX_RECURSIVE == kind & [all...] |
pthread_mutex_unlock.c | 45 int kind; local 61 kind = mx->kind; 63 if (kind >= 0) 65 if (kind == PTHREAD_MUTEX_NORMAL) 89 if (kind != PTHREAD_MUTEX_RECURSIVE 115 kind = -kind - 1; /* Convert to non-robust range */ 126 if (PTHREAD_MUTEX_NORMAL == kind) 144 if (kind != PTHREAD_MUTEX_RECURSIV [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SDNodeDbgValue.h | 38 enum DbgValueKind kind; member in class:llvm::SDDbgValue 57 kind = SDNODE; 66 kind = CONST; 73 kind = FRAMEIX; 77 // Returns the kind. 78 DbgValueKind getKind() { return kind; } 84 SDNode *getSDNode() { assert (kind==SDNODE); return u.s.Node; } 87 unsigned getResNo() { assert (kind==SDNODE); return u.s.ResNo; } 90 const Value *getConst() { assert (kind==CONST); return u.Const; } 93 unsigned getFrameIx() { assert (kind==FRAMEIX); return u.FrameIx; [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonTargetObjectFile.cpp | 74 SectionKind Kind) const { 80 if (Kind.isBSS() || Kind.isDataNoRel() || Kind.isCommon()) { 89 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, 93 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind)) 95 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind)) 99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM) [all...] |
/external/clang/lib/Basic/ |
TokenKinds.cpp | 25 const char *tok::getTokenName(enum TokenKind Kind) { 26 assert(Kind < tok::NUM_TOKENS); 27 return TokNames[Kind]; 30 const char *tok::getTokenSimpleSpelling(enum TokenKind Kind) { 31 switch (Kind) {
|
/external/clang/lib/Frontend/ |
LangStandards.cpp | 20 const LangStandard &LangStandard::getLangStandardForKind(Kind K) { 23 llvm::report_fatal_error("getLangStandardForKind() on unspecified kind"); 28 llvm_unreachable("Invalid language kind!"); 32 Kind K = llvm::StringSwitch<Kind>(Name)
|
/external/clang/test/SemaObjC/ |
check-dup-objc-decls-1.m | 6 float Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}} 10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}} 18 @class OBJECT ; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}} 23 @interface Gorf @end // expected-error {{redefinition of 'Gorf' as different kind of symbol}} expected-note {{previous definition is here}} 25 void Gorf() // expected-error {{redefinition of 'Gorf' as different kind of symbol}}
|
/external/doclava/src/com/google/doclava/ |
ThrowsTagInfo.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 28 public ThrowsTagInfo(String name, String kind, String text, ContainerInfo base, 30 super(name, kind, text, base, sp); 45 public ThrowsTagInfo(String name, String kind, String text, ClassInfo exception, 47 super(name, kind, text, base, sp);
|
/external/llvm/include/llvm/MC/ |
MCFixupKindInfo.h | 15 /// MCFixupKindInfo - Target independent information on a fixup kind. 18 /// Is this fixup kind PCrelative? This is used by the assembler backend to 22 /// Should this fixup kind force a 4-byte aligned effective PC value? 26 /// A target specific name for the fixup kind. The names will be unique for 37 /// Flags describing additional information on this fixup kind.
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXMCExpr.h | 29 const VariantKind Kind; 33 : Kind(_Kind), Flt(_Flt) {} 39 static const NVPTXFloatMCExpr *Create(VariantKind Kind, APFloat Flt, 56 /// getOpcode - Get the kind of this expression. 57 VariantKind getKind() const { return Kind; }
|
/frameworks/compile/mclinker/include/mcld/MC/ |
ZOption.h | 25 enum Kind { 55 Kind kind() const function in class:mcld::ZOption 61 void setKind(Kind pKind) 68 Kind m_Kind;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
shortcut_utils.h | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 38 int kind; local 41 kind = Dictionary::KIND_WHITELIST; 47 kind = Dictionary::KIND_SHORTCUT; 49 outputTypes[outputWordIndex] = kind;
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in 21 variables that can hold a kind, to mean they have yet to have a 22 kind specified. I.e. they're uninitialized. Within the diagnostic 23 machinery, this kind also means "don't change the existing kind",
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in 21 variables that can hold a kind, to mean they have yet to have a 22 kind specified. I.e. they're uninitialized. Within the diagnostic 23 machinery, this kind also means "don't change the existing kind",
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in 21 variables that can hold a kind, to mean they have yet to have a 22 kind specified. I.e. they're uninitialized. Within the diagnostic 23 machinery, this kind also means "don't change the existing kind",
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in 21 variables that can hold a kind, to mean they have yet to have a 22 kind specified. I.e. they're uninitialized. Within the diagnostic 23 machinery, this kind also means "don't change the existing kind",
|
/external/llvm/lib/IR/ |
AttributeImpl.h | 56 bool hasAttribute(StringRef Kind) const; 75 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, 77 ID.AddInteger(Kind); 80 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { 81 ID.AddString(Kind); 97 Attribute::AttrKind Kind; 100 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) 101 : AttributeImpl(ID), Kind(Kind) {} 104 EnumAttributeImpl(Attribute::AttrKind Kind) [all...] |