HomeSort by relevance Sort by last modified time
    Searched full:split (Results 1901 - 1925 of 5986) sorted by null

<<71727374757677787980>>

  /external/llvm/test/Transforms/LoopStrengthReduce/
pr2570.ll 200 br i1 %112, label %bb311.loopexit.split, label %bb268
219 br i1 %121, label %bb268, label %bb274.split
221 bb274.split: ; preds = %bb268
225 bb276: ; preds = %bb274.split
229 bb279: ; preds = %bb274.split
260 bb311.loopexit.split: ; preds = %bb272.thread
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 239 * Split source register access.
245 struct rc_swizzle_split * split)
257 split->NumPhases = 0;
263 split->Phase[split->NumPhases++] = negatebase[i];
269 .Split = r500_swizzle_split
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 170 String[] args = atString.split("=");
175 String characterSet = ((atString.split("="))[1]);
232 String[] args = atString.split("=");
313 if ((atString.split("=")).length < 2) {
317 String atCommand = (atString.split("="))[1];
318 String[] indices = atCommand.split(",");
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 623 String[] split = address.split(":"); local
624 byte[] result = new byte[split.length];
626 for (int i = 0; i < split.length; i++) {
628 result[split.length - 1 - i] = (byte)Integer.parseInt(split[i], 16);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pci_regs.h 328 /* Max # of outstanding split transactions */
337 #define PCI_X_CMD_MAX_SPLIT 0x0070 /* Max Outstanding Split Transactions */
344 #define PCI_X_STATUS_SPL_DISC 0x00040000 /* Split Completion Discarded */
345 #define PCI_X_STATUS_UNX_SPL 0x00080000 /* Unexpected Split Completion */
348 #define PCI_X_STATUS_MAX_SPLIT 0x03800000 /* Designed Max Outstanding Split Transactions */
350 #define PCI_X_STATUS_SPL_ERR 0x20000000 /* Rcvd Split Completion Error Msg */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci_regs.h 328 /* Max # of outstanding split transactions */
337 #define PCI_X_CMD_MAX_SPLIT 0x0070 /* Max Outstanding Split Transactions */
344 #define PCI_X_STATUS_SPL_DISC 0x00040000 /* Split Completion Discarded */
345 #define PCI_X_STATUS_UNX_SPL 0x00080000 /* Unexpected Split Completion */
348 #define PCI_X_STATUS_MAX_SPLIT 0x03800000 /* Designed Max Outstanding Split Transactions */
350 #define PCI_X_STATUS_SPL_ERR 0x20000000 /* Rcvd Split Completion Error Msg */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci_regs.h 328 /* Max # of outstanding split transactions */
337 #define PCI_X_CMD_MAX_SPLIT 0x0070 /* Max Outstanding Split Transactions */
344 #define PCI_X_STATUS_SPL_DISC 0x00040000 /* Split Completion Discarded */
345 #define PCI_X_STATUS_UNX_SPL 0x00080000 /* Unexpected Split Completion */
348 #define PCI_X_STATUS_MAX_SPLIT 0x03800000 /* Designed Max Outstanding Split Transactions */
350 #define PCI_X_STATUS_SPL_ERR 0x20000000 /* Rcvd Split Completion Error Msg */
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 172 for text in line.split('\r\n'):
334 lines = data.split('\n')
347 lines = data.split('\n')
396 local = rcpt.lower().split('@')[0]
404 parts = local.split('-')
504 # split into host/port pairs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 38 paths = path.split(os.pathsep)
108 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 osx_version = tuple(int(i) for i in osx_version.split('.'))
166 cc = oldcc = _config_vars['CC'].split()[0]
199 cv_split = _config_vars[cv].split()
331 compiler_so = compiler_so + os.environ['ARCHFLAGS'].split()
pkgutil.py 178 subname = fullname.split(".")[-1]
342 fn = fn[plen:].split(os.sep)
428 pkg = '.'.join(fullname.split('.')[:-1])
520 pname = os.path.join(*name.split('.')) # Reconstitute as relative path
522 sname = os.extsep.join(name.split('.'))
588 parts = resource.split('/')
smtpd.py 172 for text in line.split('\r\n'):
334 lines = data.split('\n')
347 lines = data.split('\n')
396 local = rcpt.lower().split('@')[0]
404 parts = local.split('-')
504 # split into host/port pairs
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 172 for text in line.split('\r\n'):
334 lines = data.split('\n')
347 lines = data.split('\n')
396 local = rcpt.lower().split('@')[0]
404 parts = local.split('-')
504 # split into host/port pairs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 38 paths = path.split(os.pathsep)
108 _SYSTEM_VERSION = '.'.join(m.group(1).split('.')[:2])
138 osx_version = tuple(int(i) for i in osx_version.split('.'))
166 cc = oldcc = _config_vars['CC'].split()[0]
199 cv_split = _config_vars[cv].split()
331 compiler_so = compiler_so + os.environ['ARCHFLAGS'].split()
pkgutil.py 178 subname = fullname.split(".")[-1]
342 fn = fn[plen:].split(os.sep)
428 pkg = '.'.join(fullname.split('.')[:-1])
520 pname = os.path.join(*name.split('.')) # Reconstitute as relative path
522 sname = os.extsep.join(name.split('.'))
588 parts = resource.split('/')
smtpd.py 172 for text in line.split('\r\n'):
334 lines = data.split('\n')
347 lines = data.split('\n')
396 local = rcpt.lower().split('@')[0]
404 parts = local.split('-')
504 # split into host/port pairs
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 497 // expect it's likely split on several lines. So let's move it back on a single line
499 String[] lines = content.split("\n"); //$NON-NLS-1$
510 // split the left and right part
511 String[] files = sb.toString().split(":"); //$NON-NLS-1$
514 String[] outputs = files[0].trim().split(" "); //$NON-NLS-1$
517 String[] dependencies = files[1].trim().split(" "); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 549 for (String basename : Splitter.on(',').split(mRelatedTo)) {
576 String[] split = mTopAttrs.split(","); //$NON-NLS-1$ local
577 List<String> topAttributes = new ArrayList<String>(split.length + 1);
579 for (int i = 0, n = split.length; i < n; i++) {
580 topAttributes.add(split[i]);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 128 /// split.
391 // FIXME: In the great blue eventually, we should eagerly split all integer
404 "All simple FCA loads should have been pre-split");
440 "All simple FCA stores should have been pre-split");
504 // split those.
815 /// are used to try to split them into smaller allocations, ideally of
816 /// a single scalar data type. It will split up memcpy and memset accesses
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 13 from re import findall, match, split, sub namespace
222 localfilename = url.split('/')[-1]
261 components = split('\s+', line)
328 components = split('\s+', line)
507 components = split(':', line)
512 (seq, val ) = split(':', line)
516 values = split('\s+', val)
517 unichar_temp = split('"', values[0])
870 uniproperties = split(';', line)
879 unicodedatabase[codepoint] = [name, split('\s+', decomposition), combiningclass
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 358 # Crudely calculate an estimate so that the result of s.split won't
363 l = s.split()
367 l = s.split('a')
372 # size. Because of internal affairs, the s.split() call produces a
380 l = s.split()
384 l = s.split('a')
390 # Crudely calculate an estimate so that the result of s.split won't
692 # Like test_concat, split in two.
736 # Like test_concat, split in two.
875 # Like test_concat, split in two
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 358 # Crudely calculate an estimate so that the result of s.split won't
363 l = s.split()
367 l = s.split('a')
372 # size. Because of internal affairs, the s.split() call produces a
380 l = s.split()
384 l = s.split('a')
390 # Crudely calculate an estimate so that the result of s.split won't
692 # Like test_concat, split in two.
736 # Like test_concat, split in two.
875 # Like test_concat, split in two
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
StringUtil.java 195 * @param str the string to split. Must not be null.
201 * {@link #split(String, String, boolean)}
204 public static String[] split(String str, String delims) { method in class:StringUtil
205 return split(str, delims, false);
229 * {@code Iterable<String>} returned by {@link Splitter#split}.
232 * @param str the string to split. Must not be null.
241 public static String[] split( method in class:StringUtil
339 * @param str the string to split. Must not be null.
345 * {@link #split(String, String, boolean)}
349 return split(str, delims, true)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 196 * @param str the string to split. Must not be null.
202 * {@link #split(String, String, boolean)}
205 public static String[] split(String str, String delims) { method in class:StringUtil
206 return split(str, delims, false);
230 * {@code Iterable<String>} returned by {@link Splitter#split}.
233 * @param str the string to split. Must not be null.
242 public static String[] split( method in class:StringUtil
340 * @param str the string to split. Must not be null.
346 * {@link #split(String, String, boolean)}
350 return split(str, delims, true)
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 154 base::TimingLogger::ScopedSplit split("InitializePhase", &timings_);
188 base::TimingLogger::ScopedSplit split("ProcessReferences", &timings_);
195 base::TimingLogger::ScopedSplit split("HandleDirtyObjectsPhase", &timings_);
241 base::TimingLogger::ScopedSplit split("MarkingPhase", &timings_);
289 base::TimingLogger::ScopedSplit split("ReclaimPhase", &timings_);
304 base::TimingLogger::ScopedSplit split("UnMarkAllocStack", &timings_);
355 base::TimingLogger::ScopedSplit split("FindDefaultMarkBitmap", &timings_);
794 // Can't have a different split for each space since multiple spaces can have their cards being
    [all...]

Completed in 3158 milliseconds

<<71727374757677787980>>