HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 901 - 925 of 1233) sorted by null

<<31323334353637383940>>

  /external/v8/src/
preparse-data.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
229 } } // namespace v8::internal.
regexp-macro-assembler.h 1 // Copyright 2008 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
241 } } // namespace v8::internal
safepoint-table.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
36 namespace v8 { namespace
248 } } // namespace v8::internal
small-pointer-list.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
186 } } // namespace v8::internal
store-buffer.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
37 namespace v8 { namespace
253 } } // namespace v8::internal
string-stream.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
190 } } // namespace v8::internal
v8.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
45 namespace v8 { namespace
50 bool V8::is_running_ = false;
51 bool V8::has_been_set_up_ = false;
52 bool V8::has_been_disposed_ = false;
53 bool V8::has_fatal_error_ = false;
54 bool V8::use_crankshaft_ = true;
55 List<CallCompletedCallback>* V8::call_completed_callbacks_ = NULL;
62 bool V8::Initialize(Deserializer* des)
    [all...]
zone.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
33 namespace v8 { namespace
184 V8::FatalProcessOutOfMemory("Zone");
198 V8::FatalProcessOutOfMemory("Zone");
207 V8::FatalProcessOutOfMemory("Zone");
216 } } // namespace v8::internal
log.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
36 namespace v8 { namespace
39 // Logger is used for collecting logging information from V8 during
67 // Specify the name of the logfile, default is "v8.log".
83 v8::internal::Logger* logger = \
469 } } // namespace v8::internal
  /external/v8/test/cctest/
test-flags.cc 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
30 #include "v8.h"
33 using namespace v8::internal;
test-hashmap.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
30 #include "v8.h"
34 using namespace v8::internal;
test-reloc-info.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
32 namespace v8 { namespace
116 } } // namespace v8::internal
  /external/v8/test/mjsunit/
debug-script.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
85 var extension_gc_script = Debug.findScript('v8/gc');
87 assertEquals('v8/gc', extension_gc_script.name);
string-split.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
76 * V8: a,,b
88 * V8: a,b
93 // For issue http://code.google.com/p/v8/issues/detail?id=924
102 // Issue http://code.google.com/p/v8/issues/detail?id=929
  /external/v8/test/mjsunit/regress/
regress-219.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
31 // (See http://code.google.com/p/v8/issues/detail?id=219)
35 // (See http://code.google.com/p/v8/issues/detail?id=1628)
regress-1160.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 // See: http://code.google.com/p/v8/issues/detail?id=1160
regress-1233.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 // See http://code.google.com/p/v8/issues/detail?id=1233.
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blend.java 22 import android.support.v8.renderscript.*;
Fisheye.java 19 import android.support.v8.renderscript.*;
LevelsV4.java 21 import android.support.v8.renderscript.*;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_copy_test.java 21 import android.support.v8.renderscript.*;
UT_sampler.java 21 import android.support.v8.renderscript.*;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
SamplerThunker.java 17 package android.support.v8.renderscript;
ScriptIntrinsicBlend.java 17 package android.support.v8.renderscript;
22 * {@link android.support.v8.renderscript.Allocation} objects.
Type.java 17 package android.support.v8.renderscript;
26 * <p>A Type describes the {@link android.support.v8.renderscript.Element} and
27 * dimensions used for an {@link android.support.v8.renderscript.Allocation} or
29 * {@link android.support.v8.renderscript.Type.Builder}.</p>
31 * <p>A Type always includes an {@link android.support.v8.renderscript.Element}
42 * android.support.v8.renderscript.Allocation} in a YUV format. The YUV formats

Completed in 2687 milliseconds

<<31323334353637383940>>