HomeSort by relevance Sort by last modified time
    Searched defs:noisy (Results 1 - 6 of 6) sorted by null

  /system/core/debuggerd/
crasher.c 53 void *noisy(void *x) function
70 pthread_create(&thr, &attr, noisy, (void*) 'A');
71 pthread_create(&thr, &attr, noisy, (void*) 'B');
72 pthread_create(&thr, &attr, noisy, (void*) 'C');
  /external/bluetooth/glib/tests/
patterntest.c 26 static gboolean noisy = FALSE; variable
38 if (noisy)
224 if (strcmp ("--noisy", argv[i]) == 0)
225 noisy = TRUE;
regex-test.c 51 static gboolean noisy = FALSE; variable
89 if (noisy)
    [all...]
  /external/webrtc/src/modules/audio_processing/
echo_control_mobile_impl.cc 130 WebRtc_Word16* noisy = audio->low_pass_reference(i); local
132 if (noisy == NULL) {
133 noisy = clean;
140 noisy,
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 1464 int noisy = 0; local
    [all...]
  /external/bzip2/
bzip2.c 185 Bool forceOverwrite, testFailsExist, unzFailsExist, noisy; variable
537 if (noisy)
631 if (noisy)
661 if (noisy)
676 if (noisy)
703 if (noisy)
732 if (noisy && numFileNames > 0 && numFilesProcessed < numFileNames) {
776 if (noisy) {
1162 if (noisy)
1176 if (noisy)
    [all...]

Completed in 177 milliseconds