HomeSort by relevance Sort by last modified time
    Searched refs:How (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/compiler-rt/lib/esan/
working_set.h 35 bool processWorkingSetSigprocmask(int How, void *Set, void *OldSet);
working_set_posix.cpp 58 bool processWorkingSetSigprocmask(int How, void *Set, void *OldSet) {
64 if (Set && (How == SIG_BLOCK || How == SIG_SETMASK)) {
esan.h 55 bool processSigprocmask(int How, void *Set, void *OldSet);
esan.cpp 88 bool processSigprocmask(int How, void *Set, void *OldSet) {
90 return processWorkingSetSigprocmask(How, Set, OldSet);
  /external/curl/docs/cmdline-opts/
expect100-timeout.d 3 Help: How long to wait for 100-continue
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 12 For information about how to program the templates themselves, see the
87 Assuming {{.}} is `O'Reilly: How are <i>you</i>?`, the table below shows
88 how {{.}} appears when used in the context to the left.
91 {{.}} O'Reilly: How are &lt;i&gt;you&lt;/i&gt;?
92 <a title='{{.}}'> O&#39;Reilly: How are you?
93 <a href="/{{.}}"> O&#39;Reilly: How are %3ci%3eyou%3c/i%3e?
94 <a href="?q={{.}}"> O&#39;Reilly%3a%20How%20are%3ci%3e...%3f
95 <a onx='f("{{.}}")'> O\x27Reilly: How are \x3ci\x3eyou...?
96 <a onx='f({{.}})'> "O\x27Reilly: How are \x3ci\x3eyou...?"
97 <a onx='pattern = /{{.}}/;'> O\x27Reilly: How are \x3ci\x3eyou...\x3
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
doc.go 12 For information about how to program the templates themselves, see the
87 Assuming {{.}} is `O'Reilly: How are <i>you</i>?`, the table below shows
88 how {{.}} appears when used in the context to the left.
91 {{.}} O'Reilly: How are &lt;i&gt;you&lt;/i&gt;?
92 <a title='{{.}}'> O&#39;Reilly: How are you?
93 <a href="/{{.}}"> O&#39;Reilly: How are %3ci%3eyou%3c/i%3e?
94 <a href="?q={{.}}"> O&#39;Reilly%3a%20How%20are%3ci%3e...%3f
95 <a onx='f("{{.}}")'> O\x27Reilly: How are \x3ci\x3eyou...?
96 <a onx='f({{.}})'> "O\x27Reilly: How are \x3ci\x3eyou...?"
97 <a onx='pattern = /{{.}}/;'> O\x27Reilly: How are \x3ci\x3eyou...\x3
    [all...]
  /device/google/marlin/common/
utils.mk 9 # How it works
25 # How it works
42 # How it works
59 # How it works
125 # How it works
  /device/google/wahoo/
utils.mk 9 # How it works
25 # How it works
42 # How it works
59 # How it works
125 # How it works
  /device/linaro/bootloader/edk2/StdLib/Include/Protocol/
EfiSocket.h 471 @param [in] How Which operations to stop
482 IN int How,
497 @param [in] type Specifies how to make the network connection.
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 274 int How = SEEK_SET;
280 How = SEEK_END;
284 How = SEEK_SET;
286 BufSize = (ssize_t)da_ShellSeek(filp, Position, How);
  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 234 1) How should the difference between on-card and GART memory be exposed?
238 2) How should memory limitations of unified memory architecture (UMA)
244 3) How should the renderer's API preference be advertised?
258 5) How can applications tell the difference between different hardware
274 7) How does an application determine the number of available renderers?
320 11) How can application learn about multi-GPU (e.g., SLI, CrossFireX,
327 it's not clear how this information can be communicated.
MESA_texture_array.spec 263 "Various parameters control how the texel array is treated when
525 how the 4-tuple is mapped into the coordinates used for sampling. The
    [all...]
MESA_texture_signed_rgba.spec 79 4) How are signed integer values mapped to floating-point values?
122 5) How will signed components resulting from RGBA8_SNORM texture
  /device/linaro/bootloader/edk2/StdLib/Include/Efi/
EfiSocketLib.h 693 @param [in] How Which operations to stop
703 IN int How,
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 338 don't have to ask "How big is a sector?".
  /external/tensorflow/tensorflow/contrib/training/python/training/
training.py 400 gate_gradients: How to gate the computation of gradients. See tf.Optimizer.
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py 19 This example shows how to take a Inception v3 or Mobilenet model trained on
629 random_scale: Integer percentage of how much to vary the scale by.
686 random_scale: Integer percentage of how much to vary the scale by.
691 input_depth: How many channels the expected input image should have.
693 input_std: How much to divide the pixel values by before recognition.
760 class_count: Integer of how many categories of things we're trying to
764 bottleneck_tensor_size: How many entries in the bottleneck vector
    [all...]
  /external/ltp/testcases/realtime/
00_Descriptions.txt 35 README - How to build and run the tests
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 450 How *do* you spell that odd word, anyways?
452 say, "How should I know?"].)"""
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c 553 @param[in] type Specifies how to make the network connection.
    [all...]
  /external/autotest/site_utils/
acts_lib.py 421 @param timeout: How many seconds to wait before timing out.
  /external/libvncserver/webclients/novnc/
README.md 110 * [Encrypted Connections](https://github.com/kanaka/websockify/wiki/Encrypted-Connections). How to setup websockify so that you can use encrypted connections from noVNC.
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 49 {0x2e5d1316, "How can you write a big system without C++? -Paul Glick", "adl\x01\x8fU\n\x0f"},
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux.go 63 /* How to extract and insert information held in the st_info field. */

Completed in 1717 milliseconds

1 2 3 4