Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 1429) sorted by relevance

12345678910>>...58

/external/v8/test/mjsunit/regress/
Dregress-2564.js28 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 …]
Dregress-137768.js37 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
Dregress-smi-math-floor-round.js31 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
Dregress-copy-hole-to-field.js32 var o = {a:1.8}; variable
34 function f1(o,a,i) { argument
47 var o = {ab:5}; variable
49 function f2(o,a,i) { argument
Dregress-load-elements.js30 function bad_func(o,a) { argument
37 o = new Object(); variable
42 o = new Object(); variable
Dregress-freeze.js31 function f(o) { o.x++ }; argument
32 var o = {x: 5}; variable
41 function f2(o) { o.x+=3 }; argument
/external/guava/guava-tests/test/com/google/common/eventbus/outside/
DAnnotatedSubscriberFinderTests.java71 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/antlr/antlr-3.4/runtime/JavaScript/src/org/
Dantlr.js81 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/src/main/java/com/xtremelabs/robolectric/bytecode/
DRobolectricInternals.java118 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/
Ddictionary-prototype-caching.js26 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
Ddfg-uint32-to-number-skip-then-exit.js28 function foo(a, b, o) { argument
34 var o; variable
37 o = {f:42}; variable
40 o = {f:43, g:44}; variable
Ddfg-getter-throw.js28 function foo(o) { argument
32 function bar(o) { argument
41 var o = new Object(); variable
/external/protobuf/java/src/main/java/com/google/protobuf/
DLazyStringArrayList.java88 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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DBaseDexReader.java213 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 = offset; in readSizedInt() local
319 int o = offset; in readSizedSmallUint() local
[all …]
/external/objenesis/main/test/org/objenesis/
DObjenesisTest.java29 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/v8/test/mjsunit/
Dmegamorphic-callbacks.js28 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
Dmigrations.js131 ctor: function(v) { var o = function() { return v;}; o.a = v; return o; }, function
136 …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
157 var o = {a_:v}; variable
172 var o = {a_:v}; variable
183 var o = {__proto__: this.proto}; variable
202 use1: function(o, i) { return o.a + 1.0; }, argument
203 use2: function(o, i) { return o.a + 1.1; }, argument
207 use1: function(o, i) { return o.b + 1.0; }, argument
208 use2: function(o, i) { return o.b + 1.1; }, argument
212 use1: function(o, i) { return o[1] + 1.0; }, argument
[all …]
Dreadonly.js100 function ReadonlyByNonwritableDataProperty(o, name) { argument
104 function ReadonlyByAccessorPropertyWithoutSetter(o, name) { argument
108 function ReadonlyByGetter(o, name) { argument
112 function ReadonlyByFreeze(o, name) { argument
117 function ReadonlyByProto(o, name) { argument
126 function ReadonlyByProxy(o, name) { argument
152 function Assign(o, x) { argument
156 function AssignStrict(o, x) { argument
217 function Assign2(o, x) { o.a = x } argument
Dtrack-fields.js56 function set_large(o, v) { argument
103 function poly_load(o, b) { argument
130 function load_poly(o) { argument
148 function load_mono(o) { argument
162 function load_mono2(o) { argument
175 function load_mono3(o) { argument
224 function keyed_load(o, k) { argument
228 function keyed_store(o, k, v) { argument
271 function is_writable(o, p) { argument
291 function test_fic(o) { argument
[all …]
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Dlocal.py190 __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/
Dpic.js30 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
Dcount-deopt.js32 var o = {x:0}; variable
104 function inc6(o,y) { return (o.x++) + y; } argument
105 o = {x:0}; variable
118 function inc7(o,y) { return (++o.x) + y; } argument
119 o = {x:0}; variable
132 function inc8(o,y) { return (o[0]++) + y; } argument
146 function inc9(o,y) { return (++o[0]) + y; } argument
/external/clang/include/clang/Basic/
DPlistSupport.h39 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { in Indent()
45 inline raw_ostream &EmitPlistHeader(raw_ostream &o) { in EmitPlistHeader()
54 inline raw_ostream &EmitInteger(raw_ostream &o, int64_t value) { in EmitInteger()
61 inline raw_ostream &EmitString(raw_ostream &o, StringRef s) { in EmitString()
90 inline void EmitLocation(raw_ostream &o, const SourceManager &SM, in EmitLocation()
106 inline void EmitRange(raw_ostream &o, const SourceManager &SM, in EmitRange()
/external/clang/test/SemaCXX/
Dreturn-noreturn.cpp54 other o; in g1() local
58 other o; in g2() local
62 other o; in g2_positive() local
66 other o; in g3() local
70 other o; in g4() local
74 other o; in g5() local
78 other o; in g6() local
85 other o; in h1() local
89 other o; in h2() local
93 other o; in h3() local
[all …]
/external/jetty/src/java/org/eclipse/jetty/webapp/
DStandardDescriptorProcessor.java138 Origin o = context.getMetaData().getOrigin("context-param."+name); in visitContextParam() local
295 Origin o = context.getMetaData().getOrigin(servlet_name+".servlet.servlet-class"); in visitServlet() local
361 Origin o = context.getMetaData().getOrigin(servlet_name+".servlet.load-on-startup"); in visitServlet() local
402 … Origin o = context.getMetaData().getOrigin(servlet_name+".servlet.role-name."+roleName); in visitServlet() local
446 Origin o = context.getMetaData().getOrigin(servlet_name+".servlet.run-as"); in visitServlet() local
483 Origin o =context.getMetaData().getOrigin(servlet_name+".servlet.async-supported"); in visitServlet() local
519 Origin o = context.getMetaData().getOrigin(servlet_name+".servlet.enabled"); in visitServlet() local
568 Origin o = context.getMetaData().getOrigin(servlet_name+".servlet.multipart-config"); in visitServlet() local
681 Origin o = context.getMetaData().getOrigin("session.tracking-mode"); in visitSessionConfig() local
725 Origin o = context.getMetaData().getOrigin("cookie-config.name"); in visitSessionConfig() local
[all …]

12345678910>>...58