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

<<31323334353637383940>>

  /external/clang/include/clang/Config/
config.h.in 20 /* Default <path> to all compiler invocations for --sysroot=<path>. */
  /external/clang/test/Analysis/
chroot.c 3 extern int chroot(const char* path);
4 extern int chdir(const char* path);
  /external/clang/test/Driver/
modules-cache-path.m 2 // CHECK-SET: -fmodules-cache-path={{.*}}org.llvm.clang.asdf{{[/\\]+}}ModuleCache
5 // CHECK-DEFAULT: -fmodules-cache-path={{.*}}org.llvm.clang.{{[A-Za-z0-9_]*[/\\]+}}ModuleCache
  /external/clang/test/Modules/
compiler_builtins.m 2 // RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -I%S/Inputs/System/usr/include -Xclang -verify
3 // RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -I%S/Inputs/System/usr/include -Xclang -verify
macro-reexport.cpp 2 // RUN: %clang_cc1 -fsyntax-only -DC1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify
3 // RUN: %clang_cc1 -fsyntax-only -DC1 -I%S/Inputs/macro-reexport -fmodules %s -fmodules-cache-path=%t -verify
4 // RUN: %clang_cc1 -fsyntax-only -DD1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify
5 // RUN: %clang_cc1 -fsyntax-only -DD1 -I%S/Inputs/macro-reexport -fmodules %s -fmodules-cache-path=%t -verify
6 // RUN: %clang_cc1 -fsyntax-only -DD2 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify
7 // RUN: %clang_cc1 -fsyntax-only -DD2 -I%S/Inputs/macro-reexport -fmodules %s -fmodules-cache-path=%t -verify
8 // RUN: %clang_cc1 -fsyntax-only -DF1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify
9 // RUN: %clang_cc1 -fsyntax-only -DF1 -I%S/Inputs/macro-reexport -fmodules %s -fmodules-cache-path=%t -verify
modules-with-same-name.m 3 // A from path 1
4 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/path1/A -DDIRECT -DEXPECTED_PATH=1
6 // A from path 2
7 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/path2/A -DDIRECT -DEXPECTED_PATH=2
12 // DependsOnA, using A from path 1
13 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -DEXPECTED_PATH=1
18 // DependsOnA, using A from path 2
19 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path2/A -DEXPECTED_PATH=2
  /external/clang/test/VFS/
umbrella-mismatch.m 4 // RUN: %clang_cc1 -Werror -fmodules -fmodules-cache-path=%t -ivfsoverlay %t.yaml -F %S/Inputs -fsyntax-only %s -verify
5 // RUN: %clang_cc1 -Werror -fmodules -fmodules-cache-path=%t -F %S/Inputs -fsyntax-only %s -verify
  /external/compiler-rt/test/sanitizer_common/Unit/
lit.site.cfg.in 12 # FIXME: De-hardcode this path.
13 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib",
  /external/compiler-rt/test/tsan/
lit.cfg 18 config.test_source_root = os.path.dirname(__file__)
38 # FIXME: Dehardcode this path somehow.
39 libcxx_path = os.path.join(config.compiler_rt_obj_root, "lib",
41 libcxx_incdir = os.path.join(libcxx_path, "include", "c++", "v1")
42 libcxx_libdir = os.path.join(libcxx_path, "lib")
43 libcxx_so = os.path.join(libcxx_libdir, "libc++.so")
58 config.substitutions.append( ("%deflake ", os.path.join(os.path.dirname(__file__), "deflake.bash")) )
  /external/deqp/scripts/src_util/
pre_commit.py 30 def croak(path, line, msg, *args):
33 if path is not None:
34 sys.stderr.write("%s:%d: " % (path, line or 0))
48 for path in get_changed_paths('ACR'):
50 path.decode('ascii')
52 croak(path, 0, "Non-ASCII file name")
75 for path in get_changed_paths('AM'):
76 check_external_guards(open(path))
  /external/droiddriver/src/io/appium/droiddriver/
UiDevice.java 50 * Takes a screenshot of current window and stores it in {@code path} as PNG.
57 * @param path the path of file to save screenshot
60 boolean takeScreenshot(String path);
63 * Takes a screenshot of current window and stores it in {@code path}. Note
67 * @param path the path of file to save screenshot
74 boolean takeScreenshot(String path, CompressFormat format, int quality);
  /external/glide/testutil/src/main/java/com/bumptech/glide/testutil/
TestResourceUtil.java 14 * Returns an InputStream for the given test class and sub-path.
17 * @param subPath The sub-path under androidTest/resources where the desired resource is located.
  /external/guava/guava-gwt/test/com/google/common/primitives/
testModule.gwt.xml 11 <source path=""/>
13 <super-source path="super"/>
  /external/guava/guava-gwt/test/com/google/common/testing/
testModule.gwt.xml 10 <source path=""/>
12 <super-source path="super"/>
  /external/guava/guava-gwt/test/com/google/common/util/concurrent/
testModule.gwt.xml 11 <source path=""/>
13 <super-source path="super"/>
  /external/icu/icu4c/source/extra/uconv/unicode/
uwmsg.h 18 /* Set the path to wmsg's bundle.
21 U_CFUNC UResourceBundle *u_wmsg_setPath(const char *path, UErrorCode *err);
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 0 path certificate "/etc/openssl/certs";
2 path pre_shared_key "/etc/racoon/psk.txt";
  /external/jetty/src/config/etc/
spnego.conf 4 keyTab="/path/to/jetty/etc/krb5.keytab"
15 keyTab="/path/to/jetty/etc/krb5.keytab"
  /external/libcxx/test/libcxx/android/
adb.py 13 def mkdir(path):
14 cmd = ['adb', 'shell', 'mkdir', path]
  /external/libcxxabi/test/
lit.cfg 9 site.addsitedir(os.path.dirname(__file__))
23 # test_source_root: The root path where tests are located.
24 config.test_source_root = os.path.dirname(__file__)
31 libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx')
32 libcxx_test_src_root = os.path.join(libcxx_src_root, 'test')
33 if os.path.isfile(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')):
54 config.test_exec_root = os.path.join(obj_root, 'test')
  /external/lldb/test/functionalities/command_script/
py_import 2 script sys.path.append(os.path.join(os.getcwd(), os.pardir))
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.c 77 char path[PATH_MAX]; local
85 ret = util_snprintf(path, sizeof(path), "%.*s/%s%s%s",
89 ret = util_snprintf(path, sizeof(path), "%s%s%s",
92 if (ret > 0 && ret < sizeof(path)) {
93 lib = util_dl_open(path);
95 debug_printf("loaded %s\n", path);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
CwdCommandHandler.java 41 String path = getRealPath(session, command.getRequiredParameter(0)); local
44 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist"); local
45 verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory"); local
48 verifyExecutePermission(session, path);
50 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, path);
51 sendReply(session, ReplyCodes.CWD_OK, "cwd", list(path));
  /external/skia/gm/
nested.cpp 44 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) {
47 path->addRect(rect, dir);
52 path->addRRect(rr, dir);
56 path->addOval(rect, dir);
95 SkPath path; variable
97 AddShape(&path, outerRect, (Shapes) outerShape, SkPath::kCW_Direction);
98 AddShape(&path, innerRects[innerRect], (Shapes) innerShape,
101 canvas->drawPath(path, shapePaint);
  /external/skia/platform_tools/android/tests/
generate_user_config_tests.py 21 sys.path.append(test_variables.GYP_GEN_DIR)
28 # Path to unchanging Dummy SkUserConfig file.
29 FULL_DUMMY_PATH = os.path.join(os.path.dirname(__file__), 'inputs',
51 original = os.path.join(tmp, MISSING_FILENAME)
52 assert not os.path.exists(original)
67 actual_name = os.path.join(tmp, MISSING_FILENAME)
78 actual_name = os.path.join(tmp, USER_CONFIG_NAME)

Completed in 198 milliseconds

<<31323334353637383940>>