Searched refs:New (Results 176 - 200 of 721) sorted by relevance

1234567891011>>

/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
60 I->set(New, AS);
/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h149 inline void addTopLevelLoop(MachineLoop *New) { argument
150 LI.addTopLevelLoop(New);
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp45 Matcher *New = nullptr; local
48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(),
54 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType());
58 New = new CheckChildSameMatcher(MC->getChildNo(), CS->getMatchNumber());
62 New = new CheckChildIntegerMatcher(MC->getChildNo(), CS->getValue());
64 if (New) {
66 New->setNext(MatcherPtr.release());
67 MatcherPtr.reset(New);
/external/mesa3d/docs/
H A DMESA_shader_debug.spec58 New Procedures and Functions
68 New Types
72 New Tokens
246 New State
250 New Implementation Dependent State
263 Add Overview, New Procedures and Functions, New Tokens sections.
H A DMESA_swap_control.spec44 New Procedures and Functions
49 New Tokens
113 New State
119 New Implementation Dependent State
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/
H A Dsurface_unittest.cc142 QuadPtr mojo_texture_quad = Quad::New();
144 TextureQuadStatePtr mojo_texture_state = TextureQuadState::New();
145 mojo_texture_state->background_color = Color::New();
147 PassPtr mojo_pass = Pass::New();
149 SharedQuadStatePtr mojo_sqs = SharedQuadState::New();
158 QuadPtr mojo_texture_quad = Quad::New();
160 TextureQuadStatePtr mojo_texture_state = TextureQuadState::New();
161 mojo_texture_state->vertex_opacity = mojo::Array<float>::New(4);
163 PassPtr mojo_pass = Pass::New();
165 SharedQuadStatePtr mojo_sqs = SharedQuadState::New();
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc86 TestInstr* instr = TestInstr::New(zone(), opcode);
195 TestInstr* i0 = TestInstr::New(R.zone(), 100);
196 TestInstr* g = TestInstr::New(R.zone(), 103)->MarkAsControl();
222 TestInstr* i0 = TestInstr::New(R.zone(), 100);
223 TestInstr* g = TestInstr::New(R.zone(), 103)->MarkAsControl();
229 TestInstr* i1 = TestInstr::New(R.zone(), 102);
230 TestInstr* g1 = TestInstr::New(R.zone(), 104)->MarkAsControl();
263 TestInstr* i0 = TestInstr::New(R.zone(), 100);
264 TestInstr* g = TestInstr::New(R.zone(), 103)->MarkAsControl();
303 TestInstr* i = TestInstr::New(
[all...]
/external/llvm/include/llvm/ADT/
H A Dilist.h412 iterator insert(iterator where, NodeTy *New) { argument
415 this->setNext(New, CurNode);
416 this->setPrev(New, PrevNode);
419 this->setNext(PrevNode, New);
421 Head = New;
422 this->setPrev(CurNode, New);
424 this->addNodeToList(New); // Notify traits that we added a node...
425 return New;
428 iterator insertAfter(iterator where, NodeTy *New) { argument
430 return insert(begin(), New);
[all...]
/external/chromium_org/base/android/
H A Dbuild_info.cc30 static BuildInfo* New() { function in struct:base::android::BuildInfoSingletonTraits
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc44 AutocompleteAdditionalInfoPtr item(AutocompleteAdditionalInfo::New());
56 AutocompleteMatchMojoPtr result(AutocompleteMatchMojo::New());
100 AutocompleteResultsForProviderMojo::New());
118 OmniboxResultMojoPtr result(OmniboxResultMojo::New());
/external/chromium_org/content/renderer/pepper/
H A Dv8object_var.cc40 return v8::Local<v8::Object>::New(instance_->GetIsolate(), v8_object_);
/external/chromium_org/content/test/plugin/
H A Dplugin_geturl_test.h30 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
H A Dplugin_request_read_test.h26 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
/external/chromium_org/device/serial/
H A Dserial_device_enumerator_mac.cc50 serial::DeviceInfoPtr info(serial::DeviceInfo::New());
/external/chromium_org/extensions/renderer/guest_view/
H A Dguest_view_internal_custom_bindings.cc75 args.GetReturnValue().Set(v8::Boolean::New(context()->isolate(), true));
/external/chromium_org/extensions/renderer/
H A Drender_view_observer_natives.cc40 v8::Handle<v8::Value> args[] = {v8::Boolean::New(isolate, succeeded)};
H A Dscript_context_set_unittest.cc25 context_holder.SetContext(v8::Context::New(isolate));
H A Duser_gestures_native_handler.cc29 args.GetReturnValue().Set(v8::Boolean::New(
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_type_conversions.cc14 CommandBufferStatePtr result(CommandBufferState::New());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScopedPersistent.h57 return v8::Local<T>::New(isolate, m_handle);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dcobject.pxd16 # Return value: New reference.
22 # Return value: New reference.
H A Dcomplex.pxd34 # Return value: New reference.
38 # Return value: New reference.
H A Dtype.pxd38 # Return value: New reference.
41 # Return value: New reference.
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dsnapshot.h41 const SnapshotImpl* New(SequenceNumber seq) { function in class:leveldb::SnapshotList
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_copy_sub_buffer.spec45 New Procedures and Functions
50 New Tokens
87 New State

Completed in 408 milliseconds

1234567891011>>