Searched refs:has (Results 76 - 100 of 479) sorted by relevance

1234567891011>>

/external/droiddriver/src/com/google/android/droiddriver/helpers/
H A DPollingListeners.java47 if (driver.has(watchFinder)) {
/external/libhevc/common/arm/
H A Dihevc_deblk_luma_vert.s76 movlt r7,#0x0 @ r7 has the beta_index value
87 movlt r3,#0x0 @ r3 has the tc_index value
168 add r3,r8,r9 @ r3 has the d0 value
169 add r4,r11,r12 @ r4 has the d3 value
175 add r14,r8,r11 @ r13 has the value dp
176 add r12,r12,r9 @ r12 has the value dq
180 add r11, r3, r4 @ r3 has the value d
209 @ ubfx r7,r2,#24,#8 @ has the -1 value
210 @ and r2,#0xff @ has the -4 value
211 @ ubfx r8,r3,#24,#8 @ has th
[all...]
/external/llvm/test/MC/MachO/ARM/
H A Dthumb-bl-jbits.s17 # has it displacement encoded correctly with respect to the J1 and J2 bits when
/external/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh37 # build, which throws lots of "mangling of va_list has changed" warnings.
/external/stlport/stlport/
H A Dfloat.h22 # error This header is only reentrant once, it should be modified if it has to be included more.
/external/valgrind/main/drd/tests/
H A Datomic_var.c23 has built-in functions for atomic memory access.
H A Dannotate_barrier_xml.stderr.exp38 <what>The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
71 <what>The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
104 <what>The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
137 <what>The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
224 <what>The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
257 <what>The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in &lt;valgrind/drd.h&gt;</what>
/external/valgrind/main/helgrind/tests/
H A Dbar_bad.stderr.exp29 initialise a barrier which has threads waiting on it
43 destroy a barrier that has waiting threads
/external/chromium_org/gin/test/
H A Dexpect.js14 function has(obj, key) {
100 if (has(a, key)) {
104 if (!(result = has(b, key) && eq(a[key], b[key], aStack, bStack)))
111 if (has(b, key) && !(size--))
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFaceSet.idl51 [RaisesException] boolean has(FontFace fontFace);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DREADME34 The motivation behind this state tracker is that the Xorg state tracker has
/external/chromium_org/third_party/sqlite/src/test/
H A DmallocAll.test39 if {[sqlite3 -has-codec]} {
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-with-unscopables.js76 has: function(key) {
109 has: function(key) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DInterferenceRegisterMapper.java93 return existing.has(oldReg);
95 return existing.has(oldReg)
/external/mesa3d/src/gallium/state_trackers/xa/
H A DREADME34 The motivation behind this state tracker is that the Xorg state tracker has
/external/valgrind/main/memcheck/tests/
H A Derr_disable2.stderr.exp17 WARNING: exiting thread has error reporting disabled.
/external/chromium_org/ui/webui/resources/css/
H A Dtable.css9 .table[has-element-focus] > list > [lead] {
14 .table[has-element-focus] > list > [selected] {
19 .table[has-element-focus] > list > [lead][selected],
/external/qemu-pc-bios/bochs/bios/
H A Dnotes36 > on a single-sector transfer, after the system has transferred
38 > on a multiple-sector transfer, after the system has transferred
42 and generates an interrupt. When the system has tranferred the last sector,
/external/chromium_org/chromeos/accelerometer/
H A Daccelerometer_reader.cc102 configuration->data.has[i] = false;
106 configuration->data.has[i] = true;
130 if (!configuration->data.has[i])
173 has[i] = false;
232 if (!configuration_->data.has[i])
/external/chromium_org/tools/clang/empty_string/
H A DEmptyStringConverter.cpp28 using clang::ast_matchers::has;
108 // Note that expr(has()) in the matcher is significant; the Clang AST wraps
110 // the expr(has()) matcher, the first and last rules would not match anything!
111 match_finder->addMatcher(varDecl(forEach(expr(has(constructor_call)))),
113 match_finder->addMatcher(newExpr(has(constructor_call)),
115 match_finder->addMatcher(bindTemporaryExpr(has(constructor_call)),
118 constructorDecl(forEach(expr(has(constructor_call)))),
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.css155 tbody.has-overflowed-value span.value {
159 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
163 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
/external/stlport/test/eh/
H A Dcygwin.mak79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
/external/chromium_org/sync/js/
H A DREADME.js7 Much of it has been removed in favor of an ad-hoc system that allows us to
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFetchUtils.cpp22 bool has(const String& name) const function in class:blink::__anon11070::ForbiddenHeaderNames
143 return ForbiddenHeaderNames::get()->has(name);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dref.pxd19 # Increment the reference count for object o. The object may be NULL, in which case the macro has no effect.
31 # propagated, the executed code has free access to all Python
41 # NULL, in which case the macro has no effect; otherwise the
47 # NULL, in which case the macro has no effect; otherwise the

Completed in 5541 milliseconds

1234567891011>>