Searched refs:From (Results 276 - 300 of 410) sorted by relevance

<<11121314151617

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTreeNodeStream.h146 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTreeNodeStream.h146 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTreeNodeStream.h146 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id) t;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DAST.stg195 From:[<prevRuleRootRef()> getStart]
321 From:[treeAdaptor getChildIndex:retval.start]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dvirtual_keyboard_browsertest.cc99 content::RenderViewHost* view = content::RenderViewHost::From(widget);
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc18 : host_(RenderWidgetHostImpl::From(widget_host)),
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc47 : rwh_(RenderWidgetHostImpl::From(rwh)),
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_base.h68 static GuestViewBase* From(int embedder_process_id, int instance_id);
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc156 runner_ = gin::PerContextData::From(context)->runner()->GetWeakPtr();
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc169 CommandBufferState::From(command_buffer_->GetLastState()));
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_document_view.cc222 URLRequest::From(request).Pass());
H A Dweblayertreeview_impl.cc228 view_->SetSurfaceId(SurfaceId::From(id));
H A Dwebsockethandle_impl.cc172 Array<String>::From(protocols),
/external/chromium_org/mojo/shell/
H A Ddynamic_application_loader.cc130 request->url = String::From(url);
/external/chromium_org/tools/cr/cr/
H A Dconfig.py85 def From(cls, *args, **kwargs): member in class:Config
213 Intended for internal use by the Set and From methods.
/external/clang/include/clang/Analysis/
H A DCFG.h579 const CFGBlock *From; member in class:clang::CFGBlock::ElementList::FilteredCFGBlockIterator
584 : I(i), E(e), F(f), From(from) {
599 return IsPred ? FilterEdge(F, To, From) : FilterEdge(F, From, To);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc823 # define YYCOPY(To, From, Count) \
824 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
826 # define YYCOPY(To, From, Count) \
831 (To)[yyi] = (From)[yyi]; \
/external/elfutils/0.153/libcpu/
H A Di386_parse.c577 # define YYCOPY(To, From, Count) \
578 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
580 # define YYCOPY(To, From, Count) \
585 (To)[yyi] = (From)[yyi]; \
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5801 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5804 /// This version assumes From has a single result value.
5807 SDNode *From = FromN.getNode(); local
5808 assert(From->getNumValues() == 1 && FromN.getResNo() == 0 &&
5810 assert(From != To.getNode() && "Cannot replace uses of with self");
5812 // Iterate over all the existing uses of From. New uses will be added
5814 // This specifically avoids visiting uses of From that arise while the
5816 // of CSE: If an existing node looks like From after one of its operands
5819 SDNode::use_iterator UI = From->use_begin(), UE = From
5853 ReplaceAllUsesWith(SDNode *From, SDNode *To) argument
5900 ReplaceAllUsesWith(SDNode *From, const SDValue *To) argument
5938 ReplaceAllUsesOfValueWith(SDValue From, SDValue To) argument
6015 ReplaceAllUsesOfValuesWith(const SDValue *From, const SDValue *To, unsigned Num) argument
6168 TransferDbgValues(SDValue From, SDValue To) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h975 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
977 /// version if 'From' is known to have a single result, use the second
979 /// of the results of 'From'), use the third otherwise.
986 /// these replacements are being performed, CSE may cause the From node
987 /// to be given new uses. These new uses of From are left in place, and
990 void ReplaceAllUsesWith(SDValue From, SDValue Op);
991 void ReplaceAllUsesWith(SDNode *From, SDNode *To);
992 void ReplaceAllUsesWith(SDNode *From, const SDValue *To);
994 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
995 /// uses of other values produced by From
[all...]
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc418 RenderWidgetHostImpl::From(rvh)->set_hung_renderer_delay_ms(
672 RenderWidgetHostImpl::From(GetWebContents()->GetRenderViewHost());
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc250 RenderWidgetHostImpl::From(web_contents->GetRenderViewHost());
304 RenderWidgetHostImpl::From(web_contents->GetRenderViewHost());
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_connection.cc294 *device::serial::ConnectionOptions::From(options));
345 *device::serial::HostControlSignals::From(control_signals));
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec52 From within the callback, the user may issue Get* commands to
190 From within the callback function, only the following GL commands
/external/llvm/lib/IR/
H A DMetadata.cpp330 Value *From = *Op; local
350 if (From == To)

Completed in 1170 milliseconds

<<11121314151617