HomeSort by relevance Sort by last modified time
    Searched full:remaining (Results 376 - 400 of 4438) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/base/
audio_buffer_converter.h 63 // Flush remaining output
  /external/chromium_org/media/cast/rtcp/
test_rtcp_packet_builder.h 93 int Length() { return kMaxIpPacketSize - big_endian_writer_.remaining(); }
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_audio_decoder.h 47 // remaining frames. |compressed_buffer_size| and |timestamp| are ignored.
  /external/chromium_org/media/filters/
h264_bit_reader.h 64 // Number of bits remaining in curr_byte_
  /external/chromium_org/net/ftp/
ftp_util.h 51 // remaining part, without leading/trailing whitespace.
  /external/chromium_org/net/quic/
quic_data_writer.h 54 // Fills the remaining buffer with null characters.
  /external/chromium_org/net/server/
web_socket.cc 379 size_t remaining = data_length; local
382 extended_payload_length[7 - i] = remaining & 0xFF;
383 remaining >>= 8;
388 DCHECK(!remaining);
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util.h 46 size_t remaining() { function in struct:net::HpackFuzzUtil::Input
  /external/chromium_org/net/websockets/
websocket_frame_parser.h 54 // If there is not enough data in the remaining buffer to parse a frame
  /external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.h 57 // created by it. DummyPageHolder's destructor ensures this condition by checking remaining references to the LocalFrame.
  /external/chromium_org/third_party/opus/src/silk/float/
energy_FLP.c 53 /* add any remaining products */
inner_product_FLP.c 54 /* add any remaining products */
scale_copy_vector_FLP.c 53 /* any remaining elements */
  /external/chromium_org/third_party/sqlite/src/src/
test_backup.c 41 {"remaining", BACKUP_REMAINING , 0, "" },
test_multiplex.h 87 ** shutting down in order to free all remaining multiplex groups.
  /external/chromium_org/third_party/webrtc/common_audio/resampler/include/
resampler.h 86 // Asynchronous resampling output, remaining samples are buffered
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_capture_client.cc 76 } // else case is capture is remaining in our root, nothing to do.
  /external/chromium_org/v8/src/
flags.h 42 // -- (equivalent to --js_arguments, captures all remaining args)
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 197 'remaining': (((self.runner.total - self.runner.remaining) * 100) //
215 "\033[34m%%%(remaining) 4d\033[0m|"
231 'status_line': ("[%(mins)02i:%(secs)02i|%%%(remaining) 4d|"
  /external/chromium_org/webkit/browser/quota/
special_storage_policy.h 51 // Some origins (e.g. installed apps) have access to the size of the remaining
  /external/e2fsprogs/lib/et/
compile_et.1 63 remaining text to the end of the source line will be ignored.
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Utils.h 48 * and applies permutation to the remaining subscripts
SparseLU_gemm_kernel.h 57 // process the remaining rows per chunk of BM rows
143 // process the remaining rows with vectorization only
149 // process the remaining rows without vectorization
235 // remaining scalars
  /external/elfutils/0.153/src/
strings.c 158 int remaining; local
159 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
169 if (remaining == argc)
179 int fd = (strcmp (argv[remaining], "-") == 0
180 ? STDIN_FILENO : open (argv[remaining], O_RDONLY));
183 error (0, errno, gettext ("cannot open '%s'"), argv[remaining]);
188 const char *fname = print_file_name ? argv[remaining] : NULL;
208 if (strcmp (argv[remaining], "-") != 0)
216 while (++remaining < argc);
  /external/iptables/extensions/
libxt_IDLETIMER.c 52 " and show remaining time in sysfs. Defaults to 0.\n"

Completed in 616 milliseconds

<<11121314151617181920>>