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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.cpp 146 if (ShadowRoot* root = element().userAgentShadowRoot())
147 root->removeChildren();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.h 62 ClipRectsContext(const RenderLayer* root, ClipRectsCacheSlot slot, OverlayScrollbarSizeRelevancy relevancy = IgnoreOverlayScrollbarSize, const LayoutSize& accumulation = LayoutSize())
63 : rootLayer(root)
124 // cachedClipRects looks buggy: It doesn't check whether context.rootLayer and entry.root match.
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
build_compiler_runner_jar.py 37 for root, dirs, files in sorted(os.walk(src_path)):
39 java_files.append(os.path.join(root, file_name))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader.py 63 for root, dirs, files in self._host.filesystem.walk(self.crash_dumps_directory()):
65 dmp_file = self._host.filesystem.join(root, dmp)
  /external/chromium_org/third_party/closure_compiler/runner/
build_runner_jar.py 41 for root, dirs, files in sorted(os.walk(src_path)):
43 java_files.append(os.path.join(root, file_name))
  /external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c 176 FT_Face root = &face->root; local
181 if ( root->num_glyphs < 0 )
183 else if ( (FT_ULong)root->num_glyphs < FT_UINT_MAX )
184 max_gid = (FT_UInt)root->num_glyphs;
187 FT_UINT_MAX, root->num_glyphs ));
257 FT_Memory memory = face->root.memory;
299 FT_Memory memory = face->root.memory;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.c 8 * of the key to index the root table and move upward in the key rather than
53 HAMTNode *root; member in struct:HAMT
124 hamt->root = yasm_xmalloc(32*sizeof(HAMTNode));
127 hamt->root[i].BitMapKey = 0;
128 hamt->root[i].BaseValue = 0;
179 HAMT_delete_trie(&hamt->root[i]);
181 yasm_xfree(hamt->root);
230 node = &hamt->root[keypart];
386 node = &hamt->root[keypart];
  /external/chromium_org/tools/grit/grit/format/
android_xml_unittest.py 25 root = util.ParseGrdForUnittest(ur"""
57 build.RcBuilder.ProcessNode(root, DummyOutput('android', 'en'), buf)
77 root = util.ParseGrdForUnittest(ur"""
88 msg_hello, msg_world = root.GetChildrenOfType(message.MessageNode)
rc.py 18 def Format(root, lang='en', output_dir='.'):
21 yield _FormatHeader(root, lang, output_dir)
23 for item in root.ActiveDescendants():
323 def _FormatHeader(root, lang, output_dir):
326 assert isinstance(root, misc.GritNode)
331 for output in root.GetOutputFiles():
  /external/chromium_org/v8/tools/
android-ll-prof.sh 66 $BASE/tools/ll_prof.py --host-root="$BASE/deploy" \
  /external/e2fsprogs/contrib/
e2croncheck 8 # the root filesystem, but it could be used to check other filesystems
22 VOLUME=root
  /external/freetype/src/sfnt/
sfdriver.c 176 FT_Face root = &face->root; local
181 if ( root->num_glyphs < 0 )
183 else if ( (FT_ULong)root->num_glyphs < FT_UINT_MAX )
184 max_gid = (FT_UInt)root->num_glyphs;
187 FT_UINT_MAX, root->num_glyphs ));
257 FT_Memory memory = face->root.memory;
299 FT_Memory memory = face->root.memory;
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 34 JniHdf root; // If this is a child HDF node, points at the root node of field in class:JniHdf
35 // the tree. For root nodes this is null. A child node needs
36 // to hold a reference on the root to prevent the root from
57 root = null;
62 this.root = (parent.root != null) ? parent.root : parent;
76 // Only root nodes have ownership of the C HDF pointer, so only a roo
    [all...]
  /external/llvm/utils/
wciia.py 6 Determines code owner of the file/folder relative to the llvm source root.
15 - must be run from llvm source root
120 root = "." variable
121 for dir,subdirList,fileList in os.walk( root , topdown=False ) :
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 206 String getDirectoryContents(File root) {
208 list(sb, root, "", 0, "testDir");
251 * @param root directory to delete
254 private static void deleteDir(File root) {
255 if (root.exists()) {
256 File[] files = root.listFiles();
266 root.delete();
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 10 * tree root node. Also prevents us from duplicating recently-added
15 * we can't be adding trees as root; e.g., expr expr.
26 // since this is for making root nodes).
  /external/chromium_org/ash/display/
root_window_transformers.cc 61 // the root window. Don't apply the transform unless
128 AshRootWindowTransformer(aura::Window* root,
130 : root_window_(root) {
139 CreateRotationTransform(root, display);
140 transform_ = root_window_bounds_transform_ * CreateMagnifierTransform(root);
186 // The transform of the root window bounds. This is used to calculate
187 // the size of root window.
190 // The scale of the root window. See |display_info::ui_scale_|
199 // RootWindowTransformer for mirror root window. We simply copy the
201 // the root window bounds is the same as the source display'
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest_chromeos.cc 53 base::FilePath::FromUTF8Unsafe("drive/root"), // whatever
79 const std::string root = fake_drive_service_->GetRootResourceId(); local
80 ASSERT_TRUE(AddTestFile("open_existing.txt", "Can you see me?", root));
81 ASSERT_TRUE(AddTestFile("open_existing1.txt", "Can you see me?", root));
82 ASSERT_TRUE(AddTestFile("open_existing2.txt", "Can you see me?", root));
83 ASSERT_TRUE(AddTestFile("save_existing.txt", "Can you see me?", root));
84 const std::string subdir = AddTestDirectory("subdir", root);
125 browser()->profile()).AppendASCII("root/open_existing.txt");
135 browser()->profile()).AppendASCII("root/open_existing.txt");
145 browser()->profile()).AppendASCII("root/open_existing.txt")
    [all...]
  /external/chromium_org/mojo/services/window_manager/
window_manager_api_unittest.cc 135 View* root,
138 root_added_callback_.Run(root);
231 void OnRootAdded(View* root) {
233 root_added_callback_.Run(root);
238 View* root) {
239 *root_id = root->id();
  /external/chromium_org/third_party/skia/tools/
image_expectations.cpp 232 Json::Value root; local
233 root[kJsonKey_ActualResults] = fActualResults;
234 root[kJsonKey_Descriptions] = fDescriptions;
235 root[kJsonKey_Header] = header;
236 root[kJsonKey_ImageBaseGSUrl] = fImageBaseGSUrl;
237 std::string jsonStdString = root.toStyledString();
  /external/chromium_org/tools/gn/
input_file_manager.cc 28 scoped_ptr<ParseNode>* root,
71 *root = Parser::Parse(*tokens, err);
280 scoped_ptr<ParseNode> root; local
282 &tokens, &root, err);
288 ParseNode* unowned_root = root.get();
299 data->parsed_root = root.Pass();
  /external/chromium_org/tools/json_schema_compiler/
compiler.py 13 compiler.py --root /home/Work/src --namespace extensions windows.json
15 compiler.py --destdir gen --root /home/Work/src
39 root,
48 schema = os.path.relpath(file_path, root)
50 root,
73 relpath = os.path.relpath(os.path.normpath(file_path), root)
96 cpp_bundle_generator = CppBundleGenerator(root,
151 parser.add_option('-r', '--root', default='.',
152 help='logical include root directory. Path to schema files from specified'
155 help='root directory to output generated files.'
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11.cpp 132 ::Window root = DefaultRootWindow(dpy); local
144 root = RootWindow(dpy, info.screen);
145 m_colormap = XCreateColormap(dpy, root, visual, AllocNone);
161 m_window = XCreateWindow(dpy, root, 0, 0, width, height, 0,
204 ::Window root; local
207 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth);
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 26 chown -R root.root .
29 chown -R root.bin $PKG/usr/sbin
  /external/iproute2/examples/
cbqinit.eth1 3 TC=/home/root/tc
4 IP=/home/root/ip
13 $TC qdisc add dev $DEVICE root handle 1: cbq \
16 # Create root class with classid 1:1. This step is not necessary.

Completed in 2483 milliseconds

<<21222324252627282930>>