Home
last modified time | relevance | path

Searched +defs:source +defs:o (Results 1 – 25 of 66) sorted by relevance

123

/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DNamingPolicy.java33 String getClassName(String prefix, String source, Object key, Predicate names); in getClassName()
42 boolean equals(Object o); in equals()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowHtml.java13 public static Spanned fromHtml(String source) { in fromHtml()
26 String source; field in ShadowHtml.SpannedThatActsLikeString
28 private SpannedThatActsLikeString(String source) { in SpannedThatActsLikeString()
78 public boolean equals(Object o) { in equals()
/external/javassist/src/main/javassist/bytecode/analysis/
DMultiType.java149 MultiType source = mergeSource; in propogateState() local
158 MultiType source = mergeSource; in propogateResolved() local
202 private boolean inMergeSource(MultiType source) { in inMergeSource()
284 public boolean equals(Object o) { in equals()
/external/chromium_org/v8/test/cctest/
Dtest-weaktypedarrays.cc46 for (Object* o = heap->array_buffers_list(); in CountArrayBuffersInWeakList() local
56 for (Object* o = heap->array_buffers_list(); in HasArrayBufferInWeakList() local
67 for (Object* o = array_buffer->weak_first_view(); in CountViews() local
78 for (Object* o = array_buffer->weak_first_view(); in HasViewInWeakList() local
157 i::ScopedVector<char> source(1024); in TEST() local
279 i::ScopedVector<char> source(2048); in TestTypedArrayFromScript() local
Dtest-heap.cc1064 const char* source = in UNINITIALIZED_TEST() local
1119 const char* source = "function foo() {" in TEST() local
1184 const char* source = "function foo() {" in TEST() local
1253 const char* source = "var foo = function() {" in TEST() local
1323 const char* source = "function foo() {" in TEST() local
1438 const char* source = "function f1() { };" in TEST() local
1578 const char* source = "function f1() { };" in TEST() local
2209 Handle<JSObject> o = in TEST() local
2229 i::ScopedVector<char> source(1024); in TEST() local
2255 Handle<JSObject> o = in TEST() local
[all …]
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONArray.java156 public JSONArray(String source) throws JSONException { in JSONArray()
183 Object o = iter.next(); in JSONArray() local
223 Object o = Array.get(array, i); in JSONArray() local
245 Object o = opt(index); in get() local
263 Object o = get(index); in getBoolean() local
286 Object o = get(index); in getDouble() local
308 Object o = get(index); in getInt() local
322 Object o = get(index); in getJSONArray() local
339 Object o = get(index); in getJSONObject() local
357 Object o = get(index); in getLong() local
[all …]
DJSONObject.java419 public JSONObject(String source) throws JSONException { in JSONObject()
439 Object o = opt(key); in accumulate() local
467 Object o = opt(key); in append() local
514 Object o = opt(key); in get() local
532 Object o = get(key); in getBoolean() local
555 Object o = get(key); in getDouble() local
577 Object o = get(key); in getInt() local
592 Object o = get(key); in getJSONArray() local
610 Object o = get(key); in getJSONObject() local
629 Object o = get(key); in getLong() local
[all …]
/external/doclava/src/com/google/doclava/
DSourcePositionInfo.java77 public int compareTo(Object o) { in compareTo()
87 public static SourcePositionInfo fromXml(String source) { in fromXml()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlobject.h113 #define val_(o) ((o)->value_) argument
114 #define num_(o) (val_(o).n) argument
118 #define rttype(o) ((o)->tt_) argument
124 #define ttype(o) (rttype(o) & 0x3F) argument
127 #define ttypenv(o) (novariant(rttype(o))) argument
131 #define checktag(o,t) (rttype(o) == (t)) argument
132 #define checktype(o,t) (ttypenv(o) == (t)) argument
133 #define ttisnumber(o) checktag((o), LUA_TNUMBER) argument
134 #define ttisnil(o) checktag((o), LUA_TNIL) argument
135 #define ttisboolean(o) checktag((o), LUA_TBOOLEAN) argument
[all …]
/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp92 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const U… in compareUsingPartials()
126 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &ta… in doTestVariant()
239 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::ECompar… in doTest()
244 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, C… in doTest()
268 IntlTestCollator::reportCResult( const UnicodeString &source, const UnicodeString &target, in reportCResult()
365 UnicodeString &IntlTestCollator::prettify(const CollationKey &source, UnicodeString &target) in prettify()
395 int32_t o; in backAndForth() local
/external/chromium_org/third_party/mesa/src/src/glsl/
Dmain.cpp133 for (const struct option *o = compiler_opts; o->name != 0; ++o) { in usage_fail() local
146 const char *source = shader->Source; in compile_shader() local
/external/mesa3d/src/glsl/
Dmain.cpp133 for (const struct option *o = compiler_opts; o->name != 0; ++o) { in usage_fail() local
146 const char *source = shader->Source; in compile_shader() local
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp60 int32_t o; in prettyPrintUChar() local
200 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432, in convsample_02() local
293 const char *source; in convsample_05() local
393 const char *source; in convsample_06() local
526 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 }; in convsample_12() local
566 const char *source, *sourceLimit; in convsample_13() local
612 UBool convsample_20_didSubstitute(const char *source) in convsample_20_didSubstitute()
706 UBool convsample_21_didSubstitute(const char *source) in convsample_21_didSubstitute()
873 const char *source; in convsample_40() local
978 const UChar *source; in convsample_46() local
[all …]
/external/chromium_org/third_party/icu/source/samples/ucnv/
Dconvsamp.cpp60 int32_t o; in prettyPrintUChar() local
200 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432, in convsample_02() local
293 const char *source; in convsample_05() local
393 const char *source; in convsample_06() local
526 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 }; in convsample_12() local
566 const char *source, *sourceLimit; in convsample_13() local
612 UBool convsample_20_didSubstitute(const char *source) in convsample_20_didSubstitute()
706 UBool convsample_21_didSubstitute(const char *source) in convsample_21_didSubstitute()
873 const char *source; in convsample_40() local
978 const UChar *source; in convsample_46() local
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dtscoll.cpp110 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const U… in compareUsingPartials()
144 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &ta… in doTestVariant()
257 IntlTestCollator::doTest(Collator* col, const UChar *source, const UChar *target, Collator::ECompar… in doTest()
262 IntlTestCollator::doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, C… in doTest()
286 IntlTestCollator::reportCResult( const UnicodeString &source, const UnicodeString &target, in reportCResult()
383 UnicodeString &IntlTestCollator::prettify(const CollationKey &source, UnicodeString &target) in prettify()
413 int32_t o; in backAndForth() local
/external/mockito/src/org/mockito/internal/util/reflection/
DGenericMetadataSupport.java301 …public ParameterizedReturnType(GenericMetadataSupport source, TypeVariable[] typeParameters, Param… in ParameterizedReturnType()
336 …public TypeVariableReturnType(GenericMetadataSupport source, TypeVariable[] typeParameters, TypeVa… in TypeVariableReturnType()
518 public boolean equals(Object o) { in equals()
579 public boolean equals(Object o) { in equals()
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
Dnavigation_collector.js285 source: { property
320 source: { property
357 source: this.pending_[id].source, property
388 source: this.pending_[id].source, property
481 list[x].forEach(function(o) { argument
/external/chromium_org/third_party/icu/source/i18n/
Danytrans.cpp204 AnyTransliterator::AnyTransliterator(const AnyTransliterator& o) : in AnyTransliterator()
340 UnicodeString source; in registerIDs() local
/external/icu/icu4c/source/i18n/
Danytrans.cpp206 AnyTransliterator::AnyTransliterator(const AnyTransliterator& o) : in AnyTransliterator()
359 UnicodeString source; in registerIDs() local
/external/chromium_org/v8/src/
Dserialize.h412 Object* o, in ObjectSerializer()
524 bool ShouldBeInThePartialSnapshotCache(HeapObject* o) { in ShouldBeInThePartialSnapshotCache()
577 CodeSerializer(Isolate* isolate, SnapshotByteSink* sink, String* source) in CodeSerializer()
597 String* source() { in source() function
626 explicit SerializedCodeData(ScriptData* data, String* source) in SerializedCodeData()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-earley-boyer.js129 function sc_any2String(o) { argument
751 function sc_isNull(o) { argument
758 function sc_isList(o) { argument
815 function sc_remq(o, l) { argument
829 function sc_remqBang(o, l) { argument
850 function sc_delete(o, l) { argument
864 function sc_deleteBang(o, l) { argument
974 function sc_memq(o, l) { argument
983 function sc_memv(o, l) { argument
992 function sc_member(o, l) { argument
[all …]
/external/chromium_org/v8/benchmarks/
Dearley-boyer.js135 function sc_any2String(o) { argument
757 function sc_isNull(o) { argument
764 function sc_isList(o) { argument
821 function sc_remq(o, l) { argument
835 function sc_remqBang(o, l) { argument
856 function sc_delete(o, l) { argument
870 function sc_deleteBang(o, l) { argument
980 function sc_memq(o, l) { argument
989 function sc_memv(o, l) { argument
998 function sc_member(o, l) { argument
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-earley-boyer.js129 function sc_any2String(o) { argument
751 function sc_isNull(o) { argument
758 function sc_isList(o) { argument
815 function sc_remq(o, l) { argument
829 function sc_remqBang(o, l) { argument
850 function sc_delete(o, l) { argument
864 function sc_deleteBang(o, l) { argument
974 function sc_memq(o, l) { argument
983 function sc_memv(o, l) { argument
992 function sc_member(o, l) { argument
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-earley-boyer.js129 function sc_any2String(o) { argument
751 function sc_isNull(o) { argument
758 function sc_isList(o) { argument
815 function sc_remq(o, l) { argument
829 function sc_remqBang(o, l) { argument
850 function sc_delete(o, l) { argument
864 function sc_deleteBang(o, l) { argument
974 function sc_memq(o, l) { argument
983 function sc_memv(o, l) { argument
992 function sc_member(o, l) { argument
[all …]
/external/libogg/src/
Dbitwise.c176 void *source, in oggpack_writecopy_helper()
221 void oggpack_writecopy(oggpack_buffer *b,void *source,long bits){ in oggpack_writecopy()
225 void oggpackB_writecopy(oggpack_buffer *b,void *source,long bits){ in oggpackB_writecopy()
503 oggpack_buffer o; variable

123