/external/chromium_org/chrome/browser/task_profiler/ |
task_profiler_data_serializer_unittest.cc | 47 "\"descendants\":[" 98 process_data.descendants.push_back( 100 process_data.descendants.back().parent = parent; 101 process_data.descendants.back().child = child; 106 "\"descendants\":["
|
task_profiler_data_serializer.cc | 115 process_data.descendants.begin(); 116 it != process_data.descendants.end(); ++it) { 122 dictionary->Set("descendants", descendants_list.release());
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 355 public static List<Tree> descendants(Tree root){ method in class:GrammarAST 356 return descendants(root, false); 359 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ method in class:GrammarAST 369 for (Tree subchild : descendants(child, true)) 378 for (Tree subchild : descendants(child, false)) 392 List<Tree> descendants = descendants(this); local 393 for (Tree child : descendants) { 449 Iterator<Tree> thisDescendants = descendants(this, true).iterator(); 450 Iterator<Tree> otherDescendants = descendants(other, true).iterator() [all...] |
/external/chromium_org/base/ |
tracked_objects_unittest.cc | 90 EXPECT_EQ(0u, process_data.descendants.size()); 212 ASSERT_EQ(1u, process_data.descendants.size()); 213 EXPECT_EQ(kFile, process_data.descendants[0].parent.location.file_name); 215 process_data.descendants[0].parent.location.function_name); 217 process_data.descendants[0].parent.location.line_number); 219 process_data.descendants[0].parent.thread_name); 220 EXPECT_EQ(kFile, process_data.descendants[0].child.location.file_name); 222 process_data.descendants[0].child.location.function_name); 224 process_data.descendants[0].child.location.line_number); 225 EXPECT_EQ(kWorkerThreadName, process_data.descendants[0].child.thread_name) [all...] |
tracked_objects.h | 715 std::vector<ParentChildPairSnapshot> descendants; member in struct:tracked_objects::ProcessDataSnapshot [all...] |
tracked_objects.cc | 628 process_data->descendants.push_back(ParentChildPairSnapshot(*it));
|
/external/chromium_org/content/common/ |
child_process_messages.h | 54 IPC_STRUCT_TRAITS_MEMBER(descendants)
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
FullscreenElementStack.cpp | 282 // 3. Let descendants be all the doc's descendant browsing context's documents with a non-empty fullscreen 285 Deque<RefPtr<Document> > descendants; 288 descendants.prepend(descendant->document()); 291 // 4. For each descendant in descendants, empty descendant's fullscreen element stack, and queue a 293 for (Deque<RefPtr<Document> >::iterator i = descendants.begin(); i != descendants.end(); ++i) {
|
/external/chromium_org/cc/trees/ |
layer_tree_host_common.cc | 236 // descendants). 311 // If we have unclipped descendants, the draw transform is a translation. 546 // A layer and its descendants should render onto a new RenderSurfaceImpl if 592 // types of quads than RenderPassDrawQuad. Layers having descendants that draw 603 // If the layer clips its descendants but it is not axis-aligned with respect 647 // the blending descendants might have access to the content behind this layer 648 // (layer has transparent background or descendants overflow). 1860 typename LayerType::RenderSurfaceListType& descendants = local [all...] |
/external/chromium_org/v8/tools/ |
profile_view.js | 91 * corresponding function and its descendants (not that depending on 153 * corresponding function and its descendants (not that depending on
|
/external/v8/tools/ |
profile_view.js | 91 * corresponding function and its descendants (not that depending on 153 * corresponding function and its descendants (not that depending on
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
prototype-1.7.js | [all...] |
/external/chromium_org/sync/syncable/ |
directory.cc | 323 const OrderedChildSet* descendants = local 325 if (!descendants) 329 child_sets->push_back(descendants); [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcodeproj_file.py | 461 """Verifies that no two objects have the same ID. Checks all descendants. 465 descendants = self.Descendants() 466 for descendant in descendants: 488 def Descendants(self): 489 """Returns a list of all of this object's descendants, including this 494 descendants = [self] 496 descendants.extend(child.Descendants()) 497 return descendants [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 169 print "%s%s" % (" "*indent, self.descendants) 223 values. Recursively calls itself for all descendants. 226 all descendants of this node. (dmode or fmode may be None.) Also 229 descendants of that Item. 233 d = self.descendants = {(self.uid, self.gid, self.mode, None, self.selabel, self.capabilities): 1} 243 # tuple that matches the most descendants. 246 # descendants. 253 # the most descendants with that (uid, gid), and choose those. [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
directory_contents.js | 431 * and filling the fileList. Different descendants handle various types of
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBlock.cpp | 258 // Clear our positioned objects list. Our absolutely positioned descendants will be 262 // Remove our absolutely positioned descendants from their current containing block. [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 359 /// -IInterface descendants (default property)
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
ntp_android.js | [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 438 // If we are dragging a folder we cannot drop it on any of its descendants [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | [all...] |
concat-jquery-mootools-prototype.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 566 /* hide me and descendants */ [all...] |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |