/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | dual_name_parameter.ipp | 47 split( string_name_policy& snp, char_name_policy& cnp, cstring src, K const& k ) 63 split( m_primary, m_secondary, src, prefix ); 71 split( m_primary, m_secondary, src, name ); 79 split( m_primary, m_secondary, src, separator );
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_shuffle_test.py | 100 for line in RunAndReturnOutput(extra_env, args).split('\n'): 123 test_case = test.split('.')[0] 248 [test_case, _] = test.split('.')
|
D | gtest_filter_unittest.py | 192 for line in p.output.split('\n'):
|
/ndk/ |
D | ndk-gdb.py | 42 PATHS = extra_paths+os.environ['PATH'].replace('"','').split(os.pathsep) 457 columns = output.pop(0).split() 463 columns = output.pop().split() 582 APP_ABIS = get_build_var('APP_ABI').split(' ') 584 ALL_ABIS = get_build_var('NDK_ALL_ABIS').split(' ') 610 CPU_ABIS = CPU_ABI1.split(',')+CPU_ABI2.split(',')
|
/ndk/build/awk/ |
D | extract-minsdkversion.awk | 43 split("", XML_ATTR);
|
D | extract-package-name.awk | 47 split("", XML_ATTR);
|
D | extract-debuggable.awk | 46 split("", XML_ATTR);
|
D | xml.awk | 31 split("", XML_ATTR);
|
D | extract-launchable.awk | 105 split("", XML_ATTR);
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | Makefile.am | 11 AM_MAKEINFOHTMLFLAGS = --no-split
|
D | Makefile.in | 576 AM_MAKEINFOHTMLFLAGS = --no-split
|
D | sed.info | 875 form; long lines are split, with a trailing `\' character to 876 indicate the split; the end of each line is marked with a `$'. 1526 is printed as soon as possible and then discarded. The number is split
|
D | sed.texi | 1225 are printed in C-style escaped form; long lines are split, 1226 with a trailing @code{\} character to indicate the split; 2084 is split so that changing digits go in a buffer and unchanged ones go
|
/ndk/build/gmsl/ |
D | gmsl-tests | 447 $(call start_test,split) 448 $(call test_assert,$(call split,$c,comma$cseparated$cstring),comma separated string) 449 $(call test_assert,$(call split,*,star*field*record),star field record) 450 $(call test_assert,$(call split,*,star*),star) 451 $(call test_assert,$(call split,*,star*field),star field) 452 $(call test_assert,$(call split,*,star****field),star field) 453 $(call test_assert,$(call split,*,),)
|
D | __gmsl | 303 # Function: split 304 # Arguments: 1: The character to split on 305 # 2: A string to split 306 # Returns: Splits a string into a list separated by spaces at the split 309 split = $(__gmsl_tr2)$(strip $(subst $1, ,$2))
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 69 items = ln[ln.index('XFAIL:') + 6:].split(',') 72 items = ln[ln.index('REQUIRES:') + 9:].split(',') 260 link_flags += shlex.split(link_flags_str)
|
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 181 extern Cell *split(Node **, int);
|
D | FIXES | 107 fixed another 25-year-old RE bug, in split. it's another failure 168 subtle change to split: if source is empty, number of elems 394 could split $0 on every character, a misleading diversion. 496 split using the value of FS at the time of input; it used to be 530 enhanced split(), as in gawk, etc: split(s, a, "") splits s into
|
D | run.c | 1209 Cell *split(Node **a, int nnn) /* split(a[0], a[1], a[2]); a[3] is type */ in split() function
|
/ndk/docs/renderscript/ |
D | jquery.js | 12 …split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.clas… 13 …"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."… 20 …split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=… 21 …split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join… 32 …split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSet… 43 …his.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var k=this.handles.split(",");this.handles=… 53 …$(t,this);case'object':if(t.is||t.style)c=(t=$(t)).offset()}$.each(n.axis.split(''),function(i,f){…
|
/ndk/build/core/ |
D | setup-toolchain.mk | 142 TOOLCHAIN_PREFIX := $(call merge,-,$(call chop,$(call split,-,$(TOOLCHAIN_NAME))))-
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 716 (such as the ``split'' mode output by @code{makeinfo --html}), you'll 873 for example, it might run @code{makeinfo --no-split --html}
|
/ndk/sources/host-tools/make-3.81/ |
D | configure | 10229 nfields = split(line, field, "@") 10358 split(line, arg, " ") 10366 split(mac1, mac2, "(") #)
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 3906 % followed by the two boxes we just split, in box0 and box2. 3947 \divide\dimen@ by 2 % target to split to 3960 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}% 5681 % Currently is also contains all @aliases; the list can be split 6410 % provide a place where TeX can split the footnote.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 4872 % followed by the two boxes we just split, in box0 and box2. 4941 \divide\dimen@ by 2 % target to split to 4954 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}% 6835 % Currently is also contains all @aliases; the list can be split 7581 % provide a place where TeX can split the footnote.
|