HomeSort by relevance Sort by last modified time
    Searched defs:ROOT (Results 1 - 23 of 23) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Makefile 2 ROOT=../..
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 7 var ROOT = 'http://stackoverflow.com';
40 var url = ROOT + question.question_answers_url;
  /external/chromium_org/v8/tools/
test-server.py 37 ROOT = os.path.abspath(os.path.dirname(sys.argv[0]))
67 data_dir = os.path.join(ROOT, "data")
72 trusted_dir = os.path.join(ROOT, "trusted")
113 testrunner_dir = os.path.join(ROOT, "testrunner")
128 v8_dir = os.path.join(ROOT, "v8")
163 if not os.path.isdir(os.path.join(ROOT, "v8")):
173 daemon = main.Server(PIDFILE, ROOT)
176 daemon = main.Server(PIDFILE, ROOT)
179 daemon = main.Server(PIDFILE, ROOT)
204 daemon = main.Server(PIDFILE, ROOT)
    [all...]
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 31 import android.provider.DocumentsContract.Root;
56 // Use these as the default columns to return information about a root if no specific
59 Root.COLUMN_ROOT_ID,
60 Root.COLUMN_MIME_TYPES,
61 Root.COLUMN_FLAGS,
62 Root.COLUMN_ICON,
63 Root.COLUMN_TITLE,
64 Root.COLUMN_SUMMARY,
65 Root.COLUMN_DOCUMENT_ID,
66 Root.COLUMN_AVAILABLE_BYTE
    [all...]
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 31 import android.provider.DocumentsContract.Root;
56 // Use these as the default columns to return information about a root if no specific
59 Root.COLUMN_ROOT_ID,
60 Root.COLUMN_MIME_TYPES,
61 Root.COLUMN_FLAGS,
62 Root.COLUMN_ICON,
63 Root.COLUMN_TITLE,
64 Root.COLUMN_SUMMARY,
65 Root.COLUMN_DOCUMENT_ID,
66 Root.COLUMN_AVAILABLE_BYTE
    [all...]
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 31 import android.provider.DocumentsContract.Root;
56 // Use these as the default columns to return information about a root if no specific
59 Root.COLUMN_ROOT_ID,
60 Root.COLUMN_MIME_TYPES,
61 Root.COLUMN_FLAGS,
62 Root.COLUMN_ICON,
63 Root.COLUMN_TITLE,
64 Root.COLUMN_SUMMARY,
65 Root.COLUMN_DOCUMENT_ID,
66 Root.COLUMN_AVAILABLE_BYTE
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 37 * always include the root node, unless the context node is the root node.
44 * root node.
121 * root, descendants, attributes, and namespace node decls.
136 * root.
142 * from and including the root.
148 * from and including the root.
153 * A non-xpath axis, returns root only.
155 public static final int ROOT = 19;
202 "descendants-from-root", // 1
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 56 # The root context.
57 ROOT = 'root'
116 ROOT, BLOCK, CASE_BLOCK, FOR_GROUP_BLOCK, IMPLIED_BLOCK])
196 self._AddContext(EcmaContext.ROOT)
222 ParseError: If the root context is popped.
386 # ternary_false > ternary_true > statement > root
423 self._PopContextType(self, EcmaContext.ROOT)
425 # Ignore the "popped to root" error.
483 # looks like ternary_false > var > statement > root
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmametadatapass.py 56 # The root context.
57 ROOT = 'root'
116 ROOT, BLOCK, CASE_BLOCK, FOR_GROUP_BLOCK, IMPLIED_BLOCK])
166 """Get the root context that contains this context, if any."""
169 if context.type is EcmaContext.ROOT:
243 self._AddContext(EcmaContext.ROOT)
269 ParseError: If the root context is popped.
437 # ternary_false > ternary_true > statement > root
474 self._PopContextType(self, EcmaContext.ROOT)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstRangeOpsTest.java 47 private static final SimpleNode ROOT;
57 ROOT = d;
64 countAggregate, GeneralRange.downTo(Ordering.natural(), c, type), ROOT);
78 countAggregate, GeneralRange.upTo(Ordering.natural(), c, type), ROOT);
98 Ordering.natural(), chars.charAt(i), lb, chars.charAt(j), ub), ROOT);
119 countAggregate, GeneralRange.<Character>all(Ordering.natural()), ROOT));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 47 private static final String ROOT = "resources/net.resources/HTTP/html/testres231";
56 port = Support_Jetty.startHttpServerWithDocRoot(ROOT);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 714 milliseconds