HomeSort by relevance Sort by last modified time
    Searched full:oddball (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /packages/experimental/procstatlog/
Android.mk 18 # (we want to run this on oddball partner-integrated devices).
  /external/v8/tools/
gen-postmortem-metadata.py 82 { 'name': 'OddballFalse', 'value': 'Oddball::kFalse' },
83 { 'name': 'OddballTrue', 'value': 'Oddball::kTrue' },
84 { 'name': 'OddballTheHole', 'value': 'Oddball::kTheHole' },
85 { 'name': 'OddballNull', 'value': 'Oddball::kNull' },
86 { 'name': 'OddballArgumentsMarker', 'value': 'Oddball::kArgumentsMarker' },
87 { 'name': 'OddballUndefined', 'value': 'Oddball::kUndefined' },
88 { 'name': 'OddballUninitialized', 'value': 'Oddball::kUninitialized' },
89 { 'name': 'OddballOther', 'value': 'Oddball::kOther' },
90 { 'name': 'OddballException', 'value': 'Oddball::kException' },
238 'Oddball, kind_offset, int, kKindOffset'
    [all...]
grokdump.py     [all...]
  /external/v8/test/mjsunit/
switch.js 151 // Oddball
336 // mixed | oddball | non-target |
409 } else if (test_type === 'oddball') {
439 var test_types = ['symbols', 'strings', 'oddball', 'smi', 'heapnum'];
json.js 443 var oddball = Object(42);
444 oddball.__proto__ = { __proto__: null, toString: function() { return true; } };
445 TestStringify('1', oddball);
  /external/v8/src/heap/
heap.cc     [all...]
heap.h 37 V(Oddball, uninitialized_value, UninitializedValue) \
38 V(Oddball, undefined_value, UndefinedValue) \
39 V(Oddball, the_hole_value, TheHoleValue) \
40 V(Oddball, null_value, NullValue) \
41 V(Oddball, true_value, TrueValue) \
42 V(Oddball, false_value, FalseValue) \
71 V(Oddball, no_interceptor_result_sentinel, NoInterceptorResultSentinel) \
72 V(Oddball, arguments_marker, ArgumentsMarker) \
73 V(Oddball, exception, Exception) \
74 V(Oddball, termination_exception, TerminationException)
    [all...]
objects-visiting.h 82 V(Oddball) \
  /external/google-breakpad/src/common/windows/
string_utils-inl.h 44 // is available, in the event of oddball systems where |long long| is not
  /external/v8/src/
json-stringifier.cc 304 switch (Oddball::cast(*object)->kind()) {
305 case Oddball::kFalse:
309 case Oddball::kTrue:
313 case Oddball::kNull:
factory.cc 116 Handle<Oddball> Factory::NewOddball(Handle<Map> map, const char* to_string,
119 Handle<Oddball> oddball = New<Oddball>(map, OLD_SPACE); local
120 Oddball::Initialize(isolate(), oddball, to_string, to_number, to_boolean, local
122 return oddball;
    [all...]
objects-inl.h 784 TYPE_CHECKER(Oddball, ODDBALL_TYPE)
810 ((Oddball::cast(this)->kind() & Oddball::kNotBooleanMask) == 0);
    [all...]
objects-body-descriptors-inl.h 490 return Op::template apply<Oddball::BodyDescriptor>(p1, p2, p3);
code-stubs.cc     [all...]
objects-debug.cc 99 Oddball::cast(this)->OddballVerify();
609 void Oddball::OddballVerify() {
    [all...]
objects.cc 142 return Oddball::ToNumber(Handle<Oddball>::cast(input));
199 return handle(Handle<Oddball>::cast(input)->to_string(), isolate);
313 return Just(NumberEquals(*x, Handle<Oddball>::cast(y)->to_number()));
333 return Just(NumberEquals(*x, Handle<Oddball>::cast(y)->to_number()));
346 return Just(NumberEquals(Handle<Oddball>::cast(x)->to_number(), *y));
349 return Just(NumberEquals(Handle<Oddball>::cast(x)->to_number(), *y));
355 x = Oddball::ToNumber(Handle<Oddball>::cast(x));
388 y = Oddball::ToNumber(Handle<Oddball>::cast(y))
    [all...]
  /dalvik/libdex/
DexUtf.cpp 202 // Oddball descriptor character.
  /external/v8/src/compiler/
effect-control-linearizer.cc 708 STATIC_ASSERT(HeapNumber::kValueOffset == Oddball::kToNumberRawOffset);
740 STATIC_ASSERT(HeapNumber::kValueOffset == Oddball::kToNumberRawOffset);
782 STATIC_ASSERT(HeapNumber::kValueOffset == Oddball::kToNumberRawOffset);
    [all...]
access-info.cc 34 // the special Oddball ones that have no wrapper counterparts (i.e. Null,
  /external/v8/test/cctest/
types-fuzz.h 131 Handle<i::Oddball> uninitialized;
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 723 // Oddball case where we adjust the "control" from here
772 // Oddball case: this case does a return, all other cases
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 88 parameters.setSeparator(Separators.COMMA); // oddball
  /external/toybox/toys/other/
ifconfig.c 390 // "set hardware address" is oddball enough to special case
  /external/v8/src/arm64/
code-stubs-arm64.cc 267 // If either operand is a JS object or an oddball value, then they are not
287 // If right is not ODDBALL, test left. Otherwise, set eq condition.
290 // If right or left is not ODDBALL, test left >= FIRST_JS_RECEIVER_TYPE.
291 // Otherwise, right or left is ODDBALL, so set a ge condition.
    [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
instruction-formats.jd 81 Finally, a couple oddball suggested formats (e.g.,

Completed in 962 milliseconds

1 2 3 4