HomeSort by relevance Sort by last modified time
    Searched refs:Reading (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/fileapi/
FileReader.cpp 84 LOG(FileAPI, "FileReader: reading as array buffer: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? static_cast<File*>(blob)->path().utf8().data() : "");
94 LOG(FileAPI, "FileReader: reading as binary: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? static_cast<File*>(blob)->path().utf8().data() : "");
104 LOG(FileAPI, "FileReader: reading as text: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? static_cast<File*>(blob)->path().utf8().data() : "");
115 LOG(FileAPI, "FileReader: reading as data URL: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? static_cast<File*>(blob)->path().utf8().data() : "");
127 // readAs*** methods() can be called multiple times. Only the last call before the actual reading happens is processed.
188 m_state = Reading;
237 case Reading:
FileReader.h 111 Reading,
  /external/chromium/base/json/
json_reader.h 150 FRIEND_TEST(JSONReaderTest, Reading);
json_reader_unittest.cc 15 TEST(JSONReaderTest, Reading) {
  /external/chromium/chrome/common/
json_value_serializer_perftest.cc 47 TEST_F(JSONValueSerializerTests, Reading) {
  /external/libvorbis/doc/
02-bitpacking.tex 85 Decoding follows the same process as encoding, but by reading bits
175 Reading from the beginning of the bytestream encoded in the above example:
195 four-bit integer, reading some other combination of bit-widths from the
227 handle reading past the end of a packet as a typical mode of
233 \subsubsection{reading zero bits}
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
238 and then reading a zero bit integer shall succeed, returning 0, and
239 not trigger an end-of-packet condition. Reading a zero-bit-wide
03-codebook.tex 116 codebook is encoded in ascending length order. Rather than reading
271 bits and 'reading' a value out of such a codebook always returns the
390 reading and decoding the next codeword in the bitstream. The decoder
393 Huffman decode tree by reading one bit at a time from the bitstream,
398 leaf. Reading past the end of a packet propagates the 'end-of-stream'
  /external/v8/test/preparser/
nonstrict-arguments.js 40 // Reading eval and arguments is allowed.
nonstrict-eval.js 40 // Reading eval and arguments is allowed.
  /external/bison/data/
glr.c     [all...]
lalr1.cc 584 YYCDEBUG << "Reading a token: ";
yacc.c     [all...]
  /external/openssh/contrib/aix/
buildbff.sh 68 echo Reading local settings from config.local
  /external/elfutils/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp     [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 61 TCompressionStream is write-only and strictly sequential. Reading from the
113 This is useful for updating a progress indicator when you are reading a
  /external/bison/src/
parse-gram.c     [all...]
  /external/mesa3d/src/glsl/
glsl_parser.cpp     [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 786 fprintf(stdout, "# Reading options file %s\n", o->options);
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c     [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 162 ;# We begin by reading the data 32 bits at a time (using scalar operations)
163 ;# into a temporary array, reading the rows of the array into vector registers,
641 ;# and 4 after for a total of 8 bytes. Reading 16 bytes inorder to get 4 is a bit
682 la r9, -48(r1) ;# temporary space for reading in vectors
1021 la r9, -48(r1) ;# temporary space for reading in vectors
1048 la r9, -48(r1) ;# temporary space for reading in vectors
1166 la r5, -96(r1) ;# temporary space for reading in vectors
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js     [all...]

Completed in 1686 milliseconds

1 2