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

<<81828384858687888990>>

  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 113 jint android_media_translateErrorCode(int code) {
114 switch(code) {
717 // FIXME: code duplication with android_media_AudioTrack_native_setup()
    [all...]
  /frameworks/base/libs/audioflinger/
AudioPolicyService.cpp 419 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
421 return BnAudioPolicyService::onTransact(code, data, reply, flags);
  /ndk/build/core/
add-application.mk 23 # code here will perform book-keeping and basic checks
build-binary.mk 69 # If LOCAL_DISABLE_NO_EXECUTE is not true, we disable generated code from running from
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 47 char code; field in class:ExpandableDictionary.Node
135 if (childNode.code == c) {
142 childNode.code = c;
209 if (node.code == currentChar) {
262 final char c = node.code;
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
  /external/openssl/crypto/0.9.9-dev/aes/
aes-armv4.pl 14 # Code uses single 1K S-box and is >2 times faster than code generated
40 $code=<<___;
42 .code 32
649 $code.=<<___;
1029 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
1030 print $code;
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 53 * %ebx rINST first 16-bit code unit of current instruction
160 * to point to the next instruction. "_count" is in 16-bit code units.
175 * in bytes, *not* 16-bit code units, and may be a signed value.
184 * Fetch a half-word code unit from an offset past the current PC. The
185 * "_count" value is in 16-bit code units. Does not advance rPC.
195 * Fetch a half-word code unit from an offset past the current PC. The
196 * "_count" value is in 16-bit code units. Does not advance rPC.
206 * "_count" value is in 16-bit code units. Does not advance rPC.
217 * "_count" value is in 16-bit code units. Does not advance rPC.
228 * "_count" value is in 16-bit code units. Does not advance rPC
    [all...]
InterpAsm-armv4t.S 66 r7 rINST first 16-bit code unit of current instruction
116 * to point to the next instruction. "_count" is in 16-bit code units.
138 * in bytes, *not* 16-bit code units, and may be a signed value.
148 * Fetch a half-word code unit from an offset past the current PC. The
149 * "_count" value is in 16-bit code units. Does not advance rPC.
267 * We don't have formal stack frames, so gdb scans upward in the code
    [all...]
InterpAsm-armv5te-vfp.S 66 r7 rINST first 16-bit code unit of current instruction
116 * to point to the next instruction. "_count" is in 16-bit code units.
138 * in bytes, *not* 16-bit code units, and may be a signed value.
148 * Fetch a half-word code unit from an offset past the current PC. The
149 * "_count" value is in 16-bit code units. Does not advance rPC.
267 * We don't have formal stack frames, so gdb scans upward in the code
    [all...]
InterpAsm-armv5te.S 66 r7 rINST first 16-bit code unit of current instruction
116 * to point to the next instruction. "_count" is in 16-bit code units.
138 * in bytes, *not* 16-bit code units, and may be a signed value.
148 * Fetch a half-word code unit from an offset past the current PC. The
149 * "_count" value is in 16-bit code units. Does not advance rPC.
267 * We don't have formal stack frames, so gdb scans upward in the code
    [all...]
InterpAsm-armv7-a-neon.S 66 r7 rINST first 16-bit code unit of current instruction
116 * to point to the next instruction. "_count" is in 16-bit code units.
138 * in bytes, *not* 16-bit code units, and may be a signed value.
148 * Fetch a half-word code unit from an offset past the current PC. The
149 * "_count" value is in 16-bit code units. Does not advance rPC.
267 * We don't have formal stack frames, so gdb scans upward in the code
    [all...]
InterpAsm-armv7-a.S 66 r7 rINST first 16-bit code unit of current instruction
116 * to point to the next instruction. "_count" is in 16-bit code units.
138 * in bytes, *not* 16-bit code units, and may be a signed value.
148 * Fetch a half-word code unit from an offset past the current PC. The
149 * "_count" value is in 16-bit code units. Does not advance rPC.
267 * We don't have formal stack frames, so gdb scans upward in the code
    [all...]
  /external/icu4c/i18n/
regexcmp.cpp 100 UErrorCode &e) // Error Code
251 // The pattern has now been read and processed, and the compiled code generated.
533 // 8. code for parenthesized stuff.
575 // 4. code for parenthesized stuff.
577 // 6. BACKTRACK // code in block succeeded, so neg. lookahead fails.
617 // 6 <code for LookBehind expression>
670 // 7 <code for LookBehind expression>
714 // Perl inline-condtionals. (?{perl code}a|b) We're not perl, no way to do them.
762 // Check for simple constructs, which may get special optimized code.
    [all...]
  /external/libxml2/
xmlsave.c 112 * @code: the error number
119 xmlSaveErr(int code, xmlNodePtr node, const char *extra)
123 switch(code) {
139 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
ddraw.h 21 #define MAKE_DDHRESULT( code ) MAKE_HRESULT( 1, _FACDD, code )
255 DWORD dwFourCC; // (FOURCC code)
333 typedef DWORD (FAR PASCAL *LPCLIPPERCALLBACK)(LPDIRECTDRAWCLIPPER lpDDClipper, HWND hWnd, DWORD code, LPVOID lpContext );
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDRAW.H 21 #define MAKE_DDHRESULT( code ) MAKE_HRESULT( 1, _FACDD, code )
255 DWORD dwFourCC; // (FOURCC code)
333 typedef DWORD (FAR PASCAL *LPCLIPPERCALLBACK)(LPDIRECTDRAWCLIPPER lpDDClipper, HWND hWnd, DWORD code, LPVOID lpContext );
    [all...]
  /external/v8/src/
debug-debugger.js 6 // * Redistributions of source code must retain the above copyright
34 // not really code. Currently the regular expression matches whitespace and
342 // first piece of breakable code on the line try to find the column on the
522 throw new Error('Cannot set break point in native code.');
530 // Break in builtin JavaScript code is not supported.
532 throw new Error('Cannot set break point in native code.');
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 111 // @param[out] status On exit contains the status code to be returned.
683 // stagefright code instead.
972 // Placeholder for the return code, updated by the caller.
    [all...]
  /bionic/libc/kernel/common/linux/
input.h 23 __u16 code; member in struct:input_event
  /build/tools/droiddoc/templates/assets/
prettify.js 6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 27 import com.android.dx.dex.code.PositionList;
58 * {@code non-null;} name for the {@code .dex} file that goes into
59 * {@code .jar} files
64 * {@code non-null;} name of the standard manifest file in {@code .jar}
70 * {@code non-null;} attribute name for the (quasi-standard?)
71 * {@code Created-By} attribute
77 * {@code non-null;} list of {@code javax} subpackages that are considere
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 19 import com.android.dx.rop.code.*;
76 * @param ssaMeth {@code non-null;} method to process
204 * {@code -1} is returned for non-parameter registers.
206 * @param ssaReg {@code >=0;} SSA register to look up
207 * @return parameter index or {@code -1} if not a parameter
267 * @param specs {@code non-null;} SSA registers to attempt to map
268 * @param ropReg {@code >=0;} rop register to map to
269 * @param maxAllowedCategory {@code 1..2;} maximum category
271 * @param markReserved do so if {@code true}
272 * @return {@code true} if all registers were mapped, {@code false
    [all...]
  /external/bluetooth/bluez/common/
uinput.h 716 uint16_t code; member in struct:uinput_event
  /external/dropbear/libtommath/
tommath.h 192 /* error code to char* string */
193 char *mp_error_to_string(int code);
401 * compute the reduction as -1 * mp_reduce(mp_abs(a)) [pseudo code].

Completed in 2642 milliseconds

<<81828384858687888990>>