HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 251 - 272 of 272) sorted by null

<<11

  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 243 BasicBlock *Parent = Exn->getParent();
245 std::pair<Value*,Value*> ExnSelSlots = FnToLPadSlotMap[Parent->getParent()];
248 Builder.SetInsertPoint(Parent, Exn);
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 571 // stack, record the parent #includes.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
jsoup-1.7.2.jar 
  /external/chromium_org/tools/binary_size/template/
D3SymbolTreeMap.js 303 childAccepted = true; // parent must also be accepted.
313 // Parent of an accepted child must also be accepted.
433 } else if (datum.parent) {
440 thisTreeMap._zoomDatum(datum.parent);
711 node = node.parent;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 467 const DeclContext *Parent = TargetParents.pop_back_val();
469 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Parent)) {
475 else if (const TagDecl *TD = dyn_cast<TagDecl>(Parent))
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 439 #define ABSTRACT_TYPELOC(CLASS, PARENT)
440 #define TYPELOC(CLASS, PARENT) \
    [all...]
ASTReader.cpp     [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 329 entry.getParent(function(parent) {
331 // parent/newName, since moveTo will overwrite it.
336 (entry.isFile ? parent.getFile : parent.getDirectory).call(
337 parent, newName, {create: false},
350 entry.moveTo(parent, newName, successCallback, errorCallback);
611 * @param {HTMLElement} parent Parent element.
616 util.createChild = function(parent, opt_className, opt_tag) {
617 var child = parent.ownerDocument.createElement(opt_tag || 'div')
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 795 /// Parent function
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/chromium-trace/
script.js 28 base.exportTo("tracing.trace_model",function(){function d(a,c){this.guid_=base.GUID.allocate();this.timestamp_=a;this.value_=c}function b(a,c){this.guid_=base.GUID.allocate();this.name_=a;this.color_=c;this.timestamps_=[];this.samples_=[]}d.prototype={__proto__:Object.prototype,get value(){return this.value_},set timestamp(a){this.timestamp_=a},toJSON:function(){for(var a={},c=Object.keys(this),e=0;e<c.length;e++){var f=c[e];"function"!=typeof this[f]&&(a[f]="parent"==f?this[f].guid:this[f])}return a}};
29 b.prototype={__proto__:Object.prototype,toJSON:function(){for(var a={},c=Object.keys(this),e=0;e<c.length;e++){var f=c[e];"function"!=typeof this[f]&&(a[f]="parent"==f?this[f].guid:this[f])}return a},get length(){return this.timestamps_.length},get name(){return this.name_},get color(){return this.color_},get samples(){return this.samples_},get timestamps(){return this.timestamps_},getSample:function(a){return this.samples_[a]},getTimestamp:function(a){return this.timestamps_[a]},addSample:function(a,
49 b.args,b.duration)],e.thread.asyncSliceGroup.push(b),delete e.openAsyncSlices[g])},ext4SyncFileEnterEvent:function(a,c,e,b,g){a=/dev (\d+,\d+) ino (\d+) parent (\d+) datasync (\d+)/.exec(g.details);if(!a)return!1;c=a[1];e=parseInt(a[2]);this.openAsyncSlice(b,"ext4",g.threadName,g.pid,c+"-"+e,1==a[4]?"fdatasync":"fsync");return!0},ext4SyncFileExitEvent:function(a,c,e,b,g){e=/dev (\d+,\d+) ino (\d+) ret (\d+)/.exec(g.details);if(!e)return!1;a=e[1];c=parseInt(e[2]);e=parseInt(e[3]);this.closeAsyncSlice(b,
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 2924 milliseconds

<<11