/external/llvm/lib/Target/NVPTX/ |
NVPTXMCExpr.cpp | 18 NVPTXFloatMCExpr::Create(VariantKind Kind, APFloat Flt, MCContext &Ctx) { 19 return new (Ctx) NVPTXFloatMCExpr(Kind, Flt); 27 switch (Kind) { 28 default: llvm_unreachable("Invalid kind!");
|
/external/llvm/test/MC/Mips/ |
expr1.s | 7 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16 10 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16 12 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16 14 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16
|
/external/skia/src/animator/ |
SkDrawable.cpp | 12 bool SkDrawable::doEvent(SkDisplayEvent::Kind , SkEventState* ) {
|
SkDisplayEvent.h | 22 enum Kind { 51 Kind kind; member in class:SkDisplayEvent
|
/ndk/tests/device/test-gabi++/ |
README | 5 libgabi++_static and libgabi++_shared without any kind of conflict, and that
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainer.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 40 * @param the container kind. Can be {@link IClasspathContainer#K_DEFAULT_SYSTEM} or 43 AndroidClasspathContainer(IClasspathEntry[] entries, IPath path, String name, int kind) { 47 mKind = kind;
|
/system/core/libnl_2/ |
handlers.c | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 24 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind) 57 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, \ 68 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, \
|
/cts/tools/dex-tools/test/dex/reader/util/ |
SpecialJavaFileManager.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 44 JavaFileObject.Kind kind, FileObject sibling) {
|
/external/chromium_org/courgette/ |
ensemble.cc | 16 Element::Element(ExecutableType kind, 19 : kind_(kind), ensemble_(ensemble), region_(region) { 26 + base::IntToString(kind()) + ","
|
/external/chromium_org/third_party/icu/source/common/ |
servls.cpp | 56 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const 58 return get(locale, kind, NULL, status); 68 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const 79 ICUServiceKey* key = createKey(&locName, kind, status); 116 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status) 118 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status); 122 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) 124 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage); 148 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage, UErrorCode& status) 150 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage) [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayEvent.h | 22 enum Kind { 51 Kind kind; member in class:SkDisplayEvent
|
/external/doclava/src/com/google/doclava/ |
ParsedTagInfo.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 ParsedTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { 27 super(name, kind, text, SourcePositionInfo.findBeginning(sp, text));
|
/external/icu4c/common/ |
servls.cpp | 51 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const 53 return get(locale, kind, NULL, status); 63 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const 74 ICUServiceKey* key = createKey(&locName, kind, status); 111 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status) 113 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status); 117 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) 119 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage); 143 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage, UErrorCode& status) 145 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage) [all...] |
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCAsmBackend.cpp | 25 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { 26 switch (Kind) { 28 llvm_unreachable("Unknown fixup kind!"); 48 static unsigned getFixupKindNumBytes(unsigned Kind) { 49 switch (Kind) { 51 llvm_unreachable("Unknown fixup kind!"); 93 const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const { 105 if (Kind < FirstTargetFixupKind) 106 return MCAsmBackend::getFixupKindInfo(Kind); 108 assert(unsigned(Kind - FirstTargetFixupKind) < getNumFixupKinds() & [all...] |
/packages/apps/ContactsCommon/tests/res/xml/ |
missing_contacts_base.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 <DataKind kind="name" 37 <DataKind kind="photo" maxOccurs="1" />
|
missing_contacts_name_attr1.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 <DataKind kind="name" 35 <DataKind kind="photo" maxOccurs="1" />
|
missing_contacts_name_attr2.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 <DataKind kind="name" 35 <DataKind kind="photo" maxOccurs="1" />
|
missing_contacts_name_attr3.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 <DataKind kind="name" 35 <DataKind kind="photo" maxOccurs="1" />
|
missing_contacts_name_attr4.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 <DataKind kind="name" 35 <DataKind kind="photo" maxOccurs="1" />
|
missing_contacts_name_attr5.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 <DataKind kind="name" 35 <DataKind kind="photo" maxOccurs="1" />
|
missing_contacts_name_attr6.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 <DataKind kind="name" 35 <DataKind kind="photo" maxOccurs="1" />
|
missing_contacts_name_attr7.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 26 <DataKind kind="name" 35 <DataKind kind="photo" maxOccurs="1" />
|
missing_contacts_photo.xml | 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 20 <!-- XML for must-have checks. Missing "photo" kind. --> 26 <DataKind kind="name"
|
/external/clang/bindings/python/tests/cindex/ |
test_type.py | 33 assert all(x.kind == CursorKind.FIELD_DECL for x in fields) 38 assert fields[0].type.kind == TypeKind.INT 39 assert fields[0].type.get_canonical().kind == TypeKind.INT 43 assert fields[1].type.kind == TypeKind.TYPEDEF 44 assert fields[1].type.get_canonical().kind == TypeKind.INT 49 assert fields[2].type.kind == TypeKind.LONG 50 assert fields[2].type.get_canonical().kind == TypeKind.LONG 54 assert fields[3].type.kind == TypeKind.ULONG 55 assert fields[3].type.get_canonical().kind == TypeKind.ULONG 59 assert fields[4].type.kind == TypeKind.LON [all...] |
/external/iptables/utils/ |
nfnl_osf.c | 66 { .kind = 0, .length = 1,}, 67 { .kind=1, .length=1,}, 68 { .kind=2, .length=4,}, 69 { .kind=3, .length=3,}, 70 { .kind=4, .length=2,}, 71 { .kind=5, .length=1,}, /* SACK length is not defined */ 72 { .kind=6, .length=6,}, 73 { .kind=7, .length=6,}, 74 { .kind=8, .length=10,}, 75 { .kind=9, .length=2,} [all...] |