Searched refs:Reading (Results 1 – 25 of 84) sorted by relevance
1234
/external/chromium_org/chromeos/accelerometer/ |
D | accelerometer_reader.cc | 124 scoped_refptr<AccelerometerReader::Reading> reading) { in ReadAccelerometer() 182 scoped_refptr<AccelerometerReader::Reading> reading( in TriggerRead() 183 new AccelerometerReader::Reading()); in TriggerRead() 191 scoped_refptr<AccelerometerReader::Reading> reading, in OnDataRead()
|
D | accelerometer_reader.h | 39 typedef base::RefCountedData<char[12]> Reading; typedef 64 void OnDataRead(scoped_refptr<Reading> reading, bool success);
|
/external/bison/tests/ |
D | actions.at | 832 Reading a token: Next token is token 'a' (1.1: <> printer for 'a' @ 1) 835 Reading a token: Next token is token 'b' (1.2: 'b'/'c' printer for 'b' @ 2) 838 Reading a token: Next token is token 'c' (1.3: 'b'/'c' printer for 'c' @ 3) 841 Reading a token: Next token is token 'd' (1.4: <> printer for 'd' @ 4) 844 Reading a token: Now at end of input. 946 Reading a token: Next token is token 'a' (<*>/<field2>/e printer) 949 Reading a token: Next token is token 'b' (<field1> printer) 952 Reading a token: Next token is token 'c' ('c' printer) 955 Reading a token: Next token is token 'd' ('d' printer) 958 Reading a token: Next token is token 'e' (<*>/<field2>/e printer) [all …]
|
D | synclines.at | 115 # | Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
|
D | glr-regression.at | 1720 Reading a token: Next token is token 'a' () 1723 Reading a token: Next token is token 'b' () 1730 Reading a token: Next token is token 'c' () 1736 Reading a token: Now at end of input.
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | base_unittests.gtest-tsan_win32.txt | 9 JSONReaderTest.Reading
|
/external/libvorbis/doc/ |
D | 02-bitpacking.tex | 175 Reading from the beginning of the bytestream encoded in the above example: 235 Reading a zero-bit-wide integer returns the value '0' and does not 236 increment the stream cursor. Reading to the end of the packet (but 239 not trigger an end-of-packet condition. Reading a zero-bit-wide
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_pack_reverse_row_order.txt | 78 In Section 4.3.1 (Reading Pixels) add a row to table 4.7: 86 In Section 4.3.1 (Reading Pixels) modify the second paragraph of subsection
|
D | EXT_texture_rg.txt | 140 In section 4.3.1 "Reading Pixels", subsection "Obtaining Pixels from the
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.buffers.txt | 27 - Reading and writing to buffers
|
D | functional.pbo.txt | 28 + Reading pixels to pixel pack buffer
|
D | functional.lifetime.txt | 46 - Reading from the container
|
/external/valgrind/main/ |
D | README.s390 | 43 Reading Material
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.texture_buffers.txt | 40 + Reading pixels to buffer
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.compute.basic.txt | 28 + Reading from and writing to SSBO
|
D | functional.texture_buffers.txt | 43 + Reading pixels to buffer
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 409 * Reading and writing data:: 416 @node File handle manipulation, Reading and writing data, File I/O Functions, File I/O Functions 462 @node Reading and writing data, Changing the file offset , File handle manipulation, File I/O Funct… 464 @subsection Reading and writing data 480 @node Changing the file offset , Getting the file size, Reading and writing data, File I/O Functions 526 * Reading and writing inodes:: 534 @node Reading and writing inodes, Iterating over inodes in a filesystem, Inode Functions, Inode Fun… 536 @subsection Reading and writing inodes 549 @node Iterating over inodes in a filesystem, Iterating over blocks in an inode, Reading and writing… 910 * Reading and Writing Bitmaps:: [all …]
|
/external/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 203 TEST(BitmapTable, Reading) { in TEST() argument
|
/external/sepolicy/ |
D | dumpstate.te | 68 # Reading /proc/PID/maps of other processes
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 203 TEST(BitmapTable, Reading) { in TEST() argument
|
/external/clang/ |
D | NOTES.txt | 44 3. Reading the dir uses the getdirentries syscall, creating a FileEntry
|
/external/lldb/utils/test/ |
D | README-disasm | 28 Reading symbols for shared libraries ................ done 29 Reading symbols from /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/…
|
/external/llvm/docs/ |
D | DebuggingJITedCode.rst | 90 Reading symbols from $BINPATH/lli...done.
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/ |
D | createTable.m | 160 fprintf('Reading test file...')
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 41 - Reading from the container
|
1234