HomeSort by relevance Sort by last modified time
    Searched refs:in_order (Results 1 - 18 of 18) sorted by null

  /external/toolchain-utils/binary_search_tool/full_bisect_test/
main.c 9 char in_order[] = { 'a', '*', 'x', '^', '2', '+', 'b', '&', 'y', '-', 'c', variable
  /external/ltp/tools/pounder21/src/time_tests/
inconsistency-check.c 33 static inline int in_order(struct timespec a, struct timespec b) function
75 if (!in_order(list[i], list[i + 1]))
  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 80 static inline int in_order(struct timespec a, struct timespec b) function
114 if (!in_order(target, now))
126 if (!in_order(target, now))
inconsistency-check.c 80 static inline int in_order(struct timespec a, struct timespec b) function
118 if (!in_order(list[i], list[i+1]))
leap-a-day.c 60 static inline int in_order(struct timespec a, struct timespec b) function
169 if (!in_order(target, now)) {
  /external/webrtc/webrtc/video/
vie_receiver.cc 257 bool in_order = IsPacketInOrder(header); local
258 return ReceivePacket(rtp_packet, rtp_packet_length, header, in_order);
306 bool in_order = IsPacketInOrder(header); local
308 int ret = ReceivePacket(rtp_packet, rtp_packet_length, header, in_order)
315 header, rtp_packet_length, IsPacketRetransmitted(header, in_order));
322 bool in_order) {
335 payload_specific, in_order);
469 bool in_order) const {
480 return !in_order &&
vie_receiver.h 95 bool in_order);
104 bool IsPacketRetransmitted(const RTPHeader& header, bool in_order) const;
  /external/ltp/testcases/kernel/timers/leapsec/
leapsec_timer.c 41 static inline int in_order(struct timespec a, struct timespec b);
66 static inline int in_order(struct timespec a, struct timespec b) function
142 fail = !in_order(target, now);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_receiver.h 77 bool in_order) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_impl.h 48 bool in_order) override;
receive_statistics_impl.cc 63 bool in_order = InOrderPacketInternal(header.sequenceNumber); local
67 if (!in_order && retransmitted) {
78 if (in_order) {
rtp_receiver_impl.cc 165 bool in_order) {
215 if (in_order) {
  /external/tensorflow/tensorflow/python/lib/io/
file_io.py 494 def walk(top, in_order=True):
499 in_order: bool, Traverse in order if True, post order if False.
526 if in_order:
530 for subitem in walk(os.path.join(top, subdir), in_order):
533 if not in_order:
file_io_test.py 280 # Now test the walk (in_order = True)
284 for (w_dir, w_subdirs, w_files) in file_io.walk(dir_path, in_order=True):
307 # Now test the walk (in_order = False)
311 for (w_dir, w_subdirs, w_files) in file_io.walk(dir_path, in_order=False):
337 for (w_dir, w_subdirs, w_files) in file_io.walk(dir_path, in_order=False):
  /build/make/tools/releasetools/
blockimgdiff.py     [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 474 const RTPHeader& header, bool in_order);
479 bool IsPacketRetransmitted(const RTPHeader& header, bool in_order) const;
channel.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_grad_ops_3d.cc 331 Eigen::DSizes<Eigen::DenseIndex, 5> in_order{1, 2, 3, 0, 4};
341 context->eigen_device<Device>(), input.tensor<T, 5>(), in_order,
    [all...]

Completed in 343 milliseconds