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

  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 308 int how; local
314 how = va_arg(ap, int);
320 ret = WRAP(__rt_sigprocmask)(how, set, oset, sigsetsize);
signal.c 1427 int how; local
    [all...]
  /system/core/sh/
miscbltin.c 344 how = SOFT | HARD; local
354 how = HARD;
357 how = SOFT;
396 if (how & SOFT)
398 else if (how & HARD)
419 if (how & HARD)
421 if (how & SOFT)
426 if (how & SOFT)
428 else if (how & HARD)
  /external/libppp/src/
systems.c 287 /* Values for ``how'' in ReadSystem */
317 struct prompt *prompt, struct datalink *cx, int how)
359 n = ReadSystem(bundle, name, arg, prompt, cx, how);
378 if (how == SYSTEM_EXISTS) {
391 if (*cp != '!' && how == SYSTEM_EXEC)
401 if ((how != SYSTEM_EXEC && allowcmd) ||
402 (how == SYSTEM_EXEC && !allowcmd)) {
433 int def, how, rs; local
437 how = ID0realuid() == 0 ? SYSTEM_EXISTS : SYSTEM_VALIDATE;
442 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how);
    [all...]
command.c 3182 int n, how; local
3265 int family, how; local
    [all...]
  /external/zlib/src/
gzguts.h 139 /* values for gz_state how */
161 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon18678
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 91 final String how = "" + m.obj; local
100 how, w, h, vw, vh));
464 private void postCheckForInvalidLayout(final String how) {
465 mHandler.obtainMessage(MSG_CHECK_INVALID_LAYOUT, 0, 0, how).sendToTarget();
  /external/mksh/src/
jobs.c 896 int how, zflag = 0; local
920 how = slp == 0 ? JP_MEDIUM : (slp == 1 ? JP_LONG : JP_PGRP);
924 j_print(j, how, shl_stdout);
    [all...]
funcs.c 2290 int n, how = LEXIT; local
3542 int how = SOFT | HARD, optc, what = 'f'; local
    [all...]
  /system/vold/
cryptfs.c 1194 int how = 0; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 3690 HChar* how = NULL; local
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 813 #define BAD(_str) do { how = (_str); goto bad; } while (0)
814 Char* how = "no error"; local
838 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
848 #define BAD(_str) do { how = (_str); goto bad; } while (0)
849 Char* how = "no error"; local
904 VG_(printf)("locks__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2334 UInt how = (insn_11_0 >> 5) & 3; local
2352 UInt how = (insn_11_0 >> 5) & 3; local
16992 UInt how = INSN1(5,4); local
17072 UInt how = INSN1(5,4); local
17154 UInt how = INSN1(5,4); local
17199 UInt how = INSN0(6,5); \/\/ standard encoding local
17242 UInt how = INSN1(5,4); local
17281 UInt how = INSN1(5,4); local
17321 UInt how = INSN1(5,4); local
    [all...]
guest_amd64_toIR.c 15708 UChar how = xIsZ ? 'z' : 's'; local
15750 UChar how = xIsZ ? 'z' : 's'; local
15860 UChar how = xIsZ ? 'z' : 's'; local
15906 UChar how = xIsZ ? 'z' : 's'; local
    [all...]

Completed in 443 milliseconds