HomeSort by relevance Sort by last modified time
    Searched refs:did (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_event_handler.cc 9 VideoCaptureControllerID::VideoCaptureControllerID(int did)
10 : device_id(did) {
  /external/clang/test/SemaCXX/
warn-memsize-comparison.cpp 21 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 you mean to compare}}
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 66 +If it did, some unit tests don't seem to be working quite right:
  /external/chromium_org/third_party/re2/re2/testing/
dfa_test.cc 138 vector<bool> did(1<<n);
140 did[i] = false;
150 if (!did[bits|1]) {
156 CHECK(!did[bits]);
157 did[bits] = true;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-186.js 44 // Check that the extension object's prototype did not change.
53 // Check that the extension object's prototype did not change.
64 assertTrue(setterCalled, "prototype of global object did not change");
regress-330046.js 55 // If OSR did not evict the old code, it will be installed in f here.
regress-995.js 29 // A number of hydrogen instructions did not correctly compare its
regress-lazy-deopt-reloc.js 32 // Regression test for issue where we did not pad the relocation
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 79 if 42 != res then bomb "main did not return 42";
98 if 4 != GenericValue.as_int res then bomb "plus did not work";
111 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 46 Whose ransoms did the general coffers fill. \
47 Did this in Caesar seem ambitious? \
52 You all did see that on the Lupercal \
54 Which he did thrice refuse. Was this ambition? \
59 You all did love him once, not without cause; \
debug-receiver.js 124 'one or more tests did not enter the debugger');
126 'one or more tests did not have its result checked');
store-dictionary.js 51 // Check that the store did not change the value.
debug-clearbreakpoint.js 99 assertTrue(listenerComplete, "listener did not run to completion");
debug-evaluate-bool-constructor.js 80 assertTrue(listenerComplete, "listener did not run to completion");
debug-suspend.js 96 assertTrue(listenerComplete, "listener did not run to completion");
debug-version.js 90 assertTrue(listenerComplete, "listener did not run to completion");
  /external/libnfc-nxp/src/
phHciNfc_NfcIPMgmt.h 164 uint8_t did; member in struct:phHciNfc_NfcIP_Info
406 * The phHciNfc_NfcIP_SetDID function sets the DID value for the initiator
412 * \param[in] did Device ID
424 uint8_t did
431 * the host type (initiator or target) like PSL, NAD and DID
438 * \param[in] nfcip_options specifies enabled options PSL, NAD and DID
  /external/clang/test/Parser/
switch-recovery.cpp 107 expected-error {{no member named 'x' in the global namespace; did you mean simply 'x'?}} \
  /external/llvm/test/MC/ARM/
comment.s 41 @ Make sure we did not mess up the parser state and it still lexes
  /external/chromium_org/third_party/libjpeg_turbo/
jcphuff.c 772 boolean did[NUM_HUFF_TBLS]; local
782 MEMZERO(did, SIZEOF(did));
793 if (! did[tbl]) {
801 did[tbl] = TRUE;
  /external/jpeg/
jcphuff.c 774 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/
JDWPUnitDebuggeeProcessWrapper.java 283 throw new TestErrorException("Debuggee process did not finish during timeout", e);
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-init.js 48 testPassed('promise = new Promise(function() { throw Error("foo"); }) did not throw exception.');
  /external/chromium_org/v8/test/webkit/fast/js/kde/
lval-exceptions.js 70 testPassed(f + " did not throw an exception");
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 260 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'?}}

Completed in 1585 milliseconds

1 2 3 4