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

<<11121314151617181920>>

  /external/srtp/crypto/math/
math.c 167 wt += octet_weight[a.v8[0]]; /* note: endian-ness makes no difference */
168 wt += octet_weight[a.v8[1]];
169 wt += octet_weight[a.v8[2]];
170 wt += octet_weight[a.v8[3]];
217 if ((x.v8[i] & mask) == 0)
232 if ((x.v8[i] & mask) == 0)
247 if ((x->v8[i] & mask) == 0)
317 bit_string[j++] = nibble_to_hex_char(x.v8[i] >> 4);
318 bit_string[j++] = nibble_to_hex_char(x.v8[i] & 0xF);
330 bit_string[j++] = nibble_to_hex_char(x.v8[i] >> 4)
    [all...]
  /external/v8/src/
property-details.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
31 #include "../include/v8.h"
37 NONE = v8::None,
38 READ_ONLY = v8::ReadOnly,
39 DONT_ENUM = v8::DontEnum,
40 DONT_DELETE = v8::DontDelete,
48 namespace v8 { namespace
130 } } // namespace v8::internal
disasm.h 1 // Copyright 2007-2008 the V8 project authors. All rights reserved.
49 v8::internal::EmbeddedVector<char, 128> tmp_buffer_;
63 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
circular-queue-inl.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
51 } } // namespace v8::internal
disassembler.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
56 } } // namespace v8::internal
platform-tls-mac.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
60 } } // namespace v8::internal
  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp 49 v8::Local<v8::Context> activeContext = v8::Context::GetCalling();
53 activeContext = v8::Context::GetCurrent();
60 return V8Proxy::retrieveWindow(v8::Context::GetEntered());
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp 58 class CallerIdWrapper : public v8::Debug::ClientData {
111 v8::Debug::SetMessageHandler(0);
112 v8::Debug::SetHostDispatchHandler(0);
124 v8::Debug::SetMessageHandler2(&DebuggerAgentManager::onV8DebugMessage);
125 v8::Debug::SetHostDispatchHandler(&DebuggerAgentManager::debugHostDispatchHandler, 100 /* ms */);
153 v8::Debug::SetMessageHandler2(0);
154 v8::Debug::SetHostDispatchHandler(0);
166 // attached agents v8 will wait for explicit'continue' message).
172 void DebuggerAgentManager::onV8DebugMessage(const v8::Debug::Message& message)
174 v8::HandleScope scope
    [all...]
  /external/clang/test/CXX/class/class.mem/
p1.cpp 59 void v8();
60 int v8(int); //expected-note{{previous declaration is here}}
61 int v8; //expected-error{{duplicate member 'v8'}} member in struct:S5
  /external/webkit/Source/WebCore/bindings/v8/
ScriptCachedFrameData.cpp 42 v8::HandleScope handleScope;
63 v8::HandleScope handleScope;
64 v8::Context::Scope contextScope(m_context.get());
ScriptCachedFrameData.h 62 #include <v8.h>
81 OwnHandle<v8::Object> m_global;
82 OwnHandle<v8::Context> m_context;
V8GCForContextDispose.cpp 45 v8::V8::ContextDisposedNotification();
69 v8::V8::IdleNotification();
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CSSRuleCustom.cpp 45 v8::Handle<v8::Value> toV8(CSSRule* impl)
48 return v8::Null();
  /external/v8/test/cctest/
test-heap.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
5 #include "v8.h"
13 using namespace v8::internal;
15 static v8::Persistent<v8::Context> env;
18 if (env.IsEmpty()) env = v8::Context::New();
19 v8::HandleScope scope;
108 v8::HandleScope sc;
199 v8::HandleScope sc;
209 v8::HandleScope inner_scope
    [all...]
  /external/v8/tools/oom_dump/
oom_dump.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
37 #include <v8.h>
49 static char const* names[v8::internal::LAST_TYPE] = {0};
50 if (names[v8::internal::STRING_TYPE] == NULL) {
51 using namespace v8::internal;
151 if (value2 == v8::internal::HeapStats::kStartMarker) {
164 CHECK(READ_FIELD(0) == v8::internal::HeapStats::kStartMarker);
165 CHECK(READ_FIELD(24) == v8::internal::HeapStats::kEndMarker);
190 int objects_per_type[v8::internal::LAST_TYPE + 1] = {0};
192 v8::internal::LAST_TYPE + 1, objects_per_type)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing2/
Android.mk 25 LOCAL_STATIC_JAVA_LIBRARIES := android-support-v8-renderscript
34 LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
  /frameworks/rs/java/tests/RSTest_CompatLib/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := android-support-v8-renderscript
37 LOCAL_RENDERSCRIPT_FLAGS := -rs-package-name=android.support.v8.renderscript
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_long/d/
T_neg_long_2.d 18 not-long v8, v12
20 add-long v4, v6, v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long_2addr/d/
T_shl_long_2addr_1.d 16 shl-long/2addr v8, v10
17 return-wide v8
T_shl_long_2addr_2.d 16 shl-long/2addr v8, v11
17 return-wide v8
T_shl_long_2addr_7.d 16 shl-long/2addr v8, v10
17 return-wide v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long_2addr/d/
T_shr_long_2addr_1.d 16 shr-long/2addr v8, v10
17 return-wide v8
T_shr_long_2addr_2.d 16 shr-long/2addr v8, v11
17 return-wide v8
T_shr_long_2addr_7.d 16 shr-long/2addr v8, v10
17 return-wide v8
  /external/v8/src/ia32/
cpu-ia32.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
34 #include "v8.h"
41 namespace v8 { namespace
57 // code simultaneously. V8 (and JavaScript) is single threaded and when code
87 } } // namespace v8::internal

Completed in 260 milliseconds

<<11121314151617181920>>