Searched refs:split (Results 126 - 150 of 1009) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAtom.h55 /// split - Splits the atom in two at a given address, which must align with
57 /// atom representing the high part of the split.
58 MCAtom *split(uint64_t SplitPt);
/macosx-10.10.1/llvmCore-3425.0.34/utils/release/
H A DfindRegressions-simple.py24 tmp = t[2].split('llvm-test/')
41 n = t[0].split('RESULT-')[1]
47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n'))
50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_dyld.py58 for path in spath.split(u':'):
72 for path in spath.split(u':'):
97 for path in spath.split(u':'):
103 for path in spath.split(u':'):
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/MutableTableModel/
H A DTableModelAppDelegate.py4 FIELDS = "name password uid gid class change expire gecos home_dir shell".split()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_dyld.py58 for path in spath.split(u':'):
72 for path in spath.split(u':'):
97 for path in spath.split(u':'):
103 for path in spath.split(u':'):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/MutableTableModel/
H A DTableModelAppDelegate.py4 FIELDS = "name password uid gid class change expire gecos home_dir shell".split()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/
H A Dconf.py55 return ln.split()[-1][1:-1]
156 # If true, the index is split into individual pages for each letter.
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dsidebar.js134 var items = document.cookie.split(';');
136 var key_val = items[k].split('=');
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D__init__.py59 for k in module.split('.')[1:]:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_ctests.py27 if sys.platform == 'darwin' and name == 'CheckNSInvoke' and platform.machine() == 'Power Macintosh' and map(int, platform.mac_ver()[0].split('.')) < [10, 6]:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/MutableTableModel/
H A DTableModelAppDelegate.py4 FIELDS = "name password uid gid class change expire gecos home_dir shell".split()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreLocation-2.5.1/PyObjCTest/
H A Dtest_clerror.py27 if int(os.uname()[2].split('.')[0]) < 12:
/macosx-10.10.1/python-89/fix/
H A Ddummy.py17 dir, base = os.path.split(sys.argv[0])
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/lib/bigdecimal/
H A Dutil.rb70 _,f,_,z = self.frac.split
/macosx-10.10.1/ruby-106/ruby/ext/json/lib/json/add/
H A Ddate_time.rb14 of_a, of_b = object['of'].split('/')
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dabbrev.rb130 hash = line.split.abbrev
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dany_method.rb161 name = @full_name.split('::')
186 params = @call_seq.split("\n").last
199 params = params.gsub(/\s+/, '').split ','
210 params = @call_seq.split("\n").last
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dhttpauth.rb61 user, pass = userpass.unpack("m*")[0].split(":", 2)
/macosx-10.10.1/ruby-106/ruby/test/dtrace/
H A Dtest_string.rb7 saw = saw.map(&:split).find_all { |klass, file, line, len|
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvjoin84 set data [::csv::split $line $sepChar]
101 set data [::csv::split $line $sepChar]
/macosx-10.10.1/vim-55/runtime/spell/
H A Dcleanadd.vim15 for s:fname in split(globpath(&rtp, "spell/*.add"), "\n")
22 silent exe "tab split " . s:f
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/
H A Dsetup.py47 return '.'.join(v.split('.')[:2])
247 #if int(os.uname()[2].split('.')[0]) >= 10:
292 for p in os.environ['PATH'].split(os.pathsep):
305 cflags = shlex.split(cflags)
331 cc = oldcc = get_config_var('CC').split()[0]
363 split = vars[env].split()
364 split[0] = cc if env != 'CXX' else cc + '++'
365 vars[env] = ' '.join(split)
421 "-DPyObjC_BUILD_RELEASE=%02d%02d"%(tuple(map(int, platform.mac_ver()[0].split('
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-4.x.t38 $db->db_put(split '/');
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp50 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
94 _GLIBCXX_DEBUG_ONLY(map_debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dxpostconf82 ($junk, $name, $junk) = split(/\s+/, $text, 3);
104 ($category, $name, $mode) = split(/\s+/, substr($_, 1));

Completed in 357 milliseconds

1234567891011>>