HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 5051 - 5075 of 6499) sorted by null

<<201202203204205206207208209210>>

  /external/guice/core/test/com/google/inject/
ScopesTest.java     [all...]
  /external/libmojo/third_party/ply/
lex.py 174 basetabfilename = tabfile.split(".")[-1]
523 parts = s.split("_")
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
codegen.py 494 re.split(r'\s*,\s*', ns.attributes['import'])
701 "%s=%s" % ((a.split('=')[0],) * 2) if '=' in a else a
    [all...]
  /external/opencv/ml/include/
ml.h 681 CvDTreeSplit* split; member in struct:CvDTreeNode
889 virtual void write_split( CvFileStorage* fs, CvDTreeSplit* split );
    [all...]
  /external/openssh/
buildpkg.sh.in 629 split("$SYSTEM_DIR",sys_files); }
  /external/python/cpython2/Demo/tkinter/guido/
ss1.py 431 for part in re.split('(\w+)', self.formula):
450 for part in re.split(r"(\w+(?::\w+)?)", formula):
  /external/python/cpython2/Lib/bsddb/test/
test_basics.py 921 for x in "The quick brown fox jumped over the lazy dog.".split():
999 for x in "The quick brown fox jumped over the lazy dog".split():
    [all...]
  /external/python/cpython2/Lib/
httplib.py 404 [version, status, reason] = line.split(None, 2)
407 [version, status] = line.split(None, 1)
    [all...]
  /external/python/cpython2/Lib/test/
test_httplib.py 94 kv = item.split(':')
122 kv = item.split(':', 1)
    [all...]
test_tempfile.py 51 (ndir, nbase) = os.path.split(name)
547 (ndir, nbase) = os.path.split(name)
    [all...]
test_xmlrpc.py     [all...]
  /external/python/cpython2/Lib/unittest/
case.py 261 return doc and doc.split("\n")[0].strip() or None
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_case.py     [all...]
  /external/selinux/gui/
polgengui.py 52 l = output.split("\n")
54 all_modules.append(i.split()[0])
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 541 String[] values = value.split(",");
774 for (String s : value.split("\\|")) {
    [all...]
  /external/slf4j/slf4j-site/src/site/pages/js/
prettify.js 1 function H(){var x=navigator&&navigator.userAgent&&/\bMSIE 6\./.test(navigator.userAgent);H=function(){return x};return x}(function(){function x(b){b=b.split(/ /g);var a={};for(var c=b.length;--c>=0;){var d=b[c];if(d)a[d]=null}return a}var y="break continue do else for if return while ",U=y+"auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile ",D=U+"catch class delete false import new operator private protected public this throw true try ",
  /external/swiftshader/third_party/LLVM/utils/TableGen/
FixedLenDecoderEmitter.cpp 791 std::pair<StringRef, StringRef> pairs = SR.split(',');
795 pairs = pairs.second.split(',');
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 440 QStringList types = res.split(QChar(' '));
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOManager.java 469 String[] path = pathString.split("/");
741 for (String oi : oiString.split(",")) {
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java     [all...]
  /libcore/ojluni/src/main/java/java/security/
Provider.java     [all...]
  /libcore/ojluni/src/main/java/java/util/
Locale.java     [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java 298 * @param content Content to split.
301 private static List<String> split(String content) { method in class:ContactListItemView
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_basics.py 921 for x in "The quick brown fox jumped over the lazy dog.".split():
999 for x in "The quick brown fox jumped over the lazy dog".split():
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 193 dirname, name = os.path.split(pathname)
552 filename = urlparse.urlparse(url)[2].split('/')[-1] # '/': it's URL!
    [all...]

Completed in 1496 milliseconds

<<201202203204205206207208209210>>