Home
last modified time | relevance | path

Searched defs:in_order (Results 1 – 11 of 11) sorted by relevance

/external/toolchain-utils/binary_search_tool/full_bisect_test/
Dmain.c9 char in_order[] = { 'a', '*', 'x', '^', '2', '+', 'b', '&', 'y', '-', 'c', variable
/external/webrtc/webrtc/video/
Dvie_receiver.cc257 bool in_order = IsPacketInOrder(header); in OnRecoveredPacket() local
306 bool in_order = IsPacketInOrder(header); in InsertRTPPacket() local
322 bool in_order) { in ReceivePacket()
/external/linux-kselftest/tools/testing/selftests/timers/
Dnanosleep.c80 static inline int in_order(struct timespec a, struct timespec b) in in_order() function
Dinconsistency-check.c80 static inline int in_order(struct timespec a, struct timespec b) in in_order() function
Dleap-a-day.c60 static inline int in_order(struct timespec a, struct timespec b) in in_order() function
/external/ltp/testcases/kernel/timers/leapsec/
Dleapsec_timer.c66 static inline int in_order(struct timespec a, struct timespec b) in in_order() function
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_impl.cc165 bool in_order) { in IncomingRtpPacket()
Dreceive_statistics_impl.cc63 bool in_order = InOrderPacketInternal(header.sequenceNumber); in UpdateCounters() local
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py664 def walk(top, in_order=True): argument
/external/webrtc/webrtc/voice_engine/
Dchannel.cc1722 bool in_order = IsPacketInOrder(header); in ReceivedRTPPacket() local
1733 bool in_order) { in ReceivePacket()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.proto398 optional bool in_order = 6 [default=true]; field