/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicLUT.java | 17 package android.support.v8.renderscript;
|
TypeThunker.java | 17 package android.support.v8.renderscript;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilter.java | 21 import android.support.v8.renderscript.Allocation;
|
/external/chromium-trace/trace-viewer/src/ |
about_tracing.js | 74 window.FLATTENED['importer.v8.log_reader'] = true; 75 window.FLATTENED['importer.v8.splaytree'] = true; 76 window.FLATTENED['importer.v8.codemap'] = true; 140 <include src="importer/v8/log_reader.js"> 141 <include src="importer/v8/splaytree.js"> 142 <include src="importer/v8/codemap.js">
|
/external/v8/src/ |
mksnapshot.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 33 #include "v8.h" 41 using namespace v8; 141 fprintf(fp_, "#include \"v8.h\"\n"); 144 fprintf(fp_, "namespace v8 {\nnamespace internal {\n\n"); 161 fprintf(fp_, "} } // namespace v8::internal\n"); 267 V8::GetCompressedStartupDataAlgorithm()); 305 Persistent<Context> context = v8::Context::New(); 316 i::Object* raw_context = *(v8::Utils::OpenHandle(*context));
|
heap-inl.h | 1 // Copyright 2012 the V8 project authors. All rights reserved. 36 #include "v8-counters.h" 40 namespace v8 { namespace 249 v8::String::ExternalStringResourceBase** resource_addr = 250 reinterpret_cast<v8::String::ExternalStringResourceBase**>( 520 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_0", true);\ 529 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_1", true);\ 542 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_2", true); [all...] |
disassembler.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 28 #include "v8.h" 40 namespace v8 { namespace 123 v8::internal::EmbeddedVector<char, 128> decode_buffer; 124 v8::internal::EmbeddedVector<char, kOutBufferSize> out_buffer; 348 } } // namespace v8::internal
|
accessors.h | 1 // Copyright 2012 the V8 project authors. All rights reserved. 34 namespace v8 { namespace 122 } } // namespace v8::internal
|
atomicops.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 51 #include "../include/v8.h" 54 namespace v8 { namespace 147 } } // namespace v8::internal
|
bignum.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 139 } } // namespace v8::internal
|
list.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 183 } } // namespace v8::internal
|
regexp-macro-assembler-irregexp.h | 1 // Copyright 2008-2009 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 141 } } // namespace v8::internal
|
splay-tree.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 202 } } // namespace v8::internal
|
/external/v8/test/cctest/ |
test-spaces.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 30 #include "v8.h" 33 using namespace v8::internal; 101 namespace v8 { namespace 124 } } // namespace v8::internal 238 v8::V8::Initialize();
|
test-disasm-mips.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 31 #include "v8.h" 40 using namespace v8::internal; 43 static v8::Persistent<v8::Context> env; 49 env = v8::Context::New(); 74 // Set up V8 to a state where we can at least run the assembler and 79 v8::HandleScope scope; \
|
test-disasm-x64.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 30 #include "v8.h" 39 using namespace v8::internal; 41 static v8::Persistent<v8::Context> env; 45 env = v8::Context::New(); 59 v8::HandleScope scope; 60 v8::internal::byte buffer[2048];
|
/external/v8/tools/ |
merge-to-branch.sh | 2 # Copyright 2012 the V8 project authors. All rights reserved. 32 PERSISTFILE_BASENAME=/tmp/v8-merge-to-branch-tempfile 248 https://v8.googlecode.com/svn/$TO_URL \ 249 https://v8.googlecode.com/svn/tags/$NEWMAJOR.$NEWMINOR.$NEWBUILD.$NEWPATCH \
|
/external/libvpx/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 367 hfilter_8 v8, 0 382 load_and_align_8 v8, 0 398 vfilter_16 v7, v8 472 vperm v22, v22, v23, v17 ;# v8 v9 = 21 input pixels left-justified 545 hfilter_16 v8, 1 575 load_and_align_16 v8, 1 599 vfilter_16 v7, v8 600 vfilter_16 v8, v9 619 write_16 v8, 1
|
/external/v8/test/mjsunit/ |
math-min-max.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 134 var v8 = -0; 158 assertEquals(Infinity, 1/Math.max(v7, v8)); 159 assertEquals(-Infinity, 1/Math.min(v7, v8)); 161 assertEquals(NaN, Math.max(NaN, v8)); 163 assertEquals(NaN, Math.max(v8, NaN));
|
/external/webkit/Source/WebCore/dom/ |
make_names.pl | 117 $wrapperFactoryType = "V8"; 922 } elsif ($wrapperFactoryType eq "V8") { 925 static v8::Handle<v8::Value> create${JSInterfaceName}Wrapper($parameters{namespace}Element* element) 929 return V8$parameters{namespace}Element::wrap(element); 937 static v8::Handle<v8::Value> create${JSInterfaceName}Wrapper($parameters{namespace}Element* element) 994 } elsif ($wrapperFactoryType eq "V8") { 996 #include "V8$parameters{namespace}Element.h" 998 #include <v8.h [all...] |
/external/v8/src/arm/ |
simulator-arm.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 31 #include "v8.h" 43 namespace v8 { namespace 48 // ::v8::internal::OS in the same way as SNPrintF is that the 284 v8::internal::EmbeddedVector<char, 256> buffer; 413 Heap* current_heap = v8::internal::Isolate::Current()->heap(); 430 v8::internal::EmbeddedVector<char, 256> buffer; 475 v8::internal::OS::DebugBreak(); 558 ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim [all...] |
/external/v8/src/x64/ |
disasm-x64.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 32 #include "v8.h" 273 static v8::internal::LazyInstance<InstructionTable>::type instruction_table = 327 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); 338 v8::internal::EmbeddedVector<char, 128> tmp_buffer_; 448 v8::internal::Vector<char> buf = tmp_buffer_ + tmp_buffer_pos_; 451 int result = v8::internal::OS::VSNPrintF(buf, format, args); [all...] |
/build/core/ |
pathmap.mk | 118 v8/renderscript \
|
/external/srtp/crypto/include/ |
datatypes.h | 71 uint8_t v8[2]; member in union:__anon15516 76 uint8_t v8[4]; member in union:__anon15517 82 uint8_t v8[8]; member in union:__anon15518 89 uint8_t v8[16]; member in union:__anon15519
|
/external/v8/ |
Android.libv8.mk | 70 $(SNAP_GEN): PRIVATE_CUSTOM_TOOL = $(MKSNAPSHOT) --logfile $(intermediates)/v8.log $(SNAP_GEN)
|