Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 32) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Ddual_name_parameter.ipp47 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/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
Dcompiler.py34 for line in stderr.split('\n'):
59 return [self.path] + shlex.split(cxx_args)
69 return [self.path] + shlex.split(link_args)
/ndk/tests/
Dfilters.py66 early_pattern = pattern.split('.')[0]
88 return cls(filter_string.split(',') if filter_string else [])
Dadb.py42 out = re.split(r'[\r\n]+', out)
Dndk.py69 return re.split(r'\s+', abi)
Drun-all.py92 for line in out.split('\n')[1:]:
98 serial, _ = re.split(r'\s+', line, maxsplit=1)
131 abis.update(prop.split(','))
/ndk/tests/device/static-executable/
Dtest_config.py4 platform_version = int(platform.split('-')[1])
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_shuffle_test.py100 for line in RunAndReturnOutput(extra_env, args).split('\n'):
123 test_case = test.split('.')[0]
248 [test_case, _] = test.split('.')
Dgtest_filter_unittest.py192 for line in p.output.split('\n'):
/ndk/build/awk/
Dextract-debuggable.awk46 split("", XML_ATTR);
Dextract-minsdkversion.awk43 split("", XML_ATTR);
Dextract-package-name.awk47 split("", XML_ATTR);
Dxml.awk31 split("", XML_ATTR);
Dextract-launchable.awk105 split("", XML_ATTR);
/ndk/build/tools/
Dpackage.py138 _, platform_str = platform_dir.split('-')
161 components = os.path.split(f)
/ndk/
Dndk-gdb.py207 paths = os.environ["PATH"].replace('"', '').split(os.pathsep)
356 app_abis = dump_var(args, "APP_ABI").split(" ")
358 app_abis = dump_var(args, "NDK_ALL_ABIS").split(" ")
370 device_abis = [device_props[key].split(",") for key in abi_props]
/ndk/build/gmsl/
Dgmsl-tests447 $(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__gmsl303 # 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/host-tools/nawk-20071023/
Dproto.h181 extern Cell *split(Node **, int);
DFIXES107 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
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dconfig.py237 for f in additional_features.split(','):
341 self.cxx.compile_flags += shlex.split(compile_flags_str)
465 self.cxx.link_flags += shlex.split(link_flags_str)
/ndk/docs/Additional_library_docs/renderscript/
Djquery.js12split(/\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]?"."…
20split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=…
21split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join…
32split(/,?\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/
Dsetup-toolchain.mk142 TOOLCHAIN_PREFIX := $(call merge,-,$(call chop,$(call split,-,$(TOOLCHAIN_NAME))))-
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
Dcompiler.py129 lines = [l.strip() for l in out.split('\n') if l.strip()]
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi716 (such as the ``split'' mode output by @code{makeinfo --html}), you'll
873 for example, it might run @code{makeinfo --no-split --html}

12