Searched refs:how (Results 1 - 25 of 184) sorted by relevance

12345678

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dshutdown.c10 int shutdown(int fd, int how) { argument
11 return ki_shutdown(fd, how);
/external/zlib/src/contrib/blast/
H A Dblast.h38 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
H A Dblast.c410 /* Example of how to use blast() */
416 local unsigned inf(void *how, unsigned char **buf) argument
421 return fread(hold, 1, CHUNK, (FILE *)how);
424 local int outf(void *how, unsigned char *buf, unsigned len) argument
426 return fwrite(buf, 1, len, (FILE *)how) != len;
/external/valgrind/main/include/
H A Dpub_tool_libcsignal.h40 extern Int VG_(sigprocmask) ( Int how, const vki_sigset_t* set,
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsignal.c100 pthread_sigmask (int how, sigset_t const *set, sigset_t * oset) argument
109 /* Validate the `how' argument. */
112 switch (how)
121 /* Invalid `how' argument. */
142 switch (how)
/external/chromium/third_party/libevent/test/
H A Dregress.rpc17 string how = 1;
/external/chromium_org/third_party/libevent/test/
H A Dregress.rpc17 string how = 1;
/external/clang/test/SemaCXX/
H A Dswitch.cpp46 template <En how> void foo() {
49 switch (how) { //expected-warning {{no case matching constant switch condition '2'}}
/external/icu4c/samples/
H A Dreadme.txt7 break - demonstrates how to use BreakIterators in C and C++.
11 case - demonstrates how to do Unicode case conversion in C and C++.
29 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface.
33 uciter8.c - demonstrates how to leniently read 8-bit Unicode text.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_init.h48 #error Unsupported compiler: please find out how to implement global initializers in C on it
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_init.h48 #error Unsupported compiler: please find out how to implement global initializers in C on it
/external/libppp/src/
H A Dsystems.c287 /* Values for ``how'' in ReadSystem */
317 struct prompt *prompt, struct datalink *cx, int how)
359 n = ReadSystem(bundle, name, arg, prompt, cx, how);
378 if (how == SYSTEM_EXISTS) {
391 if (*cp != '!' && how == SYSTEM_EXEC)
401 if ((how != SYSTEM_EXEC && allowcmd) ||
402 (how == SYSTEM_EXEC && !allowcmd)) {
433 int def, how, rs; local
437 how = ID0realuid() == 0 ? SYSTEM_EXISTS : SYSTEM_VALIDATE;
442 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how);
316 ReadSystem(struct bundle *bundle, const char *name, const char *file, struct prompt *prompt, struct datalink *cx, int how) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfseg2.asm6 ;; can't remember how to print a string in DOS, but if anyone wants
/external/libvorbis/doc/
H A Da2-encapsulation-rtp.tex9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
/external/valgrind/main/none/tests/
H A Dshell.stderr.exp5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
/external/openssh/openbsd-compat/
H A Dsigact.h82 int sigprocmask (int how, sigset_t *mask, sigset_t *omask);
/external/chromium_org/android_webview/
H A Dwebview_pak.mk5 # This makefile fragment describes how to install a Chromium pak into the
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat41 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
42 echo "for the instructions on how to get them."
57 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer/threadsanitizer-on-windows"
58 echo "for the instructions on how to get them."
/external/v8/src/
H A Dserialize.cc794 #define CASE_STATEMENT(where, how, within, space_number) \
795 case where + how + within + space_number: \
797 ASSERT((how & ~kHowToCodeMask) == 0); \
801 #define CASE_BODY(where, how, within, space_number_if_any, offset_from_start) \
807 if (where == kNewObject && how == kPlain && within == kStartOfObject) {\
849 if (how == kFromCode) { \
876 #define ONE_PER_SPACE(where, how, within) \
877 CASE_STATEMENT(where, how, within, NEW_SPACE) \
878 CASE_BODY(where, how, within, NEW_SPACE, kUnknownOffsetFromStart) \
879 CASE_STATEMENT(where, how, withi
[all...]
/external/chromium_org/third_party/zlib/
H A Dgzread.c93 If this is the first time in, allocate required memory. state->how will be
199 state->how = GZIP;
220 state->how = COPY;
229 trailer is verified, state->how is reset to LOOK to look for the next gzip
289 state->how = LOOK; /* ready for next stream, once have is 0 (leave
290 state->direct unchanged to remember how) */
299 file depending on state->how. If state->how is LOOK, then a gzip header is
309 if (state->how == LOOK) { /* look for gzip header */
315 if (state->how
[all...]
/external/bison/lib/
H A Dsignal.in.h134 (int how, const sigset_t *new_mask, sigset_t *old_mask));
136 (int how, const sigset_t *new_mask, sigset_t *old_mask));
140 (int how, const sigset_t *new_mask, sigset_t *old_mask));
143 (int how, const sigset_t *new_mask, sigset_t *old_mask));
/external/zlib/src/
H A Dgzread.c78 If this is the first time in, allocate required memory. state->how will be
139 state->how = GZIP;
162 state->how = COPY;
169 data. If the gzip stream completes, state->how is reset to LOOK to look for
214 state->how = LOOK;
222 file depending on state->how. If state->how is LOOK, then a gzip header is
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
232 switch(state->how) {
236 if (state->how
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_signals.h62 extern SysRes VG_(do_sys_sigprocmask) ( ThreadId tid, Int how,
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A DREADME23 explain how to build and run the Closure Compiler.
44 are instructions on how to do this at the project site.
121 that knows how to give scripts to the Closure Compiler in the right
/external/chromium_org/third_party/mesa/src/docs/
H A DWL_bind_wayland_display.spec113 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

Completed in 1264 milliseconds

12345678