OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_dir
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/tools/tests/
skimage_self_test.py
41
def test_invalid_file(
file_dir
, skimage_binary):
47
invalid_file = os.path.join(
file_dir
, "skimage", "input", "bad-images",
56
expectations_dir = os.path.join(
file_dir
, "skimage", "input", "bad-images")
95
def test_incorrect_expectations(
file_dir
, skimage_binary):
98
valid_file = os.path.join(
file_dir
, "skimage", "input",
101
expectations_dir = os.path.join(
file_dir
, "skimage", "input",
118
file_dir
= os.path.abspath(os.path.dirname(__file__))
120
trunk_dir = os.path.normpath(os.path.join(
file_dir
, os.pardir, os.pardir))
127
images_dir = os.path.join(
file_dir
, "skimage", "input",
129
expectations_path = os.path.join(
file_dir
, "skimage", "output-actual"
[
all
...]
/external/skia/tools/tests/
skimage_self_test.py
41
def test_invalid_file(
file_dir
, skimage_binary):
47
invalid_file = os.path.join(
file_dir
, "skimage", "input", "bad-images",
56
expectations_dir = os.path.join(
file_dir
, "skimage", "input", "bad-images")
95
def test_incorrect_expectations(
file_dir
, skimage_binary):
98
valid_file = os.path.join(
file_dir
, "skimage", "input",
101
expectations_dir = os.path.join(
file_dir
, "skimage", "input",
118
file_dir
= os.path.abspath(os.path.dirname(__file__))
120
trunk_dir = os.path.normpath(os.path.join(
file_dir
, os.pardir, os.pardir))
127
images_dir = os.path.join(
file_dir
, "skimage", "input",
129
expectations_path = os.path.join(
file_dir
, "skimage", "output-actual"
[
all
...]
/external/lldb/source/Host/common/
Symbols.cpp
44
const ConstString &
file_dir
= module_spec.GetFileSpec().GetDirectory();
local
45
debug_file_search_paths.AppendIfUnique (FileSpec(
file_dir
.AsCString("."), true));
/external/lldb/source/Target/
TargetList.cpp
325
FileSpec
file_dir
;
local
326
file_dir
.GetDirectory() = file.GetDirectory();
327
target_sp->GetExecutableSearchPaths ().Append (
file_dir
);
Completed in 131 milliseconds