OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_dir
(Results
1 - 6
of
6
) sorted by null
/cts/tools/vm-tests/src/util/build/
DFHBuildStep.java
37
File
out_dir
= outputFile.fileName.getParentFile();
local
38
if (!
out_dir
.exists() && !
out_dir
.mkdirs()) {
40
+
out_dir
.getAbsolutePath());
/cts/tools/vm-tests-tf/src/util/build/
DFHBuildStep.java
37
File
out_dir
= outputFile.fileName.getParentFile();
local
38
if (!
out_dir
.exists() && !
out_dir
.mkdirs()) {
40
+
out_dir
.getAbsolutePath());
/build/core/
droiddoc.mk
36
out_dir
:= $(OUT_DOCS)/$(LOCAL_MODULE)
macro
97
$(full_target): PRIVATE_OUT_DIR := $(
out_dir
)
136
$(full_target): PRIVATE_OUT_ASSET_DIR := $(
out_dir
)/$(LOCAL_DROIDDOC_ASSET_DIR)
137
$(full_target): PRIVATE_OUT_CUSTOM_ASSET_DIR := $(
out_dir
)/$(LOCAL_DROIDDOC_CUSTOM_ASSET_DIR)
217
$(out_zip): PRIVATE_DOCS_DIR := $(
out_dir
)
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTest.java
132
String
out_dir
= getActivity().getApplicationContext()
local
139
out_dir
+ RELIABILITY_TEST_RUNNER_FILES[i]);
/external/e2fsprogs/e2fsck/
rehash.c
73
struct
out_dir
{
struct
223
static errcode_t alloc_size_dir(ext2_filsys fs, struct
out_dir
*outdir,
247
static void free_out_dir(struct
out_dir
*outdir)
255
static errcode_t get_next_block(ext2_filsys fs, struct
out_dir
*outdir,
399
struct
out_dir
*outdir)
550
struct
out_dir
*outdir,
625
struct
out_dir
*outdir;
667
struct
out_dir
*outdir,
709
struct
out_dir
outdir;
/external/freetype/src/autofit/
afhints.h
254
FT_Char
out_dir
; /* direction of outwards vector */
member in struct:AF_PointRec_
Completed in 1533 milliseconds