/external/mesa3d/src/mesa/vbo/ |
D | vbo_split_copy.c | 118 check_flush(struct copy_context *copy) in check_flush() argument 120 GLenum mode = copy->dstprim[copy->dstprim_nr].mode; in check_flush() 123 copy->dstelt_nr & 1) { /* see bug9962 */ in check_flush() 127 if (copy->dstbuf_nr + 4 > copy->dstbuf_size) in check_flush() 130 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush() 173 flush(struct copy_context *copy) in flush() argument 175 struct gl_context *ctx = copy->ctx; in flush() 181 copy->dstib.count = copy->dstelt_nr; in flush() 184 dump_draw_info(copy->ctx, in flush() 185 copy->dstarray_ptr, in flush() [all …]
|
/external/caliper/examples/src/main/java/examples/ |
D | CopyArrayBenchmark.java | 50 @Override Object[] copy(Object[] array) { in copy() method 53 @Override boolean[] copy(boolean[] array) { in copy() method 56 @Override byte[] copy(byte[] array) { in copy() method 59 @Override char[] copy(char[] array) { in copy() method 62 @Override double[] copy(double[] array) { in copy() method 65 @Override float[] copy(float[] array) { in copy() method 68 @Override int[] copy(int[] array) { in copy() method 71 @Override long[] copy(long[] array) { in copy() method 74 @Override short[] copy(short[] array) { in copy() method 79 @Override Object[] copy(Object[] array) { in copy() method [all …]
|
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.h | 37 void cil_copy_list(struct cil_list *orig, struct cil_list **copy); 40 int cil_copy_block(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 41 int cil_copy_blockabstract(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 42 int cil_copy_blockinherit(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 43 int cil_copy_perm(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 44 int cil_copy_class(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 45 int cil_copy_classorder(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 46 int cil_copy_classmapping(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 47 int cil_copy_permset(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 52 int cil_copy_classpermission(__attribute__((unused)) struct cil_db *db, void *data, void **copy, sy… [all …]
|
D | cil_copy_ast.c | 49 void cil_copy_list(struct cil_list *data, struct cil_list **copy) in cil_copy_list() argument 83 *copy = new; in cil_copy_list() 86 int cil_copy_node(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attribute__… in cil_copy_node() argument 93 *copy = new; in cil_copy_node() 98 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block() argument 108 *copy = new; in cil_copy_block() 110 *copy = datum;; in cil_copy_block() 116 int cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __at… in cil_copy_blockabstract() argument 125 *copy = new; in cil_copy_blockabstract() 130 int cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_blockinherit() argument [all …]
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | copy.decTest | 2 -- copy.decTest -- quiet copy -- 29 cpyx001 copy +7.50 -> 7.50 32 cpyx011 copy Infinity -> Infinity 33 cpyx012 copy -Infinity -> -Infinity 36 cpyx021 copy NaN -> NaN 37 cpyx022 copy -NaN -> -NaN 38 cpyx023 copy sNaN -> sNaN 39 cpyx024 copy -sNaN -> -sNaN 42 cpyx031 copy NaN10 -> NaN10 43 cpyx032 copy -NaN10 -> -NaN10 [all …]
|
D | dqCopy.decTest | 2 -- dqCopy.decTest -- quiet decQuad copy -- 31 dqcpy001 copy +7.50 -> 7.50 34 dqcpy011 copy Infinity -> Infinity 35 dqcpy012 copy -Infinity -> -Infinity 38 dqcpy021 copy NaN -> NaN 39 dqcpy022 copy -NaN -> -NaN 40 dqcpy023 copy sNaN -> sNaN 41 dqcpy024 copy -sNaN -> -sNaN 44 dqcpy031 copy NaN10 -> NaN10 45 dqcpy032 copy -NaN10 -> -NaN10 [all …]
|
D | ddCopy.decTest | 2 -- ddCopy.decTest -- quiet decDouble copy -- 31 ddcpy001 copy +7.50 -> 7.50 34 ddcpy011 copy Infinity -> Infinity 35 ddcpy012 copy -Infinity -> -Infinity 38 ddcpy021 copy NaN -> NaN 39 ddcpy022 copy -NaN -> -NaN 40 ddcpy023 copy sNaN -> sNaN 41 ddcpy024 copy -sNaN -> -sNaN 44 ddcpy031 copy NaN10 -> NaN10 45 ddcpy032 copy -NaN10 -> -NaN10 [all …]
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | copy.decTest | 2 -- copy.decTest -- quiet copy -- 29 cpyx001 copy +7.50 -> 7.50 32 cpyx011 copy Infinity -> Infinity 33 cpyx012 copy -Infinity -> -Infinity 36 cpyx021 copy NaN -> NaN 37 cpyx022 copy -NaN -> -NaN 38 cpyx023 copy sNaN -> sNaN 39 cpyx024 copy -sNaN -> -sNaN 42 cpyx031 copy NaN10 -> NaN10 43 cpyx032 copy -NaN10 -> -NaN10 [all …]
|
D | dqCopy.decTest | 2 -- dqCopy.decTest -- quiet decQuad copy -- 31 dqcpy001 copy +7.50 -> 7.50 34 dqcpy011 copy Infinity -> Infinity 35 dqcpy012 copy -Infinity -> -Infinity 38 dqcpy021 copy NaN -> NaN 39 dqcpy022 copy -NaN -> -NaN 40 dqcpy023 copy sNaN -> sNaN 41 dqcpy024 copy -sNaN -> -sNaN 44 dqcpy031 copy NaN10 -> NaN10 45 dqcpy032 copy -NaN10 -> -NaN10 [all …]
|
D | ddCopy.decTest | 2 -- ddCopy.decTest -- quiet decDouble copy -- 31 ddcpy001 copy +7.50 -> 7.50 34 ddcpy011 copy Infinity -> Infinity 35 ddcpy012 copy -Infinity -> -Infinity 38 ddcpy021 copy NaN -> NaN 39 ddcpy022 copy -NaN -> -NaN 40 ddcpy023 copy sNaN -> sNaN 41 ddcpy024 copy -sNaN -> -sNaN 44 ddcpy031 copy NaN10 -> NaN10 45 ddcpy032 copy -NaN10 -> -NaN10 [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowWifiConfigurationTest.java | 45 WifiConfiguration copy = shadowOf(wifiConfiguration).copy(); in shouldCopy() local 47 assertThat(copy.networkId).isEqualTo(1); in shouldCopy() 48 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy() 49 assertThat(copy.BSSID).isEqualTo("BSSID"); in shouldCopy() 50 assertThat(copy.preSharedKey).isEqualTo("preSharedKey"); in shouldCopy() 51 assertThat(copy.status).isEqualTo(666); in shouldCopy() 52 assertThat(copy.wepTxKeyIndex).isEqualTo(777); in shouldCopy() 53 assertThat(copy.priority).isEqualTo(2); in shouldCopy() 54 assertThat(copy.hiddenSSID).isTrue(); in shouldCopy() 55 assertThat(copy.allowedKeyManagement.get(1)).isTrue(); in shouldCopy() [all …]
|
/external/protobuf/cmake/ |
D | extract_includes.bat.in | 16 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\any.h include\google\protobuf\any.h 17 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\any.pb.h include\google\protobuf\any.pb.h 18 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\api.pb.h include\google\protobuf\api.pb.h 19 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\arena.h include\google\protobuf\arena.h 20 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\arenastring.h include\google\protobuf\are… 21 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\code_generator.h include\google\… 22 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\command_line_interface.h include… 23 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\cpp\cpp_generator.h include\goog… 24 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\csharp\csharp_generator.h includ… 25 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\csharp\csharp_names.h include\go… [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_copy.py | 3 import copy 15 self.assertTrue(copy.Error is copy.error) 16 self.assertTrue(issubclass(copy.Error, Exception)) 22 y = copy.copy(x) 32 y = copy.copy(x) 45 self.assertRaises(TypeError, copy.copy, x) 47 y = copy.copy(x) 56 y = copy.copy(x) 64 y = copy.copy(x) 74 self.assertRaises(copy.Error, copy.copy, x) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_copy.py | 3 import copy 20 self.assertIs(copy.Error, copy.error) 21 self.assertTrue(issubclass(copy.Error, Exception)) 27 y = copy.copy(x) 37 y = copy.copy(x) 50 self.assertRaises(TypeError, copy.copy, x) 52 y = copy.copy(x) 63 y = copy.copy(x) 74 y = copy.copy(x) 85 self.assertRaises(copy.Error, copy.copy, x) [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tstnrapi.cpp | 34 Normalizer copy(norm); in TestNormalizerAPI() local 35 if(copy.next()!=0xac00) { in TestNormalizerAPI() 40 Normalizer *clone=copy.clone(); in TestNormalizerAPI() 41 if(*clone!=copy) { in TestNormalizerAPI() 45 if(clone->hashCode()!=copy.hashCode()) { in TestNormalizerAPI() 52 if(clone->hashCode()==copy.hashCode()) { in TestNormalizerAPI() 84 copy.setText(iter, errorCode); in TestNormalizerAPI() 88 copy.getText(out); in TestNormalizerAPI() 91 copy.startIndex()!=iter.startIndex() || in TestNormalizerAPI() 92 copy.endIndex()!=iter.endIndex() in TestNormalizerAPI() [all …]
|
/external/mesa3d/src/mesa/math/ |
D | m_copy_tmp.h | 32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \ 70 _mesa_copy_tab[0x0] = TAG2(copy, 0x0); 71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1); 72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2); 73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3); 74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4); 75 _mesa_copy_tab[0x5] = TAG2(copy, 0x5); 76 _mesa_copy_tab[0x6] = TAG2(copy, 0x6); 77 _mesa_copy_tab[0x7] = TAG2(copy, 0x7); 78 _mesa_copy_tab[0x8] = TAG2(copy, 0x8); [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowResolveInfo.java | 49 ResolveInfo copy; in newResolveInfo() local 51 copy = new ResolveInfo(orig); in newResolveInfo() 53 copy = new ResolveInfo(); in newResolveInfo() 54 copy.activityInfo = orig.activityInfo; in newResolveInfo() 55 copy.serviceInfo = orig.serviceInfo; in newResolveInfo() 56 copy.filter = orig.filter; in newResolveInfo() 57 copy.priority = orig.priority; in newResolveInfo() 58 copy.preferredOrder = orig.preferredOrder; in newResolveInfo() 59 copy.match = orig.match; in newResolveInfo() 60 copy.specificIndex = orig.specificIndex; in newResolveInfo() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fieldpos.h | 143 FieldPosition(const FieldPosition& copy) in FieldPosition() argument 144 … : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} in FieldPosition() 157 FieldPosition& operator=(const FieldPosition& copy); 267 FieldPosition::operator=(const FieldPosition& copy) 269 fField = copy.fField; 270 fEndIndex = copy.fEndIndex; 271 fBeginIndex = copy.fBeginIndex; 276 FieldPosition::operator==(const FieldPosition& copy) const 278 return (fField == copy.fField && 279 fEndIndex == copy.fEndIndex && [all …]
|
/external/protobuf/js/binary/ |
D | proto_test.js | 196 function checkAllFields(original, copy) { argument 197 assertTrue(jspb.Message.equals(original, copy)); 199 assertEquals(copy.getOptionalInt32(), -42); 200 assertEquals(copy.getOptionalInt64(), -0x7fffffff00000000); 201 assertEquals(copy.getOptionalUint32(), 0x80000000); 202 assertEquals(copy.getOptionalUint64(), 0xf000000000000000); 203 assertEquals(copy.getOptionalSint32(), -100); 204 assertEquals(copy.getOptionalSint64(), -0x8000000000000000); 205 assertEquals(copy.getOptionalFixed32(), 1234); 206 assertEquals(copy.getOptionalFixed64(), 0x1234567800000000); [all …]
|
/external/python/cpython3/Doc/library/ |
D | copy.rst | 1 :mod:`copy` --- Shallow and deep copy operations 4 .. module:: copy 5 :synopsis: Shallow and deep copy operations. 7 **Source code:** :source:`Lib/copy.py` 11 Assignment statements in Python do not copy objects, they create bindings 13 mutable items, a copy is sometimes needed so one can change one copy without 14 changing the other. This module provides generic shallow and deep copy 20 .. function:: copy(x) 22 Return a shallow copy of *x*. 27 Return a deep copy of *x*. [all …]
|
/external/Microsoft-GSL/tests/ |
D | algorithm_tests.cpp | 50 copy(src_span, dst_span); 51 copy(src_span, dst_span.subspan(src_span.size())); 67 copy(src_span, dst_span); 68 copy(src_span, dst_span.subspan(src_span.size())); 84 copy(src_span, dst_span); 85 copy(src_span, dst_span.subspan(src_span.size())); 101 copy(src_span, dst_span); 102 copy(src_span, dst_span.subspan(src_span.size())); 124 copy(src_span, dst_span); 125 copy(src_span, dst_span.subspan(src_span.size())); [all …]
|
/external/gptfdisk/ |
D | guid.cc | 69 string copy, fragment; in operator =() local 84 copy = DeleteSpaces(orig); in operator =() 87 len = copy.length(); in operator =() 95 uuidData[3] = StrToHex(copy, 0); in operator =() 96 uuidData[2] = StrToHex(copy, 2); in operator =() 97 uuidData[1] = StrToHex(copy, 4); in operator =() 98 uuidData[0] = StrToHex(copy, 6); in operator =() 101 uuidData[5] = StrToHex(copy, (unsigned int) segStart[1]); in operator =() 102 uuidData[4] = StrToHex(copy, (unsigned int) segStart[1] + 2); in operator =() 105 uuidData[7] = StrToHex(copy, (unsigned int) segStart[2]); in operator =() [all …]
|
/external/python/cpython2/Doc/library/ |
D | copy.rst | 1 :mod:`copy` --- Shallow and deep copy operations 4 .. module:: copy 5 :synopsis: Shallow and deep copy operations. 7 Assignment statements in Python do not copy objects, they create bindings 9 mutable items, a copy is sometimes needed so one can change one copy without 10 changing the other. This module provides generic shallow and deep copy 16 .. function:: copy(x) 18 Return a shallow copy of *x*. 23 Return a deep copy of *x*. 34 * A *shallow copy* constructs a new compound object and then (to the extent [all …]
|
/external/u-boot/lib/zlib/ |
D | inflate.c | 103 unsigned copy, dist; in updatewindow() local 123 copy = out - strm->avail_out; in updatewindow() 124 if (copy >= state->wsize) { in updatewindow() 131 if (dist > copy) dist = copy; in updatewindow() 132 zmemcpy(state->window + state->write, strm->next_out - copy, dist); in updatewindow() 133 copy -= dist; in updatewindow() 134 if (copy) { in updatewindow() 135 zmemcpy(state->window, strm->next_out - copy, copy); in updatewindow() 136 state->write = copy; in updatewindow() 337 unsigned copy; /* number of stored or match bytes to copy */ in inflate() local [all …]
|
/external/libcxx/test/std/localization/locales/locale/locale.operators/ |
D | eq.pass.cpp | 24 std::locale copy(cloc); in main() local 32 assert(cloc == copy); in main() 39 assert(copy == cloc); in main() 40 assert(copy == copy); in main() 41 assert(copy != n1); in main() 42 assert(copy != n2); in main() 43 assert(copy != noname1); in main() 44 assert(copy != nonamec); in main() 45 assert(copy != noname2); in main() 48 assert(n1 != copy); in main() [all …]
|