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

1 2

  /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/chromium_org/v8/test/preparser/
nonstrict-arguments.js 40 // Reading eval and arguments is allowed.
nonstrict-eval.js 40 // Reading eval and arguments is allowed.
  /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 583 YYCDEBUG << "Reading a token: ";
    [all...]
lalr1.java 494 yycdebug ("Reading a token: ");
yacc.c     [all...]
  /external/bison/examples/calc++/
calc++-parser.cc 412 YYCDEBUG << "Reading a token: ";
    [all...]
  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 203 TEST(BitmapTable, Reading) {
  /external/chromium_org/v8/tools/profviz/
worker.js 86 time("Reading log file (" + (file.size / 1024).toFixed(1) + " kB)",
  /external/openssh/contrib/aix/
buildbff.sh 68 echo Reading local settings from config.local
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 5 // Automation connection handler is responsible for reading requests from the
239 console.log("Reading socket " + stream.socketId_);
  /external/elfutils/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [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/chromium_org/base/json/
json_reader_unittest.cc 20 TEST(JSONReaderTest, Reading) {
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 141 throw 'Reading past the buffer end @' + pos;
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 158 // Reading property using has/getAttribute does not work on
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 786 fprintf(stdout, "# Reading options file %s\n", o->options);
    [all...]

Completed in 1072 milliseconds

1 2