HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 176 - 200 of 12869) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/dx/tests/034-dex-minimal/
run 11 # Unless required by applicable law or agreed to in writing, software
17 dx --debug --dex --dump-to=- --no-files
  /dalvik/dx/tests/082-dex-throws-list-sharing/
run 11 # Unless required by applicable law or agreed to in writing, software
18 dx --debug --dex --positions=none --no-locals --dump-to=- --dump-width=200 \
  /dalvik/dx/tests/108-string-annotation/
run 11 # Unless required by applicable law or agreed to in writing, software
19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
  /dalvik/dx/tests/110-dex-preserve-this/
run 11 # Unless required by applicable law or agreed to in writing, software
19 --dump-to=dump.txt --dump-method="Blort.test" *.class
  /development/ndk/tests/dlclose-destruction/jni/
Android.mk 1 # A small sample used to demonstrate static C++ destructors
  /development/samples/SpellChecker/HelloSpellChecker/
Android.mk 8 # TODO: Change sdk version to 16
  /development/samples/SpellChecker/SampleSpellCheckerService/
Android.mk 8 # TODO: Change sdk version to 16
  /external/ceres-solver/internal/ceres/
casts.h 14 // used to endorse or promote products derived from this software without
18 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
48 // - Performing arithmetic conversions (int32 to int64, int to double, etc.).
51 // In general, implicit_cast can be used to convert this code
52 // To to = from;
53 // DoSomething(to);
54 // to thi
    [all...]
  /external/chromium-libpac/test/js-unittest/
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
  /external/chromium-trace/trace-viewer/examples/
run_stream_server.sh 9 echo Navigate to http://localhost:8001/examples/stream_trace_viewer.html
  /external/chromium_org/chrome/browser/chromeos/dbus/
org.chromium.LibCrosService.conf 17 <!-- bluez makes agent method calls to Chromium. -->
22 <!-- tlsdate needs to query proxy config. -->
27 <!-- powerd needs to change display power states. -->
32 <!-- update_engine uses this service to resolve the proxy config. -->
  /external/chromium_org/chrome/browser/resources/
about_version.js 6 * Callback from the backend with the list of variations to display.
8 * section if there are none to display.
18 * Callback from the backend with the executable and profile paths to display.
19 * @param {string} execPath The executable path to display.
20 * @param {string} profilePath The profile path to display.
28 * Callback from the backend with the Flash version to display.
29 * @param {string} flashVersion The Flash version to display.
36 * Callback from the backend with the OS version to display.
37 * @param {string} osVersion The OS version to display.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
cursor.js 6 * @fileoverview Simple class to represent a cursor location in the document.
12 * A class to represent a cursor location in the document,
15 * Later this may be extended to support "virtual text" for an object,
34 * @return {!cvox.Cursor} A new cursor pointing to the same location.
41 * Modify this cursor to point to the location that another cursor points to.
42 * @param {!cvox.Cursor} otherCursor The cursor to copy from.
52 * @param {!cvox.Cursor} rhs The cursor to compare against.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 8 * Key to access wallpaper rss in chrome.local.storage.
13 * Key to access wallpaper manifest in chrome.storage.local.
18 * Key to access user wallpaper info in chrome.storage.local.
23 * Key to access user wallpaper info in chrome.storage.sync.
28 * Key to access last changed date of a surprise wallpaper.
33 * Key to access if surprise me feature is enabled or not in
39 * Suffix to append to baseURL if requesting high resoultion wallpaper.
44 * URL to get latest wallpaper RSS feed.
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
init.js 8 // Global variable that will be used to access this Nacl bridge.
17 * @param {Object} audioParams Audio parameters used to initialize the encoder
39 * Sends a request to whispernet to encode a token.
40 * @param {string} token Token to encode. This needs to be a base64 string.
52 * Sends a request to whispernet to decode samples.
53 * @param {ArrayBuffer} samples Array of samples to decode.
64 * Sends a request to whispernet to detect broadcast
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
background.js 9 // The number of matches is sent in the request - pass it to the
19 // Return nothing to let the connection be cleaned up.
23 // Listen for the content script to send a message to the background page.
  /external/chromium_org/chrome/common/extensions/docs/server2/
template_renderer.py 24 Specify |data_sources| to only include the DataSources with the given names
27 Specify |additional_context| to inject additional template context when
  /external/chromium_org/chrome/installer/util/
installer_util_test_common.cc 17 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to) {
18 // In SHFILEOPSTRUCT below, |pFrom| and |pTo| have to be double-null
22 base::string16 double_null_to(to.value());
  /external/chromium_org/content/browser/accessibility/
accessibility_mode_helper.cc 21 DCHECK(false) << "Could not convert to AccessibilityMode: " << int_mode;
32 AccessibilityMode AddAccessibilityModeTo(AccessibilityMode to,
34 return CastToAccessibilityMode(to | mode_to_add);
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
error.js 3 alert('Prepare to DIE!');
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGString.cpp 15 * along with this library; see the file COPYING.LIB. If not, write to
32 void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
37 String toString = toSVGString(to)->m_value;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontData.h 14 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
67 template<typename T> inline thisType* to##thisType(const RefPtr<T>& fontData) { return to##thisType(fontData.get()); } \
  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.h 15 * contributors may be used to endorse or promote products derived from
20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
54 const WebRect& clip, bool canvasIsOpaque, int from = 0, int to = -1) const OVERRIDE;
58 int height, int from = 0, int to = -1) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/web/
WebFont.h 15 * contributors may be used to endorse or promote products derived from
20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
61 // Draws the text run to the given canvas. The text is positioned at the
64 // The text will be clipped to the given clip rect. |canvasIsOpaque| is
65 // used to control whether subpixel antialiasing is possible. If there is a
69 // |from| and |to| allow the caller to specify a subrange of the given text
70 // run to draw. If |to| is -1, the entire run will be drawn
    [all...]

Completed in 1402 milliseconds

1 2 3 4 5 6 78 91011>>