Searched refs:pos (Results 1 – 10 of 10) sorted by relevance
/build/tools/ |
D | parsedeps.py | 12 self.pos = "" 38 def setPos(self, tgt, pos): argument 43 t.pos = pos 98 pos,tgt = line.rsplit(":", 1) 99 pos = pos[1:].strip() 101 deps.setPos(tgt, pos) 136 if t.pos: 137 print t.tgt, " " * (width-len(t.tgt)), " #", t.pos
|
/build/tools/atree/ |
D | fs.cpp | 112 size_t pos = 0; in mkdir_recursively() local 115 if (path.length() != 0 and path[0] == '/') pos++; in mkdir_recursively() 118 pos = path.find('/', pos); in mkdir_recursively() 119 string p = path.substr(0, pos); in mkdir_recursively() 135 pos++; in mkdir_recursively()
|
D | files.cpp | 152 string::size_type pos = 0; in replace_variables() local 153 while((pos = result.find(it->first, pos)) != string::npos) { in replace_variables() 154 result = result.replace(pos, it->first.length(), it->second); in replace_variables() 155 pos += it->second.length(); in replace_variables() 385 int pos = filename.rfind('/'); in dir_part() local 386 if (pos <= 0) { in dir_part() 389 return filename.substr(0, pos); in dir_part()
|
/build/core/ |
D | checktree | 24 pos = 0 26 pos = s.find(" ", pos) + 1 28 return s[pos:]
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-reference.js | 221 var pos = full.lastIndexOf("/"); 222 file = full.substr(pos) + file; 223 full = full.substr(0, pos);
|
D | jquery-resizable.min.js | 19 …pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(…
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 257 var pos = html.indexOf('&'); 258 if (pos < 0) { return html; } 262 for (--pos; (pos = html.indexOf('&#', pos + 1)) >= 0;) { 263 var end = html.indexOf(';', pos); 265 var num = html.substring(pos + 3, end); 273 html = (html.substring(0, pos) + String.fromCharCode(codePoint) + 627 var pos = 0; 634 out.push(plainText.substring(pos, i)); 644 pos = i + 1; 654 out.push(plainText.substring(pos)); [all …]
|
D | docs.js | 2170 var pos = full.lastIndexOf("/"); 2171 file = full.substr(pos) + file; 2172 full = full.substr(0, pos);
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | docs.js | 2171 var pos = full.lastIndexOf("/"); 2172 file = full.substr(pos) + file; 2173 full = full.substr(0, pos);
|
D | global-libraries-combined.js | 11 …pos*(a.end[0]-a.start[0])+a.start[0],10),255),0)+","+Math.max(Math.min(parseInt(a.pos*(a.end[1]-a.…
|