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

1 2 3 4 5

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_event_handler.cc 9 VideoCaptureControllerID::VideoCaptureControllerID(int did)
10 : device_id(did) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 133 did = id(dict)
134 dicttable[did] = dict
135 return did
140 did = id(dict)
141 dicttable[did] = dict
142 return did
163 def dict_keys(self, did):
164 dict = dicttable[did]
167 def dict_item(self, did, key):
168 dict = dicttable[did]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 133 did = id(dict)
134 dicttable[did] = dict
135 return did
140 did = id(dict)
141 dicttable[did] = dict
142 return did
163 def dict_keys(self, did):
164 dict = dicttable[did]
167 def dict_item(self, did, key):
168 dict = dicttable[did]
    [all...]
  /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/qemu/hw/core/
loader.c 88 size_t want, did; local
92 did = fread(buf, 1, want, f);
94 cpu_physical_memory_write_rom(dst_addr, buf, did);
95 dst_addr += did;
96 nbytes -= did;
97 if (did != want)
114 size_t want, did; local
118 did = read(fd, buf, want);
119 if (did != want) break;
121 cpu_physical_memory_write_rom(dst_addr, buf, did);
    [all...]
  /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/regex-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.
  /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/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 6 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/
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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcphuff.c 775 boolean did[NUM_HUFF_TBLS]; local
785 MEMZERO(did, SIZEOF(did));
796 if (! did[tbl]) {
804 did[tbl] = TRUE;
  /external/qemu/distrib/jpeg-6b/
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);

Completed in 675 milliseconds

1 2 3 4 5