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

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
.classpath 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="src_rss"/>
5 <classpathentry kind="src" path="src_bugzilla"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
8 <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.osgi.util_3.2.100.v20100503.jar"/>
9 <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ant.jar"/>
10 <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ant-launcher.jar"/>
11 <classpathentry kind="output" path="bin"/>
  /external/icu/icu4j/tools/misc/
.classpath 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
5 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-translit-tests"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-translit"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
9 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-test-framework"/>
10 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core-tests"/>
11 <classpathentry kind="output" path="out/bin"/>
  /external/libgdx/backends/gdx-backend-lwjgl/
.classpath 3 <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5 <classpathentry exported="true" kind="lib" path="/gdx/libs/gdx-natives.jar"/>
6 <classpathentry exported="true" kind="lib" path="libs/gdx-backend-lwjgl-natives.jar"/>
7 <classpathentry exported="true" kind="lib" path="libs/jlayer-1.0.1-libgdx.jar"/>
8 <classpathentry exported="true" kind="lib" path="libs/jorbis.jar"/>
9 <classpathentry exported="true" kind="lib" path="libs/lwjgl.jar"/>
10 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx"/>
11 <classpathentry kind="output" path="bin"/>
  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 32 struct path;
50 typedef VGboolean (*path_for_each_cb)(struct path *p,
54 struct path *path_create(VGPathDatatype dt, VGfloat scale, VGfloat bias,
58 void path_destroy(struct path *p);
60 VGbitfield path_capabilities(struct path *p);
61 void path_set_capabilities(struct path *p, VGbitfield bf);
63 void path_append_data(struct path *p,
68 void path_append_path(struct path *dst,
69 struct path *src);
71 VGint path_num_segments(struct path *p)
    [all...]
  /external/chromium-trace/catapult/catapult_build/
run_with_typ.py 12 def Run(top_level_dir, path=None):
17 path: A list of extra paths to add to sys.path when running the tests.
22 typ_path = os.path.abspath(os.path.join(
23 os.path.dirname(__file__), os.path.pardir, 'third_party', 'typ'))
28 path=(path or []),
32 def _AddToPathIfNeeded(path)
    [all...]
  /external/libgdx/tests/gdx-tests-android/
.classpath 3 <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
4 <classpathentry excluding="**/.svn/*" kind="src" path="gen"/>
5 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx"/>
6 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-backend-android"/>
7 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-tests"/>
8 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-freetype"/>
9 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-bullet"/>
10 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-controllers"/>
11 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-controllers-android"/>
12 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PathTest.java 3 import android.graphics.Path;
22 Path path = Robolectric.newInstanceOf(Path.class); local
23 path.quadTo(0, 5, 10, 15);
24 ShadowPath shadowPath = shadowOf(path);
30 Path path = Robolectric.newInstanceOf(Path.class); local
31 path.moveTo(2, 3)
42 Path path = Robolectric.newInstanceOf(Path.class); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/
.classpath 3 <classpathentry exported="true" kind="lib" path="libs/dvlib.jar" sourcepath="/dvlib"/>
4 <classpathentry exported="true" kind="lib" path="libs/common.jar" sourcepath="/common"/>
5 <classpathentry exported="true" kind="lib" path="libs/commons-codec-1.4.jar"/>
6 <classpathentry exported="true" kind="lib" path="libs/commons-compress-1.0.jar"/>
7 <classpathentry exported="true" kind="lib" path="libs/commons-logging-1.1.1.jar"/>
8 <classpathentry exported="true" kind="lib" path="libs/guava-17.0.jar"/>
9 <classpathentry exported="true" kind="lib" path="libs/httpclient-4.1.1.jar"/>
10 <classpathentry exported="true" kind="lib" path="libs/httpcore-4.1.jar"/>
11 <classpathentry exported="true" kind="lib" path="libs/kxml2-2.3.0.jar"/>
12 <classpathentry exported="true" kind="lib" path="libs/layoutlib-api.jar" sourcepath="/layoutlib-api"/
    [all...]
  /cts/tests/tests/transition/src/android/transition/cts/
ArcMotionTest.java 18 import android.graphics.Path;
30 Path expected = arcWithPoint(0, 100, 100, 0, 100, 100);
31 Path path = arcMotion.getPath(0, 100, 100, 0); local
32 assertPathMatches(expected, path);
35 path = arcMotion.getPath(100, 0, 0, -100);
36 assertPathMatches(expected, path);
39 path = arcMotion.getPath(0, -100, -100, 0);
40 assertPathMatches(expected, path);
43 path = arcMotion.getPath(-100, 0, 0, 100)
52 Path path; local
93 Path path = new Path(); local
109 Path path = arcMotion.getPath(0, 100, 100, 0); local
121 Path path = arcMotion.getPath(0, 0, 100, 0); local
138 Path path = arcMotion.getPath(0, 0, 0, 100); local
    [all...]
  /prebuilts/go/darwin-x86/src/path/
path.go 5 // Package path implements utility routines for manipulating slash-separated
7 package path
13 // A lazybuf is a lazily constructed path buffer.
50 // Clean returns the shortest path name equivalent to path
55 // 2. Eliminate each . path name element (the current directory).
56 // 3. Eliminate each inner .. path name element (the parent directory)
58 // 4. Eliminate .. elements that begin a rooted path:
59 // that is, replace "/.." by "/" at the beginning of a path.
61 // The returned path ends in a slash only if it is the root "/"
    [all...]
  /prebuilts/go/linux-x86/src/path/
path.go 5 // Package path implements utility routines for manipulating slash-separated
7 package path
13 // A lazybuf is a lazily constructed path buffer.
50 // Clean returns the shortest path name equivalent to path
55 // 2. Eliminate each . path name element (the current directory).
56 // 3. Eliminate each inner .. path name element (the parent directory)
58 // 4. Eliminate .. elements that begin a rooted path:
59 // that is, replace "/.." by "/" at the beginning of a path.
61 // The returned path ends in a slash only if it is the root "/"
    [all...]
  /external/androidplot/AndroidPlot-Core/
.classpath 3 <classpathentry kind="src" output="target/classes" path="src/main/java"/>
4 <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
6 <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
7 <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
8 <classpathentry kind="output" path="target/classes"/>
  /external/autotest/frontend/health/
common.py 8 dirname = os.path.dirname(sys.modules[__name__].__file__)
9 autotest_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
10 client_dir = os.path.join(autotest_dir, 'client')
11 sys.path.insert(0, client_dir)
13 sys.path.pop(0)
  /external/autotest/scheduler/
archive_results.py 8 def archive_results(self, path):
14 if not path.endswith('/'):
15 path += '/'
17 logging.info('Archiving %s to %s', path, results_host)
19 utility.sync_send_file_to(results_host, path, path, can_fail=True)
  /external/autotest/server/cros/faft/config/
common.py 6 dirname = os.path.dirname(sys.modules[__name__].__file__)
7 autotest_dir = os.path.abspath(
8 os.path.join(dirname, os.pardir, os.pardir, os.pardir, os.pardir))
9 client_dir = os.path.join(autotest_dir, 'client')
10 sys.path.insert(0, client_dir)
12 sys.path.pop(0)
  /external/chromium-trace/catapult/trace_processor/bin/
process_traces 10 path_to_catapult = os.path.join(os.path.dirname(__file__), '..', '..')
11 path_to_tracing = os.path.join(path_to_catapult, 'tracing')
12 path_to_trace_processor = os.path.join(path_to_catapult, 'trace_processor')
14 sys.path.append(path_to_tracing)
15 sys.path.append(path_to_trace_processor)
  /external/icu/icu4j/demos/
.classpath 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
5 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-charset"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-translit"/>
8 <classpathentry kind="output" path="out/bin"/>
  /external/icu/icu4j/main/tests/charset/
.classpath 3 <classpathentry excluding="**/.svn/" kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
5 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-charset"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-test-framework"/>
8 <classpathentry kind="output" path="out/bin"/>
  /external/icu/icu4j/samples/
.classpath 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ICU_JAR"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
8 <classpathentry kind="output" path="out"/>
  /external/libgdx/backends/gdx-backend-android/
.classpath 3 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx"/>
4 <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6 <classpathentry kind="lib" path="libs/android-4.4.jar"/>
7 <classpathentry kind="lib" path="libs/support-v4-19.0.1.jar"/>
8 <classpathentry kind="output" path="bin"/>
  /external/libgdx/backends/gdx-backends-gwt/
.classpath 3 <classpathentry excluding="com/badlogic/gdx/backends/gwt/emu/" kind="src" path="src"/>
4 <classpathentry excluding="java/lang/System.java" kind="src" path="src/com/badlogic/gdx/backends/gwt/emu"/>
5 <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/gdx"/>
8 <classpathentry kind="output" path="war/WEB-INF/classes"/>
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-lwjgl3/
.classpath 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4 <classpathentry excluding="**/.svn/*" kind="src" path="src"/>
5 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/gdx-controllers"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/gdx-backend-lwjgl3"/>
8 <classpathentry kind="output" path="bin"/>
  /external/opencv3/modules/java/android_test/
.classpath 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="gen"/>
5 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
7 <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
8 <classpathentry kind="output" path="bin/classes"/>
  /external/opencv3/samples/android/camera-calibration/
.classpath 3 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
4 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
5 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
6 <classpathentry kind="src" path="src"/>
7 <classpathentry kind="src" path="gen"/>
8 <classpathentry kind="output" path="bin/classes"/>
  /external/vulkan-validation-layers/tests/
_run_all_tests.ps1 11 Set-Item -path env:Path -value ($env:Path + ";..\loader\$dPath")
12 Set-Item -path env:Path -value ($env:Path + ";gtest-1.7.0\$dPath")

Completed in 1403 milliseconds

<<11121314151617181920>>