HomeSort by relevance Sort by last modified time
    Searched full:split (Results 1 - 25 of 3628) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/misc/
MANIFEST 4 split-matras.txt
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.8-1.js 24 ECMA Section: 15.5.4.8 String.prototype.split( separator )
33 As a special case, if the separator is the empty string, the string is split
45 The length property of the split method is 2
52 var TITLE = "String.prototype.split";
63 array[item++] = new TestCase( SECTION, "String.prototype.split.length", 2, String.prototype.split.length );
64 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length", false, delete String.prototype.split.length );
65 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length; String.prototype.split.length", 2, eval("delete String.prototype.split.length; String.prototype.split.length") )
    [all...]
  /external/llvm/test/CodeGen/X86/
2007-10-30-LSRCrash.ll 16 bb76.split: ; preds = %bb69.outer.split.split, %bb69.us208
19 bb69.outer: ; preds = %bb76.split, %bb98.preheader
20 %from.0.reg2mem.0.ph.rec = phi i32 [ %tmp75.rec, %bb76.split ], [ 0, %bb98.preheader ] ; <i32> [#uses=1]
23 br i1 false, label %bb69.us208, label %bb69.outer.split.split
26 switch i32 0, label %bb76.split [
32 bb69.outer.split.split: ; preds = %bb69.oute
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/override/blank_ntp/
manifest.json 4 "incognito": "split",
  /external/openssl/crypto/bn/
todo 3 split up the _exp_ functions
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
string_split.js 24 Description: 'Tests the split method on Strings using regular expressions'
33 var TITLE = 'String: split';
41 // 'a b c de f'.split(/\s/)
42 testcases[count++] = new TestCase ( SECTION, "'a b c de f'.split(/\s/)",
43 String(["a","b","c","de","f"]), String('a b c de f'.split(/\s/)));
45 // 'a b c de f'.split(/\s/,3)
46 testcases[count++] = new TestCase ( SECTION, "'a b c de f'.split(/\s/,3)",
47 String(["a","b","c"]), String('a b c de f'.split(/\s/,3)));
49 // 'a b c de f'.split(/X/)
50 testcases[count++] = new TestCase ( SECTION, "'a b c de f'.split(/X/)"
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/
J3MLoader.java 88 String[] split = statement.split(":"); local
89 if (split.length != 2){
92 String[] typeAndLang = split[0].split(whitespacePattern);
98 vertName = split[1].trim();
100 fragName = split[1].trim();
106 String[] split = statement.split(whitespacePattern); local
107 if (split.length != 2)
116 String[] split = statement.split(whitespacePattern); local
162 String[] split = value.trim().split(whitespacePattern); local
212 String[] split = statement.split(":"); local
265 String[] split = statement.split(":", 2); local
308 String[] split = statement.split(whitespacePattern); local
354 String[] split = statement.split(":"); local
373 String[] split = statement.getLine().split("[ \\\\{]"); local
393 String[] split = statement.split(whitespacePattern); local
401 String[] split = techStat.getLine().split(whitespacePattern); local
451 String[] split = materialName.split(":", 2); local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
split-003.js 2 * File Name: String/split-003.js
18 * The [,limit] argument to String.split is new, and not covered in any
21 * String.split cases are covered in ecma/String/15.5.4.8-*.js.
22 * String.split where separator is a RegExp are in
27 var SECTION = "ecma_2/String/split-003.js";
29 var TITLE = "String.prototype.split( regexp, [,limit] )";
36 // if separator is an empty string, split each by character
64 // verify that the result of split is an object of type Array
66 "( " + string + " ).split(" + str_sep +").constructor == Array",
68 string.split(separator).constructor == Array )
    [all...]
  /external/v8/test/mjsunit/
string-split.js 29 result = "A<B>bold</B>and<CODE>coded</CODE>".split(/<(\/)?([^<>]+)>/);
33 assertArrayEquals(["a", "b"], "ab".split(/a*?/));
35 assertArrayEquals(["", "b"], "ab".split(/a*/));
37 assertArrayEquals(["a"], "ab".split(/a*?/, 1));
39 assertArrayEquals([""], "ab".split(/a*/, 1));
41 assertArrayEquals(["as","fas","fas","f"], "asdfasdfasdf".split("d"));
43 assertArrayEquals(["as","fas","fas","f"], "asdfasdfasdf".split("d", -1));
45 assertArrayEquals(["as", "fas"], "asdfasdfasdf".split("d", 2));
47 assertArrayEquals([], "asdfasdfasdf".split("d", 0));
49 assertArrayEquals(["as","fas","fas",""], "asdfasdfasd".split("d"))
    [all...]
  /development/ndk/platforms/android-14/samples/native-media/
default.properties 2 split.density=false
  /external/llvm/test/MC/ARM/AlignedBundling/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/MC/AsmParser/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/MC/Disassembler/AArch64/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/MC/Disassembler/ARM/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/MC/Disassembler/MBlaze/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/MC/Disassembler/Mips/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/MC/Disassembler/X86/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/MC/Disassembler/XCore/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/MC/X86/AlignedBundling/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/Object/Mips/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/Object/X86/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/Other/X86/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/Transforms/LoopStrengthReduce/ARM/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())
  /external/llvm/test/Transforms/TailDup/X86/
lit.local.cfg 3 targets = set(config.root.targets_to_build.split())

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 91011>>