HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 576 - 600 of 14121) sorted by null

<<21222324252627282930>>

  /art/test/097-duplicate-method/
build 11 # Unless required by applicable law or agreed to in writing, software
24 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /art/test/111-unresolvable-exception/
build 11 # Unless required by applicable law or agreed to in writing, software
24 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
  /bionic/linker/
linker_executable.mk 3 # Instead of including $(BUILD_EXECUTABLE), we execute the steps to create an executable by
4 # hand, as we want to insert an extra objcopy step that is not supported by the build
5 # system, and is probably specific the linker only, so there's no need to modify the build
24 $(transform-o-to-static-executable)
  /build/core/clang/
HOST_x86.mk 47 define $(clang_2nd_arch_prefix)convert-to-host-clang-flags
55 $(call $(clang_2nd_arch_prefix)convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_GLOBAL_CFLAGS)) \
59 $(call $(clang_2nd_arch_prefix)convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_GLOBAL_CPPFLAGS)) \
63 $(call $(clang_2nd_arch_prefix)convert-to-host-clang-flags,$($(clang_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS)) \
TARGET_x86.mk 36 define $(clang_2nd_arch_prefix)convert-to-clang-flags
44 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS)) \
48 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CPPFLAGS)) \
52 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS)) \
  /build/core/combo/arch/x86/
x86.mk 1 # This file contains feature macro definitions specific to the
4 # It is also used to build full_x86-eng / sdk_x86-eng platform images that
9 # Otherwise, sdk_x86-eng system images might fail to run on some
18 # not always work as intended, so keep it unless we have the time to check
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigMemberDelta.java 10 * Unless required by applicable law or agreed to in writing, software
35 public SigMemberDelta(T from, T to) {
36 super(from, to);
SigPackageDelta.java 10 * Unless required by applicable law or agreed to in writing, software
32 public SigPackageDelta(IPackage from, IPackage to) {
33 super(from, to);
SigParameterizedTypeDelta.java 10 * Unless required by applicable law or agreed to in writing, software
33 IParameterizedType to) {
34 super(from, to);
SigUpperBoundsDelta.java 10 * Unless required by applicable law or agreed to in writing, software
33 List<ITypeReference> to) {
34 super(from, to);
  /development/cmds/monkey/
Android.mk 14 $(transform-prebuilt-to-target)
  /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/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/content/browser/accessibility/
accessibility_mode_helper.cc 26 DCHECK(false) << "Could not convert to AccessibilityMode: " << int_mode;
32 AccessibilityMode AddAccessibilityModeTo(AccessibilityMode to,
34 return CastToAccessibilityMode(to | mode_to_add);
  /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/doc/
index.rst 2 Welcome to Native Client
14 architecture independence, letting developers compile their code once to run
18 of native code to modern web browsers, without sacrificing the **security** and
35 <li>Developer flexibility to program in any language.</li>
36 <li>Running close to the metal to allow access to performance gains.</li>
56 #. Learn how to use the SDK and build both a web app and a Chrome app in 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/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,
70 void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase>, SVGElement*)
74 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,
67 virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*) = 0;
68 virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) = 0;
  /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
41 bool RotateTransformOperation::shareSameAxis(const RotateTransformOperation* from, const RotateTransformOperation* to, FloatPoint3D* axis, double* fromAngle, double* toAngle)
47 if (!from && !to)
51 bool toZero = !to || to->axis().isZero();
57 *axis = to->axis();
58 *toAngle = to->angle();
69 FloatPoint3D toAxis = to->axis();
81 *toAngle = to->angle();
134 // 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...]

Completed in 660 milliseconds

<<21222324252627282930>>