Searched defs:object (Results 1 - 25 of 1074) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D101-macros-used-twice.c1 #define object 1 macro
4 #if object
7 #if object
/external/mesa3d/src/glsl/glcpp/tests/
H A D101-macros-used-twice.c1 #define object 1 macro
4 #if object
7 #if object
/external/chromium_org/v8/test/mjsunit/
H A Darray-push6.js12 var object = { x : 8, length: 3 };
13 object[18] = 5;
14 object.__proto__ = Array.prototype;
15 push_wrapper(object, 1);
16 push_wrapper(object, 1);
17 assertEquals(5, object.length);
19 push_wrapper(object, 1);
20 push_wrapper(object, 1);
21 assertEquals(8, object.x);
22 assertEquals(7, object
[all...]
H A Dproperty-object-key.js29 var object = { baz: 42 };
31 assertEquals(42, object[key]);
32 object[key] = 87;
33 assertEquals(87, object[key]);
34 object[key]++;
35 assertEquals(88, object[key]);
/external/chromium_org/gin/
H A Dwrapper_info.cc9 WrapperInfo* WrapperInfo::From(v8::Handle<v8::Object> object) { argument
10 if (object->InternalFieldCount() != kNumberOfInternalFields)
13 object->GetAlignedPointerFromInternalField(kWrapperInfoIndex));
/external/chromium_org/v8/test/mjsunit/compiler/
H A Ddeopt-args.js38 var object = { };
39 object.f = f;
41 assertEquals(42, g(object));
44 g(object);
46 object.f = function(a,b,c) { return 87; };
47 assertEquals(87, g(object));
H A Dproperty-calls.js33 var object = { };
34 object.g = g;
35 for (var i = 0; i < 5; i++) f(object);
37 f(object);
38 assertEquals(42, f(object));
40 object = { g: function() { return 87; } };
41 assertEquals(87, f(object));
H A Dregress-3249650.js36 var object = { a: "", b: false, c: {}};
37 object.f = function(x) { return this; }
46 object.f("A").b = true;
47 object.f("B").a = "";
48 object.f("C").c.display = "A";
49 object.f("D").c.display = "A";
H A Dproperty-refs.js40 var object = {
46 StoreXY(object, x, y);
47 return Load(object);
H A Doptimized-function-calls.js46 var object = { f: function() { return 42; }, x: 42 };
47 delete object.x;
51 for (var i = 0; i < 5; i++) call_f(object);
53 call_f(object);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h19 namespace object { namespace in namespace:llvm
30 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
33 void printCOFFUnwindInfo(const object::COFFObjectFile* o);
34 void printELFFileHeader(const object::ObjectFile *o);
35 void printCOFFFileHeader(const object::ObjectFile *o);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-163530.js30 // Test materialization of an arguments object with unknown argument
34 var object = {};
36 object.a = function A(x, y, z) {
41 object.b = function B() {
47 assertSame(0, object.a());
48 assertSame(0, object.a());
49 %OptimizeFunctionOnNextCall(object.a);
50 assertSame(0, object.a());
52 assertSame(0, object.a());
56 // Test materialization of an arguments object wit
[all...]
/external/chromium_org/v8/test/webkit/
H A DJSON-stringify-replacer.js26 var object = {0:0, 1:1, 2:2, 3:undefined};
51 return object;
70 shouldBeUndefined("JSON.stringify(object, returnUndefined)");
73 shouldBe("JSON.stringify(object, returnObjectFor1)", '\'{"0":0,"1":{},"2":2}\'');
76 shouldBe("JSON.stringify(object, returnArrayFor1)", '\'{"0":0,"1":[],"2":2}\'');
79 shouldBe("JSON.stringify(object, returnUndefinedFor1)", '\'{"0":0,"2":2}\'');
82 shouldBe("JSON.stringify(object, returnFunctionFor1)", '\'{"0":0,"2":2}\'');
85 shouldBe("JSON.stringify(object, returnNullFor1)", '\'{"0":0,"1":null,"2":2}\'');
88 shouldBe("JSON.stringify(object, returnStringForUndefined)", '\'{"0":0,"1":1,"2":2,"3":"undefined value"}\'');
91 shouldThrow("JSON.stringify(object, returnCycleObjectFor
[all...]
H A Ddfg-multi-basic-block-structure-clobber.js48 var object = {f:1};
51 clobberedObject = object;
54 shouldBe("foo(predicate, {f:object})", "" + expected);
/external/clang/test/SemaCXX/
H A Dbuiltin_objc_msgSend.cpp11 inline void TCFReleaseGC(void * object) argument
14 objc_msgSend((id)object, SEL_release);
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h17 namespace object { namespace in namespace:llvm
23 bool relocAddressLess(object::RelocationRef A,
24 object::RelocationRef B);
/external/chromium_org/base/memory/
H A Dsingleton_objc.h7 // appropriate for Objective-C objects. A typical Objective-C object of type
14 // NSExampleType* object. The object will be released by calling
46 static void Delete(Type* object) { argument
47 [object release];
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferViewCustom.cpp44 ArrayBufferView* V8ArrayBufferView::toImpl(v8::Handle<v8::Object> object) argument
46 ASSERT(object->IsArrayBufferView());
47 ScriptWrappableBase* viewPtr = blink::toScriptWrappableBase(object);
51 if (object->IsUint8Array()) {
52 return V8Uint8Array::toImpl(object);
54 if (object->IsInt8Array()) {
55 return V8Int8Array::toImpl(object);
57 if (object->IsUint16Array()) {
58 return V8Uint16Array::toImpl(object);
60 if (object
[all...]
/external/chromium_org/tools/json_schema_compiler/test/
H A Dobjects_unittest.cc62 OnObjectFired::SomeObject object; local
63 object.state = OnObjectFired::SomeObject::STATE_BAR;
64 scoped_ptr<base::ListValue> results(OnObjectFired::Create(object));
/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.h24 HRESULT CreateActivationFactory(wchar_t const (&class_name)[size], T** object) { argument
26 return winfoundtn::GetActivationFactory(ref_class_name.Get(), object);
/external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
H A DPlatform.java28 * Serializes and deserializes the specified object (a no-op under GWT).
31 static <T> T reserialize(T object) { argument
32 return checkNotNull(object);
/external/guava/guava-testlib/src/com/google/common/testing/
H A DPlatform.java34 * Serializes and deserializes the specified object.
37 static <T> T reserialize(T object) { argument
38 checkNotNull(object);
42 out.writeObject(object);
/external/llvm/include/llvm/MC/
H A DMCRelocationInfo.h11 // create MCExprs from relocations, either found in an object::ObjectFile
12 // (object::RelocationRef), or provided through the C API.
23 namespace object { namespace in namespace:llvm
29 /// \brief Create MCExprs from relocations found in an object file.
43 virtual const MCExpr *createExprForRelocation(object::RelocationRef Rel);
/external/llvm/lib/Object/
H A DELF.cpp1 //===- ELF.cpp - ELF object file implementation -----------------*- C++ -*-===//
13 namespace object { namespace in namespace:llvm
817 } // end namespace object
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies-with-unscopables.js71 var object = {
86 object[Symbol.unscopables] = proxy;
88 with (object) {
101 var object = {
120 object[Symbol.unscopables] = proxy;
123 with (object) {

Completed in 6435 milliseconds

1234567891011>>