Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 26) sorted by relevance

12

/build/core/
Dchecktree22 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 …]
Dbinary.mk377 $(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)
Dproguard.flags16 # 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.
Dmain.mk19 % : s.%
20 % : SCCS/s.%
186 # XXX The single quote on this line fixes gvim's syntax highlighting.
Dproduct_config.mk34 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 \
Darmelf.xsc196 because it's processed by the linker at that moment. As a result, _stack
/build/tools/droiddoc/templates-pdk/assets/
Dsearch_autocomplete.js141 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 …]
Djquery-resizable.min.js12s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFu…
40s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resiza… property
Dprettify.js15 …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…
16s);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…
17s;++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…
21s=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.…
Dandroid-developer-docs.css288 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/
Dsearch_autocomplete.js141 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 …]
Djquery-resizable.min.js12s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFu…
40s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resiza… property
Dprettify.js15 …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…
16s);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…
17s;++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…
21s=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.…
Dandroid-developer-docs.css284 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/
Dpseudolocalize.cpp74 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/
Devent_log_tags.py107 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,))
Dpost_process_props.py41 self.lines = [s[:-1] for s in lines]
/build/tools/bin2asm/
Ddata21 * 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/
DREADME10 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/
DREADME.txt24 Compressed data isn't very useful until it's uncompressed, so there's no
/build/tools/atree/
Datree.cpp235 string s = dir_part(it->outPath); in main() local
236 if (s != ".") { in main()
237 directories.insert(s); in main()
/build/tools/releasetools/
Dsign_target_files_apks267 for s, d in key_mapping_options:
268 if s is None: # -d option
281 OPTIONS.key_map[s] = d
/build/target/product/security/
DREADME31 it's a Java tool
/build/tools/droiddoc/templates-sdk/
Dsdkpage.cs214 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?> in onDownload()
/build/target/board/vbox_x86/
Dinit.rc226 # Set init its forked children's oom_adj.
419 service dumpstate /system/bin/dumpstate -s

12