HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 751 - 775 of 2837) sorted by null

<<31323334353637383940>>

  /external/chromium_org/tools/gn/
loader_unittest.cc 46 scoped_ptr<ParseNode> root; member in struct:__anon21088::MockInputFileManager::CannedResult
83 canned->root = Parser::Parse(canned->tokens, &err).Pass();
109 pending_[i].second.Run(found->second->root.get());
146 // Request the root build file be loaded. This should kick off the default
152 // Completing the build config load should kick off the root build file load.
157 // Load the root build file.
  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 59 """Searches for the root of the Chromium checkout.
94 root = os.path.join(chrome_root, output_dir)
95 debug_path = os.path.join(root, 'Debug')
96 release_path = os.path.join(root, 'Release')
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 231 profile->top_down()->root()->children();
295 const ProfileNode* node = profile->top_down()->root();
528 // 1062 0 (root) [-1]
558 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
566 CheckChildrenNames(root, names);
569 GetChild(env->GetIsolate(), root, "start");
609 // 1062 0 (root) [-1]
617 // 'start' function on the stack, so 'foo' will be attached to the (root).
636 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
644 CheckChildrenNames(root, names)
728 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
848 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
905 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
959 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1016 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1049 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1110 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1193 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1284 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1354 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1424 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1510 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1572 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
1636 const v8::CpuProfileNode* root = profile->GetTopDownRoot(); local
    [all...]
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 77 $ADB root
118 $ADB root
176 $ADB shell chown root.shell \
  /external/conscrypt/src/test/java/org/conscrypt/
CertPinManagerTest.java 61 X509Certificate root = chain[2]; local
66 shortChain.add(root);
70 // we'll use the root as the pin for the short entry and the server as the pin for the long
71 shortPin = getFingerprint(root);
  /external/freetype/include/internal/
ftobjs.h 550 #define FT_FACE_LIBRARY( x ) FT_FACE_DRIVER( x )->root.library
682 FT_ModuleRec root; member in struct:FT_RendererRec_
739 FT_ModuleRec root; member in struct:FT_DriverRec_
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdetst.c 89 void addGermanCollTest(TestNode** root)
93 addTest(root, &TestTertiary, "tscoll/cdetst/TestTertiary");
94 addTest(root, &TestPrimary, "tscoll/cdetst/TestPrimary");
hpmufn.c 32 void addHeapMutexTest(TestNode **root);
36 addHeapMutexTest(TestNode** root)
38 addTest(root, &TestHeapFunctions, "hpmufn/TestHeapFunctions" );
cg7coll.c 127 void addRuleBasedCollTest(TestNode** root)
129 addTest(root, &TestG7Locales, "tscoll/cg7coll/TestG7Locales");
130 addTest(root, &TestDemo1, "tscoll/cg7coll/TestDemo1");
131 addTest(root, &TestDemo2, "tscoll/cg7coll/TestDemo2");
132 addTest(root, &TestDemo3, "tscoll/cg7coll/TestDemo3");
133 addTest(root, &TestDemo4, "tscoll/cg7coll/TestDemo4");
  /external/jemalloc/include/jemalloc/internal/
rtree.h 30 void **root; member in struct:rtree_s
69 for (i = lshift = 0, height = rtree->height, node = rtree->root;\
138 for (i = lshift = 0, height = rtree->height, node = rtree->root;
  /external/lldb/source/Core/
ValueObjectChild.cpp 230 ValueObject* root(GetRoot());
231 if (root)
232 return root->IsInScope ();
  /art/runtime/gc/collector/
mark_sweep.h 89 // Marks all objects in the root set at the start of a garbage collection.
120 // Remarks the root set after completing the concurrent mark.
186 static void MarkRootCallback(mirror::Object** root, void* arg, const RootInfo& root_info)
190 static void VerifyRootMarked(mirror::Object** root, void* arg, const RootInfo& root_info)
198 static void MarkRootParallelCallback(mirror::Object** root, void* arg, const RootInfo& root_info)
222 static void VerifyImageRootVisitor(mirror::Object* root, void* arg)
248 static void VerifyRootCallback(mirror::Object** root, void* arg, const RootInfo& root_info);
250 void VerifyRoot(const mirror::Object* root, const RootInfo& root_info) NO_THREAD_SAFETY_ANALYSIS;
  /device/asus/fugu/
device.mk 70 device/asus/fugu/fstab.fugu:root/fstab.fugu \
71 device/asus/fugu/init.fugu.rc:root/init.fugu.rc \
72 device/asus/fugu/init.fugu.usb.rc:root/init.fugu.usb.rc \
73 device/asus/fugu/ueventd.fugu.rc:root/ueventd.fugu.rc \
74 device/asus/fugu/init.recovery.fugu.rc:root/init.recovery.fugu.rc
244 device/asus/fugu/init.fugu.diag.rc.userdebug:root/init.fugu.diag.rc
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 73 protected var root:Object;
75 /** IF this tree (root) was created from a token stream, track it. */
100 this.root = tree;
116 stream.root = parent.root;
129 fillBufferTo(root);
234 return root;
  /external/chromium_org/ash/touch/
touch_transformer_controller.cc 222 // In mirror mode, both displays share the same root window so
223 // both display ids are associated with the root window.
224 aura::Window* root = display_controller->GetPrimaryRootWindow(); local
225 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
241 // In extended but software mirroring mode, ther is only one X root window
244 aura::Window* root = display_controller->GetPrimaryRootWindow(); local
245 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
261 // In actual extended mode, each display is associated with one root
284 // Single display mode. The root window has one associated display id.
285 aura::Window* root local
    [all...]
  /external/chromium_org/components/url_matcher/
substring_set_matcher.cc 25 uint32 result = 1u; // 1 for the root node.
137 // An empty tree consists of only the root node.
145 // Initialize root note of tree.
146 AhoCorasickNode root; local
147 root.set_failure(0);
148 tree_.push_back(root);
195 AhoCorasickNode& root = tree_[0]; local
196 root.set_failure(0);
197 const Edges& root_edges = root.edges();
  /external/chromium_org/mojo/examples/media_viewer/
media_viewer.cc 229 View* root = content_view_->parent(); local
230 gfx::Rect control_bounds(root->bounds().width(), 28);
232 gfx::Rect content_bounds(0, control_bounds.height(), root->bounds().width(),
233 root->bounds().height() - control_bounds.height());
239 View* root,
242 root_view_ = root;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.cpp 283 // The code below handles the case when a formerly root increment counter is loosing its root position
299 // 1. if the increment counter node lost it's root position as a result of another
301 // 2. if the increment counter node lost it's root position as a result of a renderer being
359 const CounterNode* root = node; local
360 while (root->parent())
361 root = root->parent();
363 for (const CounterNode* current = root; current; current = current->nextInPreOrder()) {
365 for (const CounterNode* parent = current; parent && parent != root; parent = parent->parent()
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
Intermediate.cpp 495 // This is to be executed once the final root is put on top by the parsing
498 bool TIntermediate::postProcess(TIntermNode *root)
500 if (root == NULL)
506 TIntermAggregate *aggRoot = root->getAsAggregate();
516 void TIntermediate::remove(TIntermNode *root)
518 if (root)
519 RemoveAllTreeNodes(root);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cg7coll.c 126 void addRuleBasedCollTest(TestNode** root)
128 addTest(root, &TestG7Locales, "tscoll/cg7coll/TestG7Locales");
129 addTest(root, &TestDemo1, "tscoll/cg7coll/TestDemo1");
130 addTest(root, &TestDemo2, "tscoll/cg7coll/TestDemo2");
131 addTest(root, &TestDemo3, "tscoll/cg7coll/TestDemo3");
132 addTest(root, &TestDemo4, "tscoll/cg7coll/TestDemo4");
  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 70 aura::Window* root = event_target->GetRootWindow(); local
71 if (root) {
73 aura::client::GetCaptureClient(root);
340 aura::Window* root = tooltip_window_->GetRootWindow();
341 if (!root)
344 aura::client::GetCursorClient(root);
  /external/chromium_org/v8/tools/testrunner/server/
main.py 47 def __init__(self, pidfile, root, stdin="/dev/null",
50 self.root = root
64 self.datadir = os.path.join(self.root, "data")
197 return os.path.join(self.root, "trusted", "%s.pem" % pubkey_fingerprint)
203 path = os.path.join(self.root, "trusted")
  /external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp 118 TestCaseGroup* const root = new TestCaseGroup(context, "texture_buffer", "Texture buffer syncronization tests"); local
175 root->addChild(renderGroup);
216 root->addChild(modifyGroup);
257 root->addChild(modifyRenderGroup);
280 root->addChild(renderModifyGroup);
300 return root;
  /external/iproute2/examples/diffserv/
Edge32-cb-chains 13 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
16 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
95 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
  /art/build/
Android.oat.mk 38 --host --android-root=$$(HOST_OUT) --include-patch-information
61 --android-root=$$(PRODUCT_OUT)/system --include-patch-information

Completed in 565 milliseconds

<<31323334353637383940>>