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

<<212223242526

  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 240 code(null);
241 code("");
242 code("Bob");
243 code(":Bob");
244 code("::Bob");
245 code("Bob::Lee");
246 code("Bob:Lee");
247 code("Bob::");
248 code("Bob:");
249 code("::Bob::")
252 private void code(String s) { method in class:UriTest
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 190 Word16 code[L_SUBFR]; /* Fixed codebook excitation */ local
257 Copy(st->mem_decim, code, 2 * L_FILT16k);
259 Decim_12k8(error, L_FILT16k, new_speech + L_FRAME, code);
268 Copy(st->mem_sig_in, code, 6);
269 HP50_12k8(new_speech + L_FRAME, L_FILT, code);
395 * - quantize and code the isf[] *
564 /* Quantize and code the ISFs */
594 /* Quantize and code the ISFs */
710 * - find voicing factor and tilt of code for next subframe. *
777 Set_zero(code, M);
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 362 ResXMLTree::event_code_t code; local
366 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
367 if (code == ResXMLTree::END_TAG) {
374 if (code != ResXMLTree::START_TAG) {
503 ResXMLTree::event_code_t code; local
505 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
506 if (code == ResXMLTree::END_TAG) {
510 if (code != ResXMLTree::START_TAG)
543 ResXMLTree::event_code_t code; local
717 int32_t code = getIntegerAttribute(tree, MIN_SDK_VERSION_ATTR, &error); local
    [all...]
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 52 * loaded by this {@code URLClassLoader} are granted permission to access the
80 * Overrides the {@code loadClass()} of {@code ClassLoader}. It calls
81 * the security manager's {@code checkPackageAccess()} before
270 // So check for the return code;
274 int code; local
275 if ((code = ((HttpURLConnection) uc).getResponseCode()) >= 200
276 && code < 300) {
603 * Constructs a new {@code URLClassLoader} instance. The newly created
612 * if a security manager exists and its {@code
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PointerTracker.java 437 int code = key.codes[0]; local
448 code = key.codes[mTapCount];
451 * Swap the first and second values in the codes array if the primary code is not
455 if (codes.length >= 2 && codes[0] != code && codes[1] == code) {
457 codes[0] = code;
460 listener.onKey(code, codes, x, y);
461 listener.onRelease(code);
515 final String code; local
517 code = "----"
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 58 /** A private area code(ALT+SHIFT+X) to be ignore (G1 specific). */
68 /** Previous event's code */
115 /** Message for {@code mHandler} (execute prediction) */
118 /** Message for {@code mHandler} (execute tutorial) */
121 /** Message for {@code mHandler} (close) */
130 /** {@code Handler} for drawing candidates/displaying tutorial */
233 * @param charCode A character code
234 * @return {@code true} if success; {@code false} if an error occurs.
258 * @param mode {@code SymbolList.SYMBOL_ENGLISH} or {@code null}
523 int code = keyEvent.getKeyCode(); local
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.*;
69 /** {@code non-null;} method being converted */
72 /** {@code non-null;} original block list */
81 /** {@code non-null;} simulation machine to use */
84 /** {@code non-null;} simulator to use */
88 * {@code non-null;} sparse array mapping block labels to initial frame
93 /** {@code non-null;} output block list in-progress */
97 * {@code non-null;} list of subroutine-nest labels
104 * {@code non-null;} for each block (by label) that is used as an exceptio
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 17 package com.android.dx.dex.code;
19 import com.android.dx.dex.code.form.Form10t;
20 import com.android.dx.dex.code.form.Form10x;
21 import com.android.dx.dex.code.form.Form11n;
22 import com.android.dx.dex.code.form.Form11x;
23 import com.android.dx.dex.code.form.Form12x;
24 import com.android.dx.dex.code.form.Form20t;
25 import com.android.dx.dex.code.form.Form21c;
26 import com.android.dx.dex.code.form.Form21h;
27 import com.android.dx.dex.code.form.Form21s
    [all...]
  /external/bison/src/
parse-gram.c 898 we won't break user code: when these are the locations we know. */
1900 char *code = muscle_find ("stype"); local
    [all...]
scan-gram.c 424 /* %% [2.0] code to fiddle gram_text and gram_leng for yymore() goes here \ */\
428 /* %% [3.0] code to copy yytext_ptr to gram_text[] goes here, if %array \ */\
3681 unsigned long int code = strtoul (ucn + 2, NULL, 16); local
    [all...]
  /external/bzip2/
bzlib_private.h 260 Int32 code [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon2284
411 /* save area for scalars in the main decompress code */
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c 377 break; /* done with code points, got a string or -1 */
1497 uint32_t code; member in struct:__anon3130
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 83 * <code>cls.clone()</code> or by retaining the original definition bytes.
496 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, local
502 attributes.add (code);
651 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, local
657 code.setCode (buf.getByteArray (), buf.size ());
659 attributes.add (code);
710 final byte [] code = attribute.getCode ();
713 if (trace2) m_log.trace2 ("visit", "code attribute for method #" + m_methodID + ": size = " + codeSize);
717 // instructionMap.get(ip) is the number of instructions in code[0-ip
    [all...]
  /external/icu4c/common/
unames.c 48 * and we don't want to make it less compact, so we changed the access code.
96 UChar32 code; member in struct:__anon3979
200 /* check error code from previous attempt */
469 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) {
470 const char *catname = getCharCatName(code);
481 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>= 4)
485 for (cp = code, i = ndigits; (cp || i > 0) && bufferLength; cp >>= 4, bufferLength--) {
498 * Unicode code point "code".
499 * The return value is always a valid Group* that may contain "code"
1088 UChar32 code; local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 378 break; /* done with code points, got a string or -1 */
1456 uint32_t code; member in struct:__anon4195
    [all...]
  /external/libpcap/
pcap-bpf.h 5 * This code is derived from the Stanford/CMU enet packet filter,
6 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
13 * 1. Redistributions of source code must retain the above copyright
45 * the stuff needed for the code generator and the userland BPF
103 * It has nothing to do with the source code version.
749 #define BPF_CLASS(code) ((code) & 0x07)
760 #define BPF_SIZE(code) ((code) & 0x18)
764 #define BPF_MODE(code) ((code) & 0xe0
805 u_short code; member in struct:bpf_insn
    [all...]
  /external/libxml2/
xmlIO.c 255 * @code: the error number
262 __xmlIOErr(int domain, int code, const char *extra)
266 if (code == 0) {
268 if (errno == 0) code = 0;
270 else if (errno == EACCES) code = XML_IO_EACCES;
273 else if (errno == EAGAIN) code = XML_IO_EAGAIN;
276 else if (errno == EBADF) code = XML_IO_EBADF;
279 else if (errno == EBADMSG) code = XML_IO_EBADMSG;
282 else if (errno == EBUSY) code = XML_IO_EBUSY;
285 else if (errno == ECANCELED) code = XML_IO_ECANCELED
3635 int code; local
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 62 u_char code; member in struct:pw_auth_hdr
303 int vendorcode; /* vendor code */
334 /* don't change this, as it has to be the same as in the Merit radiusd code */
346 u_char code; /* RADIUS packet code */ member in struct:send_data
  /external/qemu/android/
console.c 1678 int type, code, value, ret; local
    [all...]
  /external/strace/
signal.c 14 * 1. Redistributions of source code must retain the above copyright
464 int si_code; /* Signal code. */
649 const char *code; local
657 code = xlookup(siginfo_codes, sip->si_code);
658 if (!code) {
661 code = xlookup(sigtrap_codes, sip->si_code);
664 code = xlookup(sigchld_codes, sip->si_code);
667 code = xlookup(sigpoll_codes, sip->si_code);
670 code = xlookup(sigprof_codes, sip->si_code);
673 code = xlookup(sigill_codes, sip->si_code)
    [all...]
  /external/tcpdump/
print-ppp.c 6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
122 #define CPCODES_CODE_REJ 7 /* Code-Reject */
140 {CPCODES_CODE_REJ, "Code-Reject"},
427 u_int code, len; local
441 code = *tptr++;
444 tok2str(cpcodes, "Unknown Opcode",code),
445 code,
465 switch (code) {
482 x = len - 4; /* Code(1), Identifier(1) and Length(2) *
800 u_int code, len; local
879 u_int code, len; local
    [all...]
  /external/v8/src/arm/
assembler-arm.h 8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
52 // compatible with int, which has caused code-generation bugs.
64 // code generated for some assembly instructions (because they boil down
65 // to a few constants). If this is a problem, we could change the code
68 // and best performance in optimized code.
74 int code() const { function in struct:v8::internal::Register
111 int code() const { function in struct:v8::internal::SwVfpRegister
129 int code() const { function in struct:v8::internal::DwVfpRegister
199 int code() const function in struct:v8::internal::CRegister
    [all...]
assembler-thumb2.h 8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
52 // compatible with int, which has caused code-generation bugs.
64 // code generated for some assembly instructions (because they boil down
65 // to a few constants). If this is a problem, we could change the code
68 // and best performance in optimized code.
74 int code() const { function in struct:v8::internal::Register
111 int code() const { function in struct:v8::internal::SwVfpRegister
129 int code() const { function in struct:v8::internal::DwVfpRegister
199 int code() const function in struct:v8::internal::CRegister
    [all...]

Completed in 2680 milliseconds

<<212223242526