Searched refs:opt (Results 1 - 15 of 15) sorted by relevance

/build/make/tools/apicheck/etc/
H A Dapicheck43 opt=`expr "x$1" : 'x-J\(.*\)'`
44 javaOpts="${javaOpts} -${opt}"
/build/tools/apicheck/etc/
H A Dapicheck43 opt=`expr "x$1" : 'x-J\(.*\)'`
44 javaOpts="${javaOpts} -${opt}"
/build/soong/scripts/
H A Djar-wrapper.sh53 opt=`expr "$1" : '-J\(.*\)'`
54 javaOpts="${javaOpts} -${opt}"
H A Dtoc.sh47 while getopts $OPTSTRING opt; do
48 case "$opt" in
57 *) echo "'${opt}' '${OPTARG}'"
H A Dstrip.sh73 while getopts $OPTSTRING opt; do
74 case "$opt" in
86 *) echo "'${opt}' '${OPTARG}'"
/build/blueprint/
H A Dbootstrap.bash73 while getopts ":b:ht" opt; do
74 case $opt in
/build/kati/
H A Dexpr.h65 ParseExprOpt opt,
70 ParseExprOpt opt = ParseExprOpt::NORMAL);
H A Dexpr.cc264 bool ShouldHandleComments(ParseExprOpt opt) { argument
265 return opt != ParseExprOpt::DEFINE && opt != ParseExprOpt::COMMAND;
433 ParseExprOpt opt,
451 if (!terms && c == '#' && ShouldHandleComments(opt)) {
491 if ((c == '(' || c == '{') && opt == ParseExprOpt::FUNC) {
511 if (c == '\\' && i + 1 < s.size() && opt != ParseExprOpt::COMMAND) {
517 if (n == '#' && ShouldHandleComments(opt)) {
562 Value* ParseExpr(const Loc& loc, StringPiece s, ParseExprOpt opt) { argument
564 return ParseExprImpl(loc, s, NULL, opt,
430 ParseExprImpl(const Loc& loc, StringPiece s, const char* terms, ParseExprOpt opt, size_t* index_out, bool trim_right_space) argument
[all...]
H A Dparser.cc153 Value* ParseExpr(StringPiece s, ParseExprOpt opt = ParseExprOpt::NORMAL) {
154 return ::ParseExpr(loc_, s, opt);
231 ParseExprOpt opt = local
233 stmt->after_term = ParseExpr(TrimLeftSpace(line.substr(found + 1)), opt);
/build/make/tools/fs_config/
H A Dfs_config.c80 int opt; local
81 while((opt = getopt(argc, argv, "CS:R:D:")) != -1) {
82 switch(opt) {
H A Dfs_config_generate.c79 int opt; local
82 while ((opt = getopt(argc, argv, optstring)) != -1) {
83 switch (opt) {
/build/tools/fs_config/
H A Dfs_config.c80 int opt; local
81 while((opt = getopt(argc, argv, "CS:R:D:")) != -1) {
82 switch(opt) {
H A Dfs_config_generate.c79 int opt; local
82 while ((opt = getopt(argc, argv, optstring)) != -1) {
83 switch (opt) {
/build/make/tools/atree/
H A Datree.cpp119 int opt = getopt(argc, argv, "f:I:o:hlm:v:d"); local
120 switch (opt)
/build/tools/atree/
H A Datree.cpp119 int opt = getopt(argc, argv, "f:I:o:hlm:v:d"); local
120 switch (opt)

Completed in 300 milliseconds