Searched refs:root (Results 51 - 75 of 2594) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
H A Dpackaging.properties11 # The chmod and links must indicate a path relative to the root directory.
13 # List the files and folders to be copied into the root of eclipse for all platform
15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
16 root.permissions.755=eclipse,*.so*
17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse
19 root.win32.win32.x86=eclipse.exe, eclipsec.exe
20 root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm
21 root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
22 root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
23 root
[all...]
/external/chromium_org/tools/grit/grit/node/
H A Dinclude_unittest.py26 root = misc.GritNode()
27 root.StartParsing(u'grit', None)
28 root.HandleAttribute(u'latest_public_release', u'0')
29 root.HandleAttribute(u'current_release', u'1')
30 root.HandleAttribute(u'base_dir', ur'..\resource')
32 release.StartParsing(u'release', root)
34 root.AddChild(release)
42 root.EndParsing()
44 self.assertEqual(root.ToRealPath(include_node.GetInputPath()),
49 root
[all...]
/external/chromium_org/build/linux/
H A Dpkg-config-wrapper12 # LSB-compliant root filesystem mounted at the sysroot, and a board build
18 root="$1"
25 if [ -z "$root" -o -z "$target_arch" ]
41 config_path=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig
59 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
H A Dsysroot_ld_path.sh21 local root="$1"
28 local entry="$root$localpath"
37 local root="$1"
51 if ls $root$included_files >/dev/null 2>&1 ; then
52 for inc_file in $root$included_files; do
53 process_ld_so_conf "$root" "$inc_file"
59 process_ld_so_conf "$root" "$inc_file"
68 process_entry "$root" "$ENTRY"
/external/e2fsprogs/intl/
H A Dos2compat.c51 char *root = getenv ("UNIXROOT"); local
57 if (root)
59 size_t sl = strlen (root);
61 memcpy (_nlos2_libdir, root, sl);
71 if (root)
73 size_t sl = strlen (root);
75 memcpy (_nlos2_localealiaspath, root, sl);
85 if (root)
87 size_t sl = strlen (root);
89 memcpy (_nlos2_localedir, root, s
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c52 /* note that we store the global hints in the size's "internal" root */
61 T1_Face face = (T1_Face)size->root.face;
66 module = FT_Get_Module( size->root.face->driver->root.library,
80 if ( size->root.internal )
87 funcs->destroy( (PSH_Globals)size->root.internal );
89 size->root.internal = 0;
105 T1_Face face = (T1_Face)size->root.face;
108 error = funcs->create( size->root.face->memory,
111 size->root
361 FT_Face root = (FT_Face)&face->root; local
502 FT_Face root = &face->root; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DElementShadow.cpp153 for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot())
154 root->lazyReattachIfAttached();
192 for (ShadowRoot* root = youngestShadowRoot(); root; root = root->olderShadowRoot()) {
193 if (root
218 ShadowRoot* root = youngestShadowRoot(); local
282 ShadowRoot* root = shadowInsertionPoint->containingShadowRoot(); local
316 collectSelectFeatureSetFrom(ShadowRoot& root) argument
[all...]
/external/chromium_org/base/json/
H A Djson_string_value_serializer.cc15 bool JSONStringValueSerializer::Serialize(const Value& root) { argument
16 return SerializeInternal(root, false);
20 const Value& root) {
21 return SerializeInternal(root, true);
24 bool JSONStringValueSerializer::SerializeInternal(const Value& root, argument
35 return base::JSONWriter::WriteWithOptions(&root, options, json_string_);
19 SerializeAndOmitBinaryValues( const Value& root) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLShadowElement.cpp74 ShadowRoot* root = containingShadowRoot(); local
75 if (root && root->olderShadowRoot() && root->type() != root->olderShadowRoot()->type()) {
76 String message = String::format("<shadow> doesn't work for %s element host.", root->host()->tagName().utf8().data());
/external/deqp/framework/randomshaders/
H A DrsgExpressionGenerator.cpp40 // Create root
42 Expression* root = Expression::createRandom(m_state, valueRange); local
47 generate(root);
51 delete root;
56 return root;
59 void ExpressionGenerator::generate (Expression* root) argument
64 m_expressionStack.push_back(root);
/external/chromium_org/ash/
H A Droot_window_settings.h19 // Per root window information should be stored here
20 // instead of using plain aura root window property because
21 // it can prevent mis-using on non root window.
25 // ID of the display associated with the root window.
28 // RootWindowController for the root window. This may be NULL
29 // for the root window used for mirroring.
33 // Initializes and returns RootWindowSettings for |root|.
34 // It is owned by the |root|.
35 RootWindowSettings* InitRootWindowSettings(aura::Window* root);
37 // Returns the RootWindowSettings for |root|
[all...]
/external/chromium_org/components/tools/metrics/
H A Dcount_ifdefs_unittest.py18 self.root = os.path.join(os.path.dirname(__file__), 'testdata')
21 count = count_ifdefs.CountIfdefs('OS_[A-Z]+', self.root)
25 count = count_ifdefs.CountIfdefs('OS_[A-Z]+', self.root, True)
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
H A Dtreescan.py31 def ScanTreeForJsFiles(root):
35 root: str, Path to a root directory.
40 return ScanTree(root, path_filter=_JS_FILE_REGEX)
43 def ScanTree(root, path_filter=None, ignore_hidden=True):
47 root: str, Path to a root directory.
60 for dirpath, dirnames, filenames in os.walk(root, onerror=OnError):
/external/chromium_org/ui/events/
H A Devent_targeter.cc16 EventTarget* EventTargeter::FindTargetForEvent(EventTarget* root, argument
22 return FindTargetForLocatedEvent(root,
25 return root;
28 EventTarget* EventTargeter::FindTargetForLocatedEvent(EventTarget* root, argument
30 scoped_ptr<EventTargetIterator> iter = root->GetChildIterator();
32 EventTarget* target = root;
48 target->ConvertEventToTarget(root, event);
50 return root->CanAcceptEvent(*event) ? root : NULL;
/external/chromium_org/v8/test/intl/
H A Dtestcfg.py36 def __init__(self, name, root):
37 super(IntlTestSuite, self).__init__(name, root)
41 for dirname, dirs, files in os.walk(self.root):
49 testname = os.path.join(dirname[len(self.root) + 1:], filename[:-3])
58 files.append(os.path.join(self.root, "assert.js"))
59 files.append(os.path.join(self.root, "utils.js"))
60 files.append(os.path.join(self.root, testcase.path + self.suffix()))
70 def GetSuite(name, root):
71 return IntlTestSuite(name, root)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTreeNodeTest.cpp44 RefPtr<TestTree> root = TestTree::create(); local
48 root->appendChild(firstChild.get());
49 EXPECT_EQ(root->firstChild(), firstChild.get());
50 EXPECT_EQ(root->lastChild(), firstChild.get());
51 EXPECT_EQ(firstChild->parent(), root.get());
53 root->appendChild(lastChild.get());
54 EXPECT_EQ(root->firstChild(), firstChild.get());
55 EXPECT_EQ(root->lastChild(), lastChild.get());
58 EXPECT_EQ(lastChild->parent(), root.get());
63 RefPtr<TestTree> root local
96 RefPtr<TestTree> root = TestTree::create(); local
126 RefPtr<TestTree> root; member in class:__anon11443::Trio
[all...]
/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-cross-signed-certs.sh15 # cert that is "cross-signed" by the trusted SHA1 root.
17 # The SHA1 root should be (temporarily) trusted, and the resulting chain
29 try /bin/sh -c "echo 01 > out/2048-sha1-root-serial"
30 try /bin/sh -c "echo 02 > out/2048-md5-root-serial"
31 touch out/2048-sha1-root-index.txt
32 touch out/2048-md5-root-index.txt
35 try openssl genrsa -out out/2048-sha1-root.key 2048
37 # Generate the root certificate
41 -key out/2048-sha1-root.key \
42 -out out/2048-sha1-root
[all...]
/external/chromium_org/tools/grit/grit/format/
H A Drc_unittest.py48 root = util.ParseGrdForUnittest('''
66 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en'), buf)
79 root = util.ParseGrdForUnittest('''
85 root.SetOutputLanguage('en')
86 root.RunGatherers()
89 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en'), buf)
158 root = util.ParseGrdForUnittest('''
166 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en'), buf)
178 root = util.ParseGrdForUnittest('''
185 build.RcBuilder.ProcessNode(root, DummyOutpu
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DRTFIterator.java39 public RTFIterator(int root, DTMManager manager) { argument
40 super(root, manager);
/external/chromium_org/build/android/pylib/utils/
H A Dhost_utils.py12 for root, dirs, files in os.walk(path):
13 running_size += sum([os.path.getsize(os.path.join(root, f))
/external/chromium_org/chrome/installer/util/
H A Duninstall_metrics.cc49 bool ExtractUninstallMetrics(const base::DictionaryValue& root, argument
54 if (!root.GetBoolean(prefs::kMetricsReportingEnabled,
61 if (!root.HasKey(installer::kUninstallMetricsName) ||
62 !root.GetDictionary(installer::kUninstallMetricsName,
80 scoped_ptr<base::Value> root(json_serializer.Deserialize(NULL, NULL));
81 if (!root.get())
84 // Preferences should always have a dictionary root.
85 if (!root->IsType(base::Value::TYPE_DICTIONARY))
89 *static_cast<base::DictionaryValue*>(root.get()),
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_models.cc20 RenderModelSimulator::RenderModelSimulator(RenderNode* root) : root_(root) { argument
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.idl38 readonly attribute DirectoryEntry root;
H A DDOMFileSystemSync.idl36 readonly attribute DirectoryEntrySync root;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRemoveTree.cpp13 void RemoveAllTreeNodes(TIntermNode* root) argument
17 nodeQueue.push(root);

Completed in 661 milliseconds

1234567891011>>