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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/
InterpolableValue.cpp 12 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableNumber::interpolate(const InterpolableValue &to, const double progress) const
14 const InterpolableNumber* toNumber = toInterpolableNumber(&to);
22 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableBool::interpolate(const InterpolableValue &to, const double progress) const
27 return to.clone();
30 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableList::interpolate(const InterpolableValue &to, const double progress) const
32 const InterpolableList* toList = toInterpolableList(&to);
  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.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,
92 int from, int to) const
99 runInfo.to = to == -1 ? textRun.length() : to;
123 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
126 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
  /external/chromium_org/third_party/icu/source/i18n/
ztrans.cpp 27 ztrans_open(UDate time, const void* from, const void* to){
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
82 ztrans_setTo(ZTrans* trans, const void* to) {
83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to);
87 ztrans_adoptTo(ZTrans* trans, void* to) {
88 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptTo((TimeZoneRule*)to);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
README 4 * Permission is hereby granted, free of charge, to any person
6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
9 * of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30 The XA state tracker is intended as a versioned interface to gallium for
35 a number of interfaces to work with
    [all...]
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
  /external/icu/icu4c/source/i18n/
ztrans.cpp 27 ztrans_open(UDate time, const void* from, const void* to){
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
82 ztrans_setTo(ZTrans* trans, const void* to) {
83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to);
87 ztrans_adoptTo(ZTrans* trans, void* to) {
88 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptTo((TimeZoneRule*)to);
  /external/mesa3d/src/gallium/state_trackers/xa/
README 4 * Permission is hereby granted, free of charge, to any person
6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
9 * of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30 The XA state tracker is intended as a versioned interface to gallium for
35 a number of interfaces to work with
    [all...]
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 2 :: This file is used to invoke nanopb_generator.py as a plugin
3 :: to protoc on Windows.
8 :: path is already set up properly and there is no need to give
  /external/valgrind/main/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 1 continuing to have vgdb interrupted by simulate_control_c
8 continuing to receive first SIGUSR1
12 continuing to receive second SIGUSR1
  /external/valgrind/main/memcheck/tests/
execve1.stderr.exp 1 Syscall param execve(filename) points to unaddressable byte(s)
6 Syscall param execve(argv[i]) points to unaddressable byte(s)
11 Syscall param execve(envp[i]) points to unaddressable byte(s)
  /frameworks/base/tools/aidl/
generate_java.cpp 80 FILE* to; local
82 to = stdout;
84 /* open file in binary mode to ensure that the tool produces the
87 to = fopen(filename.c_str(), "wb");
88 if (to == NULL) {
89 fprintf(stderr, "unable to open %s for write\n", filename.c_str());
94 document->Write(to);
96 fclose(to);
  /build/core/clang/
HOST_x86_64.mk 47 define convert-to-host-clang-flags
55 $(call convert-to-host-clang-flags,$(HOST_GLOBAL_CFLAGS)) \
59 $(call convert-to-host-clang-flags,$(HOST_GLOBAL_CPPFLAGS)) \
63 $(call convert-to-host-clang-flags,$(HOST_GLOBAL_LDFLAGS)) \
TARGET_arm.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)) \
TARGET_arm64.mk 34 define convert-to-clang-flags
42 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CFLAGS)) \
46 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CPPFLAGS)) \
50 $(call convert-to-clang-flags,$(TARGET_GLOBAL_LDFLAGS)) \
TARGET_mips.mk 34 define $(clang_2nd_arch_prefix)convert-to-clang-flags
42 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS)) \
46 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_CPPFLAGS)) \
50 $(call $(clang_2nd_arch_prefix)convert-to-clang-flags,$($(clang_2nd_arch_prefix)TARGET_GLOBAL_LDFLAGS)) \
TARGET_mips64.mk 34 define convert-to-clang-flags
42 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CFLAGS)) \
46 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CPPFLAGS)) \
50 $(call convert-to-clang-flags,$(TARGET_GLOBAL_LDFLAGS)) \
TARGET_x86_64.mk 34 define convert-to-clang-flags
42 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CFLAGS)) \
46 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CPPFLAGS)) \
50 $(call convert-to-clang-flags,$(TARGET_GLOBAL_LDFLAGS)) \
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigAnnotationDelta.java 10 * Unless required by applicable law or agreed to in writing, software
30 public SigAnnotationDelta(IAnnotation from, IAnnotation to) {
31 super(from, to);
SigApiDelta.java 10 * Unless required by applicable law or agreed to in writing, software
29 public SigApiDelta(IApi from, IApi to) {
30 super(from, to);
SigDelta.java 10 * Unless required by applicable law or agreed to in writing, software
31 private T to; field in class:SigDelta
33 public SigDelta(T from, T to) {
35 this.to = to;
43 return to;
47 if (from == null && to != null) {
50 if (from != null && to == null) {
98 builder.append(to);
126 ignore.add("to");
    [all...]
SigParameterDelta.java 10 * Unless required by applicable law or agreed to in writing, software
32 public SigParameterDelta(IParameter from, IParameter to) {
33 super(from, to);
SigTypeVariableDefinitionDelta.java 10 * Unless required by applicable law or agreed to in writing, software
32 ITypeVariableDefinition to) {
33 super(from, to);
SigWildcardTypeDelta.java 10 * Unless required by applicable law or agreed to in writing, software
30 public SigWildcardTypeDelta(IWildcardType from, IWildcardType to) {
31 super(from, to);
  /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 \

Completed in 1289 milliseconds

<<11121314151617181920>>