Searched refs:New (Results 276 - 300 of 721) sorted by relevance

<<11121314151617181920>>

/external/protobuf/src/google/protobuf/
H A Dmessage_lite.h83 virtual MessageLite* New() const = 0;
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_systhread.cpp53 CTrapCleanup* cleanup = CTrapCleanup::New();
/external/chromium_org/v8/include/
H A Dv8.h290 V8_INLINE static Handle<T> New(Isolate* isolate, Handle<T> that) { function in class:v8::Handle
291 return New(isolate, that.val_);
293 V8_INLINE static Handle<T> New(Isolate* isolate, function in class:v8::Handle
295 return New(isolate, that.val_);
321 V8_INLINE static Handle<T> New(Isolate* isolate, T* that);
370 V8_INLINE static Local<T> New(Isolate* isolate, Handle<T> that);
371 V8_INLINE static Local<T> New(Isolate* isolate,
393 V8_INLINE static Local<T> New(Isolate* isolate, T* that);
574 V8_INLINE static T* New(Isolate* isolate, T* that);
639 : PersistentBase<T>(PersistentBase<T>::New(isolat
5963 Local<T> Local<T>::New(Isolate* isolate, Handle<T> that) { function in class:v8::Local
5968 Local<T> Local<T>::New(Isolate* isolate, const PersistentBase<T>& that) { function in class:v8::Local
5973 Handle<T> Handle<T>::New(Isolate* isolate, T* that) { function in class:v8::Handle
5983 Local<T> Local<T>::New(Isolate* isolate, T* that) { function in class:v8::Local
6007 T* PersistentBase<T>::New(Isolate* isolate, T* that) { function in class:v8::PersistentBase
6392 Handle<Boolean> Boolean::New(Isolate* isolate, bool value) { function in class:v8::Boolean
[all...]
/external/chromium_org/chrome/renderer/extensions/
H A Dwebstore_bindings.cc212 v8::Integer::New(isolate, install_id),
213 v8::Boolean::New(isolate, success),
248 v8::Number::New(isolate, percent_downloaded / 100.0)};
/external/chromium_org/extensions/renderer/
H A Dconsole.cc83 v8::Local<v8::FunctionTemplate> tmpl = v8::FunctionTemplate::New(
86 v8::External::New(isolate, reinterpret_cast<void*>(log_method)));
179 v8::Local<v8::Object> console_object = v8::Object::New(isolate);
H A Dsafe_builtins.cc153 return v8::FunctionTemplate::New(isolate, Apply);
155 return v8::FunctionTemplate::New(isolate, Save);
171 recv = v8::StringObject::New(info[1]->ToString())->ToObject();
/external/chromium_org/mojo/services/clipboard/
H A Dclipboard_standalone_unittest.cc92 MimeTypePairPtr text_data(MimeTypePair::New());
130 MimeTypePairPtr text_data(MimeTypePair::New());
135 MimeTypePairPtr html_data(MimeTypePair::New());
/external/chromium_org/mojo/services/view_manager/
H A Ddisplay_manager.cc46 SurfaceQuadStatePtr surface_quad_state = SurfaceQuadState::New();
52 QuadPtr surface_quad = Quad::New();
131 FramePtr frame = Frame::New();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8PerIsolateData.cpp160 v8::Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(isolate(), callback, data, signature, length);
182 v8::Local<v8::Context> context(v8::Context::New(isolate()));
243 m_toStringTemplate.set(isolate(), v8::FunctionTemplate::New(isolate(), constructorOfToString));
H A DScriptDebugServer.cpp95 v8::Local<v8::Object> info = v8::Object::New(m_isolate);
97 info->Set(v8AtomicString(m_isolate, "lineNumber"), v8::Integer::New(debuggerContext->GetIsolate(), scriptBreakpoint.lineNumber));
98 info->Set(v8AtomicString(m_isolate, "columnNumber"), v8::Integer::New(debuggerContext->GetIsolate(), scriptBreakpoint.columnNumber));
117 v8::Local<v8::Object> info = v8::Object::New(m_isolate);
142 v8::Local<v8::Object> info = v8::Object::New(m_isolate);
143 info->Set(v8AtomicString(m_isolate, "enabled"), v8::Boolean::New(m_isolate, activated));
167 v8::Handle<v8::Value> argv[] = { v8::Int32::New(m_isolate, pauseOnExceptionsState) };
207 v8::Handle<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(m_isolate);
208 templ->SetCallHandler(&ScriptDebugServer::breakProgramCallback, v8::External::New(m_isolate, this));
352 currentCallFrameV8 = v8::Debug::Call(currentCallFrameFunction, v8::Integer::New(m_isolat
[all...]
H A DV8Binding.h291 return v8::Integer::New(isolate, value);
299 return v8::Integer::New(isolate, value);
323 return v8::Number::New(isolate, value);
331 return v8::Number::New(isolate, value);
339 return v8::Boolean::New(isolate, value);
390 v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
395 result->Set(v8::Integer::New(isolate, index++), TraitsType::toV8Value(*iter, creationContext, isolate));
410 v8::Local<v8::Array> result = v8::Array::New(isolate, iterator.size());
415 result->Set(v8::Integer::New(isolate, index++), TraitsType::toV8Value(*iter, creationContext, isolate));
565 return v8::Date::New(isolat
[all...]
H A DNPV8Object.cpp202 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object);
265 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object);
322 v8::Local<v8::Object> functionObject = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object);
406 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object);
439 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object);
466 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object);
485 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object);
507 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object);
550 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object);
579 v8::Local<v8::Value> name = props->Get(v8::Integer::New(isolat
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DTimingInputTest.cpp26 v8::Handle<v8::Object> timingInput = v8::Object::New(m_isolate);
34 v8::Handle<v8::Object> timingInput = v8::Object::New(m_isolate);
167 v8::Handle<v8::Object> timingInput = v8::Object::New(m_isolate);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Ddict.pxd29 # Return value: New reference.
33 # Return value: New reference.
47 # Return value: New reference.
81 # Return value: New reference.
87 # Return value: New reference.
93 # Return value: New reference.
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_unittest.py34 new_tab = self._browser.tabs.New()
55 self._browser.tabs.New()
66 new_tab = self._browser.tabs.New()
67 # New tab shouls be foreground tab
H A Dtab_unittest.py71 new_tab = self._browser.tabs.New()
132 second_tab = self._browser.tabs.New()
135 third_tab = self._browser.tabs.New()
/external/chromium_org/v8/src/
H A Dzone.h43 void* New(int size);
49 return static_cast<T*>(New(length * sizeof(T)));
73 // All pointers returned from New() have this alignment. In addition, if the
166 INLINE(void* New(size_t size));
H A Dhydrogen.h1107 HInstruction* NewUncasted() { return I::New(zone(), context()); }
1110 I* New() { return I::New(zone(), context()); } function in class:v8::internal::HGraphBuilder
1116 I* Add() { return AddInstructionTyped(New<I>());}
1120 return I::New(zone(), context(), p1);
1124 I* New(P1 p1) { return I::New(zone(), context(), p1); } function in class:v8::internal::HGraphBuilder
1138 I* result = AddInstructionTyped(New<I>(p1));
1148 return I::New(zone(), context(), p1, p2);
1152 I* New(P function in class:v8::internal::HGraphBuilder
1180 I* New(P1 p1, P2 p2, P3 p3) { function in class:v8::internal::HGraphBuilder
1200 I* New(P1 p1, P2 p2, P3 p3, P4 p4) { function in class:v8::internal::HGraphBuilder
1220 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { function in class:v8::internal::HGraphBuilder
1240 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { function in class:v8::internal::HGraphBuilder
1262 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { function in class:v8::internal::HGraphBuilder
1287 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) { function in class:v8::internal::HGraphBuilder
2035 inline HContext* HGraphBuilder::New<HContext>() { function in class:v8::internal::HGraphBuilder
[all...]
/external/chromium_org/v8/tools/
H A Dlexer-shell.cc211 v8::Isolate* isolate = v8::Isolate::New();
215 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(isolate);
216 v8::Local<v8::Context> context = v8::Context::New(isolate, NULL, global);
H A Dparser-shell.cc151 v8::Isolate* isolate = v8::Isolate::New();
155 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(isolate);
156 v8::Local<v8::Context> context = v8::Context::New(isolate, NULL, global);
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp216 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper, Materializer); local
217 if (New != Old)
218 I->setMetadata(MI->first, New);
/external/chromium_org/v8/test/cctest/
H A Dtest-weaktypedarrays.cc96 v8::ArrayBuffer::New(context->GetIsolate(), 256);
100 v8::ArrayBuffer::New(context->GetIsolate(), 128);
192 v8::ArrayBuffer::New(context->GetIsolate(), 2048);
196 v8::Handle<View> ta1 = View::New(ab, 0, 256);
199 v8::Handle<View> ta2 = View::New(ab, 0, 128);
H A Dcctest.h156 v8::Context::New(CcTest::isolate())->Enter();
296 v8::Local<v8::Context>::New(isolate_, context_)->Exit();
307 return v8::Local<v8::Context>::New(isolate_, context_);
316 v8::Local<v8::Context> context = v8::Context::New(isolate,
340 return v8::Number::New(v8::Isolate::GetCurrent(), x);
415 v8::Integer::New(isolate, line_number),
416 v8::Integer::New(isolate, column_number));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InjectedScriptHostCustom.cpp204 v8::Local<v8::Object> location = v8::Object::New(isolate);
205 location->Set(v8AtomicString(isolate, "lineNumber"), v8::Integer::New(isolate, lineNumber));
206 location->Set(v8AtomicString(isolate, "columnNumber"), v8::Integer::New(isolate, columnNumber));
207 location->Set(v8AtomicString(isolate, "scriptId"), v8::Integer::New(isolate, function->ScriptId())->ToString());
209 v8::Local<v8::Object> result = v8::Object::New(isolate);
250 v8::Local<v8::Array> result = v8::Array::New(isolate);
272 v8::Local<v8::Object> listenerEntry = v8::Object::New(isolate);
274 listenerEntry->Set(v8AtomicString(isolate, "useCapture"), v8::Boolean::New(isolate, listenerInfo.eventListenerVector[i].useCapture));
275 result->Set(v8::Number::New(isolate, outputIndex++), listenerEntry);
300 v8::Local<v8::Object> result = v8::Object::New(inf
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilities.cpp89 return v8::Number::New(isolate, key->number());
95 return v8::Date::New(isolate, key->date());
98 v8::Local<v8::Array> array = v8::Array::New(isolate, key->array().size());
150 return v8::Number::New(isolate, impl->integer());
198 v8::Local<v8::Value> item = array->Get(v8::Int32::New(isolate, i));
241 result = v8::Number::New(isolate, length);
297 v8::Handle<v8::Object> object = v8::Object::New(isolate);

Completed in 484 milliseconds

<<11121314151617181920>>