/build/blueprint/proptools/ |
D | clone_test.go | 43 in: &struct{ S string }{ 44 S: "string1", 46 out: &struct{ S string }{ 47 S: "string1", 52 in: &struct{ S []string }{ 53 S: []string{"string1"}, 55 out: &struct{ S []string }{ 56 S: []string{"string1"}, 61 in: &struct{ S []string }{ 62 S: []string{}, [all …]
|
D | extend_test.go | 83 in1: &struct{ S string }{ 84 S: "string1", 86 in2: &struct{ S string }{ 87 S: "string2", 89 out: &struct{ S string }{ 90 S: "string1string2", 95 in1: &struct{ S string }{ 96 S: "string1", 98 in2: &struct{ S string }{ 99 S: "string2", [all …]
|
D | typeequal_test.go | 53 in1: struct{ S struct{ S1 string } }{}, 54 in2: struct{ S struct{ S1 string } }{}, 59 in1: struct{ S struct{ S1 string } }{}, 60 in2: struct{ S struct{ S2 string } }{}, 65 in1: &struct{ S *struct{ S1 string } }{S: &struct{ S1 string }{}}, 66 in2: &struct{ S *struct{ S1 string } }{S: &struct{ S1 string }{}}, 71 in1: &struct{ S *struct{ S1 string } }{S: &struct{ S1 string }{}}, 72 in2: &struct{ S *struct{ S2 string } }{S: &struct{ S2 string }{}}, 77 in1: &struct{ S *struct{ S1 string } }{}, 78 in2: &struct{ S *struct{ S1 string } }{}, [all …]
|
/build/kati/testcase/ |
D | call_with_many_args.mk | 6 echo $(call func,1,2,3,4,5,6,7,8,9,10,P,A,S,S)
|
D | var_append.mk | 1 S:=simple 9 S+=$(foo) $(bar)
|
D | assign_with_trailing_space.mk | 8 sp := $(subst S, ,S)
|
D | err_ifdef_with_leading_space.mk | 3 B := $(subst S, ,Sa)
|
D | sort.mk | 1 sp := $(subst S, ,S)
|
/build/kati/ |
D | shellutil.go | 49 mustLiteralRE(`date \+(\S+)`), 106 "%S": "05",
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 9 …S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'… 11 …S\s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&… 12 …)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^…
|
/build/make/target/product/security/ |
D | platform.x509.pem | 23 tCsgSL+ItdFJKe+F9g7dEtctVWV+IuPoXQTIMdYT0Zk4u4mCJH+jISVroS0dao+S
|
/build/make/tools/releasetools/testdata/ |
D | platform.x509.pem | 23 tCsgSL+ItdFJKe+F9g7dEtctVWV+IuPoXQTIMdYT0Zk4u4mCJH+jISVroS0dao+S
|
/build/make/common/ |
D | strings.mk | 22 …bst M,m,$(subst N,n,$(subst O,o,$(subst P,p,$(subst Q,q,$(subst R,r,$(subst S,s,$(subst T,t,$(subs… 29 …t m,M,$(subst n,N,$(subst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst …
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 11 �\���5Nsxw�d�̣�R�m���{��)DH��ذS���ʚ���P��4F%S��''��^{�+�wv�{���'�6q죎=P�t��Χu.O��ͱ��r�/ۛ���…
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 12 …S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.cr… argument 19 …S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y… argument
|
D | prettify.js | 5 …DATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T=… 21 …S],v=0,w=l.match(d)||[],j={},f=0,s=w.length;f<s;++f){var k=w[f],h=j[k],e,p;if(typeof h===nc)p=z;el…
|
/build/make/core/ |
D | version_defaults.mk | 315 BUILD_NUMBER := eng.$(shell echo $${BUILD_USERNAME:0:6}).$(shell $(DATE) +%Y%m%d.%H%M%S)
|
D | binary.mk | 555 my_gen_src_files := $(filter %.c %$(LOCAL_CPP_EXTENSION) %.S %.s,$(my_generated_sources)) 909 gen_S_sources := $(filter %.S,$(my_generated_sources)) 910 gen_S_objects := $(gen_S_sources:%.S=%.o) 914 $(gen_S_objects): $(intermediates)/%.o: $(intermediates)/%.S \ 1024 asm_sources_S := $(filter %.S,$(my_src_files)) 1027 asm_objects_S := $(addprefix $(intermediates)/,$(asm_sources_S:.S=.o)) 1038 $(asm_objects_S): $(intermediates)/%.o: $(TOPDIR)$(LOCAL_PATH)/%.S \
|
D | product_config.mk | 35 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 | envsetup.mk | 32 ALL_VERSIONS := Q R S T U V W X Y Z
|
/build/blueprint/ |
D | unpack_test.go | 117 NonString []struct{ S string } `blueprint:"mutated"`
|
/build/make/tools/droiddoc/templates-ndk/components/ |
D | masthead.cs | 33 <span class="lang es">Sí</span>
|
/build/make/tools/releasetools/ |
D | blockimgdiff.py | 1096 S = [(u.NetStashChange(), u.order, u) for u in self.transfers 1098 heapq.heapify(S) 1100 while S: 1101 _, _, xf = heapq.heappop(S) 1106 heapq.heappush(S, (u.NetStashChange(), u.order, u))
|
/build/make/tools/ |
D | java-layers.py | 184 COMMENTS = re.compile("//.*?\n|/\*.*?\*/", re.S)
|
/build/soong/cc/ |
D | pylintrc | 191 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
|