HomeSort by relevance Sort by last modified time
    Searched full:eternal (Results 1 - 12 of 12) sorted by null

  /external/v8/test/cctest/
test-global-handles.cc 333 v8::Eternal<v8::Value> eternals[kArrayLength];
372 // Create an eternal via the constructor
376 v8::Eternal<v8::Object> eternal(v8_isolate, object);
377 CHECK(!eternal.IsEmpty());
378 CHECK(object == eternal.Get(v8_isolate));
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 46 // The sandman is eternal. No one instantiates him.
  /external/icu/icu4c/source/samples/ufortune/resources/
root.txt 44 "3 syncs represent the trinity - init, the child and the eternal zombie
  /external/v8/include/
v8.h 103 template <class T> class Eternal;
376 template<class F> friend class Eternal;
397 // Eternal handles are set-once handles that live for the life of the isolate.
398 template <class T> class Eternal {
400 V8_INLINE Eternal() : index_(kInitialValue) { }
402 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : index_(kInitialValue) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
words.txt 859 eternal
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 33 16: ("The Bangles", "Eternal Flame", "Rock"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 33 16: ("The Bangles", "Eternal Flame", "Rock"),
  /external/v8/
ChangeLog     [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/test/webkit/fast/js/
regexp-stack-overflow.js     [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 526 milliseconds