HomeSort by relevance Sort by last modified time
    Searched full:multi (Results 51 - 75 of 1668) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tcpdump/
smb.h 47 #define SMBsendstrt 0xD5 /* send start of multi-block message */
48 #define SMBsendend 0xD6 /* send end of multi-block message */
49 #define SMBsendtxt 0xD7 /* send text of multi-block message */
  /system/core/toolbox/
ifconfig.c 67 char *updown, *brdcst, *loopbk, *ppp, *running, *multi; local
122 multi = (flags & IFF_MULTICAST) ? " multicast" : "";
123 printf("%s%s%s%s%s%s]\n", updown, brdcst, loopbk, ppp, running, multi);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 59 * Whether multi-touch disambiguation needs to be disabled for any reason. There are 2 reasons
60 * for this to happen - (1) if a real multi-touch event has occured and (2) we've opened an
64 /** The distance threshold at which we start treating the touch session as a multi-touch */
112 * that could be due to a multi-touch being treated as a move by the firmware or hardware.
127 // Real multi-touch event? Stop looking for sudden jumps
132 // If UP, reset the multi-touch flag
256 // Stop processing multi-touch errors
  /external/srec/srec/Vocabulary/src/
Vocabulary.c 211 ESR_ReturnCode SR_Vocabulary_etiinf_conv_multichar(ESR_Locale locale, const LCHAR* single, LCHAR* multi, size_t max_len)
218 for (*multi='\0'; *single; ++single)
220 LSTRCAT(multi, m[(int)*single]);
221 if (*(single+1)) LSTRCAT(multi, " ");
226 ESR_ReturnCode SR_Vocabulary_etiinf_conv_from_multichar(ESR_Locale locale, const LCHAR* multi, LCHAR* single)
235 if (!LSTRCMP(m[i], multi)) {
  /cts/tests/tests/os/src/android/os/cts/
VibratorTest.java 90 notes = "Test vibrator with multi thread.",
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 69 // Buffers with multi-byte datatypes (e.g., short, int, float)
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
Cube.java 69 // Buffers with multi-byte datatypes (e.g., short, int, float)
  /external/clearsilver/cs/
test.cs 78 # A multi-line
  /external/dropbear/
SMALL 38 You can create a combined binary, see the file MULTI, which will put all
dbmulti.c 69 fprintf(stderr, "Dropbear multi-purpose version %s\n"
  /external/icu4c/test/threadtest/
threadtest.h 30 // the test in the full multi-threaded environment.
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
bits2prm.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
copy.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
d_gain_p.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
gmed_n.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
mode.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
pvgsmamr.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
residu.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
set_zero.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
syn_filt.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
typedef.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
weight_a.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
copy.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
set_zero.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/include/
decoder_gsm_amr.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec

Completed in 38 milliseconds

1 23 4 5 6 7 8 91011>>