Searched refs:index (Results 1 - 25 of 44) sorted by relevance

12

/build/tools/droiddoc/templates-sdk-dev/
H A Dsamples_navtree_data.cs3 path: /samples/index.html
6 path: /samples/new/index.html
/build/tools/
H A Dcompare_fileslist.py34 index = 0
44 data[fn][index] = sz
45 index = index + 1
49 for i in range(0,index):
H A Djava-layers.py195 index = text.find("{")
196 if index < 0:
201 text = text[0:index]
/build/kati/
H A Drule.cc58 size_t index = line.find(':'); local
59 if (index == string::npos) {
63 StringPiece first = line.substr(0, index);
79 index++;
80 if (line.get(index) == ':') {
82 index++;
85 StringPiece rest = line.substr(index);
115 index = rest.find(':');
116 if (index == string::npos) {
126 StringPiece second = rest.substr(0, index);
[all...]
H A Dflags.cc28 int* index,
30 const char* arg = argv[*index];
34 ++*index;
35 *out_arg = argv[*index];
26 ParseCommandLineOptionWithArg(StringPiece option, char* argv[], int* index, const char** out_arg) argument
H A Dninja.cc58 size_t index = FindCommandLineFlag(cmd, name); local
59 if (index == string::npos)
62 StringPiece val = TrimLeftSpace(cmd.substr(index + name.size()));
63 index = val.find(name);
64 while (index != string::npos) {
65 val = TrimLeftSpace(val.substr(index + name.size()));
66 index = val.find(name);
69 index = val.find_first_of(" \t");
70 return val.substr(0, index);
81 size_t index local
[all...]
H A Dcommand.cc205 size_t index = FindEndOfLine(cmds, 0, &lf_cnt); local
206 if (index == cmds.size())
207 index = string::npos;
208 StringPiece cmd = TrimLeftSpace(cmds.substr(0, index));
209 cmds = cmds.substr(index + 1);
222 if (index == string::npos)
H A Dstrutil.cc235 size_t index = s.find('\n'); local
236 if (index == string::npos)
239 while (index != string::npos) {
240 r = r.substr(0, index) + "\\n" + r.substr(index + 1);
241 index = r.find('\n', index + 2);
H A Dfind.cc211 size_t index = d.find('/');
212 const string& p = d.substr(0, index).as_string();
215 if (index == string::npos)
217 StringPiece nd = d.substr(index + 1);
/build/core/combo/
H A Djavac.mk19 # Use the indexer wrapper to index the codebase instead of the javac compiler
/build/tools/droiddoc/templates-sdk-refonly/assets/js/
H A Ddocs.js124 pagePath += 'index.html';
263 // jump to this section's index page (if it exists)
281 // we're on an index page, jump to the first topic
348 if (prevHref == SITE_ROOT + 'index.html') {
366 $classLinks.each(function(index) {
370 $classDescriptions[index] = langDescr;
373 $classDescriptions[index] = $(this).attr("description");
383 $classLinks.each(function(index) {
386 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
393 $lessons.each(function(index) {
[all...]
/build/tools/droiddoc/templates-sdk-dev/assets/js/
H A Ddocs.js27 pagePath += 'index.html';
79 // jump to this section's index page (if it exists)
97 // we're on an index page, jump to the first topic
169 if (prevHref == SITE_ROOT + 'index.html') {
185 $classLinks.each(function(index) {
189 $classDescriptions[index] = langDescr;
192 $classDescriptions[index] = $(this).attr("description");
202 $classLinks.each(function(index) {
205 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
212 $lessons.each(function(index) {
[all...]
/build/tools/droiddoc/templates-ndk/assets/js/
H A Ddocs.js155 pagePath += 'index.html';
289 // jump to this section's index page (if it exists)
307 // we're on an index page, jump to the first topic
374 if (prevHref == SITE_ROOT + 'index.html') {
392 $classLinks.each(function(index) {
396 $classDescriptions[index] = langDescr;
399 $classDescriptions[index] = $(this).attr("description");
410 $classLinks.each(function(index) {
413 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
422 $lessons.each(function(index) {
[all...]
/build/tools/droiddoc/templates-sdk/assets/js/
H A Ddocs.js124 pagePath += 'index.html';
263 // jump to this section's index page (if it exists)
281 // we're on an index page, jump to the first topic
348 if (prevHref == SITE_ROOT + 'index.html') {
366 $classLinks.each(function(index) {
370 $classDescriptions[index] = langDescr;
373 $classDescriptions[index] = $(this).attr("description");
383 $classLinks.each(function(index) {
386 $pSummary = $('<p class="description">' + $classDescriptions[index] + '</p>');
393 $lessons.each(function(index) {
[all...]
/build/
H A Denvsetup.sh438 local index=1
444 echo " $index. $v"
445 index=$(($index+1))
1450 echo -n "Creating index..."
1465 local index=1
1468 printf "%6s %s\n" "[$index]" $line
1469 index=$(($index + 1))
/build/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js106 var index = document.cookie.indexOf(myCookie);
107 if (index != -1) {
108 var valStart = index + myCookie.length;
261 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html')
262 fullPageName = fullPageName + "index.html";
265 // get the path and page name from the URL (such as 'guide/topics/graphics/index.html')
270 // if there's no match, then let's backstep through the directory until we find an index.html
278 1)+"index.html']");
/build/tools/droiddoc/templates-ds/assets/js/
H A Ddocs.js118 pagePath += 'index.html';
171 // jump to this section's index page (if it exists)
190 // we're on an index page, jump to the first topic
243 if (prevHref == SITE_ROOT + 'index.html') {
274 $classLinks.each(function(index) {
285 $lessons.each(function(index) {
792 var index = document.cookie.indexOf(myCookie);
793 if (index != -1) {
794 var valStart = index + myCookie.length;
1140 * Used on /index
[all...]
/build/tools/droiddoc/templates-sac/assets/js/
H A Ddocs.js141 pagePath += 'index.html';
228 // jump to this section's index page (if it exists)
247 // we're on an index page, jump to the first topic
300 if (prevHref == SITE_ROOT + 'index.html') {
348 $classLinks.each(function(index) {
359 $lessons.each(function(index) {
857 var index = document.cookie.indexOf(myCookie);
858 if (index != -1) {
859 var valStart = index + myCookie.length;
1204 * Used on /index
[all...]
/build/tools/droiddoc/templates-sdk/assets/css/
H A 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
[all...]
/build/tools/droiddoc/templates-sac/assets/css/
H A Ddefault.css784 z-index: 1000; }
873 z-index: 10000; }
1241 z-index: 11;
1562 z-index:9999;
1579 z-index: 1500;
2442 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2702 z-index:99;
2718 z-index:99;
2739 z-index:99;
2902 z-index
[all...]
/build/tools/droiddoc/templates-ndk/assets/
H A Dandroid-developer-docs.css210 z-index:100;
498 z-index:101;
803 z-index:1;
1353 #index-links .selected {
1360 #index-links {
1580 z-index:99;
1601 z-index:99;
2168 z-index:1;
2234 z-index:0;
2691 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index
[all...]
/build/tools/droiddoc/templates-sac/assets/
H A Dandroid-developer-docs.css210 z-index:100;
498 z-index:101;
803 z-index:1;
1353 #index-links .selected {
1360 #index-links {
1580 z-index:99;
1601 z-index:99;
2168 z-index:1;
2234 z-index:0;
2691 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index
[all...]
/build/tools/droiddoc/templates-sdk/assets/
H A Dandroid-developer-docs.css210 z-index:100;
498 z-index:101;
803 z-index:1;
1353 #index-links .selected {
1360 #index-links {
1580 z-index:99;
1601 z-index:99;
2168 z-index:1;
2234 z-index:0;
2691 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index
[all...]
/build/tools/droiddoc/templates-sdk-dev/assets/
H A Dandroid-developer-docs.css210 z-index:100;
498 z-index:101;
803 z-index:1;
1353 #index-links .selected {
1360 #index-links {
1580 z-index:99;
1601 z-index:99;
2168 z-index:1;
2234 z-index:0;
2691 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index
[all...]
/build/tools/droiddoc/templates-sdk-refonly/assets/
H A Dandroid-developer-docs.css210 z-index:100;
498 z-index:101;
803 z-index:1;
1353 #index-links .selected {
1360 #index-links {
1580 z-index:99;
1601 z-index:99;
2168 z-index:1;
2234 z-index:0;
2691 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index
[all...]

Completed in 454 milliseconds

12