Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Dredirects.txt3 # 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/
Ddocument_methods.in106 // "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/
Drfbconfig.h.in21 /* 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 …]
Dconfigure.ac72 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/
Dzvon3_0.err2 /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
Dzvon10_0.err2 /AAA line 1: CCC element is not present
4 /AAA line 1: CCC element is not present
Dzvon10_1.err2 /AAA line 1: CCC element is not present
4 /AAA line 1: CCC element is not present
Dzvon1_0.err2 /AAA line 1: BBB element is present.
5 /AAA line 1: BBB element is present.
/external/compiler-rt/test/asan/TestCases/
Ddebug_report.cc12 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/
Dcbs.c337 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()
Dbytestring_test.cc119 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/
Dzvon10.sct4 <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>
Dzvon3.sct4 <assert test="@name">attribute name is not present</assert>
5 <report test="@name">attribute name is present</report>
Dzvon1.sct5 <report test="BBB">BBB element is present.</report>
12 <report test="BBB">BBB element is present.</report>
/external/iproute2/tc/
Dq_netem.c182 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/
DExceptClassesFilter.java55 if (!present(programClass)) in visitProgramClass()
64 if (!present(libraryClass)) in visitLibraryClass()
73 private boolean present(Clazz clazz) in present() method in ExceptClassesFilter
DSubclassFilter.java56 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/
Dgss-serv.c81 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()
Dauth2-gss.c66 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/
DCreateCeresConfig.cmake48 # 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/
DGinit.c96 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/
Dgnulib-common.m476 # 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/
Dgoogle-12-srtp-hide-aes-tables-main.patch25 +- 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/
DSkOSWindow_Mac.mm76 void SkOSWindow::present() { function
77 [(SkNSView*)fHWND present];
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto100 // "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

12345678910>>...27