HomeSort by relevance Sort by last modified time
    Searched defs:copy (Results 76 - 100 of 1328) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleMultiColData.h 18 * You should have received a copy of the GNU Library General Public License
41 PassRefPtr<StyleMultiColData> copy() const { return adoptRef(new StyleMultiColData(*this)); } function in class:WebCore::StyleMultiColData
StyleVisualData.h 18 * You should have received a copy of the GNU Library General Public License
38 PassRefPtr<StyleVisualData> copy() const { return adoptRef(new StyleVisualData(*this)); } function in class:WebCore::StyleVisualData
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrix.h 14 * You should have received a copy of the GNU Library General Public License
45 AffineTransform copy = *this; local
46 copy.translate(tx, ty);
47 return static_cast<SVGMatrix>(copy);
52 AffineTransform copy = *this; local
53 copy.scale(s, s);
54 return static_cast<SVGMatrix>(copy);
59 AffineTransform copy = *this; local
60 copy.scale(sx, sy);
61 return static_cast<SVGMatrix>(copy);
66 AffineTransform copy = *this; local
73 AffineTransform copy = *this; local
80 AffineTransform copy = *this; local
87 AffineTransform copy = *this; local
94 AffineTransform copy = *this; local
101 AffineTransform copy = *this; local
120 AffineTransform copy = *this; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPathSegListPropertyTearOff.h 14 * You should have received a copy of the GNU Library General Public License
77 SVGPathSegList* copy = new SVGPathSegList(*baseValue); local
78 SVGAnimatedListPropertyTearOff<SVGPathSegList>::animationStarted(copy, true);
  /external/chromium_org/third_party/WebKit/Source/platform/
CrossThreadCopier.h 57 static Type copy(const T& parameter) function in struct:WebCore::CrossThreadCopierPassThrough
69 // To allow a type to be passed across threads using its copy constructor, add a forward declaration of the type and
80 // Custom copy methods.
93 static Type copy(const T& refPtr) function in struct:WebCore::CrossThreadCopierBase
101 static Type copy(Type ownPtr) function in struct:WebCore::CrossThreadCopierBase
109 PLATFORM_EXPORT static Type copy(const KURL&);
114 PLATFORM_EXPORT static Type copy(const String&);
119 PLATFORM_EXPORT static Type copy(const ResourceError&);
124 PLATFORM_EXPORT static Type copy(const ResourceRequest&);
129 PLATFORM_EXPORT static Type copy(const ResourceResponse&)
149 static Type copy(const AllowCrossThreadAccessWrapper<T>& wrapper) { return wrapper.value(); } function in struct:WebCore::CrossThreadCopierBase
169 static Type copy(const AllowAccessLaterWrapper<T>& wrapper) { return wrapper.value(); } function in struct:WebCore::CrossThreadCopierBase
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
CStringTest.cpp 106 CString copy = string; local
109 ASSERT_TRUE(string != copy);
111 ASSERT_STREQ(copy.data(), initialString);
  /external/chromium_org/third_party/libjingle/source/talk/base/
taskparent.cc 90 ChildSet copy = *children_; local
91 for (ChildSet::iterator it = copy.begin(); it != copy.end(); ++it) {
  /external/chromium_org/tools/deep_memory_profiler/lib/
range_dict.py 61 def copy(self): # pylint: disable=R0201 member in class:ExclusiveRangeDict.RangeAttribute
93 self._tree[bound_begin] = (begin, new_value.copy())
94 self._tree[begin] = (new_end, new_value.copy())
115 self._tree[bound_begin] = (end, new_value.copy())
116 self._tree[end] = (new_end, new_value.copy())
  /external/chromium_org/tools/gyp/test/compiler-override/
gyptest-compiler-global-settings.py 12 import copy namespace
  /external/chromium_org/tools/perf_expectations/
update_perf_expectations_unittest.py 6 import copy namespace
24 # Work with a copy of the set of tests.
25 all_tests_copy = copy.deepcopy(all_tests)
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p2.cpp 29 namespace copy { namespace
31 Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy constructor may not be volatile}}
32 Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy assignment operator may not be volatile}}
61 NonConst nc; // makes implicit copy non-const
65 AssignmentRet1&& operator=(const AssignmentRet1&) = default; // expected-error {{explicitly-defaulted copy assignment operator must return 'copy::AssignmentRet1 &'}}
69 const AssignmentRet2& operator=(const AssignmentRet2&) = default; // expected-error {{explicitly-defaulted copy assignment operator must return 'copy::AssignmentRet2 &'}}
73 ConstAssignment& operator=(const ConstAssignment&) const = default; // expected-error {{an explicitly-defaulted copy assignment operator may not have 'const', 'constexpr' or 'volatile' qualifiers}}
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableTableTest.java 6 * You may obtain a copy of the License at
157 Table<R, C, V> copy = ImmutableTable.copyOf(original); local
158 assertEquals(original, copy);
159 validateViewOrdering(original, copy);
168 Table<R, C, V> original, Table<R, C, V> copy) {
169 assertTrue(Iterables.elementsEqual(original.cellSet(), copy.cellSet()));
170 assertTrue(Iterables.elementsEqual(original.rowKeySet(), copy.rowKeySet()));
171 assertTrue(Iterables.elementsEqual(original.values(), copy.values()));
223 Table<Character, Integer, String> copy local
227 ASSERT.that(copy.rowKeySet()).hasContentsInOrder('a', 'b')
    [all...]
  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 119 * Makes a copy. Class names are replaced according to the
122 * @param newCp the constant pool table used by the new copy.
126 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:EnclosingMethodAttribute
  /external/proguard/src/proguard/classfile/instruction/
LookUpSwitchInstruction.java 17 * You should have received a copy of the GNU General Public License along
64 public LookUpSwitchInstruction copy(LookUpSwitchInstruction lookUpSwitchInstruction) method in class:LookUpSwitchInstruction
TableSwitchInstruction.java 17 * You should have received a copy of the GNU General Public License along
67 public TableSwitchInstruction copy(TableSwitchInstruction tableSwitchInstruction) method in class:TableSwitchInstruction
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWifiConfiguration.java 32 public WifiConfiguration copy(){ method in class:ShadowWifiConfiguration
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
WifiConfigurationTest.java 43 WifiConfiguration copy = shadowOf(wifiConfiguration).copy(); local
45 assertThat(copy.networkId, equalTo(1));
46 assertThat(copy.SSID, equalTo("SSID"));
47 assertThat(copy.BSSID, equalTo("BSSID"));
48 assertThat(copy.preSharedKey, equalTo("preSharedKey"));
49 assertThat(copy.status, equalTo(666));
50 assertThat(copy.wepTxKeyIndex, equalTo(777));
51 assertThat(copy.priority, equalTo(2));
52 assertThat(copy.hiddenSSID, equalTo(true))
    [all...]
  /external/skia/tools/
CopyTilesRenderer.cpp 67 SkBitmap copy; local
70 dst.pixelRef()->readPixels(&copy, &subset);
73 dst.copyTo(&copy, dst.config());
77 success &= SkImageEncoder::EncodeFile(pathWithNumber.c_str(), copy,
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
CharSequencesTest.java 6 * You may obtain a copy of the License at
31 String copy = toString(forAsciiBytes(bytes)); local
32 assertTrue(s.equals(copy));
34 copy = toString(forAsciiBytes(bytes, 0, s.length()));
35 assertTrue(s.equals(copy));
  /frameworks/base/graphics/java/android/graphics/
ComposeShader.java 6 * You may obtain a copy of the License at
90 protected Shader copy() { method in class:ComposeShader
91 final ComposeShader copy; local
94 copy = new ComposeShader(mShaderA.copy(), mShaderB.copy(), mXferMode);
97 copy = new ComposeShader(mShaderA.copy(), mShaderB.copy(), mPorterDuffMode);
103 copyLocalMatrix(copy);
    [all...]
  /frameworks/wilhelm/tests/sandbox/
engine.c 6 * You may obtain a copy of the License at
144 // Use a copy of the interface ID to make sure lookup is not purely relying on address
146 struct SLInterfaceID_ copy = *engine_ids[index]; local
147 result = (*engineObject)->GetInterface(engineObject, &copy, &interface_again);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDirectRepresentation.java 6 * You may obtain a copy of the License at
22 public FilterRepresentation copy() { method in class:FilterDirectRepresentation
FilterRedEyeRepresentation.java 6 * You may obtain a copy of the License at
38 public FilterRepresentation copy() { method in class:FilterRedEyeRepresentation
FilterUserPresetRepresentation.java 6 * You may obtain a copy of the License at
44 public FilterRepresentation copy(){ method in class:FilterUserPresetRepresentation
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ControlPoint.java 6 * You may obtain a copy of the License at
50 public ControlPoint copy() { method in class:ControlPoint

Completed in 444 milliseconds

1 2 34 5 6 7 8 91011>>