Searched refs:Read (Results 276 - 300 of 1395) sorted by last modified time

<<11121314151617181920>>

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.hpp30 virtual int Read(long long position, long length, unsigned char* buffer);
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm1195 ;# Read temp array, write frame buffer.
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm453 ; The order for adding 6-tap is 2 5 3 1 4 6. Read in data in that order.
1255 ;Read 9-line unaligned data in and put them on stack. This gives a big
H A Dsubpixel_ssse3.asm1166 ;Read 9-line unaligned data in and put them on stack. This gives a big
/external/libvpx/libwebm/
H A Dmkvparser.cpp48 status = pReader->Read(pos, 1, &b);
74 status = pReader->Read(pos, 1, &b);
113 status = pReader->Read(pos, 1, &b);
148 const long status = pReader->Read(pos, 1, &b);
174 const int status = pReader->Read(pos, size, buf);
232 const long status = pReader->Read(pos, 1, (unsigned char*)&b);
245 const long status = pReader->Read(pos, 1, &b);
276 const long status = pReader->Read(pos, size, buf);
405 status = pReader->Read(pos, buflen_, buf);
452 status = pReader->Read(po
[all...]
H A Dmkvparser.hpp23 virtual int Read(long long pos, long len, unsigned char* buf) = 0;
97 long Read(IMkvReader*, unsigned char*) const;
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
H A Dmemcpy-sh4.S27 ! Read a long word and write a long word at once
100 ! Read a long word and write a long word at once
/external/libpng/projects/owatcom/
H A Dpngconfig.mak22 # Read awk from the environment if set, else it can be set on the command
/external/jpeg/
H A Djmemdosa.asm142 ; Read from file
/external/jemalloc/bin/
H A Dpprof182 --add_lib=<file> Read additional symbols and line info from the given library
583 # Read one profile, pick the last item on the list
1833 # Read all lines from the file
3526 # Read the first two slots to figure out bitsize and endianness.
3727 # Read the symbol section of the symbolized profile file.
3729 # Read the next line to get the header for the remaining profile.
3814 # Read header. The current header version is a 5-element structure
3986 # Read the /proc/self/maps data
3995 # Read /proc/self/maps data as formatted by DumpAddressMap()
4012 # Read entr
[all...]
/external/icu/icu4c/source/data/
H A Dmakedata.mak268 # Read list of locale resource bundle files
287 # Read the list of currency display name resource bundle files
308 # Read the list of language/script display name resource bundle files
329 # Read the list of region display name resource bundle files
350 # Read the list of time zone display name resource bundle files
371 # Read the list of collation resource bundle files
392 # Read the list of RBNF resource bundle files
413 # Read the list of transliterator resource bundle files
434 # Read the list of miscellaneous resource bundle files
453 # Read th
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1765 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1783 inline int Read(int fd, void* buf, unsigned int count) { function in namespace:testing::internal::posix
/external/gtest/src/
H A Dgtest-death-test.cc318 while ((num_read = posix::Read(fd, buffer, 255)) > 0) {
434 bytes_read = posix::Read(read_fd(), &flag, 1);
459 GTEST_LOG_(FATAL) << "Read from death test child process failed: "
/external/giflib/
H A Ddgif_lib.c31 (((GifFilePrivateType*)_gif->Private)->Read ? \
32 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
112 Private->Read = NULL; /* don't use alternate input method (TVT) */
188 Private->Read = readFunc; /* TVT */
751 READ(GifFile, &CodeSize, 1); /* Read Code size from file. */
H A Dgif_lib_private.h47 InputFunc Read; /* function to read gif input (TVT) */ member in struct:GifFilePrivateType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c894 IN BOOLEAN Read,
913 if(Read)
889 _BlockIo( IN HANDLE Handle, IN LARGE_INTEGER Offset, IN ULONG Bytes, IN OUT PCHAR Buffer, IN BOOLEAN Read, OUT unsigned* Errno ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php58 // Read the count file
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h67 void Read(const MemLoc &ml, int size, bool expect_race = false) { function in class:ScopedThread
74 Read(ml, 1, expect_race); }
76 Read(ml, 2, expect_race); }
78 Read(ml, 4, expect_race); }
80 Read(ml, 8, expect_race); }
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc40 void Read() { function in class:__tsan::TestData
90 data->Read();
/external/clang/lib/Serialization/
H A DASTReader.cpp821 // Read all of the declarations visible at global scope with this
1013 /// \brief Read the line table in the source manager block.
1060 /// \brief Read a source manager block
1100 // Read a record.
1312 /// specified cursor. Read the abbreviations that are at the top of the block
1377 // Read a record.
2226 // Read all of the records and blocks in the control block.
2288 // Read the abbreviations
2308 // Read and process a record.
2342 // Read informatio
[all...]
H A DGlobalModuleIndex.cpp130 // Read the global index.
256 if (Cursor.Read(8) != 'B' ||
257 Cursor.Read(8) != 'C' ||
258 Cursor.Read(8) != 'G' ||
259 Cursor.Read(8) != 'I') {
512 if (InStream.Read(8) != 'C' ||
513 InStream.Read(8) != 'P' ||
514 InStream.Read(8) != 'C' ||
515 InStream.Read(8) != 'H') {
572 // Read th
[all...]
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp299 void Read(int *pi); // copies *pi into *i_
309 se.Read(&j); // this has a side-effect of initializing i.
315 void PR9645_SideEffect::Read(int *pi) { *i_ = *pi; } function in class:PR9645_SideEffect
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp279 if (Stream.Read(8) != 'D' ||
280 Stream.Read(8) != 'I' ||
281 Stream.Read(8) != 'A' ||
282 Stream.Read(8) != 'G') {
578 // Read the record.

Completed in 517 milliseconds

<<11121314151617181920>>