HomeSort by relevance Sort by last modified time
    Searched refs:starts (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /external/chromium_org/v8/test/mjsunit/regress/
regress-1132.js 33 // If the test starts to fail in Genesis, consider increasing this constant.
regress-1748.js 30 // of a string that starts at a multiplum of 256.
  /external/v8/test/mjsunit/regress/
regress-1132.js 33 // If the test starts to fail in Genesis, consider increasing this constant.
regress-1748.js 30 // of a string that starts at a multiplum of 256.
  /frameworks/base/core/java/android/os/
BatteryStats.java 1478 final long starts = ps.getStarts(which); local
1500 int starts = ss.getStarts(which); local
2055 int starts; local
2125 int starts = ss.getStarts(which); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 290 long[] starts = new long[10]; field in class:DB_Results.LogWriter
297 void starts(String log) { method in class:DB_Results.LogWriter
305 this.starts[this.depth] = System.currentTimeMillis();
310 throw new RuntimeException("Invalid call to ends (missing corresponding starts call)!"); //$NON-NLS-1$
313 this.times[this.depth] += System.currentTimeMillis() - this.starts[this.depth];
324 this.starts = new long[10];
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 830 starts, stops = [], []
837 if len(stops) < len(starts):
845 starts.append(line_pos)
857 self._toc = dict(enumerate(zip(starts, stops)))
880 starts, stops = [], []
888 starts.append(next_pos)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 830 starts, stops = [], []
837 if len(stops) < len(starts):
845 starts.append(line_pos)
857 self._toc = dict(enumerate(zip(starts, stops)))
880 starts, stops = [], []
888 starts.append(next_pos)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
progress_manager.js 76 * Shows a 0% progress bar to indicate downloading starts.
  /external/chromium_org/chrome/test/chromedriver/js/
add_cookie.js 37 * <li>path: starts with '/', no ';'
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 88 // If line starts with .text:
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 19 // Handler that gets called when the NaCl module starts loading. This
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 39 // Return whether the URL starts with the Gmail prefix.
343 // state, and also doesn't expose onStartup. So the icon always starts out in
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.js 279 * Return true when |s| starts with the string |prefix|.
283 * @return {boolean} Whether |s| starts with |prefix|.
  /external/llvm/utils/
codegen-diff 103 (Use C<lli -debug> to find out where the function starts and ends in memory.)
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebAXObjectProxy.cpp 424 WebVector<int> starts; local
426 inlineTextBox.wordBoundaries(starts, ends);
427 size_t wordCount = starts.size();
440 wordStart = start + starts[j];
447 wordStart = start + starts[wordCount - 1];
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 246 RegisterSpecSet starts = locals.getStarts(block); local
248 starts));
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 252 RegisterSpecSet starts = locals.getStarts(block); local
254 starts));
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
util.js 91 * Called when user activity has stopped. Re-starts the countdown.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 12 * 2. After the 'onAuthTstarted' signal, injected script starts to scraping
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 64 * Handles a request. Depending on type of the request, starts or stops
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
cfinstall.js 54 * install. Once installation is begun, a background timer starts,
  /external/chromium_org/remoting/webapp/
identity.js 43 * getAuthToken starts doing so itself.
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 1024 void WebAXObject::wordBoundaries(WebVector<int>& starts, WebVector<int>& ends) const
1038 starts.swap(startsWebVector);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec 39 thread starts working on that object is difficult. For them,

Completed in 1386 milliseconds

12 3 4 5 6