HomeSort by relevance Sort by last modified time
    Searched full:type4 (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/base/cmds/interrupter/
interrupter.h 50 #define CALL_FUNCTION_4(sym, ret, type1, type2, type3, type4) \
51 ret (*real_##sym)(type1, type2, type3, type4) = NULL; \
52 ret sym(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
57 #define CALL_FUNCTION_5(sym, ret, type1, type2, type3, type4, type5) \
58 ret (*real_##sym)(type1, type2, type3, type4, type5) = NULL; \
59 ret sym(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
  /external/clang/test/SemaTemplate/
ms-if-exists.cpp 22 typedef T::X type4; typedef
29 X<int>::type4 i4; // expected-error{{no type named 'type4' in 'X<int>'}}
  /external/libnfc-nxp/src/
phFriNfc_MapTools.h 46 typ1/type2/type3/type4 tags.
65 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
78 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
phFriNfc_IntNdefMap.h 48 typ1/type2/type3/type4 tags.
64 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
phFriNfc_MapTools.c 56 * typ1/type2/type3/type4 tags.
phFriNfc_SmtCrdFmt.h 52 * - Type4 ( Desfire)
168 * \brief NFC Smart Card Formatting Component Type4 Additional Information Structure
170 * This structure is used to specify additional information required to format the type4 card.
276 * Ex: Type1/Type2/Type4/Mifare 1k/4k
phFriNfc_IntNdefMap.c 56 * typ1/type2/type3/type4 tags.
phFriNfc_DesfireFormat.h 19 * \brief Type4 Smart card formatting.
phFriNfc_DesfireFormat.c 20 * for the Type4/Desfire card.
    [all...]
  /external/clang/test/Misc/
integer-literal-printing.cpp 25 template <charTy T, typename Type4Helper<T>::Ty U> struct Type4 {};
73 struct Type4<charTy::c, "4"> t4; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type4Helper<(charTy)'\x00'>::Ty' (aka 'charTy')}}
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4; typedef in struct:X6
427 // CHECK: Keyword: "class" [110:11 - 110:16] TypedefDecl=type4:110:80 (Definition)
429 // CHECK: Punctuation: "::" [110:28 - 110:30] TypedefDecl=type4:110:80 (Definition)
431 // CHECK: Punctuation: "::" [110:35 - 110:37] TypedefDecl=type4:110:80 (Definition)
433 // CHECK: Punctuation: "<" [110:43 - 110:44] TypedefDecl=type4:110:80 (Definition)
435 // CHECK: Punctuation: ">" [110:48 - 110:49] TypedefDecl=type4:110:80 (Definition)
436 // CHECK: Punctuation: "::" [110:49 - 110:51] TypedefDecl=type4:110:80 (Definition)
437 // CHECK: Keyword: "template" [110:51 - 110:59] TypedefDecl=type4:110:80 (Definition)
438 // CHECK: Identifier: "rebind" [110:60 - 110:66] TypedefDecl=type4:110:80 (Definition)
439 // CHECK: Punctuation: "<" [110:66 - 110:67] TypedefDecl=type4:110:80 (Definition
    [all...]
  /cts/tests/res/values/
attrs.xml 38 <attr name="type4" format="reference|color"/>
55 <attr name="type4"/>
styles.xml 23 <item name="type4">#ff00ff00</item>
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
AudioSampleEntry.java 36 public static final String TYPE4 = "drms";
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 323 addDirectoryRow(response3, "account-name4", "account-type4", "display-name4", 4,
338 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name4", "account-type4",
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StreamTokenizerTest.java 168 assertTrue("Wrong Token type4: " + st.ttype,
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 119 public static final String NFC_FORUM_TYPE_4 = "org.nfcforum.ndef.type4";
  /external/bison/build-aux/
config.guess     [all...]
  /external/chromium/sdch/open-vcdiff/
config.guess     [all...]
  /external/chromium/third_party/libevent/
config.guess     [all...]
  /external/dropbear/
config.guess     [all...]
  /external/e2fsprogs/config/
config.guess     [all...]
  /external/elfutils/config/
config.guess     [all...]
  /external/expat/conftools/
config.guess     [all...]
  /external/grub/
config.guess     [all...]

Completed in 1101 milliseconds

1 2