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

1 2 3 4 5 6 7 8 9

  /external/zlib/contrib/blast/
blast.h 34 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
35 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
blast.c 408 /* Example of how to use blast() */
414 local unsigned inf(void *how, unsigned char **buf)
419 return fread(hold, 1, CHUNK, (FILE *)how);
422 local int outf(void *how, unsigned char *buf, unsigned len)
424 return fwrite(buf, 1, len, (FILE *)how) != len;
  /external/valgrind/main/include/
pub_tool_libcsignal.h 40 extern Int VG_(sigprocmask) ( Int how, const vki_sigset_t* set,
  /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/chromium/third_party/libevent/test/
regress.rpc 17 string how = 1;
  /external/icu4c/samples/
readme.txt 7 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.
60 * How do I build the samples?
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 32 how = how ? how : "sending"; # what is the operation
53 else if (gsub("^how=", "",arg)) { how = arg }
93 print "how = ", how
115 # how and what has to match
117 $13 == how && $14 == what && (!from || ($15 == from)) && (!to || ($16 == to)) &&
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
fastfile.h 21 extern BOOL FastFileSeek( HFASTFILE pfe, int off, int how );
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
FASTFILE.H 21 extern BOOL FastFileSeek( HFASTFILE pfe, int off, int how );
  /system/core/sh/
miscbltin.c 344 how = SOFT | HARD; local
354 how = HARD;
357 how = SOFT;
396 if (how & SOFT)
398 else if (how & HARD)
419 if (how & HARD)
421 if (how & SOFT)
426 if (how & SOFT)
428 else if (how & HARD)
  /external/valgrind/main/none/tests/
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /external/quake/quake/src/QW/
qwcl.spec.sh 32 After realizing how many people played Quake on the internet, and how many
qwsv.spec.sh 32 After realizing how many people played Quake on the internet, and how many
  /external/v8/src/
serialize.cc 787 #define CASE_STATEMENT(where, how, within, space_number) \
788 case where + how + within + space_number: \
790 ASSERT((how & ~kHowToCodeMask) == 0); \
794 #define CASE_BODY(where, how, within, space_number_if_any, offset_from_start) \
800 if (where == kNewObject && how == kPlain && within == kStartOfObject) {\
843 if (how == kFromCode) { \
    [all...]
  /external/zlib/
gzread.c 93 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 == COPY) { /* straight copy *
    [all...]
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 4 <!-- The following demonstrates how to punch holes in a default deny-all
  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 19 // Not sure how to test null characters in JavaScript. They appear to get
  /frameworks/base/docs/html/resources/
resources-data.js 102 en: 'When an Android device changes its orientation, the default behavior is to automatically restart the current activity with a new configuration. However, this can become a bottleneck in applications that access a large amount of external data. This article discusses how to gracefully handle this situation without resorting to manually processing configuration changes.'
122 en: 'Touch screens allow users to perform gestures, such as tapping, dragging, flinging, or sliding, to perform various actions. The gestures API enables your application to recognize even complicated gestures with ease. This article explains how to integrate this API into an application.'
142 en: 'Learn how to combine multiple standard UI widgets into a single high-level component, which can be reused throughout your application.'
152 en: 'Learn how to optimize application layouts as this article walks you through converting a LinearLayout into a RelativeLayout, and analyzes the resulting implications on performance.'
172 en: 'Learn how to use the <code>&lt;merge&gt;</code> tag in your XML layouts in order to avoid unnecessary levels of hierarchy within an application\'s view tree.'
182 en: 'ListViews are very popular widgets within the Android framework. This article describes some of the optimizations used by the ListView widget, and how to avoid some common issues that this causes when trying to use a custom background.'
192 en: 'Live Folders allow users to display any source of data on their home screen without launching an application. This article discusses how to export an application\'s data in a format suitable for display inside of a live folder.'
202 en: 'Live wallpapers are richer, animated, interactive backgrounds that users can display in their home screens. Learn how to create a live wallpaper and bundle it in an application that users can install on their devices.'
222 en: 'The Input Method Framework (IMF) allows users to take advantage of on-screen input methods, such as software keyboards. This article provides an overview of Input Method Editors (IMEs) and how applications interact with them.'
232 en: 'This article discusses the threading model used by Android applications and how applications can ensure best UI performance by spawning worker threads to handle long-running oper (…)
    [all...]
  /external/valgrind/main/coregrind/
pub_core_signals.h 59 extern SysRes VG_(do_sys_sigprocmask) ( ThreadId tid, Int how,
  /bionic/libc/unistd/
socketcalls.c 193 int shutdown(int socket, int how)
198 t[1] = (unsigned long) how;
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 21 @ May want to swap the order of these two branches depending on how the
OP_APUT_WIDE.S 22 @ May want to swap the order of these two branches depending on how the
  /development/ndk/samples/two-libs/jni/
Android.mk 16 # the purpose of this sample is to demonstrate how one can
  /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

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 9