OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MY_DIR
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/jenkins/
pull_request_in_docker.sh
7
MY_DIR
="$(dirname "$0")"
8
TEST_SCRIPT=$
MY_DIR
/../tests.sh
70
python $
MY_DIR
/make_test_output.py $OUTPUT_DIR > $TESTOUTPUT_XML_FILE
/external/v8/tools/
generate-header-include-checks.py
25
MY_DIR
= os.path.dirname(os.path.realpath(__file__))
26
V8_DIR = os.path.dirname(
MY_DIR
)
/external/cldr/tools/java/org/unicode/cldr/tool/
ShowRegionalVariants.java
37
private static String
MY_DIR
;
64
MY_DIR
= MyOptions.targetDir.option.getValue();
108
PrintWriter grandSummary = FileUtilities.openUTF8Writer(
MY_DIR
, "GrandSummary.txt");
109
PrintWriter summary = FileUtilities.openUTF8Writer(
MY_DIR
, "Summary.txt");
110
PrintWriter detailFile = FileUtilities.openUTF8Writer(
MY_DIR
, "details.txt");) {
188
// detailFile = FileUtilities.openUTF8Writer(
MY_DIR
, "detail-" + base + ".txt");
Completed in 362 milliseconds