Home
last modified time | relevance | path

Searched defs:str (Results 1 – 11 of 11) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DValue.java49 public Value(VarType varType, Str str) { in Value()
76 public static String normalize(String str) { in normalize()
86 public static Str normalize(Str str) { in normalize()
149 public static String oneLinePerWord(Str str, String nullValue) { in oneLinePerWord()
170 final StringBuilder str = new StringBuilder("Value("); in debugString() local
DPosition.java76 public static Position parse(String str) { in parse()
DDumpConfigParser.java232 final Str str = new Str(pos, varValue); in parseImpl() local
/build/pesto/experiments/prepare_bazel_test_env/
Dbazelenv.py62 def build(self, build_targets: Set[str]) -> None:
204 def stage(self, mapping: Dict[str, str]): argument
228 def read_value_from_template_var(cls, line: str) -> str:
256 global_prebuilts_dir: pathlib.Path, prebuilts_dir_name: str):
287 def stage(self, mapping: Dict[str, str]): argument
381 prebuilts_dir_name: str,
407 def stage(self, mapping: Dict[str, str]) -> None: argument
535 def __init__(self, env_dict: Dict[str, str] = os.environ): argument
/build/make/tools/droiddoc/templates-pdk/assets/
Dmicrotemplate.js6 this.tmpl = function tmpl(str, data){ argument
/build/soong/cc/symbolfile/
D__init__.py72 def get_tags(line: str) -> List[Tag]:
89 def decode_api_level(api: str, api_map: ApiMap) -> int:
152 def version_is_private(version: str) -> bool:
263 def __init__(self, multiply_defined_symbols: Iterable[str]) -> None:
/build/bazel/examples/android_app/java/com/app/
Djni_dep.cc22 jstring NewStringLatin1(JNIEnv *env, const char *str) { in NewStringLatin1()
/build/make/tools/
Dmerge-event-log-tags.py146 def hashname(str): argument
/build/make/core/
Dchecktree16 def filter_excludes(str): argument
/build/blueprint/
Dninja_strings.go64 str string member
/build/soong/cc/
Dcc_test.go3733 func (t MemtagNoteType) str() string { func