Searched refs:New (Results 226 - 250 of 721) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc81 context_(v8::Context::New(isolate, extensions, global_template,
91 context_(v8::Context::New(CcTest::isolate(), extensions,
616 exec_state, v8::Integer::New(CcTest::isolate(), 0)
847 exec_state, v8::Integer::New(CcTest::isolate(), 0)
2054 v8::Integer::New(env->GetIsolate(), 7));
2137 v8::Integer::New(env->GetIsolate(), 0));
2496 v8::Number::New(isolate, barbar_break_position)
2505 v8::Number::New(env->GetIsolate(), barbar_break_position)
2514 v8::Number::New(env->GetIsolate(), barbar_break_position + 1)
2845 v8::Local<v8::Array> a = v8::Array::New(en
[all...]
H A Dtest-deoptimization.cc352 v8::Isolate* isolate = v8::Isolate::New();
454 v8::Isolate* isolate = v8::Isolate::New();
475 v8::Isolate* isolate = v8::Isolate::New();
496 v8::Isolate* isolate = v8::Isolate::New();
517 v8::Isolate* isolate = v8::Isolate::New();
538 v8::Isolate* isolate = v8::Isolate::New();
559 v8::Isolate* isolate = v8::Isolate::New();
614 v8::Isolate* isolate = v8::Isolate::New();
705 v8::Isolate* isolate = v8::Isolate::New();
H A Dtest-declarative-accessors.cc99 v8::FunctionTemplate::New(context->GetIsolate());
150 return v8::Integer::New(isolate, value);
155 return v8::Number::New(isolate, value);
160 return v8::Number::New(isolate, value);
281 v8::Integer::New(helper.isolate_, 0));
285 v8::Integer::New(helper.isolate_, expected));
H A Dtest-threads.cc53 v8::Handle<v8::Context> context = v8::Context::New(isolate);
96 v8::Handle<v8::Context> context = v8::Context::New(isolate);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h256 // InsertNewInstBefore - insert an instruction New before instruction Old
259 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
260 assert(New && !New->getParent() &&
261 "New instruction already inserted into a basic block!");
263 BB->getInstList().insert(&Old, New); // Insert inst
264 Worklist.Add(New);
265 return New;
271 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { argument
272 New
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.cc371 v8::Local<v8::Context>::New(isolate_, v8_context_);
424 v8_this_.Reset(isolate_, v8::External::New(isolate_, this));
426 v8::Local<v8::External>::New(isolate_, v8_this_);
428 v8::ObjectTemplate::New(isolate_);
432 v8::FunctionTemplate::New(isolate_, &AlertCallback, v8_this);
437 v8::FunctionTemplate::New(isolate_, &MyIpAddressCallback, v8_this);
442 v8::FunctionTemplate::New(isolate_, &DnsResolveCallback, v8_this);
449 v8::FunctionTemplate::New(isolate_, &DnsResolveExCallback, v8_this);
454 v8::FunctionTemplate::New(isolate_, &MyIpAddressExCallback, v8_this);
459 v8::FunctionTemplate::New(isolate
[all...]
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp742 Instruction *New; local
744 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
746 cast<InvokeInst>(New)->setCallingConv(CS.getCallingConv());
747 cast<InvokeInst>(New)->setAttributes(AttributeSet::get(II->getContext(),
750 New = CallInst::Create(NF, Args, "", Call);
751 cast<CallInst>(New)->setCallingConv(CS.getCallingConv());
752 cast<CallInst>(New)->setAttributes(AttributeSet::get(New->getContext(),
755 cast<CallInst>(New)->setTailCall();
757 New
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dtuple.pxd17 # Return value: New reference.
21 # Return value: New reference.
45 # Return value: New reference.
H A Dobject.pxd21 # Return value: New reference. Retrieve an attribute named
32 # Return value: New reference. Retrieve an attribute named
60 # Return value: New reference.
93 # Return value: New reference.
100 # Return value: New reference.
107 # Return value: New reference.
145 # the generic algorithm described above. New in version
154 # Return value: New reference.
165 # Return value: New reference.
173 # Return value: New referenc
[all...]
H A Dbool.pxd36 # Return value: New reference.
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc95 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon14828::SimpleDescriptorDatabaseTestCase
115 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon14828::EncodedDescriptorDatabaseTestCase
137 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon14828::DescriptorPoolDatabaseTestCase
475 testing::Values(&SimpleDescriptorDatabaseTestCase::New));
477 testing::Values(&EncodedDescriptorDatabaseTestCase::New));
479 testing::Values(&DescriptorPoolDatabaseTestCase::New));
/external/llvm/lib/IR/
H A DInstruction.cpp524 Instruction *New = clone_impl(); local
525 New->SubclassOptionalData = SubclassOptionalData;
527 return New;
534 New->setMetadata(MD.first, MD.second);
536 New->setDebugLoc(getDebugLoc());
537 return New;
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc95 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon28974::SimpleDescriptorDatabaseTestCase
115 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon28974::EncodedDescriptorDatabaseTestCase
137 static DescriptorDatabaseTestCase* New() { function in class:google::protobuf::__anon28974::DescriptorPoolDatabaseTestCase
475 testing::Values(&SimpleDescriptorDatabaseTestCase::New));
477 testing::Values(&EncodedDescriptorDatabaseTestCase::New));
479 testing::Values(&DescriptorPoolDatabaseTestCase::New));
/external/chromium_org/chrome/renderer/
H A Dexternal_extension.cc74 return v8::FunctionTemplate::New(isolate, AddSearchProvider);
78 return v8::FunctionTemplate::New(isolate, IsSearchProviderInstalled);
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter_unittest.cc178 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(isolate_);
179 context_.Reset(isolate_, v8::Context::New(isolate_, NULL, global));
205 v8::Local<v8::Context>::New(isolate_, context_);
331 v8::Local<v8::Context>::New(isolate_, context_);
366 v8::Handle<v8::Object> object = v8::Object::New(isolate_);
367 v8::Handle<v8::Array> array = v8::Array::New(isolate_);
400 v8::Local<v8::Context>::New(isolate_, context_);
422 object, v8::Local<v8::Context>::New(isolate_, context_), &actual));
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
H A Dfonts.conf14 <string>Times New Roman</string>
37 that we don't fallback to Times New Roman for them -->
61 <string>Times New Roman</string>
70 <string>Courier New</string>
79 <string>Courier New</string>
88 <string>Courier New</string>
115 <string>Times New Roman</string>
238 <string>Times New Roman</string>
/external/chromium_org/device/serial/
H A Dserial_service_unittest.cc22 devices[0] = serial::DeviceInfo::New();
88 serial::ConnectionOptions::New(),
/external/chromium_org/extensions/renderer/
H A Dv8_schema_registry.cc68 v8::Local<v8::Array> v8_apis(v8::Array::New(isolate, apis.size()));
112 context_holder_->SetContext(v8::Context::New(isolate));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromise.cpp57 : m_resolver(scriptState, v8::Promise::Resolver::New(scriptState->isolate())) { }
172 v8::Local<v8::Promise::Resolver> resolver = v8::Promise::Resolver::New(isolate);
H A DV8AbstractEventListener.cpp98 invokeEventHandler(event, v8::Local<v8::Value>::New(isolate(), jsEvent));
176 return v8::Local<v8::Object>::New(isolate(), v8::Handle<v8::Object>::Cast(value));
/external/chromium_org/v8/src/extensions/
H A Dexternalize-string-extension.cc44 return v8::FunctionTemplate::New(isolate,
48 return v8::FunctionTemplate::New(isolate,
/external/chromium_org/v8/src/
H A Dsplay-tree.h44 return allocator.New(static_cast<int>(size));
109 return allocator.New(static_cast<int>(size));
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp76 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {
82 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(),
89 S.AddAlignedAttr(Aligned->getLocation(), New, Result,
96 const AlignedAttr *Aligned, Decl *New) {
98 instantiateDependentAlignedAttr(S, TemplateArgs, Aligned, New, false);
123 instantiateDependentAlignedAttr(S, TemplateArgs, Aligned, New, true);
127 instantiateDependentAlignedAttr(S, TemplateArgs, Aligned, New, false);
134 const EnableIfAttr *A, const Decl *Tmpl, Decl *New) {
164 New->addAttr(EIA);
168 const Decl *Tmpl, Decl *New,
74 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) argument
94 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New) argument
132 instantiateDependentEnableIfAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const EnableIfAttr *A, const Decl *Tmpl, Decl *New) argument
167 InstantiateAttrs(const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, Decl *New, LateInstantiatedAttrVec *LateAttrs, LocalInstantiationScope *OuterMostScope) argument
3022 InstantiateExceptionSpec(Sema &SemaRef, FunctionDecl *New, const FunctionProtoType *Proto, const MultiLevelTemplateArgumentList &TemplateArgs) argument
3181 InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl) argument
3262 InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl) argument
4005 InstantiateMemInitializers(CXXConstructorDecl *New, const CXXConstructorDecl *Tmpl, const MultiLevelTemplateArgumentList &TemplateArgs) argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp30 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
31 unsigned NewAddr = (intptr_t)New;
/external/chromium_org/components/nacl/renderer/
H A Dprogress_event.cc66 context = v8::Context::New(plugin_instance->GetIsolate());

Completed in 6209 milliseconds

1234567891011>>