Searched refs:copy (Results 176 - 200 of 1287) sorted by relevance

1234567891011>>

/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-breakpad/src/processor/
H A Dtokenize.cc74 std::copy(str.begin(), str.end(),
/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.
/external/google-fonts/coming-soon/
H A DAndroid.mk5 # You may obtain a copy of the License at
16 # to copy over the NOTICE file.
/external/google-fonts/cutive-mono/
H A DAndroid.mk5 # You may obtain a copy of the License at
16 # to copy over the NOTICE file.
/external/google-fonts/dancing-script/
H A DAndroid.mk5 # You may obtain a copy of the License at
16 # to copy over the NOTICE file.
/external/javassist/src/main/javassist/bytecode/
H A DFieldInfo.java92 invisibleAnnotations = invisibleAnnotations.copy(cp, null);
99 visibleAnnotations = visibleAnnotations.copy(cp, null);
106 signature = signature.copy(cp, null);
112 index = constPool.copy(index, cp, null);
H A DInnerClassesAttribute.java200 * Makes a copy. Class names are replaced according to the
203 * @param newCp the constant pool table used by the new copy.
207 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:InnerClassesAttribute
222 innerClass = cp.copy(innerClass, newCp, classnames);
227 outerClass = cp.copy(outerClass, newCp, classnames);
232 innerName = cp.copy(innerName, newCp, classnames);
H A DSourceFileAttribute.java60 * Makes a copy. Class names are replaced according to the
63 * @param newCp the constant pool table used by the new copy.
67 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:SourceFileAttribute
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DBufferUtils.java357 * the buffer to copy from/to
359 * the index of the vector to copy
361 * the index to copy the vector to
562 * the buffer to copy from/to
564 * the index of the vector to copy
566 * the index to copy the vector to
755 * the DoubleBuffer to copy
756 * @return the copy
764 DoubleBuffer copy;
766 copy
[all...]
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DVertexCache.java92 public void copy(VertexCache inVcache) method in class:VertexCache
/external/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/
H A Dnext_permutation.pass.cpp46 std::copy(ia, ia+e, prev);
H A Dnext_permutation_comp.pass.cpp48 std::copy(ia, ia+e, prev);
H A Dprev_permutation.pass.cpp46 std::copy(ia, ia+e, prev);
H A Dprev_permutation_comp.pass.cpp48 std::copy(ia, ia+e, prev);
/external/llvm/include/llvm/IR/
H A DPredIteratorCache.h52 std::copy(PredCache.begin(), PredCache.end(), Entry);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa.h41 } copy; member in struct:exa_context
/external/mesa3d/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/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py74 def copy(src, dst): run(['cp', '-f', src, dst]) function in function:sync
77 if not filecmp.cmp(src, dst, shallow=0): copy(src, dst)
101 (FILE, NO_EXIST): (copy, svn_add,),
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowWifiManager.java76 WifiConfiguration copy = shadowOf(config).copy();
77 copy.networkId = networkId;
78 return copy;
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h36 @property (nonatomic, copy) NSString* fTitle;

Completed in 558 milliseconds

1234567891011>>