/build/make/tools/ |
D | product_debug.py | 34 def sort_lines(text): argument 35 lines = text.split() 52 def linkify_inherit(variables, text, func_name): argument 53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text) 66 def render_original(variables, text): argument 67 text = linkify_inherit(variables, text, "inherit-product") 68 text = linkify_inherit(variables, text, "inherit-product-if-exists") 69 return text 73 text = f.read() 75 return text
|
D | java-layers.py | 192 text = f.read() 194 text = COMMENTS.sub("", text) 195 index = text.find("{") 201 text = text[0:index] 202 statements = [s.strip() for s in text.split(";")]
|
/build/soong/ui/build/ |
D | environment.go | 134 text := strings.TrimSpace(scanner.Text()) 136 if len(text) == 0 || text[0] == '#' { 140 cmd := strings.SplitN(text, " ", 2) 142 return fmt.Errorf("Unknown kati environment line: %q", text) 148 return fmt.Errorf("Failed to unquote kati line: %q", text) 159 return fmt.Errorf("Failed to unquote kati line: %q", text) 163 return fmt.Errorf("Failed to unquote kati line: %q", text) 168 return fmt.Errorf("Unknown kati environment command: %q", text)
|
/build/kati/ |
D | func.cc | 152 const string&& text = args[1]->Eval(ev); in FilterFunc() 158 for (StringPiece tok : WordScanner(text)) { in FilterFunc() 170 const string&& text = args[1]->Eval(ev); in FilterOutFunc() 176 for (StringPiece tok : WordScanner(text)) { in FilterOutFunc() 230 const string&& text = args[1]->Eval(ev); in WordFunc() 231 for (StringPiece tok : WordScanner(text)) { in WordFunc() 262 const string&& text = args[2]->Eval(ev); in WordlistFunc() 265 for (StringPiece tok : WordScanner(text)) { in WordlistFunc() 274 const string&& text = args[0]->Eval(ev); in WordsFunc() 275 WordScanner ws(text); in WordsFunc() [all …]
|
D | func.go | 185 text := fargs[2] 186 glog.V(1).Infof("subst from:%q to:%q text:%q", from, to, text) 188 w.Write(text) 191 w.Write(bytes.Replace(text, from, to, -1)) 272 text := fargs[1] 273 if bytes.Index(text, find) >= 0 { 300 for _, text := range textBuffer.words { 302 if matchPatternBytes(pat, text) { 303 w.writeWord(text) 333 for _, text := range textBuffer.words { [all …]
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | yui-3.3.0-reset-min.css | 8 …text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';…
|
D | android-developer-reference.js | 117 function new_node(me, mom, text, link, children_data, api_level) argument 165 node.label = document.createTextNode(text); 357 if ( (expand == null && a.text() == "[Expand]") || expand ) { 361 a.text("[Collapse]"); 362 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) { 366 a.text("[Expand]"); 376 if (a.text() == "[Expand All]") { 380 a.text("[Collapse All]"); 385 a.text("[Expand All]"); 396 $("#toggleAllClassInherited").text("[Collapse All]");
|
D | search_autocomplete.js | 107 var text = search.value.replace(/(^ +)|( +$)/g, ''); 142 if (text.length != 0 && 143 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 148 rank_autocomplete_results(text); 155 highlight_autocomplete_result_labels(text);
|
D | android-developer-core.css | 171 text-align:left; 227 text-align:right; 246 text-decoration: none; 256 text-align: center; 418 text-align:left; 428 text-align:left; 470 text-decoration: underline; 627 text-align: right; 819 text-decoration:none; 820 text-align:center; [all …]
|
D | android-developer-docs.css | 85 text-decoration:none; 95 text-decoration:underline; 118 text-decoration:none; 165 text-decoration:none; 206 text-decoration: none; 222 text-decoration:none; 254 text-decoration:none; 259 text-decoration:underline; 291 text-decoration:none; 295 text-decoration:underline; [all …]
|
D | style.css | 28 text-align: left; 201 text-decoration: none; 238 text-align: left; 303 text-align: right;
|
/build/make/tools/releasetools/ |
D | rangelib.py | 72 def parse(cls, text): argument 86 return cls(text) 89 def parse_raw(cls, text): argument 96 raw = [int(i) for i in text.split(',')] 101 def _parse_internal(self, text): argument 105 for p in text.split():
|
D | check_target_files_signatures | 72 OPTIONS.text = False 407 OPTIONS.text = True 442 if OPTIONS.text or not compare_files: 448 if OPTIONS.text:
|
D | check_target_files_signatures.py | 72 OPTIONS.text = False 407 OPTIONS.text = True 442 if OPTIONS.text or not compare_files: 448 if OPTIONS.text:
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 196 text-align: left 224 text-overflow: ellipsis 230 text-decoration: none 240 -webkit-text-size-adjust: 100%; 241 -moz-text-size-adjust: 100%; 242 -ms-text-size-adjust: 100%; 243 text-size-adjust: 100% 299 .accordion,.simple{margin-left:1.5em;text-indent:-1.5em;margin-top:.25em} 317 text-decoration: none;
|
/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 192 var name, typ, tag, text string 198 text = f.Doc.Text() 231 Text: formatText(text), 264 func formatText(text string) template.HTML { 266 lines := strings.Split(text, "\n")
|
D | reader.go | 72 text, err := r.getModuleTypeDoc(pkgPath, factoryName) 80 Text: formatText(text),
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 172 text-align:left; 229 text-align:right; 248 text-decoration: none; 258 text-align: center; 420 text-align:left; 430 text-align:left; 472 text-decoration: underline; 629 text-align: right; 821 text-decoration:none; 822 text-align:center; [all …]
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 20 /* prevent subpixel antialiasing, which thickens the text */ 21 /* text-rendering: optimizeLegibility; */ 44 text-decoration: none; 244 text-decoration: none; } 257 text-transform: uppercase; } 296 text-transform: uppercase; } 319 text-decoration: none; 320 text-transform: uppercase; } 407 text-transform: uppercase; 524 text-align: center; [all …]
|
/build/soong/android/ |
D | namespace.go | 286 text := fmt.Sprintf("%q depends on undefined module %q", depender, depName) 292 return fmt.Errorf(text) 311 …text += fmt.Sprintf("\nModule %q is defined in namespace %q which can read these %v namespaces: %q… 312 …text += fmt.Sprintf("\nModule %q can be found in these namespaces: %q", depName, foundInNamespaces) 315 return fmt.Errorf(text)
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 22 /* prevent subpixel antialiasing, which thickens the text */ 23 /* text-rendering: optimizeLegibility; */ 48 text-decoration: none; 273 text-decoration: none; 316 text-transform: none; 347 text-transform:uppercase; 460 text-align:right; 465 text-decoration: none; 466 text-transform: uppercase; 480 text-decoration: none; [all …]
|
/build/blueprint/parser/ |
D | parser.go | 470 switch text := p.scanner.TokenText(); text { 474 Value: text == "true", 475 Token: text, 479 if assignment, local := p.scope.Get(text); assignment == nil { 480 p.errorf("variable %q is not set", text) 489 Name: text,
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 316 $('.topic-start-link').text($nextLink.text().toUpperCase()); 763 .text($("div#header .logo img").attr('alt')); 1370 $link.text($link.attr(lang+"-lang")) 1556 go(parseInt($(this).text())); 1976 var text = search.value.replace(/(^ +)|( +$)/g, ''); 1983 if (text != '') { 2110 if (text.length != 0 && 2111 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 2116 rank_autocomplete_api_results(text, gMatches); 2125 if (text.length != 0 && [all …]
|
/build/soong/scripts/ |
D | manifest_fixer.py | 139 text = element.nodeValue 140 indent = text[:len(text)-len(text.lstrip())]
|
/build/make/tools/fs_config/ |
D | Android.bp | 59 // Generate the vendor/etc/passwd text file for the target 79 // Generate the vendor/etc/group text file for the target
|