HomeSort by relevance Sort by last modified time
    Searched full:sigs (Results 1 - 25 of 26) sorted by null

1 2

  /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 353 sigset_t sigs; local
357 sigfillset(&sigs);
358 sigdelset(&sigs, SIGCHLD);
359 sigdelset(&sigs, SIGPIPE);
360 sigdelset(&sigs, SIGTERM);
361 sigdelset(&sigs, SIGINT);
362 sigdelset(&sigs, SIGHUP);
374 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);
  /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...]
PackageManagerService.java     [all...]
  /external/bluetooth/bluez/rfcomm/
main.c 261 static void run_cmdline(struct pollfd *p, sigset_t* sigs, char *devname,
301 if (ppoll(p, 1, &ts, sigs) || __io_canceled) {
320 sigset_t sigs; local
447 sigfillset(&sigs);
448 sigdelset(&sigs, SIGCHLD);
449 sigdelset(&sigs, SIGPIPE);
450 sigdelset(&sigs, SIGTERM);
451 sigdelset(&sigs, SIGINT);
452 sigdelset(&sigs, SIGHUP);
459 if (ppoll(&p, 1, NULL, &sigs) > 0
484 sigset_t sigs; local
    [all...]
  /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)
hciattach.c 1187 sigset_t sigs; local
1337 sigfillset(&sigs);
1338 sigdelset(&sigs, SIGCHLD);
1339 sigdelset(&sigs, SIGPIPE);
1340 sigdelset(&sigs, SIGTERM);
1341 sigdelset(&sigs, SIGINT);
1342 sigdelset(&sigs, SIGHUP);
1346 err = ppoll(&p, 1, NULL, &sigs);
  /system/core/sh/
main.c 193 static int sigs[] = { local
200 #define SIGSSIZE (sizeof(sigs)/sizeof(sigs[0]))
204 setsignal(sigs[i], 0);
init.c 272 #define SIGSSIZE (sizeof(sigs)/sizeof(sigs[0]))
564 #define SIGSSIZE (sizeof(sigs)/sizeof(sigs[0]))
852 #define SIGSSIZE (sizeof(sigs)/sizeof(sigs[0]))
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 266 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 266 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 266 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /bionic/libc/netbsd/resolv/
res_send.c 1150 sigset_t sigs; local
1159 sigprocmask(SIG_SETMASK, sigmask, &sigs);
1162 sigprocmask(SIG_SETMASK, &sigs, NULL);
  /external/tcpdump/
print-lwres.c 572 /* sigs */
  /external/strace/
signal.c 323 int rt; /* set might include realtime sigs */
895 fprintf(stderr, "sigs: %016qx %016qx (sig=%d)\n",
    [all...]
  /external/kernel-headers/original/asm-x86/
processor_32.h 490 struct extended_signature sigs[0]; member in struct:extended_sigtable
  /external/kernel-headers/original/linux/
sysctl.h 109 KERN_RTSIGNR=32, /* Number of rt sigs queued */
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 315 milliseconds

1 2