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

1 2

  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 316 how = ((StringTypePrinter, 'len'), (SliceTypePrinter, 'len'), (MapTypePrinter, 'count'), (ChanTypePrinter, 'qcount')) variable in class:GoLenFunc
323 for klass, fld in self.how:
331 how = ((SliceTypePrinter, 'cap'), (ChanTypePrinter, 'dataqsiz')) variable in class:GoCapFunc
338 for klass, fld in self.how:
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 316 how = ((StringTypePrinter, 'len'), (SliceTypePrinter, 'len'), (MapTypePrinter, 'count'), (ChanTypePrinter, 'qcount')) variable in class:GoLenFunc
323 for klass, fld in self.how:
331 how = ((SliceTypePrinter, 'cap'), (ChanTypePrinter, 'dataqsiz')) variable in class:GoCapFunc
338 for klass, fld in self.how:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 155 /* values for gz_state how */
177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon5505
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 161 /* values for gz_state how */
183 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon5560
  /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/pdfium/third_party/zlib_v128/
gzguts.h 163 /* values for gz_state how */
185 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon28655
  /external/zlib/src/
gzguts.h 155 /* values for gz_state how */
177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon37893
  /bionic/libc/kernel/uapi/linux/
auto_dev-ioctl.h 62 __u32 how; member in struct:args_expire
  /external/deqp/framework/delibs/deutil/
deSocket.c 637 int how = 0; local
640 how = SD_BOTH;
642 how = SD_SEND;
644 how = SD_RECEIVE;
646 if (shutdown(sock->handle, how) == 0)
664 int how = 0; local
667 how = SHUT_RDWR;
669 how = SHUT_WR;
671 how = SHUT_RD;
673 if (shutdown(sock->handle, how) == 0
    [all...]
  /external/kernel-headers/original/uapi/linux/
auto_dev-ioctl.h 62 __u32 how; member in struct:args_expire
  /external/libxml2/
xzlib.c 44 /* values for xz_state how */
65 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon24811
127 state->how = LOOK; /* look for gzip header */
197 switch (state->how) {
448 state->how = LZMA;
503 state->how = GZIP;
524 state->how = COPY;
554 if (state->how == GZIP) {
575 } else /* state->how == LZMA */
602 if (state->how == GZIP)
    [all...]
  /libcore/ojluni/src/main/native/
Net.c 764 int how = (jhow == sun_nio_ch_Net_SHUT_RD) ? SHUT_RD : local
766 if ((shutdown(fdval(env, fdo), how) < 0) && (errno != ENOTCONN))
  /external/mksh/src/
jobs.c 941 int how, zflag = 0; local
965 how = slp == 0 ? JP_MEDIUM : (slp == 1 ? JP_LONG : JP_PGRP);
969 j_print(j, how, shl_stdout);
    [all...]
funcs.c 2484 int n, how = LEXIT; local
3632 int how = SOFT | HARD, optc, what = 'f'; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 180 final String how = "" + m.obj; local
189 how, w, h, vw, vh));
739 private void postCheckForInvalidLayout(final String how) {
740 mHandler.obtainMessage(MSG_CHECK_INVALID_LAYOUT, 0, 0, how).sendToTarget();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 142 shutdown(how) -- shut down traffic in one or both directions\n\
2968 int how; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 282 /* XXX how to report both path1 and path2??? */
2891 int fd, how; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 137 shutdown(how) -- shut down traffic in one or both directions\n\
2891 int how; local
    [all...]
posixmodule.c 740 /* XXX how to report both path1 and path2??? */
6522 int fd, how; local
    [all...]
  /system/vold/
cryptfs.cpp 2683 int how = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 281 /* XXX how to report both path1 and path2??? */
4885 int fd, how; local
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_defs.c 3885 ARM64CvtOp how = i->ARM64in.VCvtI2F.how; local
3931 ARM64CvtOp how = i->ARM64in.VCvtF2I.how; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 3714 const HChar* how = NULL; local
    [all...]
  /external/valgrind/helgrind/
hg_main.c 887 #define BAD(_str) do { how = (_str); goto bad; } while (0)
888 const HChar* how = "no error"; local
912 VG_(printf)("threads__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
922 #define BAD(_str) do { how = (_str); goto bad; } while (0)
923 const HChar* how = "no error"; local
978 VG_(printf)("locks__sanity_check: who=\"%s\", bad=\"%s\"\n", who, how);
    [all...]

Completed in 1270 milliseconds

1 2