/build/core/ |
D | checktree | 22 def split_perforce_parts(s): argument 23 spaces = ((s.count(" ") + 1) / 3) * 2 26 pos = s.find(" ", pos) + 1 28 return s[pos:] 30 def quotate(s): argument 31 return '"' + s + '"' 41 def matchit(s): argument 42 m = regex_compiled.match(s) 47 def filterit(s): argument 48 if filt_compiled.match(s): [all …]
|
D | binary.mk | 377 $(transform-$(PRIVATE_HOST)s-to-o) 381 gen_s_sources := $(filter %.s,$(LOCAL_GENERATED_SOURCES)) 382 gen_s_objects := $(gen_s_sources:%.s=%.o) 385 $(gen_s_objects): $(intermediates)/%.o: $(intermediates)/%.s $(LOCAL_ADDITIONAL_DEPENDENCIES) 386 $(transform-$(PRIVATE_HOST)s-to-o-no-deps) 454 $(transform-$(PRIVATE_HOST)s-to-o) 458 asm_sources_s := $(filter %.s,$(LOCAL_SRC_FILES)) 459 asm_objects_s := $(addprefix $(intermediates)/,$(asm_sources_s:.s=.o)) 462 $(asm_objects_s): $(intermediates)/%.o: $(TOPDIR)$(LOCAL_PATH)/%.s $(LOCAL_ADDITIONAL_DEPENDENCIES) 463 $(transform-$(PRIVATE_HOST)s-to-o-no-deps)
|
D | proguard.flags | 16 # Add this flag in your package's own configuration if it's needed. 60 # Please specify classes to be kept explicitly in your package's configuration.
|
D | main.mk | 19 % : s.% 20 % : SCCS/s.% 186 # XXX The single quote on this line fixes gvim's syntax highlighting.
|
D | product_config.mk | 34 a b c d e f g h i j k l m n o p q r s t u v w x y z \
|
D | armelf.xsc | 196 because it's processed by the linker at that moment. As a result, _stack
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | search_autocomplete.js | 141 var s = DATA[i]; 143 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 144 gMatches[matchedCount] = s; 150 var s = gMatches[i]; 151 if (gSelectedID == s.id) { 168 var _lastSearch = function(s, re) { argument 169 if (s == '') 173 while ((tmp = s.search(re)) >= 0) { 176 s = s.substr(tmp + 1); 183 var _countChar = function(s, c) { argument [all …]
|
D | jquery-resizable.min.js | 12 …s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFu… 40 …s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resiza… property
|
D | prettify.js | 15 …p(Ub,R)),s=[],k=[],h=f[0]===M,e=h?1:0,p=f.length;e<p;++e){var t=f[e];switch(t){case Vb:case Wb:cas… 16 …s);for(e=0;e<B.length;++e){A=B[e];D.push(n(A[0]));if(A[1]>A[0]){A[1]+1>A[0]&&D.push(Sb);D.push(n(A… 17 …s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.charAt(0))if((t=+p.substring… 21 …s=w[1],k=P+s;if(!n.hasOwnProperty(k)){l.push(s);n[k]=r}}l.push(/[\0-\uffff]/);d=Na(l)})();var g=b.…
|
D | android-developer-docs.css | 288 width:95%; /* consistent table widths; within IE's quirks */ 1226 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 1282 /* these allow lines to break (if there's a white space) */
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | search_autocomplete.js | 141 var s = DATA[i]; 143 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 144 gMatches[matchedCount] = s; 150 var s = gMatches[i]; 151 if (gSelectedID == s.id) { 168 var _lastSearch = function(s, re) { argument 169 if (s == '') 173 while ((tmp = s.search(re)) >= 0) { 176 s = s.substr(tmp + 1); 183 var _countChar = function(s, c) { argument [all …]
|
D | jquery-resizable.min.js | 12 …s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFu… 40 …s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resiza… property
|
D | prettify.js | 15 …p(Ub,R)),s=[],k=[],h=f[0]===M,e=h?1:0,p=f.length;e<p;++e){var t=f[e];switch(t){case Vb:case Wb:cas… 16 …s);for(e=0;e<B.length;++e){A=B[e];D.push(n(A[0]));if(A[1]>A[0]){A[1]+1>A[0]&&D.push(Sb);D.push(n(A… 17 …s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.charAt(0))if((t=+p.substring… 21 …s=w[1],k=P+s;if(!n.hasOwnProperty(k)){l.push(s);n[k]=r}}l.push(/[\0-\uffff]/);d=Na(l)})();var g=b.…
|
D | android-developer-docs.css | 284 width:95%; /* consistent table widths; within IE's quirks */ 1428 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; 1484 /* these allow lines to break (if there's a white space) */
|
/build/libs/host/ |
D | pseudolocalize.cpp | 74 const char* s = source.c_str(); in pseudolocalize_string() local 78 char c = s[i]; in pseudolocalize_string() 83 c = s[i]; in pseudolocalize_string() 87 result += string(s+i, 5); in pseudolocalize_string()
|
/build/tools/ |
D | event_log_tags.py | 107 def BooleanFromString(s): argument 111 s = s.lower() 112 if s in ("true", "t", "1", "on", "yes", "y"): 114 if s in ("false", "f", "0", "off", "no", "n"): 116 raise ValueError("'%s' not a valid boolean" % (s,))
|
D | post_process_props.py | 41 self.lines = [s[:-1] for s in lines]
|
/build/tools/bin2asm/ |
D | data | 21 * that's a syntax error. It also wants globals to be explicitly\n\ 25 .globl _%s\n\ 28 _%s:\n\ 30 .globl %s\n\ 33 %s:\n\
|
/build/tools/acp/ |
D | README | 10 links. This is the default behavior, so it's not all bad, but it 20 - On some systems it's possible to have microsecond-accurate timestamps 31 It's easier and more reliable to write a cp command that works properly.
|
/build/tools/zipalign/ |
D | README.txt | 24 Compressed data isn't very useful until it's uncompressed, so there's no
|
/build/tools/atree/ |
D | atree.cpp | 235 string s = dir_part(it->outPath); in main() local 236 if (s != ".") { in main() 237 directories.insert(s); in main()
|
/build/tools/releasetools/ |
D | sign_target_files_apks | 267 for s, d in key_mapping_options: 268 if s is None: # -d option 281 OPTIONS.key_map[s] = d
|
/build/target/product/security/ |
D | README | 31 it's a Java tool
|
/build/tools/droiddoc/templates-sdk/ |
D | sdkpage.cs | 214 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?> in onDownload()
|
/build/target/board/vbox_x86/ |
D | init.rc | 226 # Set init its forked children's oom_adj. 419 service dumpstate /system/bin/dumpstate -s
|