/external/v8/test/mjsunit/es6/ |
D | array-length.js | 12 var o = { length: Number.MIN_VALUE }; variable 18 var o = { length: Number.MIN_VALUE }; variable 24 var o = { length: Number.MIN_VALUE }; variable 30 var o = { length: Number.MIN_VALUE }; variable 31 Array.prototype.push.call(o, 1); argument 35 var o = { length: Number.MAX_VALUE }; variable 40 var o = { length: 0 }; variable 41 Array.prototype.pop.call(o); argument 44 var o = { length: Number.MIN_VALUE }; variable 45 Array.prototype.pop.call(o); argument [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-2564.js | 28 var o = [ function f0() { throw new Error(); }, variable 29 function f1() { o[0](); }, field 30 function f2() { o[1](); }, field 31 function f3() { o[2](); } ]; field 59 var o = [ function f0() { throw new Error(); }, variable 60 function f1() { o[0](); }, field 62 function f3() { o[2](); } ]; field 95 var o = [ function f0() { "use strict"; throw new Error(); }, variable 96 function f1() { o[0](); }, field 97 function f2() { o[1](); }, field [all …]
|
D | regress-4296.js | 7 function store(o, i, v) { o[i] = v; } argument 8 function load(o, i) { return o[i]; } argument 19 var o = {__proto__: new String("ab")}; variable 20 function store(o, i, v) { o[i] = v; } argument 21 function load(o, i) { return o[i]; } argument 33 var o = {__proto__: {}}; variable 34 function store(o, i, v) { o[i] = v; } argument
|
D | regress-137768.js | 37 function bad_func(o,a) { argument 47 o = new Object(); variable 53 o = new Object(); variable 60 o = new Object(); variable 68 o = new Object(); variable
|
D | regress-smi-math-floor-round.js | 31 function f(o) { argument 40 function f2(o) { argument 44 var o = {x_tagged:{}}; variable 51 function f3(o) { argument 60 function f4(o) { argument
|
/external/guava/guava-tests/test/com/google/common/eventbus/outside/ |
D | AnnotatedSubscriberFinderTests.java | 71 public void notASubscriber(Object o) { in notASubscriber() 76 public void subscriber(Object o) { in subscriber() 99 public abstract void overriddenAndAnnotatedInSubclass(Object o); in overriddenAndAnnotatedInSubclass() 102 public abstract void overriddenInSubclass(Object o); in overriddenInSubclass() 111 public void overriddenAndAnnotatedInSubclass(Object o) { in overriddenAndAnnotatedInSubclass() 116 public void overriddenInSubclass(Object o) { in overriddenInSubclass() 146 public void notOverriddenInSubclass(Object o) { in notOverriddenInSubclass() 151 public void overriddenNotAnnotatedInSubclass(Object o) { in overriddenNotAnnotatedInSubclass() 156 public void overriddenAndAnnotatedInSubclass(Object o) { in overriddenAndAnnotatedInSubclass() 161 public void differentlyOverriddenNotAnnotatedInSubclass(Object o) { in differentlyOverriddenNotAnnotatedInSubclass() [all …]
|
/external/v8/test/mjsunit/strong/ |
D | object-delete.js | 34 function deleteFromObjectSloppy(o) { argument 38 function deleteFromObjectKeyedSloppy(o) { argument 42 function deleteFromObjectKeyedVarSloppy(o) { argument 47 function deleteFromObjectKeyedComputedSloppy(o) { argument 52 function deleteFromObjectWith(o) { argument 58 function deleteFromObjectElementSloppy(o) { argument 62 function deleteFromObjectElementVarSloppy(o) { argument 67 function deleteFromObjectElementSparseSloppy(o) { argument 76 function deleteFromObjectElementSparseVarSloppy(o) { argument 81 function deleteFromObjectStrict(o) { argument [all …]
|
D | load-element-mutate-backing-store.js | 37 function readFromObjectElementSloppy(o) { argument 41 function readFromObjectElementSparseSloppy(o) { argument 45 function readFromObjectElementNonSmiSloppy(o) { argument 49 function readFromObjectNonIndexSloppy(o) { argument 53 function readFromObjectElementVarSloppy(o) { argument 58 function readFromObjectElementSparseVarSloppy(o) { argument 63 function readFromObjectElementNonSmiVarSloppy(o) { argument 68 function readFromObjectNonIndexVarSloppy(o) { argument 73 function readFromObjectElementStrong(o) { argument 78 function readFromObjectElementSparseStrong(o) { argument [all …]
|
D | load-element.js | 35 function readFromObjectElementSloppy(o) { argument 39 function readFromObjectElementSparseSloppy(o) { argument 43 function readFromObjectElementNonSmiSloppy(o) { argument 47 function readFromObjectNonIndexSloppy(o) { argument 51 function readFromObjectElementVarSloppy(o) { argument 56 function readFromObjectElementSparseVarSloppy(o) { argument 61 function readFromObjectElementNonSmiVarSloppy(o) { argument 66 function readFromObjectNonIndexVarSloppy(o) { argument 71 function readFromObjectElementStrong(o) { argument 76 function readFromObjectElementSparseStrong(o) { argument [all …]
|
D | load-property-mutate-backing-store.js | 27 function readFromObjectSloppy(o) { argument 31 function readFromObjectKeyedSloppy(o) { argument 35 function readFromObjectKeyedVarSloppy(o) { argument 40 function readFromObjectKeyedComputedSloppy(o) { argument 45 function readFromObjectStrong(o) { argument 50 function readFromObjectKeyedStrong(o) { argument 55 function readFromObjectKeyedLetStrong(o) { argument 61 function readFromObjectKeyedComputedStrong(o) { argument
|
D | load-property.js | 26 function readFromObjectSloppy(o) { argument 30 function readFromObjectKeyedSloppy(o) { argument 34 function readFromObjectKeyedVarSloppy(o) { argument 39 function readFromObjectKeyedComputedSloppy(o) { argument 44 function readFromObjectStrong(o) { argument 49 function readFromObjectKeyedStrong(o) { argument 54 function readFromObjectKeyedLetStrong(o) { argument 60 function readFromObjectKeyedComputedStrong(o) { argument
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
D | util.h | 19 #define MyText_AS_BYTES(o) PyUnicode_AsASCIIString(o) argument 20 #define MyBytes_GET_SIZE(o) PyBytes_GET_SIZE(o) argument 21 #define MyBytes_AS_STRING(o) PyBytes_AS_STRING(o) argument 22 #define MyText_AsString(o) PyUnicode_AsUTF8(o) argument 25 #define MyInt_AsInt(o) (int)PyLong_AsLong(o) argument 34 #define MyText_AS_BYTES(o) (Py_INCREF(o), o) argument 35 #define MyBytes_GET_SIZE(o) PyString_GET_SIZE(o) argument 36 #define MyBytes_AS_STRING(o) PyString_AS_STRING(o) argument 37 #define MyText_AsString(o) PyString_AsString(o) argument 40 #define MyInt_AsInt(o) (int)PyInt_AsLong(o) argument
|
/external/avahi/avahi-sharp/ |
D | AvahiTest.cs | 46 private static void OnEntryGroupChanged (object o, EntryGroupStateArgs args) in OnEntryGroupChanged() 57 private static void OnDomainAdded (object o, DomainInfoArgs args) in OnDomainAdded() 72 private static void OnCacheExhausted (object o, EventArgs args) in OnCacheExhausted() 77 private static void OnServiceTypeAdded (object o, ServiceTypeInfoArgs args) in OnServiceTypeAdded() 86 private static void OnServiceAdded (object o, ServiceInfoArgs args) in OnServiceAdded() 94 private static void OnServiceResolved (object o, ServiceInfoArgs args) in OnServiceResolved() 110 private static void OnAddressResolverFailed (object o, ErrorCodeArgs args) in OnAddressResolverFailed() 115 private static void OnAddressResolved (object o, HostAddressArgs args) in OnAddressResolved() 126 private static void OnHostNameResolved (object o, HostAddressArgs args) in OnHostNameResolved()
|
/external/v8/test/mjsunit/ |
D | object-literal-multiple-fields.js | 6 var o = { variable in TestConstants 15 var o = { variable in TestMaterialized 24 var o = { variable in TestMaterialize2 34 var o = { variable in TestComputed 43 var o = { variable in TestComputed2 53 var o = { variable in TestGetter 62 var o = { variable in TestGetterSetter 68 o = { variable in TestGetterSetter 77 var o = { variable in TestCombined 83 o = { variable in TestCombined [all …]
|
D | megamorphic-callbacks.js | 28 function load(o) { argument 32 function store(o) { argument 36 function call(o) { argument 41 var o = { x: 42, f: function() { }, z: 100 }; variable 52 var o = { z: 100 }; variable
|
D | migrations.js | 132 ctor: function(v) { var o = function() { return v;}; o.a = v; return o; }, function 137 …ctor: function(v) { var o = function(a,b,c) { return a+b+c; }; o = o.bind(o, v, v+1, v+2.2); retur… function 158 var o = {a_:v}; variable 173 var o = {a_:v}; variable 184 var o = {__proto__: this.proto}; variable 203 use1: function(o, i) { return o.a + 1.0; }, argument 204 use2: function(o, i) { return o.a + 1.1; }, argument 208 use1: function(o, i) { return o.b + 1.0; }, argument 209 use2: function(o, i) { return o.b + 1.1; }, argument 213 use1: function(o, i) { return o[1] + 1.0; }, argument [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/ |
D | antlr.js | 81 var o= /** @lends org.antlr.env.ua */ { variable 266 isArray: function(o) { argument 279 isBoolean: function(o) { argument 288 isFunction: function(o) { argument 297 isNull: function(o) { argument 306 isNumber: function(o) { argument 316 isObject: function(o) { argument 325 isString: function(o) { argument 334 isUndefined: function(o) { argument 480 isValue: function(o) { argument
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/ |
D | RobolectricInternals.java | 118 public static Object autobox(Object o) { in autobox() 123 public static Object autobox(boolean o) { in autobox() 128 public static Object autobox(byte o) { in autobox() 133 public static Object autobox(char o) { in autobox() 138 public static Object autobox(short o) { in autobox() 143 public static Object autobox(int o) { in autobox() 148 public static Object autobox(long o) { in autobox() 153 public static Object autobox(float o) { in autobox() 158 public static Object autobox(double o) { in autobox()
|
/external/v8/test/webkit/ |
D | dictionary-prototype-caching.js | 26 function protoTest(o) { argument 31 var o = { __proto__: proto }; variable 44 function protoTest2(o) { argument 49 var o = { __proto__: proto }; variable 62 function protoTest3(o) { argument 67 var o = { __proto__: proto }; variable 80 function testFunction(o) { argument
|
D | dfg-uint32-to-number-skip-then-exit.js | 28 function foo(a, b, o) { argument 34 var o; variable 37 o = {f:42}; variable 40 o = {f:43, g:44}; variable
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | LazyStringArrayList.java | 88 Object o = list.get(index); in get() local 115 Object o = list.set(index, s); in set() local 161 Object o = list.remove(index); in remove() local 186 Object o = list.get(index); in getByteString() local 196 Object o = list.get(index); in getByteArray() local 215 private static String asString(Object o) { in asString() 225 private static ByteString asByteString(Object o) { in asByteString() 235 private static byte[] asByteArray(Object o) { in asByteArray() 274 Object o = list.get(index); in get() local 289 Object o = list.set(index, s); in set() local [all …]
|
/external/objenesis/main/test/org/objenesis/ |
D | ObjenesisTest.java | 29 Objenesis o = new ObjenesisStd(); in testObjenesis() local 36 Objenesis o = new ObjenesisStd(false); in testObjenesis_WithoutCache() local 45 Objenesis o = new ObjenesisStd(); in testNewInstance() local 50 Objenesis o = new ObjenesisStd(); in testGetInstantiatorOf() local 61 Objenesis o = new ObjenesisStd() {}; in testToString() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | BaseDexReader.java | 213 int o = offset; in readSmallUint() local 220 int o = offset; in readOptionalUint() local 231 int o = offset; in readUshort() local 242 int o = offset; in readUbyte() local 249 int o = offset; in readLong() local 256 int o = offset; in readInt() local 263 int o = offset; in readShort() local 270 int o = offset; in readByte() local 288 int o = dexBuf.baseOffset + offset; in readSizedInt() local 319 int o = dexBuf.baseOffset + offset; in readSizedSmallUint() local [all …]
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
D | local.py | 190 __lt__ = lambda x, o: x._get_current_object() < o argument 191 __le__ = lambda x, o: x._get_current_object() <= o argument 192 __eq__ = lambda x, o: x._get_current_object() == o argument 193 __ne__ = lambda x, o: x._get_current_object() != o argument 194 __gt__ = lambda x, o: x._get_current_object() > o argument 195 __ge__ = lambda x, o: x._get_current_object() >= o argument 196 __cmp__ = lambda x, o: cmp(x._get_current_object(), o) argument 204 __add__ = lambda x, o: x._get_current_object() + o argument 205 __sub__ = lambda x, o: x._get_current_object() - o argument 206 __mul__ = lambda x, o: x._get_current_object() * o argument [all …]
|
/external/v8/test/mjsunit/compiler/ |
D | pic.js | 30 function GetX(o) { return o.x; } argument 31 function CallF(o) { return o.f(); } argument 32 function SetX(o) { o.x = 42; } argument 33 function SetXY(o,y) { return o.x = y; } argument 36 function Test(o) { argument
|