Home
last modified time | relevance | path

Searched full:late (Results 1 – 25 of 932) sorted by relevance

12345678910>>...38

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_mixer_manager_alsa_linux.cc18 // Accesses ALSA functions through our late-binding symbol table instead of
21 #define LATE(sym) \ macro
83 LATE(snd_mixer_free)(_outputMixerHandle); in CloseSpeaker()
88 LATE(snd_strerror)(errVal)); in CloseSpeaker()
90 errVal = LATE(snd_mixer_detach)(_outputMixerHandle, _outputMixerStr); in CloseSpeaker()
95 LATE(snd_strerror)(errVal)); in CloseSpeaker()
97 errVal = LATE(snd_mixer_close)(_outputMixerHandle); in CloseSpeaker()
125 LATE(snd_mixer_free)(_inputMixerHandle); in CloseMicrophone()
130 LATE(snd_strerror)(errVal)); in CloseMicrophone()
135 errVal = LATE(snd_mixer_detach)(_inputMixerHandle, _inputMixerStr); in CloseMicrophone()
[all …]
Daudio_mixer_manager_pulse_linux.cc19 // Accesses Pulse functions through our late-binding symbol table instead of
22 #define LATE(sym) \ macro
33 LATE(pa_threaded_mainloop_lock)(pa_mainloop_); in AutoPulseLock()
37 LATE(pa_threaded_mainloop_unlock)(pa_mainloop_); in ~AutoPulseLock()
254 if (_paPlayStream && (LATE(pa_stream_get_state)(_paPlayStream) in SetSpeakerVolume()
262 LATE(pa_stream_get_sample_spec)(_paPlayStream); in SetSpeakerVolume()
272 LATE(pa_cvolume_set)(&cVolumes, spec->channels, volume); in SetSpeakerVolume()
275 paOperation = LATE(pa_context_set_sink_input_volume)( in SetSpeakerVolume()
277 LATE(pa_stream_get_index)(_paPlayStream), in SetSpeakerVolume()
286 LATE(pa_operation_unref)(paOperation); in SetSpeakerVolume()
[all …]
Daudio_device_alsa_linux.cc22 // Accesses ALSA functions through our late-binding symbol table instead of
25 #define LATE(sym) \ macro
28 // Redefine these here to be able to do late-binding
32 __builtin_alloca (LATE(snd_ctl_card_info_sizeof)()); \
33 memset(*ptr, 0, LATE(snd_ctl_card_info_sizeof)()); } while (0)
38 __builtin_alloca (LATE(snd_pcm_info_sizeof)()); \
39 memset(*pInfo, 0, LATE(snd_pcm_info_sizeof)()); } while (0)
1044 LATE(snd_pcm_close)(_handlePlayout); in InitPlayout()
1051 " %s", LATE(snd_strerror)(errVal)); in InitPlayout()
1063 errVal = LATE(snd_pcm_open) in InitPlayout()
[all …]
Daudio_device_pulse_linux.cc23 // Accesses Pulse functions through our late-binding symbol table instead of
26 #define LATE(sym) \ macro
884 paOperation = LATE(pa_context_get_sink_info_list)(_paContext, in PlayoutDevices()
1021 paOperation = LATE(pa_context_get_source_info_list)(_paContext, in RecordingDevices()
1137 _playStream = LATE(pa_stream_new)(_paContext, "playStream", in InitPlayout()
1144 LATE(pa_context_errno)(_paContext)); in InitPlayout()
1160 LATE(pa_stream_get_state)(_playStream)); in InitPlayout()
1173 if (LATE(pa_context_get_protocol_version)(_paContext) in InitPlayout()
1180 LATE(pa_stream_get_sample_spec)(_playStream); in InitPlayout()
1188 size_t bytesPerSec = LATE(pa_bytes_per_second)(spec); in InitPlayout()
[all …]
/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out13 deferred 0, late collision 0, excessive collision 0, mac trans error 0
25 deferred 0, late collision 0, excessive collision 0, mac trans error 0
37 deferred 0, late collision 0, excessive collision 0, mac trans error 0
49 deferred 0, late collision 0, excessive collision 0, mac trans error 0
61 deferred 0, late collision 0, excessive collision 0, mac trans error 0
73 deferred 0, late collision 0, excessive collision 0, mac trans error 0
85 deferred 0, late collision 0, excessive collision 0, mac trans error 0
99 deferred 0, late collision 0, excessive collision 0, mac trans error 0
111 deferred 0, late collision 0, excessive collision 0, mac trans error 0
123 deferred 0, late collision 0, excessive collision 0, mac trans error 0
[all …]
/external/clang/test/CodeGenCXX/
Dvtable-key-function-ios.cpp2 …N: %clang_cc1 %s -triple=armv7-apple-darwin -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s
5 …%clang_cc1 %s -triple=x86_64-pc-windows-gnu -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s
10 // We do a separate CHECK-LATE pass because the RTTI definition gets
64 // CHECK-LATE: @_ZTS6Test1a = linkonce_odr constant
65 // CHECK-LATE: @_ZTI6Test1a = linkonce_odr constant
98 // CHECK-LATE: @_ZTS6Test2a = linkonce_odr constant
99 // CHECK-LATE: @_ZTI6Test2a = linkonce_odr constant
117 // CHECK-LATE: @_ZTS6Test2b = linkonce_odr constant
118 // CHECK-LATE: @_ZTI6Test2b = linkonce_odr constant
150 // CHECK-LATE: @_ZTS6Test3a = linkonce_odr constant
[all …]
Dvtable-key-function-arm.cpp2 …%clang_cc1 %s -triple=armv7-unknown-unknown -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s
7 // We do a separate CHECK-LATE pass because the RTTI definition gets
93 // CHECK-LATE: @_ZTS6Test2a = constant
94 // CHECK-LATE: @_ZTI6Test2a = constant
114 // CHECK-LATE: @_ZTS6Test2b = constant
115 // CHECK-LATE: @_ZTI6Test2b = constant
148 // CHECK-LATE: @_ZTS6Test3a = linkonce_odr constant
149 // CHECK-LATE: @_ZTI6Test3a = linkonce_odr constant
169 // CHECK-LATE: @_ZTS6Test3b = linkonce_odr constant
170 // CHECK-LATE: @_ZTI6Test3b = linkonce_odr constant
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Drlwinm_rldicl_to_andi.mir2 … RUN: llc -start-after ppc-mi-peepholes -ppc-late-peephole %s -o - | FileCheck %s --check-prefix=C…
76 # CHECK-LATE: testRLWINMSingleUseDef
126 ; CHECK-LATE-NOT: andi.
127 ; CHECK-LATE: rlwinm.
186 ; CHECK-LATE: li [[IMM:[0-9]+]], 1
187 ; CHECK-LATE: andi. {{[0-9]+}}, [[IMM]], 0
246 ; CHECK-LATE-NOT: andi.
247 ; CHECK-LATE: rlwinm.
301 ; CHECK-LATE-NOT: andi.
302 ; CHECK-LATE: rldicl.
[all …]
Dconvert-rr-to-ri-instrs.mir2 … RUN: llc -start-after ppc-mi-peepholes -ppc-late-peephole %s -o - | FileCheck %s --check-prefix=C…
1056 ; CHECK-LATE: addi 3, 3, 33
1057 ; CHECK-LATE: addi 3, 3, 33
1110 ; CHECK-LATE: addi 3, 3, 33
1111 ; CHECK-LATE: addi 3, 3, 33
1172 ; CHECK-LATE: addic 3, 3, 55
1231 ; CHECK-LATE: addic 3, 5, 777
1289 ; CHECK-LATE: addic. 3, 3, 433
1344 ; CHECK-LATE: li 3, 121
1393 ; CHECK-LATE: li 3, 377
[all …]
Dconvert-rr-to-ri-instrs-out-of-range.mir2 … RUN: llc -start-after ppc-mi-peepholes -ppc-late-peephole %s -o - | FileCheck %s --check-prefix=C…
260 ; CHECK-LATE: rlwinm 3, 3, 10, 20, 27
308 ; CHECK-LATE: rlwinm 3, 3, 10, 20, 27
366 ; CHECK-LATE: li 3, -22
367 ; CHECK-LATE: rlwinm. 5, 4, 10, 24, 31
428 ; CHECK-LATE: rlwinm. 3, 4, 14, 20, 27
488 ; CHECK-LATE: slwi 3, 4, 18
546 ; CHECK-LATE: andi. 5, 3, 0
608 ; CHECK-LATE: li 3, 0
666 ; CHECK-LATE: andi. 5, 3, 0
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.h35 // "late." A "late" packet with sequence number K is changed to "missing" any
87 // Note: Late packets are not included.
119 // late.
155 // update the list. That is; some packets will change from late to missing,
156 // some packets are inserted as missing and some inserted as late.
159 // Packets which are considered late for too long (according to
177 // exclusive, which is not arrived is considered late, and should should be
178 // in the list of late packets.
/external/speex/libspeexdsp/
Djitter.c48 + late
144 …JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a…
152 …int late_cutoff; /**< How late must a packet be for it …
158 … /**< Total window over which the late frames are counted …
160 …int max_late_rate; /**< Absolute maximum amount of late p…
169 cost = delay + late_factor*[number of frames that would be late if we used that delay]
171 @param late_factor Equivalent cost of a late frame (in timestamp units)
178 int late = 0; in compute_opt_delay() local
207 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late in compute_opt_delay()
234 cost = -latest + late_factor*late; in compute_opt_delay()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Dcgprofile.s8 .cg_profile late, late2, 20
11 .globl late symbol
12 late: label
72 # CHECK: Name: late
91 # CHECK-NEXT: From: late
/external/python/cpython3/Tools/stringbench/
Dstringbench.py104 @bench('"BC" in ("AB"*300+"C")', "late match, two characters", 1000)
112 "late match, 100 characters", 100)
125 "late match, 100 characters", 100)
181 @bench('("AB"*300+"C").find("BC")', "late match, two characters", 1000)
189 @bench('("AB"*300+"CA").find("CA")', "late match, two characters", 1000)
198 "late match, 100 characters", 100)
210 "late match, 100 characters", 100)
265 @bench('("C"+"AB"*300).rfind("CA")', "late match, two characters", 1000)
273 @bench('("BC"+"AB"*300).rfind("BC")', "late match, two characters", 1000)
282 "late match, 100 characters", 100)
[all …]
/external/tensorflow/tensorflow/python/training/
Dcoordinator_test.py190 args=(coord, ev_2, None, RuntimeError("Too late"), False))
210 args=(coord, ev_2, None, RuntimeError("Too late"), True))
258 args=(coord, ev_2, None, RuntimeError("Too late")))
298 with self.assertRaisesRegexp(RuntimeError, "Too late"):
300 raise RuntimeError("Too late")
320 with self.assertRaisesRegexp(RuntimeError, "Too late"):
322 raise RuntimeError("Too late")
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DBufferCallbackTimes.java49 * exceededCapacity should be set to true only when there were late callbacks observed but
61 /** Record the length of a late/early callback and the time it occurred. Used by Java Thread. */
65 //only marked as exceeded if attempting to record a late callback after arrays full in recordCallbackTime()
88 // True only if arrays are full and recording more late or early callbacks is attempted.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pm-defaults.ll35 ; RUN: -passes-ep-late-loop-optimizations='no-op-loop' \
38 ; RUN: --check-prefix=CHECK-EP-LOOP-LATE
45 ; RUN: -passes-ep-scalar-optimizer-late='no-op-function' \
48 ; RUN: --check-prefix=CHECK-EP-SCALAR-LATE
50 ; RUN: -passes-ep-cgscc-optimizer-late='no-op-cgscc' \
53 ; RUN: --check-prefix=CHECK-EP-CGSCC-LATE
165 ; CHECK-EP-LOOP-LATE-NEXT: Running pass: NoOpLoopPass
202 ; CHECK-EP-SCALAR-LATE-NEXT: Running pass: NoOpFunctionPass
209 ; CHECK-EP-CGSCC-LATE-NEXT: Running pass: NoOpCGSCCPass
/external/libxkbcommon/xkbcommon/test/data/keycodes/
Daliases-xkbcommon9 alias <LatE> = <E>;
41 alias <LatE> = <E>;
73 alias <LatE> = <E>;
Daliases9 alias <LatE> = <AD03>;
41 alias <LatE> = <AD03>;
73 alias <LatE> = <AD03>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp1 //===--------- PPCPreEmitPeephole.cpp - Late peephole optimizations -------===//
10 // A pre-emit peephole for catching opportunities introduced by late passes such
38 RunPreEmitPeephole("ppc-late-peephole", cl::Hidden, cl::init(true),
/external/python/google-api-python-client/docs/dyn/
Dclassroom_v1.courses.courseWork.studentSubmissions.html81 …, pageSize=None, userId=None, states=None, x__xgafv=None, pageToken=None, late=None)</a></code></p>
163 "late": True or False, # Whether this submission is late.
254 …seWorkId, pageSize=None, userId=None, states=None, x__xgafv=None, pageToken=None, late=None)</code>
301 late: string, Requested lateness value. If specified, returned student submissions are
303 If unspecified, submissions are returned regardless of `late` value.
348 "late": True or False, # Whether this submission is late.
588 "late": True or False, # Whether this submission is late.
744 "late": True or False, # Whether this submission is late.
884 "late": True or False, # Whether this submission is late.
/external/u-boot/board/socrates/
Dddr.c23 * 0110 3/4 cycle late in fsl_ddr_board_options()
24 * 0111 7/8 cycle late in fsl_ddr_board_options()
/external/u-boot/board/freescale/mpc8541cds/
Dddr.c23 * 0110 3/4 cycle late in fsl_ddr_board_options()
24 * 0111 7/8 cycle late in fsl_ddr_board_options()
/external/u-boot/board/freescale/mpc8548cds/
Dddr.c23 * 0110 3/4 cycle late in fsl_ddr_board_options()
24 * 0111 7/8 cycle late in fsl_ddr_board_options()
/external/u-boot/board/freescale/mpc8555cds/
Dddr.c23 * 0110 3/4 cycle late in fsl_ddr_board_options()
24 * 0111 7/8 cycle late in fsl_ddr_board_options()

12345678910>>...38