/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | redirects.txt | 3 # RUN: echo "not-present" > %t.stdout-write 4 # RUN: echo "is-present" > %t.stdout-write 7 # STDOUT-WRITE-NOT: not-present 8 # STDOUT-WRITE: is-present 13 # STDOUT-APPEND: is-present 19 # RUN: echo "not-present" > %t.stderr-write 23 # STDERR-WRITE-NOT: not-present 35 # RUN: echo "not-present" > %t.combined 39 # COMBINED-WRITE-NOT: not-present
|
/external/pdfium/testing/resources/javascript/ |
D | document_methods.in | 106 // "Unsupported" methods are present in the document object, but not 115 // Method is present. 130 // Method is present. 138 // Method is present. 146 // Method is present. 156 // Method is present. 167 // Method is present. 180 // Method is present. 195 // Method is present. 203 // Method is present. [all …]
|
/external/libvncserver/ |
D | rfbconfig.h.in | 21 /* Avahi/mDNS client build environment present */ 33 /* DPMS extension build environment present */ 36 /* FBPM extension build environment present */ 72 /* GnuTLS library present */ 90 /* libcrypt library present */ 93 /* openssl libcrypto library present */ 114 /* openssl libssl library present */ 117 /* XDAMAGE extension build environment present */ 120 /* XFIXES extension build environment present */ 123 /* XINERAMA extension build environment present */ [all …]
|
D | configure.ac | 72 AH_TEMPLATE(HAVE_LIBCRYPT, [libcrypt library present]) 86 AH_TEMPLATE(HAVE_LIBCRYPTO, [openssl libcrypto library present]) 90 AH_TEMPLATE(HAVE_LIBSSL, [openssl libssl library present]) 138 AH_TEMPLATE(HAVE_X11, [X11 build environment present]) 146 [ --with-x11vnc configure for building the x11vnc subdir (if present)] 160 AH_TEMPLATE(HAVE_XSHM, [MIT-SHM extension build environment present]) 161 AH_TEMPLATE(HAVE_XTEST, [XTEST extension build environment present]) 163 AH_TEMPLATE(HAVE_XKEYBOARD, [XKEYBOARD extension build environment present]) 164 AH_TEMPLATE(HAVE_LIBXINERAMA, [XINERAMA extension build environment present]) 165 AH_TEMPLATE(HAVE_LIBXRANDR, [XRANDR extension build environment present]) [all …]
|
/external/libxml2/result/schematron/ |
D | zvon3_0.err | 2 /AAA/BBB/CCC[1] line 3: attribute name is not present 3 /AAA/BBB/CCC[2] line 4: attribute name is not present 4 /AAA/CCC[1] line 6: attribute name is present 5 /AAA/CCC[2] line 7: attribute name is present
|
D | zvon10_0.err | 2 /AAA line 1: CCC element is not present 4 /AAA line 1: CCC element is not present
|
D | zvon10_1.err | 2 /AAA line 1: CCC element is not present 4 /AAA line 1: CCC element is not present
|
D | zvon1_0.err | 2 /AAA line 1: BBB element is present. 5 /AAA line 1: BBB element is present.
|
/external/compiler-rt/test/asan/TestCases/ |
D | debug_report.cc | 12 int present = __asan_report_present(); in main() local 13 fprintf(stderr, "%s\n", (present == 0) ? "no report" : ""); in main() 20 int present = __asan_report_present(); in __asan_on_error() local 29 fprintf(stderr, "%s\n", (present == 1) ? "report" : ""); in __asan_on_error()
|
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 337 int present; in CBS_get_optional_asn1_octet_string() local 338 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { in CBS_get_optional_asn1_octet_string() 341 if (present) { in CBS_get_optional_asn1_octet_string() 350 *out_present = present; in CBS_get_optional_asn1_octet_string() 358 int present; in CBS_get_optional_asn1_uint64() local 359 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { in CBS_get_optional_asn1_uint64() 362 if (present) { in CBS_get_optional_asn1_uint64() 376 int present; in CBS_get_optional_asn1_bool() local 377 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { in CBS_get_optional_asn1_bool() 380 if (present) { in CBS_get_optional_asn1_bool()
|
D | bytestring_test.cc | 119 int present; in TestGetASN1() local 171 if (!CBS_get_optional_asn1(&data, &contents, &present, 0xa0) || in TestGetASN1() 172 present || in TestGetASN1() 173 !CBS_get_optional_asn1_octet_string(&data, &contents, &present, 0xa0) || in TestGetASN1() 174 present || in TestGetASN1() 185 if (!CBS_get_optional_asn1(&data, &contents, &present, 0xa0) || in TestGetASN1() 186 present || in TestGetASN1() 187 !CBS_get_optional_asn1(&data, &contents, &present, 0xa1) || in TestGetASN1() 188 !present || in TestGetASN1() 196 if (!CBS_get_optional_asn1_octet_string(&data, &contents, &present, 0xa0) || in TestGetASN1() [all …]
|
/external/libxml2/test/schematron/ |
D | zvon10.sct | 4 <assert test="BBB"> BBB element is not present</assert> 5 <assert test="CCC"> CCC element is not present</assert> 10 <assert test="BBB"> BBB element is not present</assert> 11 <assert test="CCC"> CCC element is not present</assert>
|
D | zvon3.sct | 4 <assert test="@name">attribute name is not present</assert> 5 <report test="@name">attribute name is present</report>
|
D | zvon1.sct | 5 <report test="BBB">BBB element is present.</report> 12 <report test="BBB">BBB element is present.</report>
|
/external/iproute2/tc/ |
D | q_netem.c | 182 int present[__TCA_NETEM_MAX]; in netem_parse_opt() local 188 memset(present, 0, sizeof(present)); in netem_parse_opt() 214 ++present[TCA_NETEM_CORR]; in netem_parse_opt() 242 ++present[TCA_NETEM_CORR]; in netem_parse_opt() 331 present[TCA_NETEM_REORDER] = 1; in netem_parse_opt() 338 ++present[TCA_NETEM_CORR]; in netem_parse_opt() 346 present[TCA_NETEM_CORRUPT] = 1; in netem_parse_opt() 353 ++present[TCA_NETEM_CORR]; in netem_parse_opt() 387 ++present[TCA_NETEM_RATE]; in netem_parse_opt() 449 if (present[TCA_NETEM_CORR] && in netem_parse_opt() [all …]
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ExceptClassesFilter.java | 55 if (!present(programClass)) in visitProgramClass() 64 if (!present(libraryClass)) in visitLibraryClass() 73 private boolean present(Clazz clazz) in present() method in ExceptClassesFilter
|
D | SubclassFilter.java | 56 if (!present(programClass.subClasses)) in visitProgramClass() 65 if (!present(libraryClass.subClasses)) in visitLibraryClass() 74 private boolean present(Clazz[] subclasses) in present() method in SubclassFilter
|
/external/openssh/ |
D | gss-serv.c | 81 ssh_gssapi_test_oid_supported(OM_uint32 *ms, gss_OID member, int *present) in ssh_gssapi_test_oid_supported() argument 85 return gss_test_oid_set_member(ms, member, supported_oids, present); in ssh_gssapi_test_oid_supported() 140 int present; in ssh_gssapi_supported_oids() local 148 &supported_mechs[i]->oid, supported, &present))) in ssh_gssapi_supported_oids() 149 present = 0; in ssh_gssapi_supported_oids() 150 if (present) in ssh_gssapi_supported_oids()
|
D | auth2-gss.c | 66 int present; in userauth_gssapi() local 85 present = 0; in userauth_gssapi() 92 ssh_gssapi_test_oid_supported(&ms, &goid, &present); in userauth_gssapi() 96 } while (mechs > 0 && !present); in userauth_gssapi() 98 if (!present) { in userauth_gssapi()
|
/external/ceres-solver/cmake/ |
D | CreateCeresConfig.cmake | 48 # from config.h.in. Any options present 50 # invoke an error. Any valid option present 85 # is present, then the option is enabled, otherwise it is disabled. 105 # remaining were not present in ALL_CONFIGURABLE_CERES_OPTIONS read from 109 "the following options which were not present in config.h.in: "
|
/external/libunwind/src/x86_64/ |
D | Ginit.c | 96 unsigned char present = 1; in tdep_init_mem_validate() local 97 if (mincore (&present, 1, &present) == 0) in tdep_init_mem_validate()
|
/external/bison/m4/ |
D | gnulib-common.m4 | 76 # whether a gnulib module that has been requested shall be considered present 129 # Module present among main modules: | 1 | 1 | 131 # Module present among tests-related modules: | 0 | 1 | 133 # Module not present at all: | 0 | 0 | 142 depending whether the gnulib module $1 shall be considered present.]) 152 # Module present among main modules: | 1 | 1 | 154 # Module present among tests-related modules: | 1 | 1 | 156 # Module not present at all: | 0 | 0 |
|
/external/srtp/googlepatches/ |
D | google-12-srtp-hide-aes-tables-main.patch | 25 +- Make main in tables/aes_tables.c hidable. If it is present, it conflicts 27 + present for the linker command. Can be now hidden using flag
|
/external/skia/src/views/mac/ |
D | SkOSWindow_Mac.mm | 76 void SkOSWindow::present() { function 77 [(SkNSView*)fHWND present];
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 100 // "Mac OS X", or "Linux". If the information is present in the dump but 102 // the information is not present in the dump, this field will be empty. 107 // "mac", and "linux". Empty if the information is not present in the dump 118 // If this information is present in the dump but its value is unknown, 120 // present in the dump, this field will be empty. The values stored in 126 // present in the dump, or additional identifying information is not
|