Searched refs:objects (Results 1 - 25 of 735) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/webkit/
H A Dreentrant-caching.js28 var objects = [{prop:1}, {get prop(){return 2}}];
38 g(objects[++j]);
45 objects.push(o);
48 g(objects[0]);
49 g(objects[1]);
50 g(objects[2]);
51 g(objects[3]);
56 var objects = [Object.create({prop:1}), Object.create({get prop(){return 2}})];
64 g(objects[++j]);
73 objects
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-260345.js37 var objects = 0;
39 undefined == get_undefined_object(i) && objects++;
41 return objects;
52 var objects = 0;
54 null == get_null_object(i) && objects++;
56 return objects;
/external/javassist/src/main/javassist/bytecode/
H A DLongVector.java22 private ConstInfo[][] objects; field in class:LongVector
26 objects = new ConstInfo[VSIZE][];
32 objects = new ConstInfo[vsize][];
38 public int capacity() { return objects.length * ASIZE; }
44 return objects[i >> ABITS][i & (ASIZE - 1)];
50 int len = objects.length;
53 System.arraycopy(objects, 0, newObj, 0, len);
54 objects = newObj;
57 if (objects[nth] == null)
58 objects[nt
[all...]
/external/clang/test/CodeGen/
H A D2007-04-05-PadBeforeZeroLengthField.c6 union A objects[]; member in struct:B
8 void foo(union A * objects, struct B *array, unsigned long k) argument
9 { array->objects[k] = objects[k]; }
/external/chromium_org/tools/telemetry/telemetry/core/heap/
H A Dchrome_js_heap_snapshot_parser_unittest.py35 objects = list(chrome_js_heap_snapshot_parser.ChromeJsHeapSnapshotParser(
37 self.assertEqual(2, len(objects))
38 if objects[0].edges_from:
44 self.assertEqual('node1', objects[from_ix].class_name)
45 self.assertEqual('node2', objects[to_ix].class_name)
46 self.assertEqual(1, len(objects[from_ix].edges_from))
47 self.assertEqual(0, len(objects[from_ix].edges_to))
48 self.assertEqual(0, len(objects[to_ix].edges_from))
49 self.assertEqual(1, len(objects[to_ix].edges_to))
51 objects[from_i
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dobject_instance_track_test.js20 var objects = new tracing.trace_model.ObjectCollection({});
21 objects.idWasCreated('0x1000', 'cc', 'Frame', 10);
22 objects.addSnapshot('0x1000', 'cc', 'Frame', 10, 'snapshot-1');
23 objects.addSnapshot('0x1000', 'cc', 'Frame', 25, 'snapshot-2');
24 objects.addSnapshot('0x1000', 'cc', 'Frame', 40, 'snapshot-3');
25 objects.idWasDeleted('0x1000', 'cc', 'Frame', 45);
27 objects.idWasCreated('0x1001', 'skia', 'Picture', 20);
28 objects.addSnapshot('0x1001', 'skia', 'Picture', 20, 'snapshot-1');
29 objects.idWasDeleted('0x1001', 'skia', 'Picture', 25);
30 return objects;
[all...]
/external/libcxx/test/input.output/iostream.objects/narrow.stream.objects/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.objects/narrow.stream.objects/Android.mk
19 test_name := input.output/iostream.objects/narrow.stream.objects/cout
23 test_name := input.output/iostream.objects/narrow.stream.objects/cerr
27 test_name := input.output/iostream.objects/narrow.stream.objects/clog
31 test_name := input.output/iostream.objects/narrow.stream.objects/ci
[all...]
/external/libcxx/test/input.output/iostream.objects/wide.stream.objects/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.objects/wide.stream.objects/Android.mk
19 test_name := input.output/iostream.objects/wide.stream.objects/wclog
23 test_name := input.output/iostream.objects/wide.stream.objects/wcerr
27 test_name := input.output/iostream.objects/wide.stream.objects/wcout
31 test_name := input.output/iostream.objects/wide.stream.objects/wci
[all...]
/external/llvm/utils/
H A Dfindsym.pl20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
23 foreach $lib (@objects) {
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DString.java23 import org.apache.xpath.objects.XObject;
24 import org.apache.xpath.objects.XString;
/external/libcxx/test/depr/depr.function.objects/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/depr.function.objects/Android.mk
19 test_name := depr/depr.function.objects/nothing_to_do
/external/libcxx/test/utilities/function.objects/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/Android.mk
19 test_name := utilities/function.objects/version
/external/libcxx/test/utilities/function.objects/bind/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/bind/Android.mk
19 test_name := utilities/function.objects/bind/nothing_to_do
/external/libcxx/test/utilities/function.objects/comparisons/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/comparisons/Android.mk
19 test_name := utilities/function.objects/comparisons/less
23 test_name := utilities/function.objects/comparisons/not_equal_to
27 test_name := utilities/function.objects/comparisons/greater_equal
31 test_name := utilities/function.objects/comparisons/less_equal
35 test_name := utilities/function.objects/comparisons/transparent
39 test_name := utilities/function.objects/comparisons/equal_to
43 test_name := utilities/function.objects/comparisons/greater
/external/libcxx/test/utilities/function.objects/negators/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/negators/Android.mk
19 test_name := utilities/function.objects/negators/not1
23 test_name := utilities/function.objects/negators/unary_negate
27 test_name := utilities/function.objects/negators/binary_negate
31 test_name := utilities/function.objects/negators/not2
/external/libcxx/test/utilities/function.objects/refwrap/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/refwrap/Android.mk
19 test_name := utilities/function.objects/refwrap/binary
23 test_name := utilities/function.objects/refwrap/type
27 test_name := utilities/function.objects/refwrap/unary
31 test_name := utilities/function.objects/refwrap/weak_result
/external/libcxx/test/utilities/function.objects/unord.hash/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/unord.hash/Android.mk
19 test_name := utilities/function.objects/unord.hash/pointer
23 test_name := utilities/function.objects/unord.hash/enum
27 test_name := utilities/function.objects/unord.hash/floating
31 test_name := utilities/function.objects/unord.hash/integral
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODFreeListArenaTest.cpp95 // Make sure the arena runs constructors of the objects allocated within.
108 // Make sure the arena runs constructors of the objects allocated within.
111 std::set<TestClass1*> objects; local
120 objects.insert(tc1);
122 for (std::set<TestClass1*>::iterator it = objects.begin(); it != objects.end(); ++it) {
127 EXPECT_TRUE(objects.find(cur) != objects.end());
133 objects.erase(cur);
140 std::vector<TestClass1*> objects; local
154 std::set<TestClass2*> objects; local
[all...]
/external/libcxx/test/depr/depr.function.objects/depr.base/
H A DAndroid.mk17 test_makefile := external/libcxx/test/depr/depr.function.objects/depr.base/Android.mk
19 test_name := depr/depr.function.objects/depr.base/unary_function
23 test_name := depr/depr.function.objects/depr.base/binary_function
/external/libcxx/test/utilities/function.objects/refwrap/refwrap.const/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/refwrap/refwrap.const/Android.mk
19 test_name := utilities/function.objects/refwrap/refwrap.const/copy_ctor
23 test_name := utilities/function.objects/refwrap/refwrap.const/type_ctor
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dthread_dealloc_unittest.cc44 // Size/number of objects to allocate per thread (1 MB per thread)
53 void** objects = new void*[kNumObjects]; local
55 objects[i] = malloc(kObjectSize);
58 free(objects[i]);
60 delete[] objects;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dthread_dealloc_unittest.cc44 // Size/number of objects to allocate per thread (1 MB per thread)
53 void** objects = new void*[kNumObjects]; local
55 objects[i] = malloc(kObjectSize);
58 free(objects[i]);
60 delete[] objects;
/external/chromium_org/v8/test/mjsunit/
H A Dfuzz-accessors.js58 var objects = [ variable
69 for (var i in objects) {
70 var obj = objects[i][0];
71 var chain = objects[i][1];
/external/libcxx/test/utilities/function.objects/func.require/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.require/Android.mk
19 test_name := utilities/function.objects/func.require/unary_function
23 test_name := utilities/function.objects/func.require/binary_function
27 test_name := utilities/function.objects/func.require/invoke
/external/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/Android.mk
19 test_name := utilities/function.objects/refwrap/refwrap.invoke/invoke_int_0
23 test_name := utilities/function.objects/refwrap/refwrap.invoke/invoke_void_0
27 test_name := utilities/function.objects/refwrap/refwrap.invoke/invoke

Completed in 576 milliseconds

1234567891011>>