HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1401 - 1425 of 2299) sorted by null

<<51525354555657585960>>

  /frameworks/base/cmds/servicemanager/
service_manager.c 197 // LOGI("target=%p code=%d pid=%d uid=%d\n",
198 // txn->target, txn->code, txn->sender_pid, txn->sender_euid);
211 switch(txn->code) {
241 LOGE("unknown code %d\n", txn->code);
binder.c 47 fprintf(stderr," target %p cookie %p code %08x flags %08x\n",
48 txn->target, txn->cookie, txn->code, txn->flags);
177 data.txn.code = 0;
305 void *target, uint32_t code)
322 writebuf.txn.code = code;
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
gc_pred.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
131 PSEUDO-CODE
153 When the code is written for a specific target processor the
203 code = pointer to the innovative codebook vector; Q12 in MR122 mode,
254 PSEUDO-CODE
256 The original etsi reference code uses a global flag Overflow. However, in the
263 Word16 *code, // i : innovative codebook vector (L_SUBFR)
278 * energy of code: *
280 * ener_code = sum(code[i]^2) *
282 ener_code = L_mac((Word32) 0, code[0], code[0])
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
95 code = CB innovation (unfiltered), buffer type Word16
126 frac_en[2]*2^exp_en[2] = <exc code> LTP/CB innovation dot product
142 PSEUDO-CODE
148 Word16 code[], // i : CB innovation (unfiltered), Q13
189 // Compute scalar product <exc[],code[]>
190 s = L_mac((Word32) 0, exc[0], code[0]);
192 s = L_mac(s, exc[i], code[i]);
244 When the code is written for a specific target processor the
267 Word16 code[], /* i : CB innovation (unfiltered), Q13 *
    [all...]
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 231 * Convenience method for setting the result code and intent. This method
235 void setResultData(int code, Intent intent) {
238 setResult(code, result);
LocalePicker.java 154 String code = l.toString(); local
157 if (mSpecialLocaleCodes[i].equals(code)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInputLogger.java 136 public void error(int code) {
138 i.putExtra(LoggingEvents.VoiceIme.EXTRA_ERROR_CODE, code);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 60 static void showPreview(Activity activity, int code, Intent intent, WallpaperInfo info) {
65 activity.startActivityForResult(preview, code);
  /system/core/libsysutils/src/
SocketListener.cpp 209 void SocketListener::sendBroadcast(int code, const char *msg, bool addErrno) {
214 if ((*i)->sendMsg(code, msg, addErrno)) {
  /build/tools/droiddoc/templates/
macros.cs 65 elif:tag.kind == "@see" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs var:tag.label ?></a></code><?cs
68 elif:tag.kind == "@code" ?><code><?cs var:tag.text ?></code><?cs
124 if:tag.kind == "@see" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs
125 var:tag.label ?></a></code><?cs
  /external/bluetooth/glib/tests/
convert-test.c 48 if (error && error->code == G_CONVERT_ERROR_NO_CONVERSION)
188 if (error3 && error3->code == G_CONVERT_ERROR_PARTIAL_INPUT)
328 if (error3 && error3->code == G_CONVERT_ERROR_PARTIAL_INPUT)
402 if (error3 && error3->code == G_CONVERT_ERROR_PARTIAL_INPUT)
543 if (error3 && error3->code == G_CONVERT_ERROR_PARTIAL_INPUT)
  /external/v8/src/
execution.cc 6 // * Redistributions of source code must retain the above copyright
65 Handle<Code> code; local
68 code = stub.GetCode();
71 code = stub.GetCode();
91 JSEntryFunction entry = FUNCTION_CAST<JSEntryFunction>(code->entry());
94 byte* entry_address = func->code()->entry();
139 // Enter a try-block while executing the JavaScript code. To avoid
424 // See the similar code in runtime.js:ToBoolean.
runtime.cc 6 // * Redistributions of source code must retain the above copyright
858 // re-declarations: This is similar to the code in parser.cc in
1320 Code* code = fun->code(); local
1387 Handle<Object> code = args.at<Object>(1); local
1455 uint32_t code; local
1481 Object* code = CharCodeAt(subject, index); local
    [all...]
serialize.cc 6 // * Redistributions of source code must retain the above copyright
80 uint32_t code(int i) { return refs_[i].code; } function in class:v8::internal::ExternalReferenceTable
84 int max_id(int code) { return max_id_[code]; }
94 uint32_t code; member in struct:v8::internal::ExternalReferenceTable::ExternalReferenceEntry
154 entry.code = EncodeExternal(type, id);
156 ASSERT_NE(0, entry.code);
170 // NOTE: This function was originally 100k of code. It has since been
172 // very easily cause code bloat. Please be careful in the future when addin
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 6 // * Redistributions of source code must retain the above copyright
265 Handle<Code> ic(Builtins::builtin(Builtins::LoadIC_Initialize));
407 Object* code = Heap::CreateCode(desc, local
409 Code::ComputeFlags(Code::STUB),
411 CHECK(code->IsCode());
413 Code::cast(code)->Print();
414 byte* begin = Code::cast(code)->instruction_start()
    [all...]
  /external/webkit/WebCore/page/
Geolocation.cpp 9 * 1. Redistributions of source code must retain the above copyright
74 PositionError::ErrorCode code = PositionError::POSITION_UNAVAILABLE; local
75 switch (error->code()) {
77 code = PositionError::PERMISSION_DENIED;
80 code = PositionError::POSITION_UNAVAILABLE;
84 return PositionError::create(code, error->message());
  /external/qemu/hw/
bt-l2cap.c 203 hdr->code = L2CAP_COMMAND_REJ;
236 hdr->code = L2CAP_CONN_RSP;
264 hdr->code = L2CAP_CONF_REQ;
288 hdr->code = L2CAP_CONF_RSP;
313 hdr->code = L2CAP_DISCONN_RSP;
335 hdr->code = L2CAP_ECHO_RSP;
356 hdr->code = L2CAP_INFO_RSP;
785 static void l2cap_command(struct l2cap_instance_s *l2cap, int code, int id,
808 switch (code) {
962 l2cap_command(l2cap, hdr->code, hdr->ident, data, clen)
    [all...]
  /external/qemu/target-arm/
helper.c 955 int code; local
971 code = 5;
976 code = 9; /* Section domain fault. */
978 code = 11; /* Page domain fault. */
985 code = 13;
998 code = 7;
1014 code = 7;
1026 code = 15;
1036 return code | (domain << 4);
1042 int code; local
    [all...]
  /external/qemu/
i386-dis.c     [all...]
  /external/v8/src/x64/
assembler-x64.h 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
71 // compatible with int, which has caused code-generation bugs.
83 // code generated for some assembly instructions (because they boil down
84 // to a few constants). If this is a problem, we could change the code
87 // and best performance in optimized code.
91 static Register toRegister(int code) {
92 Register r = { code };
97 int code() const { function in struct:v8::internal::Register
105 // Return the high bit of the register code as a 0 or 1. Used ofte
142 int code() const { function in struct:v8::internal::XMMRegister
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 64 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
66 switch (code) {
126 return super.onTransact(code, data, reply, flags);
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecSet;
32 * range of code which it is valid for, a register number, a name,
36 /** {@code non-null;} empty instance */
39 /** whether to run the self-check code */
43 * Constructs an instance. All indices initially contain {@code null}.
45 * @param size {@code >= 0;} the size of the list
54 * do that, this will throw {@code NullPointerException}.
56 * @param n {@code >= 0, < size();} which inde
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 210 * a redirect code with the Location response header set to the value
213 * @param code The code to send when redirecting
215 public void setRedirect(String redirect, int code) {
217 redirectCode = code;
218 log("Server will redirect output to "+redirect+" code "+code);
254 // Networking code doesn't support ServerSocket(port) yet
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 212 notes = "Verifies that importNode method throws DOMException with NOT_SUPPORTED_ERR code.",
226 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
233 notes = "Verifies that importNode method throws DOMException with NOT_SUPPORTED_ERR code.",
249 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
256 notes = "Verifies that importNode method throws DOMException with NOT_SUPPORTED_ERR code.",
276 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 68 registers in compiled code
72 r7 rINST first 16-bit code unit of current instruction
151 * instruction epilogue code. The multi-compare approach below needs
179 * address in the code cache following the invoke instruction. Otherwise
212 str r9, [r3, #offThread_inJitCodeCache] @ in code cache or not
293 * Thumb code through the link register to transfer control to the callee
347 * Thumb code through the link register to transfer control to the callee
422 @ go ahead and transfer control to the native code
426 str r2, [r3, #offThread_inJitCodeCache] @ not in the jit code cache
436 blx r8 @ off to the native code
    [all...]

Completed in 1980 milliseconds

<<51525354555657585960>>