HomeSort by relevance Sort by last modified time
    Searched full:path (Results 476 - 500 of 17547) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 31 for path in ifaces:
32 if_obj = bus.get_object(WPAS_DBUS_SERVICE, path)
89 def scanDone2(success, path=None):
90 print "Scan done: success=%s [path=%s]" % (success, path)
148 path = wpas.GetInterface(ifname)
149 if_obj = bus.get_object(WPAS_DBUS_SERVICE, path)
152 path_keyword='path')
157 path=path)
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextOnPathActivity.java 23 import android.graphics.Path;
30 private Path mPath;
31 private Path mStraightPath;
44 private static Path makePath() {
45 Path path = new Path(); local
46 buildPath(path);
47 return path;
50 private static void buildPath(Path path)
58 Path path = new Path(); local
    [all...]
  /external/lldb/test/unittest2/
loader.py 15 from os.path import relpath
192 top_level_dir = os.path.abspath(top_level_dir)
194 if not top_level_dir in sys.path:
197 # in sys.path to minimise likelihood of conflicts between installed
199 sys.path.insert(0, top_level_dir)
203 if os.path.isdir(os.path.abspath(start_dir)):
204 start_dir = os.path.abspath(start_dir)
206 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py')
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/http/
PathMap.java 34 /** URI path map to Object.
35 * This mapping implements the path specification recommended
38 * Path specifications can be of the following forms:<PRE>
39 * /foo/bar - an exact path specification.
40 * /foo/* - a prefix path specification (must end '/*').
41 * *.ext - a suffix path specification.
42 * / - the default path specification.
50 * Multiple path specifications can be mapped by providing a list of
51 * specifications. By default this class uses characters ":," as path
57 * stripped from the path
    [all...]
  /art/test/081-hot-exceptions/
info.txt 1 Make a hot exception-throwing path to stress test how the trace builder handles
  /bionic/libc/tools/
generate-NOTICE.py 17 def IsUninteresting(path):
18 path = path.lower()
19 if path.endswith(".mk") or path.endswith(".py") or path.endswith(".pyc") or path.endswith(".txt") or path.endswith(".3"):
21 if path.endswith("/notice") or path.endswith("/readme") or path.endswith("/caveats")
116 path = os.path.join(directory, filename) variable
    [all...]
  /cts/common/host-side/java-scanner/
MANIFEST.mf 3 Class-Path: compatibility-common-util-hostsidelib_v2.jar
  /cts/common/host-side/native-scanner/
MANIFEST.mf 3 Class-Path: compatibility-common-util-hostsidelib_v2.jar
  /cts/common/host-side/xml-plan-generator/
MANIFEST.mf 3 Class-Path: compatibility-common-util-hostsidelib_v2.jar
  /dalvik/dx/tests/116-leb128/
info.txt 3 The run script requires vogar, so you must have vogar on your $PATH to run this
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_httpserver.py 23 wsgi_handler.path = '/path'
39 wsgi_handler.path = '/path'
  /external/clang/test/Modules/
macro-hiding.cpp 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DD1
3 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DC1
4 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DC1 -DD1
5 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2
6 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DD1
7 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DC1
8 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DC1 -DD1
9 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1
10 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1 -DD1
11 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1 -DC
    [all...]
pr21687.cpp 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/PR21687 -emit-llvm-only %s
  /external/clang/test/PCH/
module-hash-difference.m 3 // RUN: %clang_cc1 -emit-pch -o %t.pch %s -I %S/Inputs/modules -fmodules -fmodules-cache-path=%t.mcp
4 // RUN: not %clang_cc1 -fsyntax-only -include-pch %t.pch %s -I %S/Inputs/modules -fmodules -fmodules-cache-path=%t.mcp -fdisable-module-hash 2> %t.err
7 // CHECK: error: PCH was compiled with module cache path {{.*}}, but the path is currently {{.*}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/data/30/fragment/
fragment.xml 6 <location path="src" />
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/data/30/plugin/
plugin.xml 6 <location path="src" />
  /external/fonttools/Lib/fontTools/misc/
macCreatorType.py 16 def getMacCreatorAndType(path):
18 fileCreator, fileType = MacOS.GetCreatorAndType(path)
29 def setMacCreatorAndType(path, fileCreator, fileType):
36 MacOS.SetCreatorAndType(path, fileCreator, fileType)
  /external/icu/icu4c/source/tools/gentest/
gentest.h 12 U_CFUNC int genres32(const char *prog, const char *path);
  /external/libselinux/src/
deny_unknown.c 15 char path[PATH_MAX]; local
23 snprintf(path, sizeof(path), "%s/deny_unknown", selinux_mnt);
24 fd = open(path, O_RDONLY);
enabled.c 28 char buf[20], path[PATH_MAX]; local
34 snprintf(path, sizeof path, "%s/mls", selinux_mnt);
35 fd = open(path, O_RDONLY);
get_initial_context.c 16 char path[PATH_MAX]; local
26 snprintf(path, sizeof path, "%s%s%s",
28 fd = open(path, O_RDONLY);
getenforce.c 15 char path[PATH_MAX]; local
23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt);
24 fd = open(path, O_RDONLY);
getfilecon.c 10 int getfilecon(const char *path, char ** context)
22 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
26 size = getxattr(path, XATTR_NAME_SELINUX, NULL, 0);
37 ret = getxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
lgetfilecon.c 10 int lgetfilecon(const char *path, char ** context)
22 ret = lgetxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
26 size = lgetxattr(path, XATTR_NAME_SELINUX, NULL, 0);
37 ret = lgetxattr(path, XATTR_NAME_SELINUX, buf, size - 1);
load_policy.c 21 char path[PATH_MAX]; local
29 snprintf(path, sizeof path, "%s/load", selinux_mnt);
30 fd = open(path, O_RDWR);

Completed in 124 milliseconds

<<11121314151617181920>>