HomeSort by relevance Sort by last modified time
    Searched full:path1 (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /ndk/tests/build/import-install/jni/
main.c 1 #include "path1.h"
5 return path1(x) - 16;
Android.mk 9 $(call import-module,path1)
  /ndk/tests/build/import-install/path1/
path1.h 3 extern int path1(int x);
path1.c 1 #include "path1.h"
4 int path1(int x) function
Android.mk 9 LOCAL_SRC_FILES := path1.c
  /ndk/tests/build/multi-module-path/
build.sh 6 export NDK_MODULE_PATH=`pwd`/path1:`pwd`/path2
run.sh 6 export NDK_MODULE_PATH=`pwd`/path1:`pwd`/path2
  /cts/tests/tests/content/src/android/content/cts/
ContentUrisTest.java 26 private static final String PATH1 = "testPath1";
32 private Uri uri1 = Uri.parse("content://" + AUTHORITY + "/" + PATH1);
70 String expected = "content://" + AUTHORITY + "/" + PATH1 + "/" + CODE1;
91 String expected = "content://" + AUTHORITY + "/" + PATH1 + "/" + CODE1;
  /external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java 67 String path1 = normalizePath(c1); local
69 if (path1.equals(path2)) {
71 } else if (path1.startsWith(path2)) {
73 } else if (path2.startsWith(path1)) {
  /external/openssh/
sftp.c 1116 int *hflag, int *sflag, unsigned long *n_arg, char **path1, char **path2)
1161 *path1 = *path2 = NULL;
1175 *path1 = xstrdup(argv[optidx]);
1193 *path1 = xstrdup(argv[optidx]);
1196 undo_glob_escape(*path1);
1211 *path1 = xstrdup(argv[optidx]);
1214 undo_glob_escape(*path1);
1222 *path1 = NULL;
1224 *path1 = xstrdup(argv[optidx]);
1225 undo_glob_escape(*path1);
1289 char *path1, *path2, *tmp; local
    [all...]
  /external/bluetooth/glib/gio/tests/
g-file.c 29 const char *path1; member in struct:TestPathsWithOper
81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2)
89 file1 = g_file_new_for_uri (path1);
94 file1 = g_file_new_for_path (path1);
134 gboolean equal = compare_two_files (FALSE, cmp_paths[i].path1, cmp_paths[i].path2);
163 gboolean equal = compare_two_files (TRUE, cmp_uris[i].path1, cmp_uris[i].path2);
211 gboolean equal = dup_equals (dup_paths[i].use_uri, dup_paths[i].path1);
274 gboolean equal = parse_check_utf8 (strings[i].use_uri, strings[i].path1, strings[i].path2);
335 char *s = resolve_arg (arg_data[i].use_uri, arg_data[i].path1);
402 /* path1 equal uri path2 path3 *
    [all...]
  /external/chromium/chrome/browser/extensions/
app_process_apitest.cc 85 ui_test_utils::NavigateToURL(browser(), base_url.Resolve("path1/empty.html"));
105 base_url.Resolve("path1/empty.html"), true);
117 const GURL& app_url(base_url.Resolve("path1/empty.html"));
169 ui_test_utils::NavigateToURL(browser(), base_url.Resolve("path1/empty.html"));
173 browser(), base_url.Resolve("path1/redirect.html"), 2);
178 EXPECT_EQ("/files/extensions/api_test/app_process/path1/empty.html",
  /external/skia/tests/
PathTest.cpp 118 SkPath path0, path1; local
121 add_rect(&path1, rects[i]);
124 REPORTER_ASSERT(reporter, path0.getBounds() == path1.getBounds());
501 SkPath path1; local
502 path1.moveTo(r1[0].fX, r1[0].fY);
504 path1.lineTo(r1[index].fX, r1[index].fY);
506 path1.close();
507 path1.lineTo(1, 0);
508 REPORTER_ASSERT(reporter, fail ^ path1.isRect(0));
511 path1.reset()
    [all...]
  /external/dbus/dbus/
dbus-object-tree.c 1501 const char *path1[] = { "foo", NULL }; local
    [all...]
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 49 m_pTestee->insert<InputTree::Inclusive>(node, "FileSpec", "path1");
78 m_pTestee->insert<InputTree::Inclusive>(node, "FileSpec", "path1");
84 m_pTestee->insert<InputTree::Inclusive>(node,"FileSpec", "path1");
107 m_pTestee->insert(node, InputTree::Afterward, "FileSpec", "path1");
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 71 Path path1 = new Path(); local
72 setPath(path1);
73 path.set(path1);
350 Path path1 = new Path(); local
351 setPath(path1);
352 path.set(path1);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 74 URL path1 = new File("src/test/resources/provider/correct").toURL(); local
77 new URL[] { path1, path2 }) {
104 URL path1 = new File("src/test/resources/provider/wrong").toURL(); local
107 new URL[] { path1, path2 }) {
178 URL path1 = new File("src/test/resources/provider/correct").toURL(); local
181 new URL[] { path1, path2 }) {
201 URL path1 = new File("src/test/resources/provider/wrong").toURL(); local
204 new URL[] { path1, path2 }) {
DecimalFormatSymbolsTest.java 83 URL path1 = new File("src/test/resources/provider/correct").toURL(); local
86 new URL[] { path1, path2 }) {
113 URL path1 = new File("src/test/resources/provider/wrong").toURL(); local
116 new URL[] { path1, path2 }) {
189 URL path1 = new File("src/test/resources/provider/correct").toURL(); local
192 new URL[] { path1, path2 }) {
212 URL path1 = new File("src/test/resources/provider/wrong").toURL(); local
215 new URL[] { path1, path2 }) {
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 61 def normpaths_equal(path1, path2):
65 return os.path.normpath(path1) == os.path.normpath(path2)
  /external/webkit/Tools/Scripts/webkitpy/style/
main_unittest.py 83 paths=["path1"])
89 self._assert_result(paths, ["path1"], log_messages,
filter_unittest.py 222 path_specific = [(["path1"], ["+b"]),
228 self.assertFalse(config.should_check("c", "path1"))
231 self.assertFalse(config.should_check("c", "path2/path1"))
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
ExtraPackageTest_v3.java 63 "path1.jar" + PS + "dir2/jar 2.jar" + PS + "dir/3/path");
80 "path1.jar" + PS + "dir2/jar 2.jar" + PS + "dir/3/path");
98 "[path1.jar, dir2/jar 2.jar, dir/3/path]",
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/makedict/
DictionaryMaker.java 93 * Utility method that throws an exception if path1 and path2 point to the same file.
95 private static void checkNotSameFile(final String path1, final String path2)
97 if (null == path1 || null == path2) return;
98 if (new File(path1).getCanonicalPath().equals(new File(path2).getCanonicalPath())) {
99 throw new RuntimeException(path1 + " and " + path2 + " are the same file: "
  /external/chromium/chrome/browser/
browsing_data_appcache_helper_unittest.cc 37 GURL manifest2("http://example2.com/path1/manifest.xml");
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 69 " c-arcmt-test <remap-file-path1> <remap-file-path2> ...\n\n\n");

Completed in 1053 milliseconds

1 2 3 4