HomeSort by relevance Sort by last modified time
    Searched refs:how (Results 26 - 50 of 386) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/zlib/src/contrib/blast/
blast.c 410 /* Example of how to use blast() */
416 local unsigned inf(void *how, unsigned char **buf)
421 return fread(hold, 1, CHUNK, (FILE *)how);
424 local int outf(void *how, unsigned char *buf, unsigned len)
426 return fwrite(buf, 1, len, (FILE *)how) != len;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 124 self.how = None
125 self.master.mainloop() # Exited by self.quit(how)
128 if self.how:
129 directory = os.path.dirname(self.how)
132 return self.how
134 def quit(self, how=None):
135 self.how = how
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 124 self.how = None
125 self.master.mainloop() # Exited by self.quit(how)
128 if self.how:
129 directory = os.path.dirname(self.how)
132 return self.how
134 def quit(self, how=None):
135 self.how = how
  /external/deqp/framework/delibs/deutil/
deSocket.c 619 int how = 0; local
622 how = SD_BOTH;
624 how = SD_SEND;
626 how = SD_RECEIVE;
628 if (shutdown(sock->handle, how) == 0)
646 int how = 0; local
649 how = SHUT_RDWR;
651 how = SHUT_WR;
653 how = SHUT_RD;
655 if (shutdown(sock->handle, how) == 0
    [all...]
  /development/ndk/sources/android/libportable/common/include/
signal_portable.h 333 int WRAP(sigprocmask)(int how, const sigset_t_portable *set, sigset_t_portable *oldset) {
335 switch(how) {
340 fprintf(stderr, "Unknown sigprocmask action:%d\n", how);
405 int WRAP(pthread_sigmask)(int how, const sigset_t_portable *set, sigset_t_portable *oldset) {
407 switch(how) {
412 fprintf(stderr, "Unknown pthread_sigmask action:%d\n", how);
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 113 describes how many EGLImages must be used, which components will
114 be sampled from each EGLImage and how they map to rgba components
117 how those components map to the rgba value returned by the
  /development/ndk/samples/two-libs/jni/
Android.mk 16 # the purpose of this sample is to demonstrate how one can
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 40 # Same order as enum sea_category_t. Not sure how to avoid duplication.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 28 (* Set up the optimizer pipeline. Start with registering info about how the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 28 (* Set up the optimizer pipeline. Start with registering info about how the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 28 (* Set up the optimizer pipeline. Start with registering info about how the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 29 (* Set up the optimizer pipeline. Start with registering info about how the
  /external/bison/src/
muscle-tab.h 114 at VARIABLE_LOC in the manner HOW unless it was specified in the
124 muscle_percent_define_how how);
  /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/libunwind/include/
libunwind_i.h 184 # define SIGPROCMASK(how, new_mask, old_mask) \
185 sigprocmask((how), (new_mask), (old_mask))
187 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask)
  /external/mksh/src/
jobs.c 942 int how, zflag = 0; local
966 how = slp == 0 ? JP_MEDIUM : (slp == 1 ? JP_LONG : JP_PGRP);
970 j_print(j, how, shl_stdout);
    [all...]
  /external/bison/darwin-lib/
signal.h 446 (int how, const sigset_t *new_mask, sigset_t *old_mask));
448 (int how, const sigset_t *new_mask, sigset_t *old_mask));
452 (int how, const sigset_t *new_mask, sigset_t *old_mask));
455 (int how, const sigset_t *new_mask, sigset_t *old_mask));
  /external/bison/linux-lib/
signal.h 446 (int how, const sigset_t *new_mask, sigset_t *old_mask));
448 (int how, const sigset_t *new_mask, sigset_t *old_mask));
452 (int how, const sigset_t *new_mask, sigset_t *old_mask));
455 (int how, const sigset_t *new_mask, sigset_t *old_mask));
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 20 UInt32 _keepSizeBefore; // how many BYTEs must be kept in buffer before _pos
21 UInt32 _keepSizeAfter; // how many BYTEs must be kept buffer after _pos
  /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:__anon17465
  /external/valgrind/coregrind/
m_libcsignal.c 175 Int VG_(sigprocmask)( Int how, const vki_sigset_t* set, vki_sigset_t* oldset)
180 how, (UWord)set, (UWord)oldset,
184 how, (UWord)set, (UWord)oldset);
192 how, (UWord)set, (UWord)oldset);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 119 virtual void trayActivated(QSystemTrayIcon::ActivationReason how);
  /external/zlib/src/
gzguts.h 155 /* values for gz_state how */
177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon21662

Completed in 3317 milliseconds

12 3 4 5 6 7 8 91011>>