HomeSort by relevance Sort by last modified time
    Searched refs:has (Results 326 - 350 of 3120) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
VideoView.java 297 mCanPause = !data.has(Metadata.PAUSE_AVAILABLE)
299 mCanSeekBack = !data.has(Metadata.SEEK_BACKWARD_AVAILABLE)
301 mCanSeekForward = !data.has(Metadata.SEEK_FORWARD_AVAILABLE)
374 /* If an error handler has been supplied, use it and finish. */
382 * something bad has happened. Only try and pop up the dialog
436 * has been reached during playback.
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 192 if (runnerInfo.dominanceFrontiers.has(b)) {
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 93 The initial template usually just has:
  /external/chromium-trace/src/shared/js/
load_time_data.js 8 * content has finished loading). This data includes both localized strings and
114 * Checks that the given value has the given type.
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 97 expected-error {{variable has incomplete type 'void'}}
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java 192 if (runnerInfo.dominanceFrontiers.has(b)) {
  /external/iproute2/doc/
ip-tunnels.tex 56 connected network has not any exceptions. You may tell kernel, that
81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
112 {\bf 2.2} has {\em one\/} module \verb|ipip|. Loading it you get base
120 {\bf In 2.2} this command has the same semantics on all
198 it with another devices. Certainly, the configuration of tunnels has
232 Command \verb|ip tunnel add| has several additional options.
378 And vice versa, if administrator has already created a tunnel,
453 Suppose that CBQ class \verb|1:ABC| has been created on device \verb|eth0|
  /external/iptables/iptables/
iptables-apply 28 The program has been published under the terms of the Artistic Licence 2.0
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 26 // i64 and larger types when i64 is legal and the value has few bits set. It
228 // executed in the loop. For a block to be unconditionally executed, it has
333 if (!TLI->has(LibFunc::memset))
374 // at the pointer and has infinite size.
454 if (SplatValue && TLI->has(LibFunc::memset) &&
460 } else if (TLI->has(LibFunc::memset_pattern16) &&
539 // Okay, the memset has been formed. Zap the original store and anything that
554 if (!TLI->has(LibFunc::memcpy))
629 // Okay, the memset has been formed. Zap the original store and anything that
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 73 bool has = false; local
75 has = iter->second.GetSize() > 0;
77 has = !iter->second.is_cleared;
80 if (has) {
275 // but MessageLite has no SpaceUsed(), so we must directly call
  /external/v8/test/mjsunit/
array-pop.js 73 assertTrue(j in a, "has property " + j);
99 assertTrue(j in a, "array_proto-has property " + j);
debug-script.js 60 // This has to be updated if the number of native scripts change.
65 // This script and mjsunit.js has been loaded. If using d8, d8 loads
with-leave.js 51 // NOTE: This checks that the object containing x has been
65 // to actually verify that the inner context has been discarded. A static
arguments-call-apply.js 36 // Try invoking call before sum has been compiled lazily.
  /external/v8/test/mjsunit/harmony/
block-leave.js 35 // to actually verify that the inner context has been discarded. A static
72 // NOTE: This checks that the block scope containing xx has been
  /external/v8/test/mjsunit/regress/
regress-334.js 76 assertFalse("bar" in object, "has bar");
78 assertTrue("bar" in object, "has bar 2");
  /external/valgrind/main/drd/tests/
circular_buffer.c 23 has built-in functions for atomic memory access.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode06.js 66 // When every synchronous loaded document has completed,
79 child. Check if this attribute has been adopted successfully by verifying the nodeName, namespaceURI, prefix,
documentnormalizedocument09.js 67 // When every synchronous loaded document has completed,
114 to make sure it has not changed. Now set validate to false and verify the same.
documentnormalizedocument10.js 67 // When every synchronous loaded document has completed,
85 the text node has been discarded.
documentnormalizedocument12.js 69 // When every synchronous loaded document has completed,
116 to make sure it has not changed. Now set validate to false and verify the same.
textreplacewholetext06.js 68 // When every synchronous loaded document has completed,
87 must be removed instead of the read-only nodes. Only if any EntityReference to be removed has
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 40 # note: the mangling of 'va_list' has changed in GCC 4.4
44 # in their exported C++ functions). Also, GCC 4.5 has already
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 8 * invalidates the specific view each time the selected data has changed.
  /external/v8/test/mjsunit/bugs/
bug-618.js 40 // This only happens if the setter is added _after_ an instance has been

Completed in 1544 milliseconds

<<11121314151617181920>>