HomeSort by relevance Sort by last modified time
    Searched full:path (Results 201 - 225 of 42155) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/services/Telecomm/
.classpath 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="gen"/>
5 <classpathentry kind="src" path="frameworks-base-telecomm"/>
6 <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
7 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
8 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
9 <classpathentry kind="output" path="bin/classes"/>
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
.classpath 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 <classpathentry kind="src" path="src"/>
6 <classpathentry kind="lib" path="libs/hierarchyviewer2lib.jar" sourcepath="/hierarchyviewer2lib"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/>
9 <classpathentry kind="output" path="bin"/>
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
.classpath 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 <classpathentry kind="src" path="src"/>
6 <classpathentry exported="true" kind="lib" path="libs/sdkuilib.jar"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/>
9 <classpathentry kind="output" path="bin"/>
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
.classpath 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 <classpathentry kind="src" path="src"/>
6 <classpathentry kind="output" path="bin"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/>
9 <classpathentry combineaccessrules="false" kind="src" path="/sdklib"/>
  /sdk/testapps/javaProjectTest/lib1/
.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="com.android.ide.eclipse.adt.LIBRARIES"/>
7 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/javaProjectTest-javaProject"/>
8 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/USERLIBTEST2"/>
9 <classpathentry kind="output" path="bin/classes"/>
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PathTests.java 5 import android.graphics.Path;
30 Path path = new Path();
32 paint.getTextPath(text, 0, text.length(), 0, 0, path);
33 path.offset(0, 50);
34 canvas.drawPath(path, paint);
42 final Path path = new Path(); local
49 final Path path = new Path(); local
56 final Path path = new Path(); local
67 final Path path = new Path(); local
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
InFieldInitCriterion.java 23 public boolean isSatisfiedBy(TreePath path, Tree leaf) {
24 assert path == null || path.getLeaf() == leaf;
25 return isSatisfiedBy(path);
30 public boolean isSatisfiedBy(TreePath path) {
31 while (path != null) {
32 if (CommonScanner.isFieldInit(path)) {
33 return varCriterion.isSatisfiedBy(path);
35 path = path.getParentPath()
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
10 package_root_dir = os.path.abspath(os.path.join(dirname, os.pardir))
11 sys.path.insert(0, client_dir)
13 sys.path.pop(0)
18 sys.path.insert(0, os.path.join(package_root_dir))
20 print sys.path
    [all...]
  /external/chromium-trace/catapult/devil/bin/
run_py_devicetests 9 _CATAPULT_PATH = os.path.abspath(os.path.join(
10 os.path.dirname(__file__), '..', '..'))
11 _DEVIL_PATH = os.path.abspath(os.path.join(
12 os.path.dirname(__file__), '..'))
13 _TYP_PATH = os.path.abspath(os.path.join(_CATAPULT_PATH, 'third_party', 'typ'))
15 sys.path.append(_TYP_PATH)
18 sys.path.append(_DEVIL_PATH
    [all...]
  /external/icu/icu4j/perf-tests/
.classpath 3 <classpathentry kind="src" path="src"/>
4 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-charset"/>
5 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-currdata"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-langdata"/>
9 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-regiondata"/>
10 <classpathentry combineaccessrules="false" kind="src" path="/icu4j-tools"/>
11 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
12 <classpathentry kind="output" path="out/bin"/
    [all...]
  /external/owasp/sanitizer/
.classpath 3 <classpathentry kind="src" path="src/tests"/>
4 <classpathentry kind="src" path="out/genfiles"/>
5 <classpathentry kind="src" path="src/main"/>
6 <classpathentry kind="lib" path="lib/guava-libraries/guava.jar"/>
7 <classpathentry kind="lib" path="lib/htmlparser-1.3/htmlparser-1.3-with-transitions.jar"/>
8 <classpathentry kind="lib" path="lib/jsr305/jsr305.jar"/>
9 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
10 <classpathentry kind="lib" path="lib/commons-codec-1.4/commons-codec-1.4.jar"/>
11 <classpathentry kind="lib" path="lib/junit/junit.jar"/>
12 <classpathentry kind="output" path="out/classes"/
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
.classpath 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6 <classpathentry kind="lib" path="libs/jfreechart-1.0.9.jar"/>
7 <classpathentry kind="lib" path="libs/jcommon-1.0.12.jar"/>
8 <classpathentry kind="lib" path="libs/jfreechart-swt-1.0.9.jar"/>
9 <classpathentry exported="true" kind="lib" path="libs/ddmlib.jar" sourcepath="/ddmlib"/>
10 <classpathentry exported="true" kind="lib" path="libs/ddmuilib.jar" sourcepath="/ddmuilib"/>
11 <classpathentry exported="true" kind="lib" path="libs/uiautomatorviewer.jar" sourcepath="/uiautomatorviewer/src"/>
12 <classpathentry kind="output" path="bin"/
    [all...]
  /test/suite_harness/common/host-side/util/
.classpath 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4 <classpathentry kind="src" path="src"/>
5 <classpathentry kind="src" path="easymock"/>
6 <classpathentry kind="src" path="tests/src"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/>
8 <classpathentry combineaccessrules="false" kind="src" path="/tradefederation"/>
9 <classpathentry kind="var" path="TRADEFED_ROOT/out/host/common/obj/JAVA_LIBRARIES/json-prebuilt_intermediates/javalib.jar"/>
10 <classpathentry combineaccessrules="false" kind="src" path="/cts-common-util"/>
11 <classpathentry kind="var" path="TRADEFED_ROOT/out/host/common/obj/JAVA_LIBRARIES/jsonlib_intermediates/classes.jar"/>
12 <classpathentry kind="output" path="bin"/
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
gc_test.py 35 paths = [gc.Path("/foo", 8), gc.Path("/foo", 9), gc.Path("/foo", 10)]
38 self.assertEquals(n, [gc.Path("/foo", 9), gc.Path("/foo", 10)])
41 paths = [gc.Path("/foo", 0), gc.Path("/foo", 3)]
44 self.assertEquals(n, [gc.Path("/foo", 0), gc.Path("/foo", 3)])
48 gc.Path("/foo", 4), gc.Path("/foo", 5), gc.Path("/foo", 6)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 2 # Override built in module os to provide support for long file path
19 path = LongFilePathOsPath variable
21 def access(path, mode):
22 return os.access(LongFilePath(path), mode)
24 def remove(path):
25 return os.remove(LongFilePath(path))
30 def rmdir(path):
31 return os.rmdir(LongFilePath(path))
33 def mkdir(path):
34 return os.mkdir(LongFilePath(path))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
FileHook.py 42 def __init__(self, action, path, mode=-1):
44 self.path = path
51 self.workspace = os.path.normpath(workspace)
53 self.zipfile = os.path.join(self.workspace, gBACKUPFILE)
60 def _save(self, tmp, path):
61 if not self._tryhook(path):
63 self.rlist.append(_PathInfo(tmp, path))
65 def bkrmfile(self, path):
66 arc = self._tryhook(path)
    [all...]
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
common.py 5 """Common to set up import path."""
8 dirname = os.path.dirname(sys.modules[__name__].__file__)
9 cros_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
10 sys.path.insert(0, cros_dir)
  /external/autotest/client/common_lib/cros/fake_device_server/
common.py 5 """Common to set up import path."""
8 dirname = os.path.dirname(sys.modules[__name__].__file__)
9 cros_dir = os.path.abspath(os.path.join(dirname, ".."))
10 sys.path.insert(0, cros_dir)
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
__init__.py 7 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
8 PY_UTILS = os.path.abspath(os.path.join(SCRIPT_DIR, '..', '..', 'py_utils'))
9 sys.path.append(PY_UTILS)
  /external/clang/tools/scan-build-py/bin/
analyze-c++ 9 import os.path
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.dirname(this_dir))
analyze-cc 9 import os.path
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.dirname(this_dir))
intercept-build 12 import os.path
13 this_dir = os.path.dirname(os.path.realpath(__file__))
14 sys.path.append(os.path.dirname(this_dir))
intercept-c++ 9 import os.path
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.dirname(this_dir))
intercept-cc 9 import os.path
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.dirname(this_dir))
  /external/python/cpython3/Tools/scripts/
win_add2path.py 1 """Add Python to the search path on Windows
3 This is a simple script to add Python to the Windows search path. It
17 PATH = "PATH"
18 DEFAULT = "%PATH%"
21 pythonpath = os.path.dirname(os.path.normpath(sys.executable))
22 scripts = os.path.join(pythonpath, "Scripts")
26 userpath = os.path.dirname(usersite)
27 userscripts = os.path.join(userpath, "Scripts"
    [all...]

Completed in 522 milliseconds

1 2 3 4 5 6 7 891011>>