/external/clang/test/SemaObjCXX/ |
D | arc-type-traits.mm | 16 struct HasStrong { id obj; }; 17 struct HasWeak { __weak id obj; }; 18 struct HasUnsafeUnretained { __unsafe_unretained id obj; }; 21 TRAIT_IS_TRUE(__has_nothrow_assign, __strong id); 22 TRAIT_IS_TRUE(__has_nothrow_assign, __weak id); 23 TRAIT_IS_TRUE(__has_nothrow_assign, __autoreleasing id); 24 TRAIT_IS_TRUE(__has_nothrow_assign, __unsafe_unretained id); 30 TRAIT_IS_TRUE(__has_nothrow_copy, __strong id); 31 TRAIT_IS_TRUE(__has_nothrow_copy, __weak id); 32 TRAIT_IS_TRUE(__has_nothrow_copy, __autoreleasing id); [all …]
|
D | arc-type-conversion.mm | 4 void * cvt(id arg) // expected-note{{candidate function not viable: cannot convert argument of inco… 8 (void)(id)arg; 9 …(void)(__autoreleasing id*)arg; // expected-error{{cast of an Objective-C pointer to '__autoreleas… 10 …(void)(id*)arg; // expected-error{{cast of an Objective-C pointer to '__strong id *' is disallowed… 12 (void)(__autoreleasing id**)voidp_val; 17 (void)(__strong id**)(0); 20 …cted-error{{cannot initialize return object of type 'void *' with an lvalue of type '__strong id'}} 36 void static_casts(id arg) { 38 …(void)static_cast<int*>(arg); // expected-error {{cannot cast from type 'id' to pointer type 'int … 39 (void)static_cast<id>(arg); [all …]
|
/external/libxml2/doc/html/ |
D | index.sgml | 1 <ANCHOR id="libxml-testOOMlib" href="libxml/libxml-testOOMlib.html"> 2 <ANCHOR id="test-malloc" href="libxml/libxml-testOOMlib.html#test-malloc"> 3 <ANCHOR id="test-realloc" href="libxml/libxml-testOOMlib.html#test-realloc"> 4 <ANCHOR id="test-free" href="libxml/libxml-testOOMlib.html#test-free"> 5 <ANCHOR id="test-strdup" href="libxml/libxml-testOOMlib.html#test-strdup"> 6 <ANCHOR id="TestMemoryFunction" href="libxml/libxml-testOOMlib.html#TestMemoryFunction"> 7 <ANCHOR id="test-oom-handling" href="libxml/libxml-testOOMlib.html#test-oom-handling"> 8 <ANCHOR id="test-get-malloc-blocks-outstanding" href="libxml/libxml-testOOMlib.html#test-get-malloc… 9 <ANCHOR id="libxml-wincecompat" href="libxml/libxml-wincecompat.html"> 10 <ANCHOR id="MAX-STRERROR-CAPS" href="libxml/libxml-wincecompat.html#MAX-STRERROR-CAPS"> [all …]
|
D | libxml-xmlerror.html | 16 … href="libxml-xmlerror.html#xmlError">xmlError</a> * <a name="xmlErrorPtr" id="xmlErrorPtr">xmlErr… 40 <h3><a name="xmlError" id="xmlError">Structure xmlError</a></h3><pre class="programlisting">Structu… 54 }</pre><h3>Enum <a name="xmlErrorDomain" id="xmlErrorDomain">xmlErrorDomain</a></h3><pre class="pro… 55 <a name="XML_FROM_NONE" id="XML_FROM_NONE">XML_FROM_NONE</a> = 0 56 <a name="XML_FROM_PARSER" id="XML_FROM_PARSER">XML_FROM_PARSER</a> = 1 : The XML parser 57 <a name="XML_FROM_TREE" id="XML_FROM_TREE">XML_FROM_TREE</a> = 2 : The tree module 58 …<a name="XML_FROM_NAMESPACE" id="XML_FROM_NAMESPACE">XML_FROM_NAMESPACE</a> = 3 : The XML Namespac… 59 …<a name="XML_FROM_DTD" id="XML_FROM_DTD">XML_FROM_DTD</a> = 4 : The XML DTD validation with parser… 60 <a name="XML_FROM_HTML" id="XML_FROM_HTML">XML_FROM_HTML</a> = 5 : The HTML parser 61 <a name="XML_FROM_MEMORY" id="XML_FROM_MEMORY">XML_FROM_MEMORY</a> = 6 : The memory allocator [all …]
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 40 !Alias id-fieldType ansi-X9-62 1 43 X9-62_characteristic-two-field 3 : id-characteristic-two-basis 47 !Alias id-publicKeyType ansi-X9-62 2 48 X9-62_id-publicKeyType 1 : id-ecPublicKey 79 !Alias id-ecSigType ansi-X9-62 4 155 ISO-US 113533 7 66 13 : id-PasswordBasedMAC : password based MAC 156 ISO-US 113533 7 66 30 : id-DHBasedMac : Diffie-Hellman based MAC 232 SMIME 0 : id-smime-mod 233 SMIME 1 : id-smime-ct 234 SMIME 2 : id-smime-aa [all …]
|
/external/javaparser/dev-files/ |
D | JavaParser-eclipse.xml | 4 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> 5 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="i… 6 <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value=… 7 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" val… 8 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" … 9 <setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> 10 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_par… 11 <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not in… 12 <setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="ins… 13 <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" val… [all …]
|
/external/slf4j/ |
D | codeStyle.xml | 4 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> 5 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="i… 6 <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value=… 7 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" val… 8 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" … 9 <setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> 10 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_par… 11 <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="insert"/> 12 <setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="ins… 13 <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" val… [all …]
|
/external/google-styleguide/ |
D | eclipse-java-google-style.xml | 4 <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert… 5 <setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> 6 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> 7 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do… 8 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" … 9 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="inse… 10 <setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="e… 11 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert… 12 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" … 13 <setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> [all …]
|
D | eclipse-cpp-google-style.xml | 4 <setting id="org.eclipse.cdt.core.formatter.insert_space_before_opening_paren_in_method_declaration… 5 <setting id="org.eclipse.cdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not … 6 <setting id="org.eclipse.cdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> 7 <setting id="org.eclipse.cdt.core.formatter.lineSplit" value="80"/> 8 <setting id="org.eclipse.cdt.core.formatter.alignment_for_member_access" value="16"/> 9 <setting id="org.eclipse.cdt.core.formatter.insert_space_before_comma_in_base_types" value="do not … 10 <setting id="org.eclipse.cdt.core.formatter.keep_else_statement_on_same_line" value="false"/> 11 <setting id="org.eclipse.cdt.core.formatter.indent_switchstatements_compare_to_switch" value="true"… 12 <setting id="org.eclipse.cdt.core.formatter.alignment_for_constructor_initializer_list" value="83"/> 13 <setting id="org.eclipse.cdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" … [all …]
|
/external/nanohttpd/src/main/formatter/ |
D | formatter.xml | 4 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not … 5 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> 6 <setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> 7 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> 8 <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> 9 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert… 10 <setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="true"/> 11 <setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> 12 <setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" … 13 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do n… [all …]
|
/external/snakeyaml/src/etc/ |
D | Eclipse-format.xml | 4 <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert… 5 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> 6 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do… 7 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" … 8 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="inse… 9 <setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="e… 10 <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert… 11 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" … 12 <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value=… 13 <setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializ… [all …]
|
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/ |
D | GeneratedJavaParserConstants.java | 33 /** RegularExpression Id. */ 35 /** RegularExpression Id. */ 37 /** RegularExpression Id. */ 39 /** RegularExpression Id. */ 41 /** RegularExpression Id. */ 43 /** RegularExpression Id. */ 45 /** RegularExpression Id. */ 47 /** RegularExpression Id. */ 49 /** RegularExpression Id. */ 51 /** RegularExpression Id. */ [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | supplementalData.txt | 11 id{"SHP"} 20 id{"EUR"} 27 id{"ESP"} 38 id{"FRF"} 49 id{"ADP"} 62 id{"AED"} 71 id{"AFN"} 78 id{"AFA"} 91 id{"XCD"} 100 id{"XCD"} [all …]
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 78 spv::Id getStringId(const std::string& str) in getStringId() 83 spv::Id strId = getUniqueId(); in getStringId() 102 spv::Id incId = getStringId(name); in addInclude() 105 Id import(const char*); 114 // To get a new <id> for anything needing a new one. 115 Id getUniqueId() { return ++uniqueId; } in getUniqueId() 117 // To get a set of new <id>s, e.g., for a set of function parameters 118 Id getUniqueIds(int numIds) in getUniqueIds() 120 Id id = uniqueId + 1; in getUniqueIds() local 122 return id; in getUniqueIds() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/ |
D | ASTParserConstants.java | 25 /** RegularExpression Id. */ 27 /** RegularExpression Id. */ 29 /** RegularExpression Id. */ 31 /** RegularExpression Id. */ 33 /** RegularExpression Id. */ 35 /** RegularExpression Id. */ 37 /** RegularExpression Id. */ 39 /** RegularExpression Id. */ 41 /** RegularExpression Id. */ 43 /** RegularExpression Id. */ [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/ |
D | ASTParserConstants.java | 25 /** RegularExpression Id. */ 27 /** RegularExpression Id. */ 29 /** RegularExpression Id. */ 31 /** RegularExpression Id. */ 33 /** RegularExpression Id. */ 35 /** RegularExpression Id. */ 37 /** RegularExpression Id. */ 39 /** RegularExpression Id. */ 41 /** RegularExpression Id. */ 43 /** RegularExpression Id. */ [all …]
|
/external/cldr/common/segments/ |
D | root.xml | 16 <variable id="$CR">\p{Grapheme_Cluster_Break=CR}</variable> 17 <variable id="$LF">\p{Grapheme_Cluster_Break=LF}</variable> 18 <variable id="$Control">\p{Grapheme_Cluster_Break=Control}</variable> 19 <variable id="$Extend">\p{Grapheme_Cluster_Break=Extend}</variable> 20 <variable id="$ZWJ">\p{Grapheme_Cluster_Break=ZWJ}</variable> 21 <variable id="$RI">\p{Grapheme_Cluster_Break=Regional_Indicator}</variable> 22 <variable id="$Prepend">\p{Grapheme_Cluster_Break=Prepend}</variable> 23 <variable id="$SpacingMark">\p{Grapheme_Cluster_Break=SpacingMark}</variable> 24 <variable id="$L">\p{Grapheme_Cluster_Break=L}</variable> 25 <variable id="$V">\p{Grapheme_Cluster_Break=V}</variable> [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | shrink-vop3-carry-out.mir | 21 - { id: 0, class: sgpr_64 } 22 - { id: 1, class: sreg_32_xm0 } 23 - { id: 2, class: sgpr_32 } 24 - { id: 3, class: vgpr_32 } 25 - { id: 4, class: sreg_64_xexec } 26 - { id: 5, class: sreg_64_xexec } 27 - { id: 6, class: sreg_32 } 28 - { id: 7, class: sreg_32 } 29 - { id: 8, class: sreg_32_xm0 } 30 - { id: 9, class: sreg_64_xexec } [all …]
|
D | sdwa-scalar-ops.mir | 101 - { id: 0, class: sreg_64 } 102 - { id: 1, class: sreg_64 } 103 - { id: 2, class: vgpr_32 } 104 - { id: 3, class: sgpr_128 } 105 - { id: 4, class: sgpr_64 } 106 - { id: 5, class: sreg_32_xm0 } 107 - { id: 6, class: sgpr_32 } 108 - { id: 7, class: sreg_64 } 109 - { id: 8, class: sreg_64 } 110 - { id: 9, class: sreg_64_xexec } [all …]
|
D | fold-immediate-output-mods.mir | 10 - { id: 0, class: sgpr_64 } 11 - { id: 1, class: sreg_32_xm0 } 12 - { id: 2, class: sgpr_32 } 13 - { id: 3, class: vgpr_32 } 14 - { id: 4, class: sreg_64_xexec } 15 - { id: 5, class: sreg_64_xexec } 16 - { id: 6, class: sreg_64_xexec } 17 - { id: 7, class: sreg_32 } 18 - { id: 8, class: sreg_32 } 19 - { id: 9, class: sreg_32_xm0 } [all …]
|
D | clamp-omod-special-case.mir | 10 - { id: 0, class: sgpr_64 } 11 - { id: 1, class: sreg_32_xm0 } 12 - { id: 2, class: sgpr_32 } 13 - { id: 3, class: vgpr_32 } 14 - { id: 4, class: sreg_64_xexec } 15 - { id: 5, class: sreg_64_xexec } 16 - { id: 6, class: sreg_32 } 17 - { id: 7, class: sreg_32 } 18 - { id: 8, class: sreg_32_xm0 } 19 - { id: 9, class: sreg_64 } [all …]
|
/external/apache-harmony/support/src/test/resources/config/ |
D | jcltest-excludes.xml | 10 <hy:type id="tests.api.java.util.zip.GZIPInputStreamTest"> 11 <hy:exclude id="test_read$BII" shouldfix="true"> 14 <hy:exclude id="test_close" shouldfix="true"> 19 <hy:type id="tests.api.java.util.zip.InflaterInputStreamTest"> 20 <hy:exclude id="test_ConstructorLjava_io_InputStream" shouldfix="true"> 26 <hy:type id="tests.api.java.util.zip.InflaterTest"> 27 <hy:exclude id="test_setDictionary$B" shouldfix="true"> 36 id="javax.security.auth.login.serialization.SerAccountExpiredExceptionTest"> 37 <hy:exclude id="testGolden" shouldfix="true"> 43 id="javax.security.auth.login.serialization.SerCredentialExpiredExceptionTest"> [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | RAbasic-invalid-LR-update.mir | 23 # CHECK: id: 114, class 29 - { id: 0, class: vr128bit } 30 - { id: 1, class: vr128bit } 31 - { id: 2, class: vr128bit } 32 - { id: 3, class: vr64bit } 33 - { id: 4, class: gr64bit } 34 - { id: 5, class: vr128bit } 35 - { id: 6, class: grx32bit } 36 - { id: 7, class: vr128bit } 37 - { id: 8, class: vr128bit } [all …]
|
/external/tcpdump/tests/ |
D | pimv2-oobr-1.out | 1 c2:02:3d:80:00:01 > 01:00:5e:00:00:0d, ethertype IPv4 (0x0800), length 65535: (tos 0xc0, ttl 1, id … 6 Generation ID Option (20), length 4, Value: 0xd76fc4dc 10 Generation ID Option (20), length 0, Value: ERROR: Option Length != 4 Bytes (0) 12 Generation ID Option (20), length 0, Value: ERROR: Option Length != 4 Bytes (0) 14 Generation ID Option (20), length 0, Value: ERROR: Option Length != 4 Bytes (0) 16 Generation ID Option (20), length 0, Value: ERROR: Option Length != 4 Bytes (0) 18 Generation ID Option (20), length 0, Value: ERROR: Option Length != 4 Bytes (0) 20 Generation ID Option (20), length 0, Value: ERROR: Option Length != 4 Bytes (0) 22 Generation ID Option (20), length 0, Value: ERROR: Option Length != 4 Bytes (0) 24 Generation ID Option (20), length 0, Value: ERROR: Option Length != 4 Bytes (0) [all …]
|
D | lldp-infinite-loop-1.out | 2 Chassis ID TLV (1), length 7 5 Port ID TLV (2), length 7 11 Port VLAN Id Subtype (1) 12 port vlan id (PVID): 0 15 Port and Protocol VLAN ID Subtype (2) 16 port and protocol vlan id (PPVID): 0, flags [supported] (0x02) 20 vlan id (VID): 1 31 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0 32 Priority: 0, RES: 0, Sel: 0, Protocol ID: 0 33 Priority: 0, RES: 0, Sel: 0, Protocol ID: 128 [all …]
|