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

<<919293949596979899100>>

  /external/chromium_org/chrome/browser/service/
service_process_control.h 153 // Takes ownership of the pointer. Split out for testing.
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 463 // Reads split position from the current tab's devtools window and applies
464 // it to the devtools split.
526 // Split pane containing the contents_container_ and the devtools_container_.
530 // Split pane containing the contents_hsplit_ and the devtools_container_.
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout_unittest.cc 226 // Contents split fills the window.
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_util.cc 147 // If the window splits an area of the step function, split the
  /external/chromium_org/chrome/common/extensions/api/
tts_engine.json 37 "description": "The text to speak, specified as either plain text or an SSML document. If your engine does not support SSML, you should strip out all XML markup and synthesize only the underlying text content. The value of this parameter is guaranteed to be no more than 32,768 characters. If this engine does not support speaking that many characters at a time, the utterance should be split into smaller chunks and queued internally without returning an error."
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
model.js 119 var exponent = Number(x.toExponential(this.precision - 1).split('e')[1]);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 825 $split = explode('=', $pair, 2); variable
826 $parameter = OAuthUtil::urldecode_rfc3986($split[0]);
827 $value = isset($split[1]) ? OAuthUtil::urldecode_rfc3986($split[1]) : '';
  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher.py 152 f = key.split(self._base_path + '/', 1)[1]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
background_pages.html 21 "split" mode, a second instance is created for incognito windows.)
manifest.html 54 "<a href="#incognito">incognito</a>": "spanning" <em>or</em> "split",
232 Either "spanning" or "split", to specify how this extension will
246 The default for installable web apps is "split",
257 <em>split</em> incognito behavior. If your extension or app needs to be logged
  /external/chromium_org/chrome/common/metrics/variations/
variations_util.cc 132 // First, split everything by the label separator.
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 58 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) function
111 if(jj>start) split(I,V,start,jj-start,h);
116 if(start+len>kk) split(I,V,kk,start+len-kk,h);
146 split(I,V,i,len,h);
  /external/chromium_org/chrome/renderer/resources/extensions/
send_request.js 85 var stack = $String.split(new Error().stack, '\n');
  /external/chromium_org/chrome/test/chromedriver/test/
run_all_tests.py 35 paths = cfg.read().split('\n')
  /external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py 146 eth_iface, mac_address = fp.read().split(',')
  /external/chromium_org/chrome/test/pyautolib/
mock_pref_pane.py 38 fields = line.strip().split('\t')
  /external/chromium_org/chrome/tools/build/mac/
generate_localizer 87 parts = item.split('$', 1)
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 156 return os.path.split(os.path.split(dll_path[0])[0])[1]
537 version_numbers = current_version.split('.')
541 version_numbers = prev_version.split('.')
  /external/chromium_org/content/browser/download/
base_file.h 123 // Split out from CurrentSpeed to enable testing.
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_mac.cc 89 << " Split: " << !!WirelessScanSplit_function_
  /external/chromium_org/content/browser/resources/media/
disjoint_range_set.js 80 * Will split existing ranges if necessary.
ssrc_info_manager.js 98 var attributes = sdp.split(this.ATTRIBUTE_SEPARATOR_);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.h 36 // because that's what was easiest when they were split. We optionally take
web_contents_view_mac.h 62 // because that's what was easiest when they were split.
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 53 split(PagedArray<int>& I,PagedArray<int>& V,int start,int len,int h) function in namespace:courgette
106 if(jj>start) split(I,V,start,jj-start,h);
111 if(start+len>kk) split(I,V,kk,start+len-kk,h);
142 split(I,V,i,len,h);

Completed in 3748 milliseconds

<<919293949596979899100>>