HomeSort by relevance Sort by last modified time
    Searched refs:elements (Results 401 - 425 of 466) sorted by null

<<111213141516171819

  /external/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 58 ; All 16 elements in flimit are equal. So, in the code, only one load is needed
  /external/v8/tools/
splaytree.js 38 * elements are quick to access again. It performs basic operations
  /external/v8/src/x64/
codegen-x64.cc 267 // will sync frame elements to memory anyway, so we do it eagerly to
424 // (source elements). In case of an illegal redeclaration we need to
729 // Stack now has 3 elements on it.
793 // have to worry about getting rid of the elements from the virtual
810 // unchanged, with 3 elements, so it is correct when we compile the
822 // Stack now has 3 elements, because we have jumped from where:
833 // Stack and frame now have 4 elements.
2542 Result elements = frame_->Pop(); local
5896 Result elements = allocator()->Allocate(); local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /external/chromium/net/
net.scons 585 # elements in the path with '__':
  /external/libvpx/nestegg/src/
nestegg.c 14 /* EBML Elements */
24 /* Global Elements */
28 /* WebMedia Elements */
31 /* Seek Head Elements */
37 /* Info Elements */
42 /* Cluster Elements */
48 /* BlockGroup Elements */
53 /* Tracks Elements */
67 /* Video Elements */
78 /* Audio Elements */
    [all...]
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 23 ; All 16 elements in these variables are equal.
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 475 vmsummbm v24, v20, v21, v18 ;# taps times elements
  /external/v8/benchmarks/
splay.js 125 * elements are quick to access again. It performs basic operations
  /external/v8/src/
regexp.js 268 // last pair (after the first pair) of elements of the capture array even if
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 120 * elements are quick to access again. It performs basic operations
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]
  /build/tools/droiddoc/src/
Converter.java 76 annotationElements = ((AnnotationTypeDoc)c).elements();
  /external/libxml2/include/libxml/
tree.h 380 void *elements; /* Hash table for elements if any */ member in struct:_xmlDtd
    [all...]
  /external/webkit/WebCore/dom/
make_names.pl 280 # Handle media elements.
778 // elements. In a compound document world, the generic createElement function (will end up being virtual) will be called.
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 557 const PlatformPathElements& e = p.elements();
  /libcore/luni/src/main/java/java/util/
Hashtable.java 180 * Inserts all of the elements of map into this Hashtable in a manner
213 * the elements in the map.
248 * @see #elements
362 * @see #elements
636 * @see #elements
654 public synchronized Enumeration<V> elements() { method in class:Hashtable
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 48 * Enumerations return elements reflecting the state of the hash table
239 * number of elements, serves as that volatile variable
264 * The number of elements in this segment's region.
464 * using power-of-two expansion, the elements from each bin
582 * performs internal sizing to accommodate this many elements.
584 * Resizing may be performed when the average number of elements per
630 * sizing to accommodate this many elements.
632 * Resizing may be performed when the average number of elements per
635 * elements is negative or the load factor is nonpositive
648 * performs internal sizing to accommodate this many elements
1060 public Enumeration<V> elements() { method in class:ConcurrentHashMap
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.java 878 for (java.util.Enumeration e = jj_expentries.elements(); e.hasMoreElements();) {
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/v8/src/ia32/
codegen-ia32.cc 272 // (source elements). In case of an illegal redeclaration we need to
4702 Result elements = frame_->Pop(); local
6843 Result elements = allocator()->Allocate(); local
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 578 vmsummbm v24, v20, v21, v18 ;# taps times elements
  /external/libxml2/
SAX2.c     [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]

Completed in 627 milliseconds

<<111213141516171819