/cts/tools/host/test/com/android/cts/ |
CtsTestBase.java | 32 protected static final String ROOT = "tmp"; 33 protected static final String CONFIG_PATH = ROOT + File.separator + "host_config.xml"; 42 // create root direcoty for the test 43 new File(ROOT).mkdirs(); 46 Log.initLog(ROOT); 53 clearDirectory(ROOT); 63 buf.append("\t<Repository root=\"" + ROOT + "\" >"); 70 new File(ROOT + File.separator + PLAN_REPOSITORY).mkdirs(); 71 new File(ROOT + File.separator + CASE_REPOSITORY).mkdirs() 151 File root = new File(path); local [all...] |
/external/v8/test/mjsunit/ |
testcfg.py | 73 result.append(join(dirname(self.config.root), '..', a_file)) 74 framework = join(dirname(self.config.root), 'mjsunit', 'mjsunit.js') 103 def __init__(self, context, root): 104 super(MjsunitTestConfiguration, self).__init__(context, root) 112 mjsunit = [current_path + [t] for t in self.Ls(self.root)] 113 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))] 114 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))] 115 third_party = [current_path + ['third_party', t] for t in self.Ls(join(self.root, 'third_party'))] 116 tools = [current_path + ['tools', t] for t in self.Ls(join(self.root, 'tools'))] 117 compiler = [current_path + ['compiler', t] for t in self.Ls(join(self.root, 'compiler')) [all...] |
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 270 * @param root Optional view to be the parent of the generated hierarchy. 271 * @return The root View of the inflated hierarchy. If root was supplied, 272 * this is the root View; otherwise it is the root of the inflated 275 public View inflate(int resource, ViewGroup root) { 276 return inflate(resource, root, root != null); 290 * @param root Optional view to be the parent of the generated hierarchy. 291 * @return The root View of the inflated hierarchy. If root was supplied [all...] |
WindowManagerImpl.java | 111 ViewRoot root; local 128 root = mRoots[index]; 129 root.mAddNesting++; 132 root.setLayoutParams(wparams, true); 148 root = new ViewRoot(view.getContext()); 149 root.mAddNesting = 1; 173 mRoots[index] = root; 177 root.setView(view, wparams, panelParentView); 192 ViewRoot root = mRoots[index]; local 194 root.setLayoutParams(wparams, false) 214 ViewRoot root = mRoots[index]; local 230 ViewRoot root = mRoots[index]; local 281 ViewRoot root = mRoots[i]; local [all...] |
/frameworks/base/awt/javax/imageio/metadata/ |
IIOMetadata.java | 137 * @param root 138 * the root node of the metadata tree. 143 public abstract void mergeTree(String formatName, Node root) throws IIOInvalidTreeException; 334 // Create root node 335 IIOMetadataNode root = new IIOMetadataNode(IIOMetadataFormatImpl.standardMetadataFormatName); local 339 root.appendChild(node); 342 root.appendChild(node); 345 root.appendChild(node); 348 root.appendChild(node); 351 root.appendChild(node) [all...] |
/external/dnsmasq/contrib/Suse/ |
dnsmasq-suse.spec | 58 install -o root -g root -m 755 rpm/rc.dnsmasq-suse $RPM_BUILD_ROOT/etc/init.d/dnsmasq 59 install -o root -g root -m 644 dnsmasq.conf.example $RPM_BUILD_ROOT/etc/dnsmasq.conf 100 %defattr(-,root,root)
|
/external/e2fsprogs/lib/et/ |
compile_et.sh.in | 41 ROOT=`echo $1 | sed -e s/.et$//` 42 BASE=`basename $ROOT` 44 if test ! -f "$ROOT.et" ; then 45 echo "compile_et: $ROOT.et: File not found" 49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et" 56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
|
/external/openssl/apps/ |
install.com | 6 $! P1 root of the directory tree 25 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0" 26 $ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY") 27 $ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") - 29 $ ROOT = ROOT_DEV + "[" + ROOT_DIR 31 $ DEFINE/NOLOG WRK_SSLROOT 'ROOT'.] /TRANS=CONC
|
/development/tools/idegen/ |
README | 18 From the project's root directory... 45 From the project's root directory... 51 3) Import the project root directory into your Eclipse workspace. If you 58 project root) that should be excluded from the IDE configuration. We 62 "excluded-paths" file in the project's root directory. For example, you 66 Controlling source root ordering (Eclipse) 69 create a file named "path-precedence" in your project's root directory. 70 Each line in the file is a regular expression that matches a source root 71 path (relative to the project's root directory). If a given source root' [all...] |
/frameworks/base/sax/java/android/sax/ |
RootElement.java | 26 * The root XML element. The entry point for this API. Not safe for concurrent 46 * RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); 47 * Element entry = root.getChild(ATOM_NAMESPACE, "entry"); 56 * reader.setContentHandler(root.getContentHandler()); 71 * Constructs a new root element with the given name. 81 * Constructs a new root element with the given name. Uses an empty string 115 // This is the root element. 142 Element root = RootElement.this; local 143 if (root.uri.compareTo(uri) != 0 144 || root.localName.compareTo(localName) != 0) [all...] |
/dalvik/libcore/security/src/main/files/cacerts/ |
03e16f6c.0 | 2 subject=/OU=Copyright (c) 1997 Microsoft Corp./OU=Microsoft Corporation/CN=Microsoft Root Authority 3 issuer=/OU=Copyright (c) 1997 Microsoft Corp./OU=Microsoft Corporation/CN=Microsoft Root Authority
|
4e18c148.0 | 2 subject=/C=DE/O=Deutsche Telekom AG/OU=T-TeleSec Trust Center/CN=Deutsche Telekom Root CA 2 3 issuer=/C=DE/O=Deutsche Telekom AG/OU=T-TeleSec Trust Center/CN=Deutsche Telekom Root CA 2
|
/development/tools/line_endings/ |
line_endings.c | 62 Node* root = malloc(sizeof(Node)); local 63 Node* node = root; 93 while (root) { 94 ssize_t amt2 = strlen(root->buf); 96 ssize_t amt = write(fd, root->buf, amt2); 102 node = root; 103 root = root->next;
|
/external/dbus/test/data/valid-config-files/system.d/ |
test.conf | 8 <!-- Only root can own the FooService service, and 10 <policy user="root">
|
/external/e2fsprogs/tests/f_badroot/ |
expect.1 | 4 Root inode is not a directory. Clear? yes 10 Root inode not allocated. Allocate? yes
|
/external/srec/config/en.us/grammars/ |
rootslot.grxml | 2 <grammar xml:lang="en-us" version="1.0" mode="speech" root="myRoot"> 4 Root slot grammar, this is an empty grammar that can be used when
|
/external/zlib/contrib/infback9/ |
inftree9.c | 28 requested root table index bits, and on return it is the actual root 43 unsigned root; /* number of index bits for root table */ local 51 unsigned low; /* low bits for current root entry */ 52 unsigned mask; /* mask for low root bits */ 114 /* bound code lengths, force root to be within code lengths */ 115 root = *bits; 118 if (root > max) root = max [all...] |
/frameworks/base/tools/preload/ |
Root.java | 36 * Root of our data model. 38 public class Root implements Serializable { 149 * Reads Root from a file. 151 static Root fromFile(String fileName) 157 Root root = (Root) oin.readObject(); local 161 return root;
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILRootLayoutElement.java | 16 * Declares layout properties for the root-layout element. See the 17 * root-layout element definition .
|
/system/netd/ |
ThrottleController.cpp | 88 * Add root qdisc for the interface 90 sprintf(cmd, "qdisc add dev %s root handle 1: htb default 1 r2q 1000", ifn); 92 LOGE("Failed to add root qdisc (%s)", strerror(errno)); 115 * Add root qdisc for IFD 117 sprintf(cmd, "qdisc add dev ifb0 root handle 1: htb default 1 r2q 1000"); 119 LOGE("Failed to add root ifb qdisc (%s)", strerror(errno)); 160 sprintf(cmd, "qdisc del dev %s root", iface); 165 runTcCmd("qdisc del dev ifb0 root");
|
/external/apache-http/src/org/apache/http/ |
svn.info | 1 Repository Root: http://svn.apache.org/repos/asf
|
/external/clearsilver/python/examples/trans/ |
tstart.py | 3 # The root dir should point to the top of the python tree
|
/external/dnsmasq/dbus/ |
dnsmasq.conf | 5 <policy user="root">
|
/external/genext2fs/ |
README | 1 genext2fs generates an ext2 filesystem as a normal (non-root) user.
|
/external/icu4c/stubdata/reduced_coll/ |
add.txt | 19 coll/root.res
|