HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 201 - 225 of 1103) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/netcat/scripts/
probe 3 ## stderr+stdout in one place. Run as root for rservice and low -p to work.
35 rservice root root | $UCMD -r "$1" exec 2>&1
  /external/webkit/WebCore/dom/
Traversal.h 39 Node* root() const { return m_root.get(); } function in class:WebCore::Traversal
NodeIterator.h 69 bool moveToNext(Node* root);
70 bool moveToPrevious(Node* root);
TreeWalker.idl 27 readonly attribute Node root;
  /external/webkit/WebCore/editing/
EditCommand.cpp 165 Element* root = s.rootEditableElement(); local
168 cmd->m_startingRootEditableElement = root;
176 Element* root = s.rootEditableElement(); local
179 cmd->m_endingRootEditableElement = root;
  /external/webkit/WebKitTools/Scripts/
sunspider-compare-results 40 my $root;
51 --root Path to root tools build
58 GetOptions('root=s' => sub { my ($argName, $value); setConfigurationProductDir(Cwd::abs_path($value)); },
74 if (!defined($root)){
  /packages/apps/Camera/src/com/android/camera/ui/
HeadUpDisplay.java 84 GLRootView root = getGLRootView();
85 if (root != null) {
86 synchronized (root) {
141 GLRootView root = getGLRootView(); local
142 if (root != null) {
143 synchronized (root) {
251 GLRootView root = getGLRootView(); local
252 if (root != null) {
253 synchronized (root) {
381 GLRootView root = getGLRootView() local
422 GLRootView root = getGLRootView(); local
    [all...]
ZoomController.java 211 protected void render(GLRootView root, GL11 gl) {
212 renderTicks(root, gl);
213 renderSlider(root, gl);
216 private void renderTicks(GLRootView root, GL11 gl) {
225 t.draw(root, xoffset - t.getWidth(),
236 tickMark.draw(root, xoffset, (int) (yoffset - halfHeight));
248 tickMark.draw(root, xoffset, (int) (yoffset - halfHeight));
255 private void renderSlider(GLRootView root, GL11 gl) {
259 sBackground.draw(root, left, top, sBackground.getWidth(), bottom - top);
262 sSlider.draw(root, left, (int
    [all...]
NinePatchTexture.java 60 public void draw(GLRootView root, int x, int y, int w, int h) {
61 root.drawNinePatch(this, x, y, w, h);
RestoreSettingsItem.java 67 protected void render(GLRootView root, GL11 gl) {
73 title.draw(root, p.left, p.top + (height - title.getHeight()) / 2);
  /frameworks/base/core/java/android/preference/
GenericInflater.java 214 * @param root Optional parent of the generated hierarchy.
215 * @return The root of the inflated hierarchy. If root was supplied,
216 * this is the root item; otherwise it is the root of the inflated
219 public T inflate(int resource, P root) {
220 return inflate(resource, root, root != null);
234 * @param root Optional parent of the generated hierarchy.
235 * @return The root of the inflated hierarchy. If root was supplied
    [all...]
  /external/libpcap/
optimize.c 241 * N_LEVELS at the root. The levels[] array points to the
246 find_levels(root)
247 struct block *root;
251 find_levels_r(root);
259 find_dom(root)
260 struct block *root;
273 /* Root starts off empty. */
275 root->dom[i] = 0;
277 /* root->level is the highest level no found. */
278 for (i = root->level; i >= 0; --i)
1736 struct block *root; local
    [all...]
  /external/freetype/include/freetype/
ftglyph.h 96 /* The root glyph structure contains a given glyph image plus its */
140 /* root :: The root @FT_Glyph fields. */
162 FT_GlyphRec root; member in struct:FT_BitmapGlyphRec_
192 /* root :: The root @FT_Glyph fields. */
210 FT_GlyphRec root; member in struct:FT_OutlineGlyphRec_
    [all...]
  /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/icu4c/extra/uconv/
resfiles.mk 9 RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt
  /external/webkit/WebCore/platform/gtk/
WidgetGtk.cpp 58 gtk_widget_grab_focus(platformWidget() ? platformWidget() : GTK_WIDGET(root()->hostWindow()->platformPageClient()));
79 gdk_window_set_cursor(gdkDrawable(platformWidget()) ? GDK_WINDOW(gdkDrawable(platformWidget())) : GTK_WIDGET(root()->hostWindow()->platformPageClient())->window, platformCursor);
  /external/webkit/WebCore/platform/qt/
PlatformScreenQt.cpp 50 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
62 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemAttributeSet.java 167 * @param root The root stylesheet for this transformation.
169 public void recompose(StylesheetRoot root)
171 root.recomposeAttributeSets(this);
KeyDeclaration.java 191 * @param root The root stylesheet for this transformation.
193 public void recompose(StylesheetRoot root)
195 root.recomposeKeys(this);
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnTypeSelection.java 54 PreferenceScreen root = getPreferenceScreen(); local
64 root.addPreference(pref);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiElementNodeTest.java 68 * loadFrom() does nothing if the root node doesn't match what's expected
72 MockXmlNode root = new MockXmlNode(null /* namespace */, "blah", Node.ELEMENT_NODE, null); local
73 ui.loadFromXmlNode(root);
82 MockXmlNode root = new MockXmlNode(null /* namespace */, "manifest", Node.ELEMENT_NODE, local
88 ui.loadFromXmlNode(root);
103 MockXmlNode root = new MockXmlNode(null /* namespace */, "manifest", Node.ELEMENT_NODE, local
110 ui.loadFromXmlNode(root);
130 MockXmlNode root = new MockXmlNode(null /* namespace */, "manifest", Node.ELEMENT_NODE, local
153 ui.loadFromXmlNode(root);
  /sdk/emulator/qtools/
parse_options.cpp 10 const char *root = ""; variable
41 " -r <root> use <root> as the path for finding ELF executables\n"
107 root = optarg;
  /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...]
  /bootable/recovery/edify/
main.c 24 extern int yyparse(Expr** root, int* error_count);
194 Expr* root; local
197 int error = yyparse(&root, &error_count);
201 ExprDump(0, root, buffer);
208 char* result = Evaluate(&state, root);
  /dalvik/hit/src/com/android/hit/
Heap.java 31 // Root objects such as interned strings, jni locals, etc
78 public final void addRoot(RootObj root) {
79 root.mIndex = mRoots.size();
80 mRoots.add(root);
181 for (RootObj root: mRoots) {
182 root.resolveReferences(state);

Completed in 378 milliseconds

1 2 3 4 5 6 7 891011>>