Searched
full:split (Results
1826 -
1850 of
5986) sorted by null
<<71727374757677787980>>
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
menu_item.js | 134 var shortcuts = this.command_.shortcut.split(/\s+/); 142 shortcut.split('-').forEach(function(part) {
|
splitter.js | 7 * elements in split panes. 13 * <div class=split-pane>
|
/external/chromium_org/v8/src/extensions/i18n/ |
locale.js | 122 locale = locale.split(/-x-/)[0]; 129 var parts = locale.split(/-/);
|
/external/chromium_org/v8/tools/testrunner/local/ |
testsuite.py | 39 name = root.split(os.path.sep)[-1] 137 argpath = a.split(os.path.sep)
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 23 fields = [x.strip () for x in line.split (';')] 27 uu = fields[0].split ('..')
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
StringUtil.java | 20 * @param str the string to split up
26 return pttn.split(str);
|
/external/libvpx/libvpx/examples/ |
decode_with_partial_drops.txt | 170 A third argument tuple is available to split the frame into 1500 bytes pieces 171 and randomly drop pieces rather than frames. The frame will be split at
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
rebol.php | 31 * * Split to several files - php4, php5 etc 112 'split-path','square-root','strict-equal?','strict-not-equal?',
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 272 return 1; // only allow horizontal/split partition types 275 return 2; // only allow vertical/split partition types
|
/external/llvm/lib/MC/ |
MCObjectDisassembler.cpp | 143 // Split text atoms into basic block atoms. 151 MCTextAtom *NewAtom = TA->split(*SI);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonSplitConst32AndConst64.cpp | 1 //=== HexagonSplitConst32AndConst64.cpp - split CONST32/Const64 into HI/LO ===// 61 return "Hexagon Split Const32s and Const64s";
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXLowerAggrCopies.cpp | 40 BasicBlock *newBB = splitAt->getParent()->splitBasicBlock(splitAt, "split"); 78 BasicBlock *newBB = splitAt->getParent()->splitBasicBlock(splitAt, "split");
|
/external/llvm/lib/Target/Sparc/ |
SparcCallingConv.td | 23 // f64 arguments are split and passed through registers or through stack. 91 // - Split structs into one or two 64-bit sized chunks, or 32-bit chunks with
|
/external/llvm/lib/Transforms/Utils/ |
LoopSimplify.cpp | 31 // Note that the simplifycfg pass will clean up blocks which are split out but 66 STATISTIC(NumNested , "Number of nested loops split out"); 222 // predecessors from outside of the loop, split the edge now. 390 // Split out the loop pre-header. 398 ".split-lp", PP, NewBBs); 415 /// blocks. This method is used to split exit blocks that have predecessors 567 // We can't split indirectbr edges. 673 // Indirectbr edges cannot be split, so we must fail if we find one.
|
SpecialCaseList.cpp | 79 std::pair<StringRef, StringRef> SplitLine = I->split(":"); 86 std::pair<StringRef, StringRef> SplitRegexp = SplitLine.second.split("=");
|
/external/llvm/utils/lit/lit/ |
discovery.py | 34 parent,base = os.path.split(path) 63 parent,base = os.path.split(item)
|
/external/lzma/CPP/7zip/Archive/ |
SplitHandler.cpp | 362 { L"Split", L"001", 0, 0xEA, { 0 }, 0, false, CreateArc, 0 };
364 REGISTER_ARC(Split)
|
/external/markdown/markdown/extensions/ |
codehilite.py | 145 #split text into lines 146 lines = self.src.split("\n")
|
/external/mesa3d/src/mapi/glapi/gen/ |
typeexpr.py | 126 # Replace '*' with ' * ' in type_string. Then, split the string 128 tokens = string.split( string.replace( type_string, "*", " * " ) )
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/mockspdyserver/ |
MockSpdyServer.java | 239 String[] statusParts = response.getStatus().split(" ", 2); 248 String[] headerParts = header.split(":", 2);
|
/external/regex-re2/lib/codereview/ |
codereview.py | 72 # Normally I would split this into multiple files, but it simplifies 360 patches = [x.split(" ", 1) for x in lines[2:]] 421 for line in text.split('\n'): 449 for line in sections['Files'].split('\n'): 477 return re.split(", *", s) 640 for line in text.split('\n'): 659 for line in text.split('\n'): 677 for line in text.split('\n'): 685 return text.split('\n')[0] 756 elif not re.match(desc_re, clx.desc.split('\n')[0]) [all...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
baksmali.java | 83 extraBootClassPathArray = extraBootClassPath.substring(1).split(":"); 99 bootClassPathArray = bootClassPath.split(":");
|
/external/v8/build/ |
gyp_v8 | 135 # path separators even on Windows due to the use of shlex.split(). 136 args.extend(shlex.split(gyp_file))
|
/frameworks/base/core/java/android/net/ |
SamplingDataTracker.java | 65 String[] tokens = line.split("[ ]+"); 75 String currentIface = tokens[0].split(":")[0];
|
/frameworks/base/docs/html/guide/practices/ |
tablets-and-handsets.jd | 14 <li><a href="#SplitActionBar">Using split action bar</a></li> 49 handset device usually requires that you split those sets apart and display them separately. So 416 <h3 id="SplitActionBar">Using split action bar</h3> 419 higher, there's an extra mode available for the action bar called "split action bar." When 420 you enable split action bar, a separate bar appears at the bottom of the screen to 426 <p>To enable split action bar, simply add {@code uiOptions="splitActionBarWhenNarrow"} to your 433 <p class="img-caption"><strong>Figure 3.</strong> Split action bar with navigation tabs on the left; 438 navigation tabs along with the split action bar, call {@link
|
Completed in 1733 milliseconds
<<71727374757677787980>>