Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 50) sorted by relevance

12

/build/kati/
Drule_parser.go187 index := findLiteralChar(line, ':', 0, noSkipVar)
188 if index < 0 {
192 first := line[:index]
212 index++
213 if index < len(line) && line[index] == ':' {
215 index++
218 rest := line[index:]
232 index = bytes.IndexByte(rest, ';')
233 if index >= 0 {
234 r.cmds = append(r.cmds, string(rest[index+1:]))
[all …]
Drule.cc58 size_t index = line.find(':'); in ParseRule() local
59 if (index == string::npos) { in ParseRule()
63 StringPiece first = line.substr(0, index); in ParseRule()
79 index++; in ParseRule()
80 if (line.get(index) == ':') { in ParseRule()
82 index++; in ParseRule()
85 StringPiece rest = line.substr(index); in ParseRule()
115 index = rest.find(':'); in ParseRule()
116 if (index == string::npos) { in ParseRule()
126 StringPiece second = rest.substr(0, index); in ParseRule()
[all …]
Dflags.cc28 int* index, in ParseCommandLineOptionWithArg() argument
30 const char* arg = argv[*index]; in ParseCommandLineOptionWithArg()
34 ++*index; in ParseCommandLineOptionWithArg()
35 *out_arg = argv[*index]; in ParseCommandLineOptionWithArg()
Dninja.cc58 size_t index = FindCommandLineFlag(cmd, name); in FindCommandLineFlagWithArg() local
59 if (index == string::npos) in FindCommandLineFlagWithArg()
62 StringPiece val = TrimLeftSpace(cmd.substr(index + name.size())); in FindCommandLineFlagWithArg()
63 index = val.find(name); in FindCommandLineFlagWithArg()
64 while (index != string::npos) { in FindCommandLineFlagWithArg()
65 val = TrimLeftSpace(val.substr(index + name.size())); in FindCommandLineFlagWithArg()
66 index = val.find(name); in FindCommandLineFlagWithArg()
69 index = val.find_first_of(" \t"); in FindCommandLineFlagWithArg()
70 return val.substr(0, index); in FindCommandLineFlagWithArg()
81 size_t index = cmdline.find(' '); in GetGomaccPosForAndroidCompileCommand() local
[all …]
Dcommand.cc205 size_t index = FindEndOfLine(cmds, 0, &lf_cnt); in Eval() local
206 if (index == cmds.size()) in Eval()
207 index = string::npos; in Eval()
208 StringPiece cmd = TrimLeftSpace(cmds.substr(0, index)); in Eval()
209 cmds = cmds.substr(index + 1); in Eval()
222 if (index == string::npos) in Eval()
Dstrutil.cc235 size_t index = s.find('\n'); in NoLineBreak() local
236 if (index == string::npos) in NoLineBreak()
239 while (index != string::npos) { in NoLineBreak()
240 r = r.substr(0, index) + "\\n" + r.substr(index + 1); in NoLineBreak()
241 index = r.find('\n', index + 2); in NoLineBreak()
Dfunc.cc126 size_t index = 0; in SubstFunc() local
127 while (index < str.size()) { in SubstFunc()
128 size_t found = str.find(pat, index); in SubstFunc()
131 AppendString(StringPiece(str).substr(index, found - index), s); in SubstFunc()
133 index = found + pat.size(); in SubstFunc()
135 AppendString(StringPiece(str).substr(index), s); in SubstFunc()
Dfind.cc211 size_t index = d.find('/'); in FindDir() local
212 const string& p = d.substr(0, index).as_string(); in FindDir()
215 if (index == string::npos) in FindDir()
217 StringPiece nd = d.substr(index + 1); in FindDir()
DMakefile.ckati106 KATI_VERSION_DEPS := $(KATI_GIT_DIR)/.git/HEAD $(KATI_GIT_DIR)/.git/index
/build/tools/
Dcompare_fileslist.py34 index = 0
44 data[fn][index] = sz
45 index = index + 1
49 for i in range(0,index):
Djava-layers.py195 index = text.find("{")
196 if index < 0:
201 text = text[0:index]
/build/tools/droiddoc/templates-ds/assets/js/grid/
D960.gridder.css1index:2100;}#g-setup *{background:transparent!important;border:0!important;color:#58517c!important…
/build/soong/androidmk/parser/
Dmake_strings.go157 index := strings.IndexAny(s, sep)
158 if index >= 0 {
159 ret = append(ret, s[0:index])
160 s = s[index+1:]
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js392 $classLinks.each(function(index) { argument
396 $classDescriptions[index] = langDescr;
399 $classDescriptions[index] = $(this).attr("description");
410 $classLinks.each(function(index) { argument
413 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
422 $lessons.each(function(index) { argument
1049 var index = document.cookie.indexOf(myCookie);
1050 if (index != -1) {
1051 var valStart = index + myCookie.length;
1169 $('.section-card-menu').each(function(index, el) { argument
[all …]
/build/tools/droiddoc/templates-sdk-dev/
Dsamples_navtree_data.cs3 path: /samples/index.html
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js185 $classLinks.each(function(index) { argument
189 $classDescriptions[index] = langDescr;
192 $classDescriptions[index] = $(this).attr("description");
202 $classLinks.each(function(index) { argument
205 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
212 $lessons.each(function(index) { argument
388 var index = document.cookie.indexOf(myCookie);
389 if (index != -1) {
390 var valStart = index + myCookie.length;
420 $('.section-card-menu').each(function(index, el) { argument
[all …]
/build/tools/droiddoc/templates-sdk-refonly/assets/js/
Ddocs.js366 $classLinks.each(function(index) { argument
370 $classDescriptions[index] = langDescr;
373 $classDescriptions[index] = $(this).attr("description");
383 $classLinks.each(function(index) { argument
386 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
393 $lessons.each(function(index) { argument
1019 var index = document.cookie.indexOf(myCookie);
1020 if (index != -1) {
1021 var valStart = index + myCookie.length;
1133 $('.section-card-menu').each(function(index, el) { argument
[all …]
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js366 $classLinks.each(function(index) { argument
370 $classDescriptions[index] = langDescr;
373 $classDescriptions[index] = $(this).attr("description");
383 $classLinks.each(function(index) { argument
386 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
393 $lessons.each(function(index) { argument
1019 var index = document.cookie.indexOf(myCookie);
1020 if (index != -1) {
1021 var valStart = index + myCookie.length;
1133 $('.section-card-menu').each(function(index, el) { argument
[all …]
/build/
Denvsetup.sh438 local index=1
444 echo " $index. $v"
445 index=$(($index+1))
1465 local index=1
1468 printf "%6s %s\n" "[$index]" $line
1469 index=$(($index + 1))
/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js106 var index = document.cookie.indexOf(myCookie);
107 if (index != -1) {
108 var valStart = index + myCookie.length;
Dandroid-developer-docs.css161 #index-links .selected {
168 #index-links {
388 z-index:99;
409 z-index:99;
976 z-index:1;
1042 z-index:0;
1499 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js274 $classLinks.each(function(index) { argument
285 $lessons.each(function(index) { argument
792 var index = document.cookie.indexOf(myCookie);
793 if (index != -1) {
794 var valStart = index + myCookie.length;
1405 go($(nav_li).index($(this)));
1494 gSelectedIndex = $('#search_filtered li').index(this);
/build/tools/ijar/
DREADME.txt51 It also sets to zero the file modification times in the index of the
80 the index metadata: it has header+data for each file, then another
/build/tools/droiddoc/templates-sdk/assets/css/
Ddefault.css1209 z-index: 10000; }
1316 z-index: 11;
2156 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2484 z-index: 1000;
2846 z-index:99;
2862 z-index:99;
2886 z-index:99;
3053 z-index: 100;
3442 z-index: 998;
3446 z-index:997;
[all …]
/build/tools/droiddoc/templates-sdk-refonly/assets/css/
Ddefault.css1209 z-index: 10000; }
1316 z-index: 11;
2156 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2484 z-index: 1000;
2846 z-index:99;
2862 z-index:99;
2886 z-index:99;
3053 z-index: 100;
3442 z-index: 998;
3446 z-index:997;
[all …]

12