HomeSort by relevance Sort by last modified time
    Searched defs:test_path (Results 1 - 13 of 13) sorted by null

  /external/libchrome/base/files/
scoped_temp_dir_unittest.cc 16 FilePath test_path; local
18 &test_path);
21 EXPECT_TRUE(DirectoryExists(test_path));
24 EXPECT_TRUE(dir.Set(test_path));
27 EXPECT_FALSE(DirectoryExists(test_path));
31 EXPECT_TRUE(dir.Set(test_path));
33 EXPECT_TRUE(DirectoryExists(test_path));
36 EXPECT_EQ(path.value(), test_path.value());
39 EXPECT_TRUE(DirectoryExists(test_path));
44 EXPECT_TRUE(dir.Set(test_path));
52 FilePath test_path; local
71 FilePath test_path; local
    [all...]
  /external/skia/gm/
pathreverse.cpp 50 static void test_path(SkCanvas* canvas, const SkPath& path) { function
61 test_path(canvas, path);
67 test_path(canvas, rev);
  /external/jemalloc/
Android.test.mk 21 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(test_path)
52 test_path := macro
  /external/skia/tests/
TessellatingPathRendererTests.cpp 235 static void test_path(GrDrawTarget* dt, GrRenderTarget* rt, GrResourceProvider* rp, function
269 test_path(dt, rt, rp, create_path_0());
270 test_path(dt, rt, rp, create_path_1());
271 test_path(dt, rt, rp, create_path_2());
272 test_path(dt, rt, rp, create_path_3());
273 test_path(dt, rt, rp, create_path_4());
274 test_path(dt, rt, rp, create_path_5());
275 test_path(dt, rt, rp, create_path_6());
276 test_path(dt, rt, rp, create_path_7());
277 test_path(dt, rt, rp, create_path_8())
    [all...]
  /external/webrtc/webrtc/base/
filerotatingstream_unittest.cc 29 Pathname test_path; local
30 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path));
32 test_path.AppendFolder(dir_name);
33 ASSERT_TRUE(Filesystem::CreateFolder(test_path));
34 dir_path_ = test_path.pathname();
188 Pathname test_path; local
189 ASSERT_TRUE(Filesystem::GetAppTempFolder(&test_path));
191 test_path.AppendFolder(dir_name);
192 ASSERT_TRUE(Filesystem::CreateFolder(test_path));
193 dir_path_ = test_path.pathname()
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 15 attr_accessor :test_path
18 File.basename( test_path, '.rb' )
22 File.dirname( test_path )
159 klass.test_path = call_stack[ 0 ].file
166 def test_path method in class:ANTLR3.Test.Functional
167 self.class.test_path
  /external/opencv3/modules/photo/test/
test_hdr.cpp 91 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/tonemap/"; local
94 loadImage(test_path + "image.hdr", img);
99 loadImage(test_path + "linear.png", expected);
105 loadImage(test_path + "drago.png", expected);
111 loadImage(test_path + "durand.png", expected);
117 loadImage(test_path + "reinhard.png", expected);
123 loadImage(test_path + "mantiuk.png", expected);
157 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/";
160 loadExposureSeq((test_path + "exposures/").c_str() , images);
165 loadImage(test_path + "merge/mertens.png", expected)
206 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr\/"; local
226 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr\/"; local
245 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr\/"; local
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
graph_data.py 192 def test_path(self): member in class:Test
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 33 test_path = "!!!_test_!!!" variable
52 def __init__(self, path=test_path):
53 if path != test_path:
225 sys.path.append(test_path)
  /external/libnl/lib/route/sch/
netem.c 876 char *test_path[] = { "", "./", "/usr/lib/tc/", "/usr/local/lib/tc/" }; local
878 for (i = 0; i < sizeof(test_path) && f == NULL; i++) {
879 snprintf(name, NAME_MAX, "%s%s%s", test_path[i], dist_type, dist_suffix);

Completed in 1046 milliseconds