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

  /external/junit/src/org/junit/experimental/theories/
ParameterSignature.java 26 ArrayList<ParameterSignature> sigs= new ArrayList<ParameterSignature>(); local
28 sigs.add(new ParameterSignature(parameterTypes[i],
31 return sigs;
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 93 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; local
100 for(i = 0; i < sizeof(sigs)/sizeof(*sigs); i++)
101 sigaction(sigs[i], &sa, NULL);
  /external/valgrind/main/none/tests/
faultstatus.c 131 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; local
138 for(i = 0; i < sizeof(sigs)/sizeof(*sigs); i++)
139 sigaction(sigs[i], &sa, NULL);
  /external/valgrind/main/none/tests/x86/
faultstatus.c 111 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP }; local
118 for(i = 0; i < sizeof(sigs)/sizeof(*sigs); i++)
119 sigaction(sigs[i], &sa, NULL);
  /system/core/sh/
main.c 193 static int sigs[] = { local
200 #define SIGSSIZE (sizeof(sigs)/sizeof(sigs[0]))
204 setsignal(sigs[i], 0);
  /external/bluetooth/bluez/compat/
fakehid.c 290 sigset_t sigs; local
322 sigfillset(&sigs);
323 sigdelset(&sigs, SIGCHLD);
324 sigdelset(&sigs, SIGPIPE);
325 sigdelset(&sigs, SIGTERM);
326 sigdelset(&sigs, SIGINT);
327 sigdelset(&sigs, SIGHUP);
334 if (ppoll(&p, 1, NULL, &sigs) < 1)
391 sigset_t sigs; local
423 sigfillset(&sigs);
603 sigset_t sigs; local
    [all...]
hidd.c 351 sigset_t sigs; local
355 sigfillset(&sigs);
356 sigdelset(&sigs, SIGCHLD);
357 sigdelset(&sigs, SIGPIPE);
358 sigdelset(&sigs, SIGTERM);
359 sigdelset(&sigs, SIGINT);
360 sigdelset(&sigs, SIGHUP);
372 if (ppoll(p, 2, NULL, &sigs) < 1)
pand.c 165 sigset_t sigs; local
168 sigfillset(&sigs);
169 sigdelset(&sigs, SIGCHLD);
170 sigdelset(&sigs, SIGPIPE);
171 sigdelset(&sigs, SIGTERM);
172 sigdelset(&sigs, SIGINT);
173 sigdelset(&sigs, SIGHUP);
179 n = ppoll(&pf, 1, NULL, &sigs);
  /external/bluetooth/bluez/tools/
ciptool.c 339 sigset_t sigs; local
384 sigfillset(&sigs);
385 sigdelset(&sigs, SIGCHLD);
386 sigdelset(&sigs, SIGPIPE);
387 sigdelset(&sigs, SIGTERM);
388 sigdelset(&sigs, SIGINT);
389 sigdelset(&sigs, SIGHUP);
396 if (ppoll(&p, 1, NULL, &sigs) > 0)
rfcomm.c 265 static void run_cmdline(struct pollfd *p, sigset_t* sigs, char *devname,
305 if (ppoll(p, 1, &ts, sigs) || __io_canceled) {
324 sigset_t sigs; local
451 sigfillset(&sigs);
452 sigdelset(&sigs, SIGCHLD);
453 sigdelset(&sigs, SIGPIPE);
454 sigdelset(&sigs, SIGTERM);
455 sigdelset(&sigs, SIGINT);
456 sigdelset(&sigs, SIGHUP);
463 if (ppoll(&p, 1, NULL, &sigs) > 0
488 sigset_t sigs; local
    [all...]
hciattach.c 1264 sigset_t sigs; local
1426 sigfillset(&sigs);
1427 sigdelset(&sigs, SIGCHLD);
1428 sigdelset(&sigs, SIGPIPE);
1429 sigdelset(&sigs, SIGTERM);
1430 sigdelset(&sigs, SIGINT);
1431 sigdelset(&sigs, SIGHUP);
1435 err = ppoll(&p, 1, NULL, &sigs);
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 77 Metadata(int version, Signature[] sigs) {
79 signatures = sigs;
292 Signature[] sigs = readSignatureArray(inputBufferStream); local
296 + " versionCode=" + versionCode + " sigs=" + sigs);
299 if (sigs == null || sigs.length == 0) {
308 sigMap.put(key, new Metadata(versionCode, sigs));
316 private static void writeSignatureArray(DataOutputStream out, Signature[] sigs)
319 out.writeInt(sigs.length)
348 Signature[] sigs = new Signature[num]; local
    [all...]
BackupManagerService.java 3585 Signature[] sigs = mManifestSignatures.get(info.packageName); local
3668 Signature[] sigs = new Signature[numSigs]; local
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 695 sigset_t sigs; local
888 sigfillset(&sigs);
889 sigdelset(&sigs, SIGCHLD);
890 sigdelset(&sigs, SIGPIPE);
891 sigdelset(&sigs, SIGTERM);
892 sigdelset(&sigs, SIGINT);
893 sigdelset(&sigs, SIGHUP);
899 err = ppoll(&p, 1, NULL, &sigs);
  /bionic/libc/netbsd/resolv/
res_send.c 1292 sigset_t sigs; local
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c 252 vki_siginfo_t sigs[N_QUEUED_SIGNALS]; member in struct:SigQueue
550 - for each thread in WaitSIG, the set of waited-on sigs
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 279 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 279 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 266 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 266 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 266 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 266 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 266 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /external/kernel-headers/original/asm-x86/
processor_32.h 490 struct extended_signature sigs[0]; member in struct:extended_sigtable

Completed in 1258 milliseconds