HomeSort by relevance Sort by last modified time
    Searched refs:ap (Results 401 - 425 of 1505) sorted by null

<<11121314151617181920>>

  /bionic/libc/stdio/
vfwscanf.c 131 int __vfwscanf(FILE* __restrict fp, const wchar_t* __restrict fmt, __va_list ap) {
319 *va_arg(ap, signed char*) = nread;
321 *va_arg(ap, short*) = nread;
323 *va_arg(ap, long*) = nread;
325 *va_arg(ap, ssize_t*) = nread;
327 *va_arg(ap, ptrdiff_t*) = nread;
329 *va_arg(ap, long long*) = nread;
331 *va_arg(ap, intmax_t*) = nread;
333 *va_arg(ap, int*) = nread;
367 if (!(flags & SUPPRESS)) p = va_arg(ap, wchar_t*)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 118 rtc::scoped_ptr<AudioProcessing> ap(AudioProcessing::Create(config));
119 RTC_CHECK_EQ(kNoErr, ap->echo_cancellation()->Enable(FLAGS_aec || FLAGS_all));
120 RTC_CHECK_EQ(kNoErr, ap->gain_control()->Enable(FLAGS_agc || FLAGS_all));
121 RTC_CHECK_EQ(kNoErr, ap->high_pass_filter()->Enable(FLAGS_hpf || FLAGS_all));
122 RTC_CHECK_EQ(kNoErr, ap->noise_suppression()->Enable(FLAGS_ns || FLAGS_all));
125 ap->noise_suppression()->set_level(
128 ap->set_stream_key_pressed(FLAGS_ts);
137 processor.reset(new WavFileProcessor(std::move(ap), std::move(in_file),
142 std::move(ap), fopen(FLAGS_dump.c_str(), "rb"), std::move(out_file)));
  /packages/apps/Settings/src/com/android/settings/
AllowBindAppWidgetActivity.java 121 AlertController.AlertParams ap = mAlertParams; local
122 ap.mTitle = getString(R.string.allow_bind_app_widget_activity_allow_bind_title);
123 ap.mMessage = getString(R.string.allow_bind_app_widget_activity_allow_bind, label);
124 ap.mPositiveButtonText = getString(R.string.create);
125 ap.mNegativeButtonText = getString(android.R.string.cancel);
126 ap.mPositiveButtonListener = this;
127 ap.mNegativeButtonListener = this;
130 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
131 mAlwaysUse = (CheckBox) ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
  /external/eigen/blas/f2c/
dspmv.c 16 doublereal *ap, doublereal *x, integer *incx, doublereal *beta,
49 /* array AP as follows: */
52 /* supplied in AP. */
55 /* supplied in AP. */
68 /* AP - DOUBLE PRECISION array of DIMENSION at least */
70 /* Before entry with UPLO = 'U' or 'u', the array AP must */
72 /* packed sequentially, column by column, so that AP( 1 ) */
73 /* contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 ) */
75 /* Before entry with UPLO = 'L' or 'l', the array AP must *
    [all...]
sspmv.c 15 /* Subroutine */ int sspmv_(char *uplo, integer *n, real *alpha, real *ap,
49 /* array AP as follows: */
52 /* supplied in AP. */
55 /* supplied in AP. */
68 /* AP - REAL array of DIMENSION at least */
70 /* Before entry with UPLO = 'U' or 'u', the array AP must */
72 /* packed sequentially, column by column, so that AP( 1 ) */
73 /* contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 ) */
75 /* Before entry with UPLO = 'L' or 'l', the array AP must *
    [all...]
  /external/libcups/cups/
snprintf.c 32 va_list ap) /* I - Pointer to additional arguments */
87 width = va_arg(ap, int);
119 prec = va_arg(ap, int);
179 sprintf(temp, tformat, va_arg(ap, double));
210 sprintf(temp, tformat, va_arg(ap, int));
234 sprintf(temp, tformat, va_arg(ap, void *));
260 *bufptr++ = va_arg(ap, int);
266 memcpy(bufptr, va_arg(ap, char *), (size_t)width);
273 if ((s = va_arg(ap, char *)) == NULL)
306 *(va_arg(ap, int *)) = bytes
344 va_list ap; \/* Pointer to additional arguments *\/ local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 50 va_list ap; local
51 va_start(ap, fmt);
52 vfprintf(stderr, fmt, ap);
53 va_end(ap);
57 static void vmaybe_write_file(bool enoent_ok, char *filename, char *fmt, va_list ap)
64 buf_len = vsnprintf(buf, sizeof(buf), fmt, ap);
97 va_list ap; local
99 va_start(ap, fmt);
100 vmaybe_write_file(true, filename, fmt, ap);
101 va_end(ap);
107 va_list ap; local
    [all...]
  /external/oj-libjdwp/src/share/back/
error_messages.c 61 const char *format, va_list ap)
68 (void)vsnprintf((char*)utf8buf, MAX_MESSAGE_LEN, format, ap);
91 va_list ap; local
93 va_start(ap, format);
94 vprint_message(fp, prefix, suffix, format, ap);
95 va_end(ap);
102 va_list ap; local
104 va_start(ap, format);
105 vprint_message(stderr, "ERROR: ", "\n", format, ap);
106 va_end(ap);
116 va_list ap; local
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 61 @param tries: an integer, number of iterations to run per AP.
189 for ap in aps:
191 if ap.ssid == None:
192 logging.error('The SSID was not set for the AP:%s',
193 ap)
195 healthy_dut = utils.is_dut_healthy(client, ap)
203 ap, capturer, job, self._ap_spec)
209 batch_locker.unlock_and_reclaim_ap(ap.host_name)
219 utils.release_ap(ap, batch_locker, self._broken_pdus)
222 assoc_params = ap.get_association_parameters(
    [all...]
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 110 bool FileUtil::doVprintf(bool fileOnly, int logLevel, const char *fmt, va_list ap)
122 size = vsnprintf(mBuffer + start, mBufferSize - start - 2, fmt, ap); // 2 for \n\0
156 va_list ap; local
157 va_start(ap, fmt);
158 bool result = doVprintf(false, -1, fmt, ap);
159 va_end(ap);
  /external/blktrace/btt/
inlines.h 82 static inline void avg_update(struct avg_info *ap, __u64 t)
84 if (ap->n++ == 0)
85 ap->min = ap->total = ap->max = t;
87 if (t < ap->min)
88 ap->min = t;
89 else if (t > ap->max)
90 ap->max = t;
91 ap->total += t
    [all...]
  /external/libffi/testsuite/libffi.call/
va_struct1.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
va_struct2.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
va_struct3.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
va_struct1.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
va_struct2.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
va_struct3.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
va_struct1.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
va_struct2.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
va_struct3.c 31 va_list ap; local
36 va_start (ap, n);
37 s1 = va_arg (ap, struct small_tag);
38 l = va_arg (ap, struct large_tag);
39 s2 = va_arg (ap, struct small_tag);
42 va_end (ap);
  /external/selinux/libselinux/src/
label_support.c 70 va_list ap; local
92 va_start(ap, num_args);
96 spec_entry = va_arg(ap, char **);
99 va_end(ap);
105 va_end(ap);
111 va_end(ap);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vadefs.h 60 #define _ALIGNOF(ap) ((((ap)+_VA_STRUCT_ALIGN - 1) & ~(_VA_STRUCT_ALIGN -1)) - (ap))
61 #define _APALIGN(t,ap) (__alignof(t) > 8 ? _ALIGNOF((uintptr_t) ap) : 0)
64 #define _APALIGN(t,ap) (__alignof(t))
  /external/boringssl/src/crypto/fipsmodule/bn/
add.c 105 BN_ULONG *ap, *bp, *rp, carry, t1, t2; local
123 ap = a->d;
127 carry = bn_add_words(rp, ap, bp, min);
129 ap += min;
135 t1 = *(ap++);
150 if (dif && rp != ap) {
152 // copy remaining words if ap != rp
153 *(rp++) = *(ap++);
251 register BN_ULONG t1, t2, *ap, *bp, *rp; local
268 ap = a->d
    [all...]
  /external/dnsmasq/src/
log.c 259 va_list ap; local
280 va_start(ap, format);
281 vfprintf(stderr, format, ap);
282 va_end(ap);
295 va_start(ap, format);
296 __android_log_vprint(alog_lvl, "dnsmasq", format, ap);
297 va_end(ap);
309 va_start(ap, format);
310 vsyslog(priority, format, ap);
311 va_end(ap);
    [all...]
  /frameworks/wilhelm/src/
locks.cpp 221 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
222 prefetchCallback = ap->mPrefetchStatus.mDeferredPrefetchCallback;
223 prefetchContext = ap->mPrefetchStatus.mDeferredPrefetchContext;
224 prefetchEvents = ap->mPrefetchStatus.mDeferredPrefetchEvents;
225 ap->mPrefetchStatus.mDeferredPrefetchCallback = NULL;
227 ap->mPrefetchStatus.mDeferredPrefetchContext = NULL;
228 ap->mPrefetchStatus.mDeferredPrefetchEvents = SL_PREFETCHEVENT_NONE;
229 if (ap->mDeferredStart) {
230 audioTrack = ap->mTrackPlayer->mAudioTrack;
231 ap->mDeferredStart = false
249 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
    [all...]

Completed in 436 milliseconds

<<11121314151617181920>>