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

  /system/core/debuggerd/
crasher.c 52 void *noisy(void *x) function
69 pthread_create(&thr, &attr, noisy, (void*) 'A');
70 pthread_create(&thr, &attr, noisy, (void*) 'B');
71 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/skia/src/opts/
SkBlitRow_opts_arm.cpp 699 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 221 milliseconds