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

1 2

  /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 1449 int how; local
    [all...]
  /external/chromium_org/third_party/zlib/
gzguts.h 80 /* values for gz_state how */
102 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon20308
  /external/chromium_org/tools/site_compare/commands/
timeload.py 8 and measures how long the page takes to load in each. Outputs a
22 import scrapers # Functions that know how to capture a render from namespace
30 "Measures how long a series of URLs takes to load in one or more browsers.",
compare2.py 20 import scrapers # Functions that know how to capture a render from namespace
  /external/libedit/src/
el.c 622 const Char *how; local
627 how = argv[1];
628 if (Strcmp(how, STR("on")) == 0) {
631 } else if (Strcmp(how, STR("off")) == 0) {
637 how);
terminal.c 1333 char what[8], how[8]; local
1412 void *how; local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/aarch64/
fetch.c 241 convert_arg(struct value *value, struct fetch_script how)
243 switch (how.c) {
252 assert(! "Don't know how to convert argument.");
259 struct value *value, struct fetch_script how)
261 if (convert_arg(value, how) < 0)
264 switch (how.f) {
269 if (how.hfa_t != NULL && how.count != 0 && how.count <= 8)
272 type_alignof(proc, info), how.sz)
309 struct fetch_script how = pass_arg(context, proc, ret_info); local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 171 /* values for gz_state how */
193 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon32311
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 155 /* values for gz_state how */
177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon33350
  /external/zlib/src/
gzguts.h 155 /* values for gz_state how */
177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon37548
  /external/chromium_org/tools/site_compare/
site_compare.py 25 import scrapers # Functions that know how to capture a render from namespace
  /external/deqp/framework/delibs/deutil/
deSocket.c 559 int how = 0; local
562 how = SD_BOTH;
564 how = SD_SEND;
566 how = SD_RECEIVE;
568 if (shutdown(sock->handle, how) == 0)
586 int how = 0; local
589 how = SHUT_RDWR;
591 how = SHUT_WR;
593 how = SHUT_RD;
595 if (shutdown(sock->handle, how) == 0
    [all...]
  /external/mksh/src/
jobs.c 894 int how, zflag = 0; local
918 how = slp == 0 ? JP_MEDIUM : (slp == 1 ? JP_LONG : JP_PGRP);
922 j_print(j, how, shl_stdout);
    [all...]
funcs.c 2289 int n, how = LEXIT; local
3542 int how = SOFT | HARD, optc, what = 'f'; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 150 final String how = "" + m.obj; local
159 how, w, h, vw, vh));
573 private void postCheckForInvalidLayout(final String how) {
574 mHandler.obtainMessage(MSG_CHECK_INVALID_LAYOUT, 0, 0, how).sendToTarget();
  /external/valgrind/main/VEX/priv/
host_arm64_defs.c 4757 ARM64CvtOp how = i->ARM64in.VCvtI2F.how; local
4803 ARM64CvtOp how = i->ARM64in.VCvtF2I.how; local
    [all...]
host_arm64_defs.h 802 ARM64CvtOp how; member in struct:__anon35480::__anon35481::__anon35508
808 ARM64CvtOp how; member in struct:__anon35480::__anon35481::__anon35509
1066 extern ARM64Instr* ARM64Instr_VCvtI2F ( ARM64CvtOp how, HReg rD, HReg rS );
1067 extern ARM64Instr* ARM64Instr_VCvtF2I ( ARM64CvtOp how, HReg rD, HReg rS,
    [all...]
guest_arm64_toIR.c 3221 UInt how = INSN(11,10); local
    [all...]
guest_arm_toIR.c 2327 UInt how = (insn_11_0 >> 5) & 3; local
2345 UInt how = (insn_11_0 >> 5) & 3; local
19560 UInt how = INSN1(5,4); local
19640 UInt how = INSN1(5,4); local
19722 UInt how = INSN1(5,4); local
19767 UInt how = INSN0(6,5); \/\/ standard encoding local
19813 UInt how = INSN1(5,4); local
19852 UInt how = INSN1(5,4); local
19892 UInt how = INSN1(5,4); local
    [all...]
guest_amd64_toIR.c 16482 const HChar how = xIsZ ? 'z' : 's'; local
16524 UChar how = xIsZ ? 'z' : 's'; local
16565 const HChar how = xIsZ ? 'z' : 's'; local
16603 UChar how = xIsZ ? 'z' : 's'; local
16788 const HChar how = xIsZ ? 'z' : 's'; local
16833 UChar how = xIsZ ? 'z' : 's'; local
16887 const HChar how = xIsZ ? 'z' : 's'; local
16929 UChar how = xIsZ ? 'z' : 's'; local
    [all...]
  /system/vold/
cryptfs.c 2890 int how = 0; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 3744 const HChar* how = NULL; local
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 849 #define BAD(_str) do { how = (_str); goto bad; } while (0)
850 const HChar* how = "no error"; local
874 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
884 #define BAD(_str) do { how = (_str); goto bad; } while (0)
885 const HChar* how = "no error"; local
940 VG_(printf)("locks__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 804 milliseconds

1 2