HomeSort by relevance Sort by last modified time
    Searched full:root (Results 276 - 300 of 2656) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Amiga/
README.amiga 5 subdirectory ./MISC/Amiga, where `.' denotes the root directory of the
13 original archive are present in a root directory (denoted by `.' in what
31 Copy all files from ./MISC/Amiga to the root directory of the FLEX 2.5.1
49 the root directory. "make veryclean" also removes `flex' and `scan.c'.
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearch.java 113 * @param root The layout to add the button to.
118 private Button addSkinny(LinearLayout root, String label, boolean atRight) {
142 root.addView(ll);
146 root.addView(ll);
  /frameworks/base/docs/html/guide/developing/tools/
layoutopt.jd 24 7:23 The root-level &lt;FrameLayout/&gt; can be replaced with &lt;merge/&gt;
27 7:7 The root-level &lt;FrameLayout/&gt; can be replaced with &lt;merge/&gt;
41 7:413 The root-level &lt;FrameLayout/&gt; can be replaced with &lt;merge/&gt;
44 7:19 The root-level &lt;FrameLayout/&gt; can be replaced with &lt;merge/&gt;
  /frameworks/base/tools/preload/
PrintCsv.java 40 Root root = Root.fromFile(args[0]); local
46 for (LoadedClass loadedClass : root.loadedClasses.values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.view.View.groovy 21 * This is the "root" rule, that is used whenever there is not more specific rule to apply.
  /external/webkit/WebKitTools/CodeCoverage/
run-generate-coverage-data 48 for root, dirs, files in os.walk(src):
49 if ".svn" in root:
55 sources.append( os.path.join(root, file) )
94 def find_source_file(root,cov_file):
115 return os.path.abspath(os.path.join(root,os.path.pardir,os.path.pardir,filepath))
121 return os.path.abspath(os.path.join(root,filepath))
125 return os.path.abspath(os.path.join(root,basename))
150 for root, dirs, files in os.walk(base_path):
151 if ".svn" in root:
157 cov = os.path.join(root, file
    [all...]
  /dalvik/docs/
heap-profiling.html 33 You can only generate heap data on the emulator or a device with root
42 You can verify that you're running as root with the <code>id</code> command.
43 The response should look like <code>uid=0(root) gid=0(root)</code>. If not,
110 using the API call, you still need to be on an emulator or running as root.
111 (For some builds, you can use <code>adb root</code> to restart the adb
112 daemon as root.)
145 device without root access.
  /dalvik/libcore/prefs/src/test/resources/prefs/java/util/prefs/
userprefs-badencoding.xml 25 <root type="user">
63 </root>
userprefs-higherversion.xml 25 <root type="user">
63 </root>
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
WhiteSpaceInfo.java 82 public void recompose(StylesheetRoot root)
84 root.recomposeWhiteSpaceInfo(this);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XRTreeFrag.java 50 public XRTreeFrag(int root, XPathContext xctxt, ExpressionNode parent)
54 initDTM(root, xctxt);
61 public XRTreeFrag(int root, XPathContext xctxt)
64 initDTM(root, xctxt);
67 private final void initDTM(int root, XPathContext xctxt){
68 m_dtmRoot = root;
69 final DTM dtm = xctxt.getDTM(root);
162 * because it is treated like a node-set with a single root node.
  /dalvik/tests/003-omnibus-opcodes/src/
InternedString.java 32 // Kill s, otherwise the string object is still accessible from root set
51 // Kill s, otherwise the string object is still accessible from root set
  /development/tools/idegen/src/
Configuration.java 32 * directory is the project's root directory.
42 /** Excluded directories which may or may not be under a source root. */
45 /** The root directory for this tool. */
59 throw new AssertionError("Not in root directory.");
118 * Note it would be faster to stop traversing a source root as soon as
122 * root).
175 * Determines the source root for a given .java file. Returns null
183 // TODO: Treat this as a source root?
  /external/bluetooth/glib/glib/
gnode.h 95 * Returns %TRUE if a #GNode is the root of a tree.
97 * Returns: %TRUE if the #GNode is the root of a tree
116 void g_node_destroy (GNode *root);
133 guint g_node_n_nodes (GNode *root,
139 GNode* g_node_find (GNode *root,
208 /* traversal function, assumes that `node' is root
213 void g_node_traverse (GNode *root,
225 guint g_node_max_height (GNode *root);
  /external/dropbear/
dropbear.8 49 Disallow root logins.
55 Disable password logins for root.
  /external/e2fsprogs/install-utils/
convfstab 7 ROOT_PASS=1 # Pass for root file system
8 NON_ROOT_PASS=2 # Pass for non root file systems
  /external/e2fsprogs/tests/f_baddir/
expect.1 14 Entry 'root' in /test (14) is a link to the root inode.
  /external/e2fsprogs/tests/f_illitable/
expect.1 17 Root inode is not a directory. Clear? yes
21 Root inode not allocated. Allocate? yes
  /external/freetype/src/pshinter/
pshmod.c 29 FT_ModuleRec root; member in struct:PS_Hinter_Module_Rec_
54 FT_Memory memory = module->root.memory;
  /external/iproute2/examples/
SYN-DoS.rate.limit 12 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
15 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
  /external/iproute2/examples/diffserv/
efcbq 3 $TC = "/root/DS-6-beta/iproute2-990530-dsing/tc/tc";
5 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
  /packages/apps/Email/src/org/apache/james/mime4j/util/
TempStorage.java 55 * Gets the root temporary path which should be used to
58 * @return the root temporary path.
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnTypeSelection.java 54 PreferenceScreen root = getPreferenceScreen(); local
64 root.addPreference(pref);
  /bootable/recovery/edify/
parser.y 29 void yyerror(Expr** root, int* error_count, const char* s);
30 int yyparse(Expr** root, int* error_count);
50 %parse-param {Expr** root}
65 input: expr { *root = $1; }
95 yyerror(root, error_count, buffer);
124 void yyerror(Expr** root, int* error_count, const char* s) {
  /dalvik/libcore/support/src/test/java/tests/util/
TestEnvironment.java 88 // 2. We need to know who we are, specifically "am I root?" because that affects what
173 for (Preferences root : Arrays.asList(
175 for (String child : root.childrenNames()) {
176 root.node(child).removeNode();
178 root.clear();
179 root.flush();

Completed in 847 milliseconds

<<11121314151617181920>>