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

<<41424344454647484950>>

  /external/oprofile/daemon/
opd_trans.c 137 fprintf(stderr, "Unknown code !\n");
314 * is an unsigned long and below the printf("..." %llu\n", code)
317 unsigned long long code; local
325 code = pop_buffer_value(&trans);
327 if (!is_escape_code(code)) {
328 opd_put_sample(&trans, code);
339 code = pop_buffer_value(&trans);
341 if (code >= LAST_CODE) {
342 fprintf(stderr, "Unknown code %llu\n", code);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
directx.h 15 /* Far pointers don't exist in 32-bit code */
22 #define MAKE_HRESULT(sev,fac,code) \
23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
directx.h 15 /* Far pointers don't exist in 32-bit code */
22 #define MAKE_HRESULT(sev,fac,code) \
23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
  /external/qemu/
qobject.h 52 qtype_code code; member in struct:QType
109 return obj->type->code;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBinder.java 21 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
22 return new ShadowBinderBridge(realObject).onTransact(code, data, reply, flags);
  /external/skia/bench/
SkBenchmark.h 5 * Use of this source code is governed by a BSD-style license that can be
16 #define DEF_BENCH(code) \
17 static SkBenchmark* SK_MACRO_APPEND_LINE(F_)(void* p) { code; } \
  /external/skia/gm/
gm.h 5 * Use of this source code is governed by a BSD-style license that can be
19 #define DEF_GM(code) \
20 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
  /external/skia/include/utils/
SkLua.h 4 * Use of this source code is governed by a BSD-style license that can be
39 bool runCode(const char code[]);
40 bool runCode(const void* code, size_t size);
  /external/skia/src/animator/
SkDisplayXMLParser.h 5 * Use of this source code is governed by a BSD-style license that can be
55 void setCode(ErrorCode code) { INHERITED::setCode((INHERITED::ErrorCode) code); }
  /external/strace/
sock.c 8 * 1. Redistributions of source code must retain the above copyright
85 sock_ioctl(struct tcb *tcp, long code, long arg)
93 if (code == SIOCGIFCONF) {
103 switch (code) {
162 if (code == SIOCGIFNAME || code == SIOCSIFNAME)
166 } else if (code == SIOCGIFNAME || code == SIOCSIFNAME)
171 switch (code) {
  /external/valgrind/main/coregrind/
pub_core_transtab.h 43 == 1, which is assumed to be a bogus address for all guest code. */
61 AddrH code,
93 AddrH code,
  /frameworks/av/include/media/
IHDCP.h 108 uint32_t code, const Parcel &data, Parcel *reply,
114 uint32_t code, const Parcel &data, Parcel *reply,
  /frameworks/av/media/common_time/
Android.mk 5 # helper code)
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_gain_c.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
61 code[] = pointer to innovation codevector of type Word16
95 PSEUDO-CODE
101 When the code is written for a specific target processor the
188 ; FUNCTION CODE
194 Word16 code[], /* i : innovation codevector */
217 gc_pred(pred_state, mode, code, &exp, &frac,
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 30 * Base class for code that will receive intents sent by sendBroadcast().
43 * tag in your <code>AndroidManifest.xml</code>.
128 * unavailable to them with <code>android:exported="false"</code>.
151 * tag in their <code>AndroidManifest.xml</code>) will be able to receive
159 * tag in your <code>AndroidManifest.xml</code>. Only broadcasters who have
162 * tag in their <code>AndroidManifest.xml</code>) will be able to send a
    [all...]
  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 36 int code, /* Status-Code value */
41 " code: " + code +
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 69 void exit(int code);
79 * run any code. Override it to make any FindClass calls that need
101 virtual void onExit(int code) { }
  /frameworks/native/include/binder/
Binder.h 35 virtual status_t transact( uint32_t code,
61 virtual status_t onTransact( uint32_t code,
IMemory.h 58 uint32_t code,
88 uint32_t code,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResultCode.java 21 * Enumeration for the return code in TERMINAL RESPONSE.
22 * To get the actual return code for each enum value, call {@link #value}
105 /** Launch browser generic error code */
166 ResultCode(int code) {
167 mCode = code;
171 * Retrieves the actual result code that this object represents.
172 * @return Actual result code
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederrEE.java 93 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
documentinvalidcharacterexceptioncreateentref.java 77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
documentinvalidcharacterexceptioncreateentref1.java 74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
documentinvalidcharacterexceptioncreatepi.java 77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
documentinvalidcharacterexceptioncreatepi1.java 74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);

Completed in 1355 milliseconds

<<41424344454647484950>>