Searched refs:copy (Results 251 - 275 of 2627) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dstart_dev_server.py31 shutil.copy(os.path.join(SERVER_PATH, filename),
/external/chromium_org/net/websockets/
H A Dwebsocket_frame_perftest.cc33 std::copy(kMaskingKey,
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Din_file.py29 import copy namespace
58 self.parameters = copy.deepcopy(default_parameters if default_parameters else {})
60 self._valid_values = copy.deepcopy(valid_values if valid_values else {})
134 args = copy.deepcopy(self._defaults)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQuery.h61 PassOwnPtrWillBeRawPtr<MediaQuery> copy() const { return adoptPtrWillBeNoop(new MediaQuery(*this)); } function in class:blink::MediaQuery
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DDataRef.h17 * You should have received a copy of the GNU Library General Public License
41 m_data = m_data->copy();
H A DStyleMultiColData.h18 * 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:blink::StyleMultiColData
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathByteStream.h14 * You should have received a copy of the GNU Library General Public License
43 PassOwnPtr<SVGPathByteStream> copy() const function in class:blink::SVGPathByteStream
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DEntry.cpp63 m_fileSystem->copy(this, parent, name, successCallback, errorCallback);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLineEnding.cpp43 virtual void copy(const CString&) = 0;
62 virtual void copy(const CString& source) OVERRIDE
88 virtual void copy(const CString& source) OVERRIDE
122 buffer.copy(from);
129 // Make a copy of the string.
184 // If no need to fix the string, just copy the string over.
190 // Make a copy of the string.
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DMemoryBuffer.cpp47 std::copy(mData, mData + std::min(mSize, size), newMemory);
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCAppClient.h54 @property(nonatomic, copy, readonly) RTCMediaConstraints* videoConstraints;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa.h41 } copy; member in struct:exa_context
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlink_functions.cpp5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
150 ir_instruction *copy = original->clone(linked, ht); local
151 formal_parameters.push_tail(copy);
159 ir_instruction *copy = original->clone(linked, ht); local
160 linked_sig->body.push_tail(copy);
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h36 @property (nonatomic, copy) NSString* fTitle;
/external/chromium_org/third_party/skia/include/core/
H A DSkTDict.h40 char* copy = (char*)fStrings.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType); local
41 memcpy(copy, name, len);
42 copy[len] = '\0';
43 pair->fName = copy;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_device_unittest.py37 data_copy = data.copy()
/external/chromium_org/tools/win/
H A Dcopy-installer.bat11 REM \\build.share\<path_to_checkout>\src\tools\win\copy-installer.bat
13 REM By default, the script will copy the Debug build in the tree, falling back
19 REM in a given build tree by creating a "copy-installer.cfg" file alongside the
32 IF EXIST "%FROM%\..\copy-installer.cfg" CALL "%FROM%\..\copy-installer.cfg"
45 ECHO No build found to copy.
52 REM Figure out what files to copy based on the component type (shared/static).
139 REM to this with the files to copy.
/external/chromium_org/ui/message_center/cocoa/
H A Dstatus_item_view.h49 @property(copy, nonatomic) message_center::StatusItemClickedCallback callback;
/external/clang/lib/AST/
H A DDeclOpenMP.cpp52 std::copy(VL.begin(), VL.end(), Vars);
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h17 -(id)copy;
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp29 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/clang/test/CodeGen/
H A Dtbaa-struct.cpp11 void copy(struct A *a, struct A *b) { function
/external/compiler-rt/test/BlocksRuntime/
H A DobjectRRGC.c26 // local copy instead of libSystem.B.dylib copy
50 // should be a copy helper generated with a calls to above routines
58 printf("no copy dispose!!!!\n");
65 bl->descriptor->copy(destBuffer, bl);
H A Dobjectassign.c25 // local copy instead of libSystem.B.dylib copy
53 // should be a copy helper generated with a calls to above routines
57 printf("no copy dispose!!!!\n");
64 bl->descriptor->copy(destBuffer, bl);
/external/google-fonts/carrois-gothic-sc/
H A DAndroid.mk5 # You may obtain a copy of the License at
16 # to copy over the NOTICE file.

Completed in 1080 milliseconds

<<11121314151617181920>>