Home
last modified time | relevance | path

Searched defs:copied (Results 1 – 25 of 46) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/io/
DCharStreamsTest.java163 long copied = CharStreams.copy(new StringReader(ASCII), builder); in testCopy() local
165 assertEquals(ASCII.length(), copied); in testCopy() local
170 assertEquals(I18N.length(), copied); in testCopy() local
188 long copied = CharStreams.copy(newNonBufferFillingReader(new StringReader(string)), b); in testCopyWithReaderThatDoesNotFillBuffer() local
190 assertEquals(string.length(), copied); in testCopyWithReaderThatDoesNotFillBuffer() local
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_rv_pair.pass.cpp39 static int copied; member
46 int CountAssign::copied = 0; member in CountAssign
Dassign_pair.pass.cpp40 static int copied; member
47 int CountAssign::copied = 0; member in CountAssign
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dmove.pass.cpp40 static int copied; member
47 int CountAssign::copied = 0; member in CountAssign
/external/valgrind/memcheck/tests/solaris/
Dstrlcpy.c9 size_t copied; in main() local
/external/libcxx/test/support/
Dany_helpers.h102 static int copied; member
182 static int copied; member
275 static int copied; member
313 static int copied; member
354 static int copied; member
Dexperimental_any_helpers.h78 static int copied; member
152 static int copied; member
/external/squashfs-tools/kernel/fs/squashfs/
Dsymlink.c55 int bytes, copied; in squashfs_symlink_readpage() local
Dcache.c336 int bytes, copied = length; in squashfs_read_metadata() local
/external/libmojo/mojo/public/cpp/bindings/tests/
Dcontainer_test_util.h21 bool copied() const { return copied_; } in copied() function
/external/icu/icu4c/source/test/intltest/
Dquantityformattertest.cpp81 QuantityFormatter copied(fmt); in TestBasic() local
/external/v8/src/inspector/
Dv8-value-copier.cc37 v8::Local<v8::Value> copied; in copy() local
59 v8::Local<v8::Value> copied; in copy() local
Dv8-debugger.cc698 v8::Local<v8::Value> copied; in functionScopes() local
790 v8::Local<v8::Value> copied; in collectionEntries() local
815 v8::Local<v8::Value> copied; in generatorObjectLocation() local
/external/syslinux/memdisk/
Dmsetup.c42 uint32_t copied; in get_e820() local
/external/skia/src/sfnt/
DSkOTUtils.cpp172 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in CreateForFamilyNames() local
/external/deqp/framework/delibs/decpp/
DdeArrayBuffer.hpp155 ArrayBuffer copied(other); in operator =() local
/external/vboot_reference/cgpt/
Dcgpt_nor.c118 uint64_t copied = 0; in read_write() local
/external/syslinux/core/fs/
Dfs.c260 int new_len, copied; in searchdir() local
/external/skia/tests/
DFontNamesTest.cpp177 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in test_systemfonts() local
/external/libbrillo/brillo/streams/
Dstream_utils_unittest.cc171 uint64_t copied) { in OnSuccess()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.h102 struct vbo_exec_copied_vtx copied; member
Dvbo_save.h157 struct vbo_save_copied_vtx copied; member
/external/desugar/java/com/google/devtools/build/android/desugar/
DJava7Compatibility.java124 private int copied = 0; field in Java7Compatibility.InlineOneMethod
DLambdaClassFixer.java339 private int copied = 0; field in LambdaClassFixer.CopyOneMethod
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java214 int copied=(m_blocksize-offset < numberOfElements) in addElements() local

12