HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 251 - 275 of 1549) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 61 int split = (br->range + 1) >> 1; local
62 VP8_BD_VALUE bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8);
70 br->range = split;
75 br->range = br->range-split;
  /external/llvm/docs/
conf.py 145 # If true, the index is split into individual pages for each letter.
243 # Split the name out of the title.
244 name,description = title.split(' - ', 1)
  /external/markdown/markdown/
blockparser.py 67 blocks which will be split on blank lines, it could contain only one
75 self.parseBlocks(parent, text.split('\n\n'))
  /external/markdown/markdown/extensions/
fenced_code.py 100 return text.split("\n")
  /external/oprofile/gui/
oprof_start_config.cpp 72 string val = split(str, '=');
  /external/oprofile/libutil++/
string_manip.h 29 /// split string s by first occurence of char c, returning the second part.
30 /// s is set to the first part. Neither include the split character
31 std::string split(std::string & s, char c);
  /external/smack/src/org/jivesoftware/smack/sasl/
SASLFacebookConnect.java 73 String[] keyArray = apiKeyAndSessionKey.split("\\|");
166 String[] params = query.split("&");
169 String name = param.split("=")[0];
170 String value = param.split("=")[1];
  /external/smali/util/src/main/java/org/jf/util/
ConsoleUtil.java 62 String[] vals = output.split(" ");
  /external/v8/tools/
disasm.py 79 lines = out.split("\n")
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
split-002.js 2 * File Name: String/split-002.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-002.js";
29 var TITLE = "String.prototype.split( regexp, [,limit] )";
58 Number.prototype.split = String.prototype.split;
89 // if separator is an empty string, split each by character
101 split_1 = string.split( separator )
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Objects/
toString-001.js 106 var a2 = m[1].split(", ");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
array-001.js 74 var chars = str.split('');
regress-154338.js 63 var y = ('Home'.split('H'))[1];
  /external/webkit/Source/WebCore/css/
WebKitCSSKeyframeRule.cpp 72 s.split(',', strings);
  /external/webkit/Source/WebCore/inspector/front-end/
DOMSyntaxHighlighter.js 48 var lines = node.textContent.split("\n");
  /external/webkit/Source/WebCore/plugins/win/
PluginPackageWin.cpp 196 getVersionInfo(versionInfoData.get(), "MIMEType").split('|', types);
198 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists);
200 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions);
208 extensionList.split(',', extensionsVector);
  /external/webkit/Source/WebCore/wml/
WMLPageState.cpp 199 m_accessDomain.split('.', subdomainsAllowed);
205 host.split('.', subdomainsCheck);
234 m_accessPath.split('/', subpathsAllowed);
240 path.split('/', subpathsCheck);
  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_html.py 37 (dir_name, file_name) = os.path.split(resource_path)
  /external/webkit/Tools/QueueStatusServer/handlers/
updateworkitems.py 45 item_strings = items_string.split(" ") if items_string else []
  /external/webkit/Tools/Scripts/
update-iexploder-cssproperties 81 my @split = split / /, $l;
82 $l = $split[0]
112 $iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "iExploder-1.3.2", "htdocs", split("/", $iexploderPath));
113 $webcorePath = File::Spec->catfile(sourceDir(), "Source", "WebCore", split("/", $webcorePath));
update-sources-list.py 57 sourcesList = sourcesText.split("\n")
  /external/webkit/Tools/Scripts/webkitpy/common/config/
build.py 110 base_platform = target_platform.split("-")[0]
  /external/wpa_supplicant_8/wpa_supplicant/utils/
log2pcap.py 49 hexdata = hexdata.split()
  /frameworks/base/media/java/android/media/
ExifInterface.java 379 String [] parts = rationalString.split(",");
382 pair = parts[0].split("/");
386 pair = parts[1].split("/");
390 pair = parts[2].split("/");
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pProvDiscEvent.java 62 String[] tokens = string.split(" ");

Completed in 911 milliseconds

<<11121314151617181920>>