Searched refs:did (Results 1 - 25 of 67) sorted by relevance

123

/external/valgrind/memcheck/tests/solaris/
H A Ddoor_data.c60 int did = -1; local
66 if ((did = door_create(server_procedure, (void*)&exit_now, 0)) < 0) {
72 if (fattach(did, door_file) < 0) {
92 if (did >= 0 && door_revoke(did))
101 int did; local
110 if ((did = open(door_file, O_RDWR)) >= 0)
111 if (!door_info(did, &info))
114 close(did);
137 if (door_call(did,
[all...]
H A Ddoor_kill.c60 int did = -1; local
76 if ((did = door_create(server_procedure, NULL, 0)) < 0) {
97 if (did >= 0 && door_revoke(did))
H A Dname_service_door.c47 static int test_app_small_request(int did) argument
66 if (door_call(did, &params) != 0) {
74 static int test_app_uninitialized_request(int did) argument
103 if (door_call(did, &params) != 0) {
123 static int test_app_proto_icmp(int did) argument
185 if (door_call(did, &params) != 0) {
244 int did = open(DOOR_FILE, O_RDONLY); local
245 if (did < 0) {
253 if (door_info(did, &info) != 0) {
255 close(did);
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-memsize-comparison.cpp21 expected-note {{did you mean to compare}} \
27 expected-note {{did you mean to compare}} \
33 expected-note {{did you mean to compare}} \
39 expected-note {{did you mean to compare}} \
45 expected-note {{did you mean to compare}} \
51 expected-note {{did you mean to compare}} \
57 expected-note {{did you mean to compare}} \
63 expected-note {{did you mean to compare}} \
69 expected-note {{did you mean to compare}} \
75 expected-note {{did yo
[all...]
/external/regex-re2/re2/testing/
H A Ddfa_test.cc138 vector<bool> did(1<<n);
140 did[i] = false;
150 if (!did[bits|1]) {
156 CHECK(!did[bits]);
157 did[bits] = true;
/external/libnfc-nxp/src/
H A DphHciNfc_NfcIPMgmt.h164 uint8_t did; member in struct:phHciNfc_NfcIP_Info
412 * \param[in] did Device ID
424 uint8_t did
H A DphHciNfc_NfcIPMgmt.c1542 p_nfcipinfo->did = *reg_value;
1701 uint8_t did
1734 p_pipe_info->param_info = &did;
/external/valgrind/none/tests/s390x/
H A Dop_exception.stderr.exp6 did not recognise. There are two possible reasons for this.
19 did not recognise. There are two possible reasons for this.
32 did not recognise. There are two possible reasons for this.
45 did not recognise. There are two possible reasons for this.
/external/clang/test/Parser/
H A Dswitch-recovery.cpp107 expected-error {{no member named 'x' in the global namespace; did you mean simply 'x'?}} \
/external/llvm/test/MC/ARM/
H A Dcomment.s41 @ Make sure we did not mess up the parser state and it still lexes
/external/libjpeg-turbo/
H A Djcphuff.c774 boolean did[NUM_HUFF_TBLS]; local
784 MEMZERO(did, sizeof(did));
795 if (! did[tbl]) {
803 did[tbl] = TRUE;
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcphuff.c774 boolean did[NUM_HUFF_TBLS]; local
784 MEMZERO(did, SIZEOF(did));
795 if (! did[tbl]) {
803 did[tbl] = TRUE;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPUnitDebuggeeProcessWrapper.java302 throw new TestErrorException("Debuggee process did not finish during timeout", e);
/external/wpa_supplicant_8/hs20/client/
H A DAndroid.mk18 # The LOCAL_EXPORT_C_INCLUDE_DIRS from ICU did not seem to fully resolve the
/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp260 void test_bool() { enable_if_bool<false>::type i; } // expected-error{{enable_if_bool<false>'; did you mean 'enable_if_bool<true>::type'?}}
264 void test_char_0() { enable_if_char<0>::type i; } // expected-error{{enable_if_char<'\x00'>'; did you mean 'enable_if_char<'a'>::type'?}}
265 void test_char_b() { enable_if_char<'b'>::type i; } // expected-error{{enable_if_char<'b'>'; did you mean 'enable_if_char<'a'>::type'?}}
266 void test_char_possibly_negative() { enable_if_char<'\x02'>::type i; } // expected-error{{enable_if_char<'\x02'>'; did you mean 'enable_if_char<'a'>::type'?}}
267 void test_char_single_quote() { enable_if_char<'\''>::type i; } // expected-error{{enable_if_char<'\''>'; did you mean 'enable_if_char<'a'>::type'?}}
268 void test_char_backslash() { enable_if_char<'\\'>::type i; } // expected-error{{enable_if_char<'\\'>'; did you mean 'enable_if_char<'a'>::type'?}}
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java2347 String did = dialogId.toString().toLowerCase();
2349 stackLogger.logDebug("Looking for dialog " + did);
2353 Dialog replacesDialog = this.dialogTable.get(did);
2359 if ( ctx.getDialog(did) != null ) {
2360 replacesDialog = ctx.getDialog(did);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as69 /** What character index in the stream did the current token start at?
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m140 intersect(find(isfinite(s.decode)),... % ... that did arrive ...
/external/autotest/client/tests/hackbench/src/
H A Dhackbench.c26 a couple of issues and did some improvements.
52 With the same new parameters, I did captured the SLUB issue discussed on LKML recently.
/external/valgrind/exp-bbv/tests/x86/
H A Drep_prefix.S15 # did this one way, newer binutils the other
/external/boringssl/src/crypto/bn/asm/
H A Darmv8-mont.pl236 sbcs $ovf,$ovf,xzr // did it borrow?
246 csel $nj,$tj,$aj,lo // did it borrow?
892 cmp $cnt,x29 // did we hit the bottom?
951 sbcs xzr,$topmost,xzr // did it borrow?
1010 sbcs $carry,$carry,xzr // did it borrow?
1423 sbcs xzr,$topmost,xzr // did it borrow?
1472 sbcs xzr,$carry,xzr // did it borrow?
/external/iproute2/doc/
H A Dip-tunnels.tex197 After tunnel device is created you should configure it as you did
266 work. At least, I did not test it, did not debug it and
H A Dapi-ip6-flowlabels.tex118 Another problem is Linux specific. Historically Linux IPv6 did not
121 Some applications also did not take care about it.
/external/libunwind/aux/
H A Dltmain.sh667 # Suppress compiler output if we already did a PIC compilation.
2563 echo "*** because a test_compile did reveal that the linker did not use it for"
2595 echo "*** because a test_compile did reveal that the linker did not use this one"
2657 echo "*** because I did check the linker path looking for a file starting"
2699 echo "*** because I did check the linker path looking for a file starting"

Completed in 648 milliseconds

123