Searched defs:str (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/product_config/src/com/android/build/config/ |
D | Value.java | 49 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
|
D | Position.java | 76 public static Position parse(String str) { in parse()
|
D | DumpConfigParser.java | 232 final Str str = new Str(pos, varValue); in parseImpl() local
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | bazelenv.py | 62 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/ |
D | microtemplate.js | 6 this.tmpl = function tmpl(str, data){ argument
|
/build/soong/cc/symbolfile/ |
D | __init__.py | 72 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/ |
D | jni_dep.cc | 22 jstring NewStringLatin1(JNIEnv *env, const char *str) { in NewStringLatin1()
|
/build/make/tools/ |
D | merge-event-log-tags.py | 146 def hashname(str): argument
|
/build/make/core/ |
D | checktree | 16 def filter_excludes(str): argument
|
/build/blueprint/ |
D | ninja_strings.go | 64 str string member
|
/build/soong/cc/ |
D | cc_test.go | 3733 func (t MemtagNoteType) str() string { func
|