HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 501 - 525 of 8676) sorted by null

<<21222324252627282930>>

  /external/webp/src/utils/
huffman_encode.h 3 // Use of this source code is governed by a BSD-style license
25 uint8_t code; // value (0..15) or escape code (16,17,18) member in struct:__anon30399
32 uint8_t* code_lengths; // Code lengths of the symbols.
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_gain.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
111 Word16 code[], /* i : Innovative vector. */
114 Word16 * gain_cod, /* o : Code gain. */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* o : Innovative codebook */
c2_9pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* o : Innovative codebook */
c3_14pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
109 Word16 code[], /* (o) : Innovative codebook */
c4_17pf.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 Word16 code[], /* (o) : Innovative codebook */
cbsearch.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
118 Word16 code[], /* o : Innovative codebook, Q13 */
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.h 37 virtual status_t onTransact( uint32_t code,
  /frameworks/base/include/storage/
IMountShutdownObserver.h 38 virtual status_t onTransact( uint32_t code,
  /frameworks/native/include/binder/
IAppOpsCallback.h 44 virtual status_t onTransact( uint32_t code,
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ReasonCode.java 25 * CRL Entry's Reason Code Extension (OID = 2.5.29.21).
47 // predefined reason code values
59 // the reason code value
60 private final byte code; field in class:ReasonCode
64 this.code = ((byte[]) ASN1.decode(encoding))[0];
69 encoding = ASN1.encode(new byte[] { code });
75 sb.append(prefix).append("Reason Code: [ ");
76 switch (code) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code.pass.cpp 26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_int_error_category.pass.cpp 26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_value_void.pass.cpp 34 assert(e.code() == make_error_code(std::future_errc::promise_already_satisfied));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LatinImeLoggerUtils.java 30 public static void onNonSeparator(final char code, final int x, final int y) {
31 UserLogRingCharBuffer.getInstance().push(code, x, y);
35 public static void onSeparator(final int code, final int x, final int y) {
36 // Helper method to log a single code point separator
37 // TODO: cache this mapping of a code point to a string in a sparse array in StringUtils
38 onSeparator(new String(new int[]{code}, 0, 1), x, y);
45 // TODO: accept code points
57 // TODO: this fails when the separator is more than 1 code point long, but
  /pdk/apps/CameraITS/tests/
regress.sh 55 code=$?
56 if [ $code -ne 0 ]; then
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_error.h 63 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_error.h 63 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_error.h 63 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);
  /system/core/include/sysutils/
SocketClient.h 45 int sendMsg(int code, const char *msg, bool addErrno);
46 int sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum);
48 // Provides a mechanism to send a response code to the client.
49 // Sends the code and a null character.
50 int sendCode(int code);
53 // Sends the code and a null character, followed by 4 bytes of
55 int sendBinaryMsg(int code, const void *data, int len);
  /external/chromium_org/build/android/buildbot/
bb_utils.py 2 # Use of this source code is governed by a BSD-style license that can be
51 code = SpawnCmd(command, stdout, cwd).wait()
53 if code != 0:
54 print 'ERROR: process exited with code %d' % code
55 if code != warning_code and flunk_on_failure:
60 if code != warning_code and halt_on_failure:
61 print 'FATAL %d != %d' % (code, warning_code)
63 return code
  /external/qemu/android/protocol/
user-events-proxy.c 142 user_event_key(unsigned code, unsigned down)
144 if(code == 0) {
148 printf(">> KEY [0x%03x,%s]\n", (code & 0x1ff), down ? "down" : " up " );
150 user_event_keycode((code & 0x1ff) | (down ? 0x200 : 0));
171 user_event_generic(int type, int code, int value)
175 message.code = code;
  /external/qemu/android/skin/
keyboard.c 98 unsigned code,
101 android_keycodes_add_key_event(&kb->keycodes, code, down);
222 AndroidKeyCode code = 0; local
232 case SDLK_LEFT: code = kKeyCodeDpadLeft; break;
233 case SDLK_RIGHT: code = kKeyCodeDpadRight; break;
234 case SDLK_UP: code = kKeyCodeDpadUp; break;
235 case SDLK_DOWN: code = kKeyCodeDpadDown; break;
239 if (code != 0) {
265 skin_keyboard_add_key_event(keyboard, code, down);
273 code = 0
427 unsigned code; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
extutil.h 135 int /* code */,
184 * helper macros to generate code that is common to all extensions; caller
212 char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n) \
214 code -= codes->first_error; \
215 if (code >= 0 && code < nerr) { \
217 SDL_snprintf (tmp, SDL_arraysize(tmp), "%s.%d", extname, code); \
218 XGetErrorDatabaseText (dpy, "XProtoError", tmp, errl[code], buf, n); \
225 char *proc(Display *dpy, int code, XExtCodes *codes, char *buf, int n)
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 15 int code; member in struct:test
39 static int testcode(int code, int want)
41 if (code != want) {
42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
63 ok = ok && testcode(si->si_code, cur_test->code);
116 #define T(n, sig, code, addr) { test##n, sig, code, addr }

Completed in 1998 milliseconds

<<21222324252627282930>>