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

<<11121314151617181920>>

  /external/clearsilver/util/
skiplist.h 25 * Larger values of <root> means fewer levels and faster lookups,
30 * <root> ^ <maxLevel> == expected # of items
33 * 1 million items on lists with <root> == 2.
45 NEOERR *skipNewList(skipList *skip, int threaded, int root, int maxLevel,
50 * multi-thread safe. <root> and <maxLevel> determine
58 * root - performance parameter (see above).
  /external/genext2fs/
genext2fs.8 25 as a normal (non-root) user. It does not require you to mount
43 .BI "\-d, \-\-root directory[:path]"
45 the root).
49 path (by default the root), including files, directories and
86 owned by root:root.
  /external/iproute2/
README.iproute2+tc 19 tc qdisc add dev eth1 root handle 1: cbq bandwidth 10Mbit allot 1514 cell 8 \
22 B. Add root class:
63 G. Install "route" classifier on root of cbq and map destination from realm
83 TC=/home/root/tc
85 # Setup classifier root on eth1 root (it is cbq)
  /external/openssl/crypto/
install.com 8 $! P1 root of the directory tree
26 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
27 $ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
28 $ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
30 $ ROOT = ROOT_DEV + "[" + ROOT_DIR
32 $ DEFINE/NOLOG WRK_SSLROOT 'ROOT'.] /TRANS=CONC
  /external/oprofile/
opimport_pull 80 # raw_samples/current/{root}/dev/ashmem/dalvik-jit-code-cache (deleted)/{dep}/{root}/dev/ashmem/dalvik-jit-code-cache (deleted)
82 # raw_samples/current/{root}/dev/ashmem/dalvik-jit-code-cache (deleted)/{dep}/{root}/dev/ashmem/dalvik-jit-code-cache
84 # raw_samples/current/{root}/dev/ashmem/dalvik-jit-code-cache/{dep}/{root}/dev/ashmem/dalvik-jit-code-cache
  /external/quake/quake/src/WinQuake/docs/
readme.squake 80 Place squake into your Quake directory. You must make it setuid root (since
83 Make Quake suid root as follows:
84 chown root squake
87 Run squake. I don't recommend running it as root, since all the saved
88 config.cfg files will be then owned as root. Use your normal account, unless
89 you do everything as root, then your mileage will vary.
  /external/skia/src/utils/
SkLayer.cpp 125 const SkLayer* root = this; local
126 while (root->fParent != NULL) {
127 root = root->fParent;
129 return const_cast<SkLayer*>(root);
194 // should we also apply the root's childrenMatrix?
  /external/webkit/WebCore/bindings/js/
ScriptControllerMac.mm 115 JSC::Bindings::RootObject* root = bindingRootObject();
116 m_windowScriptObject = [WebScriptObject scriptObjectForJSObject:toRef(windowShell(pluginWorld())) originRootObject:root rootObject:root];
126 JSC::Bindings::RootObject* root = bindingRootObject();
127 [m_windowScriptObject.get() _setOriginRootObject:root andRootObject:root];
  /external/webkit/WebCore/page/
PrintContext.cpp 61 RenderView* root = toRenderView(m_frame->document()->renderer());
63 if (!root) {
70 float pageWidth = (float)root->rightLayoutOverflow();
85 RenderView* root = toRenderView(m_frame->document()->renderer()); local
87 if (!root) {
98 float docHeight = root->layer()->height();
  /packages/apps/Camera/src/com/android/camera/ui/
Texture.java 139 public void draw(GLRootView root, int x, int y) {
140 root.drawTexture(this, x, y, mWidth, mHeight);
143 public void draw(GLRootView root, int x, int y, int w, int h, float alpha) {
144 root.drawTexture(this, x, y, w, h, alpha);
147 protected boolean bind(GLRootView root, GL11 gl) {
153 root.handleLowMemory();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiDocumentEditPart.java 47 * Graphical edit part for the root document.
166 // This policy indicates this a root component that cannot be removed
176 * For the root document, we want the first child edit part to the be the target
177 * since an XML document can have only one root element.
203 // For the root document, we want the first child edit part to the be the target
204 // since an XML document can have only one root element.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 56 /** The root node chosen by the user, either root_node or the one passed
60 /** The descriptor of the elements to be displayed as root in this tree view. All elements
61 * of the same type in the root will be displayed. Can be null. */
79 * @param descriptorFilters The element allows at the root of the tree. Can be null.
81 * @param root_node The root of the Ui Tree, either the UiDocumentNode or a sub-node.
91 // Only accept the UI node if it is not the UI root node and it can have children.
173 * Given a potential non-null root node, this method looks for the currently edited
241 * @return The root node selected by the user, either root node or the
262 * just a message area if there's only one choice (the app root node)
    [all...]
  /external/quake/quake/src/QW/docs/
readme.qwcl 108 attempts to run. You can kill gpm by typing 'killall gpm' as root.
110 You must run glqwcl as root or setuid root since it needs to access things
112 require root permissions.
177 Place qwcl into your Quake directory. You must make it setuid root (since
180 Make Quake suid root as follows:
181 chown root qwcl
184 Run qwcl. I don't recommend running it as root, since all the saved
185 config.cfg files will be then owned as root. Use your normal account, unless
186 you do everything as root, then your mileage will vary
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/
XmlDescriptors.java 39 * Currently supports the <searchable> and <preferences> root nodes.
47 /** The root document descriptor for both searchable and preferences. */
50 /** The root document descriptor for searchable. */
53 /** The root document descriptor for preferences. */
56 /** The root document descriptor for widget provider. */
59 /** @return the root descriptor for both searchable and preferences. */
68 /** @return the root descriptor for searchable. */
73 /** @return the root descriptor for preferences. */
78 /** @return the root descriptor for widget providers. */
302 // Its descriptor has already been created. However the root one also need
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java 108 // root /samples dir. We purposely ignore "old" samples that are
151 File root = new File(osSdkRoot); local
153 if (!root.isDirectory()) {
158 for (File dir : root.listFiles()) {
190 * Find any other sub-directories under the /samples root that hasn't been visited yet
199 File root = new File(osSdkRoot); local
200 root = new File(root, SdkConstants.FD_SAMPLES);
202 if (!root.isDirectory()) {
207 for (File dir : root.listFiles()) {
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 37 int64 root; // root rule for expansion member in struct:fst::ReplaceFstOptions
41 : CacheOptions(opts), root(r), epsilon_on_replace(false) {}
43 : root(r), epsilon_on_replace(false) {}
45 : root(r), epsilon_on_replace(epsilon_replace_arc) {}
47 : root(kNoLabel), epsilon_on_replace(false) {}
111 SetRoot(opts.root);
204 // set root rule for expansion
205 void SetRoot(Label root) {
206 Label nonterminal = nonterminal_hash_[root];
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 373 ElementImpl root = (ElementImpl) getDocumentElement(); local
375 return (root == null ? null : root.getElementById(elementId));
379 ElementImpl root = (ElementImpl) getDocumentElement(); local
381 return (root == null ? new NodeListImpl()
382 : root.getElementsByTagName(tagname));
386 ElementImpl root = (ElementImpl) getDocumentElement(); local
388 return (root == null ? new NodeListImpl() : root.getElementsByTagNameNS(
408 // Make sure we have at most one root element and one DTD element
472 Element root = getDocumentElement(); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 189 * The root node of the TreeWalker, as specified in setRoot(int root).
211 * Set the root node of the TreeWalker.
214 * @param root The context node of this step.
216 public void setRoot(int root)
220 m_dtm = xctxt.getDTM(root);
224 m_root = root;
225 m_currentNode = root;
227 if (DTM.NULL == root)
230 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_SETTING_WALKER_ROOT_TO_NULL, null)); //"\n !!!! Error! Setting the root of a walker to null!!!")
    [all...]
FilterExprWalker.java 121 * Set the root node of the TreeWalker.
123 * @param root non-null reference to the root, or starting point of
126 public void setRoot(int root)
129 super.setRoot(root);
131 m_exprObj = FilterExprIteratorSimple.executeFilterExpr(root,
187 * to step upward from the TreeWalker's root node, returns
  /external/bluetooth/bluez/tools/
sdptool.c 1161 sdp_list_t *svclass_id, *apseq, *proto[2], *profiles, *root, *aproto; local
1172 root = sdp_list_append(0, &root_uuid);
1173 sdp_set_browse_groups(&record, root);
1174 sdp_list_free(root, 0);
1232 sdp_list_t *svclass_id, *pfseq, *apseq, *root, *aproto; local
1294 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1353 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1413 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1475 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1545 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1611 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1684 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1750 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1827 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1901 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1966 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2031 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2108 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2171 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2238 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2401 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2571 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2634 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2694 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2755 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2816 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2880 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2945 sdp_list_t *root, *svclass, *proto; local
2986 sdp_list_t *root, *svclass, *proto; local
3030 sdp_list_t *root, *svclass; local
3065 sdp_list_t *root, *svclass, *proto; local
3110 sdp_list_t *root, *svclass, *proto; local
3152 sdp_list_t *root, *svclass, *proto; local
3194 sdp_list_t *root, *svclass; local
3224 sdp_list_t *root, *svclass; local
3259 sdp_list_t *root, *svclass, *proto; local
3310 sdp_list_t *root; local
3346 sdp_list_t *root, *svclass, *proto; local
3390 sdp_list_t *root, *svclass, *proto, *profiles; local
    [all...]
  /external/e2fsprogs/
e2fsprogs.spec 15 BuildRoot: %{_tmppath}/%{name}-root
108 %defattr(-,root,root)
172 %defattr(-,root,root)
222 %defattr(-,root,root)
e2fsprogs.spec.in 15 BuildRoot: %{_tmppath}/%{name}-root
108 %defattr(-,root,root)
172 %defattr(-,root,root)
222 %defattr(-,root,root)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 148 * Returns the seed used to fill the root element values.
156 /** Returns the default root element that should be selected by default. Can be null. */
162 * Returns the list of all possible root elements for the resource type.
165 * TODO: the root list SHOULD depend on the currently selected project, to include
182 * root element of the generated XML file. When null, no extra attributes are inserted.
204 AndroidTargetData.DESCRIPTOR_LAYOUT, // root seed
205 "LinearLayout", // default root
214 ResourcesDescriptors.ROOT_ELEMENT, // root seed
215 null, // default root
223 MenuDescriptors.MENU_ROOT_ELEMENT, // root see
    [all...]
  /external/webkit/WebCore/editing/
visible_units.cpp 366 return box ? box->root() : 0;
566 RootInlineBox *root = 0; local
571 root = box->root()->prevRootBox();
572 if (root)
576 if (!root) {
578 // Need to move back to previous containing editable block in this root editable
579 // block and find the last root line box in that block.
593 // previous root line box found
594 root = box->root()
668 RootInlineBox *root = 0; local
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 91 RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); local
92 Element entry = root.requireChild(ATOM_NAMESPACE, "entry");
99 root.setElementListener(rootCounter);
103 Xml.parse(xml, root.getContentHandler());
116 RootElement root = new RootElement("feed"); local
117 root.requireChild("entry");
120 Xml.parse(xml, root.getContentHandler());
131 RootElement root = new RootElement("feed"); local
132 root.setEndTextElementListener(new EndTextElementListener() {
138 Xml.parse(xml, root.getContentHandler())
209 RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); local
    [all...]

Completed in 716 milliseconds

<<11121314151617181920>>