Searched defs:IntVector (Results 1 - 10 of 10) sorted by relevance

/external/stlport/test/unit/
H A Dadvance_test.cpp30 typedef vector <int> IntVector; typedef
31 IntVector v(10);
34 IntVector::iterator location = v.begin();
H A Dadj_test.cpp55 typedef vector<int> IntVector; typedef
56 IntVector v(10);
59 IntVector::iterator location;
/external/chromium_org/v8/src/
H A Dzone-containers.h55 typedef ZoneVector<int> IntVector; typedef in namespace:v8::internal
/external/emma/core/java12/com/vladium/util/
H A DIntVector.java7 * $Id: IntVector.java,v 1.1.1.1 2004/05/09 16:57:53 vlad_r Exp $
16 final class IntVector implements Cloneable class in inherits:Cloneable
20 public IntVector () method in class:IntVector
25 public IntVector (final int initCapacity) method in class:IntVector
76 final IntVector _clone = (IntVector) super.clone ();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DIntVector.java19 * $Id: IntVector.java 468655 2006-10-28 07:12:06Z minchau $
33 public class IntVector implements Cloneable class in inherits:Cloneable
52 public IntVector() method in class:IntVector
61 * Construct a IntVector, using the given block size.
65 public IntVector(int blocksize) method in class:IntVector
74 * Construct a IntVector, using the given block size.
78 public IntVector(int blocksize, int increaseSize) method in class:IntVector
87 * Copy constructor for IntVector
89 * @param v Existing IntVector to copy
91 public IntVector(IntVecto method in class:IntVector
[all...]
/external/clang/test/Sema/
H A Dbuiltins.c123 typedef int __attribute__((vector_size(16))) IntVector; typedef
158 F((IntVector){0, 1, 2, 3});
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp3478 typedef HeapVector<Member<IntWrapper> > IntVector; typedef
3480 HeapHashMap<void*, IntVector>* map = new HeapHashMap<void*, IntVector>();
3483 map->add(key, IntVector());
3486 HeapHashMap<void*, IntVector>::iterator it = map->find(key);
3498 Persistent<HeapHashMap<void*, IntVector> > keepAlive(map);
3502 map->add(key + 1 + i, IntVector());
3566 typedef HeapVector<Member<IntWrapper> > IntVector; typedef
3568 HeapVector<IntVector>* vector = new HeapVector<IntVector>();
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 310 milliseconds