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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/zlib/contrib/blast/
blast.h 38 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
39 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
52 * The input function is invoked: len = infun(how, &buf), where buf is set by
58 * The output function is invoked: err = outfun(how, buf, len), where the bytes
  /external/zlib/src/contrib/blast/
blast.h 38 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
39 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
53 * The input function is invoked: len = infun(how, &buf), where buf is set by
62 * The output function is invoked: err = outfun(how, buf, len), where the bytes
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
shutdown.c 29 @param [in] how Which operations to shutdown
38 int how
59 how,
  /frameworks/base/core/java/android/net/
ITetheringStatsProvider.aidl 33 // @code {how} is one of the NetworkStats.STATS_PER_* constants. If {@code how} is
36 NetworkStats getTetherStats(int how);
  /bionic/libc/bionic/
sigprocmask.cpp 42 int sigprocmask(int how,
54 if (sigprocmask64(how, new_set_ptr, &old_set.sigset64) == -1) {
65 int sigprocmask64(int how,
74 return __rt_sigprocmask(how, mutable_new_set_ptr, old_set, sizeof(*new_set));
  /external/valgrind/include/
pub_tool_libcsignal.h 48 extern Int VG_(sigprocmask) ( Int how, const vki_sigset_t* set,
  /build/make/core/
goma.mk 26 $(error See go/ma/how-to-use-goma/how-to-use-goma-for-android to relax the limit)
42 $(error See go/ma/how-to-use-goma/how-to-use-goma-for-android for detail))
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
typemaps.i 221 %define %char_ptr_in(how)
222 %typemap(how) char *, signed char *, unsigned char * {
223 /* %typemap(how) char * ... */
227 %typemap(how) char [ANY], signed char [ANY], unsigned char [ANY] {
228 /* %typemap(how) char [ANY] ... */
239 %define %char_ptr_out(how)
240 %typemap(how)
246 %typemap(how)
257 %define %swigtype_ptr_in(how)
258 %typemap(how) SWIGTYPE *
    [all...]
  /external/clang/test/SemaCXX/
switch.cpp 46 template <En how> void foo() {
49 switch (how) { //expected-warning {{no case matching constant switch condition '2'}}
  /external/libevent/test/
regress.rpc 17 string how = 1;
  /external/python/cpython2/Demo/pysvr/
pysvr.py 95 except SystemExit, how:
96 if how:
98 how = str(how)
100 how = ""
101 stdout.write("Exit %s\n" % how)
112 except SystemExit, how:
113 raise SystemExit, how, sys.exc_info()[2]
  /external/volley/
README.md 6 For more information about Volley and how to use it, visit the [Android developer training
  /external/icu/icu4c/source/samples/
readme.txt 10 break - demonstrates how to use BreakIterators in C and C++.
14 case - demonstrates how to do Unicode case conversion in C and C++.
32 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface.
36 uciter8.c - demonstrates how to leniently read 8-bit Unicode text.
63 * How do I build the samples?
  /external/valgrind/none/tests/scripts/
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug479.go 7 // Gccgo was not consistent in deciding how to compare a struct type
  /prebuilts/go/linux-x86/test/fixedbugs/
bug479.go 7 // Gccgo was not consistent in deciding how to compare a struct type
  /external/python/cpython3/Lib/idlelib/
rpc.py 25 See the Idle run.main() docstring for further information on how this was
170 how, (oid, methodname, args, kwargs) = request
188 if how == 'CALL':
193 elif how == 'QUEUE':
197 return ("ERROR", "Unsupported message type: %s" % how)
250 how, what = response
251 if how == "OK":
253 if how == "QUEUED":
255 if how == "EXCEPTION":
258 if how == "EOF"
    [all...]
  /external/python/cpython2/Lib/idlelib/
rpc.py 25 See the Idle run.main() docstring for further information on how this was
169 how, (oid, methodname, args, kwargs) = request
187 if how == 'CALL':
192 elif how == 'QUEUE':
196 return ("ERROR", "Unsupported message type: %s" % how)
245 how, what = response
246 if how == "OK":
248 if how == "QUEUED":
250 if how == "EXCEPTION":
253 if how == "EOF"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
rpc.py 25 See the Idle run.main() docstring for further information on how this was
169 how, (oid, methodname, args, kwargs) = request
187 if how == 'CALL':
192 elif how == 'QUEUE':
196 return ("ERROR", "Unsupported message type: %s" % how)
245 how, what = response
246 if how == "OK":
248 if how == "QUEUED":
250 if how == "EXCEPTION":
253 if how == "EOF"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
rpc.py 25 See the Idle run.main() docstring for further information on how this was
169 how, (oid, methodname, args, kwargs) = request
187 if how == 'CALL':
192 elif how == 'QUEUE':
196 return ("ERROR", "Unsupported message type: %s" % how)
245 how, what = response
246 if how == "OK":
248 if how == "QUEUED":
250 if how == "EXCEPTION":
253 if how == "EOF"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 25 See the Idle run.main() docstring for further information on how this was
169 how, (oid, methodname, args, kwargs) = request
187 if how == 'CALL':
192 elif how == 'QUEUE':
196 return ("ERROR", "Unsupported message type: %s" % how)
245 how, what = response
246 if how == "OK":
248 if how == "QUEUED":
250 if how == "EXCEPTION":
253 if how == "EOF"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 25 See the Idle run.main() docstring for further information on how this was
169 how, (oid, methodname, args, kwargs) = request
187 if how == 'CALL':
192 elif how == 'QUEUE':
196 return ("ERROR", "Unsupported message type: %s" % how)
245 how, what = response
246 if how == "OK":
248 if how == "QUEUED":
250 if how == "EXCEPTION":
253 if how == "EOF"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
posixfile.py 153 def lock(self, how, *args):
156 if 'w' in how: l_type = fcntl.F_WRLCK
157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
161 if '|' in how: cmd = fcntl.F_SETLKW
162 elif '?' in how: cmd = fcntl.F_GETLK
197 if '?' in how:
  /external/python/cpython2/Lib/
posixfile.py 153 def lock(self, how, *args):
156 if 'w' in how: l_type = fcntl.F_WRLCK
157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
161 if '|' in how: cmd = fcntl.F_SETLKW
162 elif '?' in how: cmd = fcntl.F_GETLK
197 if '?' in how:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixfile.py 153 def lock(self, how, *args):
156 if 'w' in how: l_type = fcntl.F_WRLCK
157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
161 if '|' in how: cmd = fcntl.F_SETLKW
162 elif '?' in how: cmd = fcntl.F_GETLK
197 if '?' in how:

Completed in 1471 milliseconds

1 2 3 4 5 6 7 8 91011>>