HomeSort by relevance Sort by last modified time
    Searched refs:how (Results 101 - 125 of 1030) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
vector_student_t.py 119 For more examples of how to construct the `scale` matrix, see the
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.bat 50 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
51 echo "for the instructions on how to get them."
  /external/zlib/src/contrib/blast/
blast.c 426 /* Example of how to use blast() */
432 local unsigned inf(void *how, unsigned char **buf)
437 return fread(hold, 1, CHUNK, (FILE *)how);
440 local int outf(void *how, unsigned char *buf, unsigned len)
442 return fwrite(buf, 1, len, (FILE *)how) != len;
  /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/python/cpython3/Lib/tkinter/
filedialog.py 129 self.how = None
130 self.master.mainloop() # Exited by self.quit(how)
133 if self.how:
134 directory = os.path.dirname(self.how)
137 return self.how
139 def quit(self, how=None):
140 self.how = how
  /prebuilts/go/darwin-x86/src/math/big/
example_test.go 67 // This example demonstrates how to use big.Int to compute the smallest
97 // This example shows how to use big.Float to compute the square root of 2 with
98 // a precision of 200 bits, and how to print the result as a decimal number.
  /prebuilts/go/linux-x86/src/math/big/
example_test.go 67 // This example demonstrates how to use big.Int to compute the smallest
97 // This example shows how to use big.Float to compute the square root of 2 with
98 // a precision of 200 bits, and how to print the result as a decimal number.
  /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/lisa/libs/utils/analysis/
idle_analysis.py 74 how='outer')
126 how='outer'
147 how='outer')
  /external/mksh/src/
jobs.c 954 int how, zflag = 0; local
978 how = slp == 0 ? JP_MEDIUM : (slp == 1 ? JP_LONG : JP_PGRP);
982 j_print(j, how, shl_stdout);
    [all...]
  /bionic/libc/kernel/uapi/linux/
auto_dev-ioctl.h 54 __u32 how; member in struct:args_expire
  /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:__anon4487
  /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:__anon4542
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiZeroMem.asm 81 ; Compute how many 64-byte blocks we can clear
86 shr ecx, 6 ; and this is how many 64-byte blocks
  /external/kernel-headers/original/uapi/linux/
auto_dev-ioctl.h 63 __u32 how; member in struct:args_expire
  /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/python/cpython2/Modules/zlib/
gzguts.h 155 /* values for gz_state how */
177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon32891
  /external/python/cpython3/Modules/zlib/
gzguts.h 164 /* values for gz_state how */
186 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon33520
  /external/skia/tools/skpbench/
skpbench.py 315 print("WARNING: %s: don't know how to monitor this hardware; results "
  /external/skqp/tools/skpbench/
skpbench.py 315 print("WARNING: %s: don't know how to monitor this hardware; results "
  /external/valgrind/coregrind/
m_libcsignal.c 217 Int VG_(sigprocmask)( Int how, const vki_sigset_t* set, vki_sigset_t* oldset)
222 how, (UWord)set, (UWord)oldset,
226 how, (UWord)set, (UWord)oldset);
234 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 164 /* values for gz_state how */
186 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon44878
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 15 pollInterval = 60 * time.Second // how often to poll each URL
16 statusInterval = 10 * time.Second // how often to log status to stdout

Completed in 555 milliseconds

1 2 3 45 6 7 8 91011>>