/external/chromium_org/v8/src/ |
heap-snapshot-generator-inl.h | 62 return &snapshot_->children()[children_index_];
|
/external/doclava/res/assets/templates/ |
diff.cs | 69 $(tr).children(".handle").addClass("handle-opened"); 70 $(tr).children(".handle").removeClass("handle-closed"); 77 $(tr).children(".handle").removeClass("handle-opened"); 78 $(tr).children(".handle").addClass("handle-closed"); 96 $(tr).children(".handle").addClass("handle-opened"); 97 $(tr).children(".handle").removeClass("handle-closed"); 104 $(tr).children(".handle").removeClass("handle-opened"); 105 $(tr).children(".handle").addClass("handle-closed");
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
AssetLinkNode.java | 51 * The AssetLinkNode does not store its children when exported to file. 123 * Loads the linked children AssetKeys from the AssetManager and attaches them to the Node<br> 167 children.add(child); 178 SafeArrayList<Spatial> childs = children; 179 children = new SafeArrayList<Spatial>(Spatial.class); 183 children = childs;
|
/external/markdown/markdown/extensions/ |
codehilite.py | 185 children = block.getchildren() 186 if len(children) == 1 and children[0].tag == 'code': 187 code = CodeHilite(children[0].text,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_cfg.h | 65 exec_list children; member in class:fs_bblock
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_sys_exc.py | 28 attr[1].children[0].prefix = results["dot"].prefix
|
fix_ws_comma.py | 27 for child in new.children:
|
fix_exitfunc.py | 59 names = self.sys_import.children[1] 65 position = containing_stmt.children.index(self.sys_import)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 100 children = current_process()._children 101 for p in list(children): 103 children.pop(p, None) 104 return list(children)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_sys_exc.py | 28 attr[1].children[0].prefix = results["dot"].prefix
|
fix_ws_comma.py | 27 for child in new.children:
|
fix_exitfunc.py | 59 names = self.sys_import.children[1] 65 position = containing_stmt.children.index(self.sys_import)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 100 children = current_process()._children 101 for p in list(children): 103 children.pop(p, None) 104 return list(children)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintDeltaProcessor.java | 136 IResourceDelta[] children = delta.getAffectedChildren(); local 137 if (children != null && children.length > 0) { 138 for (IResourceDelta d : children) {
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_win_unittest.cc | 91 root.children.push_back(button); 92 root.children.push_back(checkbox); 161 root.children.push_back(text); 240 div.children.push_back(text); 242 div.children.push_back(text); 248 root.children.push_back(div); 263 // Notify the BrowserAccessibilityManager that the div node and its children 265 root.children.clear(); 293 root.children.push_back(text1);
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_node_data.cc | 37 children.push_back(Element(node->GetChild(i))); 49 pickle->WriteSize(children.size()); 50 for (std::vector<Element>::const_iterator i = children.begin(); 51 i != children.end(); ++i) { 67 children.clear(); 72 children.resize(children_count); 73 for (std::vector<Element>::iterator i = children.begin(); 74 i != children.end(); ++i) {
|
/external/chromium_org/ash/wm/ |
screen_dimmer_unittest.cc | 45 // of the root's children. 49 ASSERT_TRUE(!root_layer->children().empty()); 50 EXPECT_EQ(test_api_->layer(), root_layer->children().back());
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_node_data.cc | 34 children.push_back(Element(node->GetChild(i))); 52 pickle->WriteUInt64(children.size()); 53 for (std::vector<Element>::const_iterator i = children.begin(); 54 i != children.end(); ++i) { 85 children.clear(); 90 children.reserve(children_count); 92 children.push_back(Element()); 93 if (!children.back().ReadFromPickle(pickle, iterator))
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
dropdown-view.js | 61 var children = models.reduce(function(previous, current) { 83 children: children 97 if (children.length > 0) {
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2374.js | 28 var msg = '{"result":{"profile":{"head":{"functionName":"(root)","url":"","lineNumber":0,"totalTime":495.7243772462511,"selfTime":0,"numberOfCalls":0,"visible":true,"callUID":2771605942,"children":[{"functionName":"(program)","url":"","lineNumber":0,"totalTime":495.7243772462511,"selfTime":495.7243772462511,"numberOfCalls":0,"visible":true,"callUID":1902715303,"children":[]}]},"bottomUpHead":{"functionName":"(root)","url":"","lineNumber":0,"totalTime":495.7243772462511,"selfTime":0,"numberOfCalls":0,"visible":true,"callUID":2771605942,"children":[{"functionName":"(program)","url":"","lineNumber":0,"totalTime":495.7243772462511,"selfTime":495.7243772462511,"numberOfCalls":0,"visible":true,"callUID":1902715303,"children":[]}]}}},"id":41}';
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ScenarioResults.java | 69 ConfigResults configResults = (ConfigResults) this.children.get(i); 84 ConfigResults configResults = (ConfigResults) this.children.get(i); 104 ConfigResults configResults = (ConfigResults) this.children.get(i); 212 ConfigResults configResults = (ConfigResults) this.children.get(i); 234 int size = this.children.size(); 236 ConfigResults configResults = (ConfigResults) this.children.get(i); 294 ConfigResults configResults = (ConfigResults) this.children.get(i); 390 ConfigResults configResults = (ConfigResults) this.children.get(i); 402 ConfigResults configResults = (ConfigResults) this.children.get(i);
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
SgTransform.java | 79 mTransformData.children = null; 92 mTransformData.children = mChildField.getAllocation();
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
cookies_view_handler.cc | 138 ListValue* children = new ListValue; local 139 model_util_->GetChildNodeList(parent_node, start, count, children); 146 args.Append(children); 252 ListValue* children = new ListValue; local 254 children); 260 args.Append(children);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebHistoryItem.cpp | 66 const HistoryItemVector& children = item->children(); local 67 for (size_t i = 0; i < children.size(); ++i) 68 addReferencedFilePaths(children[i].get(), results); 235 WebVector<WebHistoryItem> WebHistoryItem::children() const function in class:blink::WebHistoryItem 237 return m_private->children();
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
pubsubtasks_unittest.cc | 197 std::vector<buzz::XmlElement*> children; local 198 children.push_back(payload); 200 new buzz::PubSubPublishTask(client, pubsubjid, node, itemid, children); 221 std::vector<buzz::XmlElement*> children; local 222 children.push_back(payload); 224 new buzz::PubSubPublishTask(client, pubsubjid, node, itemid, children);
|