Home
last modified time | relevance | path

Searched full:type3 (Results 1 – 25 of 34) sorted by relevance

12

/external/snakeyaml/src/test/java/examples/staticstate/
DStaticFieldsWrapperTest.java38 JavaBeanWithStaticState.setType("Type3"); in testWrapper()
44 … "!!examples.staticstate.Wrapper {age: -47, color: Violet, name: Bahrack, type: Type3}\n", in testWrapper()
60 JavaBeanWithStaticState.setType("Type3"); in testLocalTag()
67 assertEquals("!mybean {age: -47, color: Violet, name: Bahrack, type: Type3}\n", output); in testLocalTag()
86 JavaBeanWithStaticState.setType("Type3"); in testRootBean()
91 assertEquals("age: -47\ncolor: Violet\nname: Bahrack\ntype: Type3\n", output); in testRootBean()
/external/llvm/test/Object/Mips/
Delf-mips64-rel.yaml21 # YAML-NEXT: Type3: R_MIPS_HI16
27 # YAML-NEXT: Type3: R_MIPS_LO16
68 Type3: R_MIPS_HI16
74 Type3: R_MIPS_LO16
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
1691 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1699 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1708 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
1724 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1726 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
2037 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2038 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3) { \
[all …]
/external/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp23 struct type3 struct
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() function
29 constexpr type3 g argument
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp124 #define ADD_ARG_CASE4(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
138 const TYPE3 args3[] = ARGS3;\
145 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\
153 #define ADD_ARG_CASE5(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
167 const TYPE3 args3[] = ARGS3;\
175 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\
184 #define ADD_ARG_CASE6(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
198 const TYPE3 args3[] = ARGS3;\
207 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\
/external/apache-http/src/org/apache/http/impl/auth/
DNTLMEngine.java35 * generate Type1 messages and Type3 messages in response to a
63 * Generates a Type3 message given the user credentials and the
71 * @return Type3 response.
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef
409 // CHECK: Keyword: "typedef" [109:3 - 109:10] TypedefDecl=type3:109:73 (Definition)
410 // CHECK: Keyword: "class" [109:11 - 109:16] TypedefDecl=type3:109:73 (Definition)
412 // CHECK: Punctuation: "::" [109:28 - 109:30] TypedefDecl=type3:109:73 (Definition)
414 // CHECK: Punctuation: "::" [109:35 - 109:37] TypedefDecl=type3:109:73 (Definition)
416 // CHECK: Punctuation: "<" [109:43 - 109:44] TypedefDecl=type3:109:73 (Definition)
418 // CHECK: Punctuation: ">" [109:48 - 109:49] TypedefDecl=type3:109:73 (Definition)
419 // CHECK: Punctuation: "::" [109:49 - 109:51] TypedefDecl=type3:109:73 (Definition)
420 // CHECK: Keyword: "template" [109:51 - 109:59] TypedefDecl=type3:109:73 (Definition)
421 // CHECK: Identifier: "rebind" [109:60 - 109:66] TypedefDecl=type3:109:73 (Definition)
[all …]
/external/clang/test/SemaTemplate/
Dms-if-exists.cpp18 typedef int type3; in __if_not_exists() typedef
28 X<int>::type3 i3;
Dcanonical-expr-type.cpp44 typedef T __attribute__((ext_vector_type(N))) type3; typedef
48 void f0(type3); // expected-error{{redeclared}}
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp124 #define ADD_ARG_CASE4(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
138 const TYPE3 args3[] = ARGS3;\
145 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\
153 #define ADD_ARG_CASE6(NAME, DESCRIPTION, FUNCNAME, TYPE0, ARGS0, TYPE1, ARGS1, TYPE2, ARGS2, TYPE3,… argument
167 const TYPE3 args3[] = ARGS3;\
176 const TYPE3 arg3 = args3[baseNdx%DE_LENGTH_OF_ARRAY(args3)];\
/external/clang/test/Misc/
Dinteger-literal-printing.cpp16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; struct
71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicit… in Function()
/external/clang/test/CodeGenObjC/
Dobjc-fixed-enum.m78 // CHECK-SAME: type: ![[TYPE3:[0-9]+]]
79 // CHECK: ![[TYPE3]] = !DIDerivedType(tag: DW_TAG_typedef, name: "Enum3"
/external/skia/site/dev/design/
Dpdftheory.md379 #### *Type1/Type3 fonts* ####
384 any any platform (except for Type1 on Linux), it is encoded as a Type3
385 font. In this context, a Type3 font is an array of form x-objects
387 kerning information is included in a Type3 font, just the shape of
389 will also get embedded as a Type3 font. From what I understand, shapes
394 PDF only supports an 8-bit encoding for Type1 or Type3 fonts. However,
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp780 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
784 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType()
787 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
793 ELFYAML::ELF_REL Type3; member
812 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/external/elfutils/libelf/
Dgelf_xlate.c149 #define TYPE2(Name, Bits) TYPE3 (Name##Bits)
150 #define TYPE3(Name) Name (cvt_) macro
/external/pdfium/testing/resources/pixel/
Dbug_591137.in27 /Subtype /Type3
/external/syslinux/efi64/include/efi/
Dlibsmbios.h124 SMBIOS_TYPE3 *Type3; member
/external/syslinux/efi32/include/efi/
Dlibsmbios.h124 SMBIOS_TYPE3 *Type3; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Dlibsmbios.h124 SMBIOS_TYPE3 *Type3; member
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake81 # LFS type3: 8 <= sizeof(__int64), _fseeki64, _ftelli64
/external/skia/src/pdf/
DSkPDFFont.cpp167 // force Type3 fallback. in FontType()
226 // Type3 is our fallback font. in GetFontResource()
609 font->insertName("Subtype", "Type3"); in add_type3_font_info()
699 // Type3 FontDescriptor does not require all the same fields. in add_type3_font_info()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DVisualSampleEntry.java53 public static final String TYPE3 = "avc1"; field in VisualSampleEntry
DAudioSampleEntry.java35 public static final String TYPE3 = "mp4a"; field in AudioSampleEntry
/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp155 namespace type3 { namespace
/external/llvm/include/llvm/Object/
DELF.h288 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local
298 Name = getRelocationTypeName(Type3); in getRelocationTypeName()

12