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

<<11121314151617181920>>

  /development/samples/AppNavigation/
Android.mk 16 # Use the following include to make our test apk.
  /device/generic/goldfish/opengl/system/egl/
Android.mk 18 # Used to access the Bionic private OpenGL TLS slot
25 # Ensure that this file is only copied to emulator-specific builds.
27 # version of this file to point to the appropriate HW EGL libraries.
  /external/chromium_org/cc/animation/
transform_operation.h 60 const TransformOperation* to,
66 const TransformOperation* to,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
memoize.js 6 * @fileoverview Provides a system for memoizing computations applied to
9 * To make a function memoizable - suppose you have a function
26 * To take advantage of memoization, you need to wrap a sequence of
27 * computations in a call to memoize.scope() - memoization is only
50 * The cache: a map from string function name to a WeakMap from DOM node
51 * to function result. This variable is null when we're out of scope, and it's
52 * a map from string to WeakMap to result when we're in scope.
71 * It's safe to nest calls to scope. The nested calls hav
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
requesthelper.js 6 * @fileoverview Provides a "bottom half" helper to assist with raw requests.
29 * A helper to process requests.
36 * @param {HelperRequest} request The request to handle.
42 * A handler to track an outstanding request.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 6 * Constructor - no need to invoke directly, call initBackgroundPage instead.
17 * this file was renamed to.
50 * before attempting to make any OAuth calls.
60 * "auth_params" {Object} Additional parameters to pass to the
91 * @param {Function} callback A function to call once an access token has
118 * Effectively a check to see whether the current user is "logged in" to
128 * @param {String} url The URL to send the request to. Querystring parameter
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 6 * Constructor - no need to invoke directly, call initBackgroundPage instead.
17 * this file was renamed to.
50 * before attempting to make any OAuth calls.
60 * "auth_params" {Object} Additional parameters to pass to the
91 * @param {Function} callback A function to call once an access token has
118 * Effectively a check to see whether the current user is "logged in" to
128 * @param {String} url The URL to send the request to. Querystring parameter
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
data_source.py 15 DataSources are used to provide templates with access to data. DataSources may
16 not access other DataSources and any logic or data that is useful to other
17 DataSources must be moved to a different class.
23 '''Returns a list of paths to query
24 (relative to _refresh/<data_source_name>/) with the task queue in order
25 to refresh this DataSource's data set. Any paths listed here will be
26 routed to the DataSource Refresh method in a taskqueue task request.
31 '''Handles _refresh requests to this DataSource. Should return a Future
  /external/chromium_org/mojo/public/js/bindings/
support.js 16 * @param {MojoHandle} handle The handle to wait on.
17 * @param {MojoHandleSignals} signals Specifies the condition to wait for.
21 * @return {MojoWaitId} A waitId that can be passed to cancelWait to cancel the
  /external/chromium_org/native_client_sdk/src/tools/tests/
chrome_mock.py 16 parser = optparse.OptionParser(usage='%prog [options] <URL to load>')
17 parser.add_option('--post', help='POST to URL.', dest='post',
19 parser.add_option('--get', help='GET to URL.', dest='get',
22 help='Number of seconds to sleep after reading URL',
24 parser.add_option('--expect-to-be-killed', help='If set, the script will warn'
29 parser.error('Expected URL to load.')
38 # Do nothing but wait to be killed.
44 PrintAndFlush('Done sleeping. Expected to be killed.')
  /external/chromium_org/remoting/test/
fake_network_dispatcher.h 39 const rtc::SocketAddress& to,
53 const rtc::SocketAddress& to,
66 // A counter used to allocate unique addresses in AllocateAddress().
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedColor.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,
41 // StyleColor adaptor to SVGPropertyBase. This is only used for SMIL animations.
54 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) OVERRIDE;
55 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) OVERRIDE;
SVGBoolean.cpp 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,
63 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
67 bool toBoolean = toSVGBoolean(to)->value();
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGProperty.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,
66 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) = 0;
67 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
CustomFontData.h 15 * along with this library; see the file COPYING.LIB. If not, write to
60 template<typename T> inline thisType* to##thisType(const RefPtr<T>& customFontData) { return to##thisType(customFontData.get()); } \
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
RotateTransformOperation.cpp 16 * along with this library; see the file COPYING.LIB. If not, write to
39 bool RotateTransformOperation::shareSameAxis(const RotateTransformOperation* from, const RotateTransformOperation* to, FloatPoint3D* axis, double* fromAngle, double* toAngle)
45 if (!from && !to)
49 bool toZero = !to || to->axis().isZero();
55 *axis = to->axis();
56 *toAngle = to->angle();
67 FloatPoint3D toAxis = to->axis();
79 *toAngle = to->angle();
132 // Convert that to Axis/Angle for
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logtesting.py 13 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
42 This is meant for passing to the logging.StreamHandler constructor.
57 """A list of log messages written to the stream."""
59 # Python documentation says that any object passed to the StreamHandler
80 """Supports end-to-end unit-testing of log messages.
93 call_some_method() # Contains calls to _log.info(), etc.
109 handler: The handler added to the logger.
118 # It is possible we might want to return something other than
120 # root logger seems to suffice
    [all...]
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 3 # A list of txt's to build
5 # * To add an additional locale to the list:
9 # * To REPLACE the default list and only build a subset of files:
18 # If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL),
19 # we have to add back the corresponding prep files.
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mucinvitesendtask.cc 13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
35 MucInviteSendTask::Send(const Jid& to, const Jid& invitee) {
40 message->AddAttr(QN_TO, to.Str());
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpptask.cc 13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
110 const buzz::Jid& to,
115 if (!to.IsEmpty())
116 result->AddAttr(QN_TO, to.Str());
133 const Jid& to,
141 return MatchStanzaFrom(stanza, to);
145 const Jid& to) {
147 if (from == to)
    [all...]
  /external/chromium_org/third_party/markupsafe/
_native.py 16 """Convert the characters &, <, >, ' and " in string s to HTML-safe
17 sequences. Use this if you need to display text that might contain
42 string is not converted back to unicode.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 31 In order to set the current raster position to a specific window
35 rely on a subtle side-effect of the Bitmap command in order to circumvent
38 This extension provides a set of functions to directly set the
40 projection matrix and the viewport to window mapping. Furthermore,
44 position to a specific window coordinate prior to calling DrawPixels,
78 Additions to Chapter 2 of the OpenGL 1.2 Specification (OpenGL Operation)
90 x, y, and z with w implicitly set to 1 (or only x and y with z
91 implicitly set to 0 and w implicitly set to 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently
41 1. Is this the right way to distinguish between 24/8 and 8/24
49 2. If not, is it correct to use _REV to indicate that stencil
72 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
76 Additions to Chapter 3 of the 1.1 Specification (Rasterization)
78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
106 Add to the description of packed pixel formats:
171 The assignment of elements to fields in the packed pixel is as
184 Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operation
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 4 # Sets up a module for the skia shared object to be copied into the apk.
20 # Sets up the JNI module that our app calls into to draw things with skia.
34 # jnigraphics defines the function AndroidBitmap_lockPixels, which we need in order to draw into
38 # Allows the compiler to find the Skia header files
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
gotpcrel.asm 4 mov rax, [rel var wrt ..got] ; automatic promotion to GOTPCREL

Completed in 891 milliseconds

<<11121314151617181920>>