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

<<41424344454647484950>>

  /external/qemu/android/
keycode.h 108 * untouched. 'code' is the input keycode, which will be returned as is if
118 extern AndroidKeyCode android_keycode_rotate( AndroidKeyCode code, int rotation );
  /external/qemu/
cpu-defs.h 25 #error cpu.h included from common code
156 /* The meaning of the MMU modes is defined in the target code. */ \
160 /* buffer for temporaries in the code generator */ \
183 /* Core interrupt code */ \
  /external/qemu/slirp/
ip_icmp.h 8 * 1. Redistributions of source code must retain the above copyright
48 u_char icmp_code; /* type sub code */
109 * Definition of type and code field values.
135 #define ICMP_TIMXCEED 11 /* time exceeded, code: */
157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
  /external/qemu/slirp-android/
ip_icmp.h 8 * 1. Redistributions of source code must retain the above copyright
50 u_char icmp_code; /* type sub code */
111 * Definition of type and code field values.
137 #define ICMP_TIMXCEED 11 /* time exceeded, code: */
159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
  /external/srec/srec/clib/
srec_arb.c 159 printf("%c%c%c hmm%d states", allotree->pdata[lphon].code,
160 allotree->pdata[cphon].code, allotree->pdata[rphon].code,
208 pfread(&(pd->code), sizeof(asr_uint16_t), 1, fp);
  /external/tcpdump/
print-dhcp6.c 8 * 1. Redistributions of source code must retain the above copyright
232 return "status code";
290 dhcp6stcode(int code)
294 if (code > 255)
295 return "INVALID code";
297 switch(code) {
313 snprintf(genstr, sizeof(genstr), "code%d", code);
  /external/v8/src/
code-stubs.h 6 // * Redistributions of source code must retain the above copyright
34 // List of code stubs used on all platforms. The order in this list is important
64 // List of code stubs only used on ARM platforms.
75 // Combined list of code stubs.
91 // Retrieve the code for the stub. Generate the code if needed.
92 Handle<Code> GetCode();
94 // Retrieve the code for the stub if already generated. Do not
95 // generate the code if not already generated and instead return a
110 // an individual type of code stub
    [all...]
factory.h 6 // * Redistributions of source code must retain the above copyright
99 // the string are uninitialized. Currently used in regexp code only, where
225 static Handle<Code> NewCode(const CodeDesc& desc,
227 Code::Flags flags,
230 static Handle<Code> CopyCode(Handle<Code> code);
270 Handle<Code> code,
275 Handle<Code> code)
    [all...]
  /external/v8/test/mjsunit/compiler/
simple-bailouts.js 6 // * Redistributions of source code must retain the above copyright
76 // code.
  /external/v8/test/mjsunit/
indexed-accessors.js 6 // * Redistributions of source code must retain the above copyright
112 // From http://code.google.com/p/v8/issues/detail?id=298
  /external/v8/test/mjsunit/regress/
regress-186.js 6 // * Redistributions of source code must retain the above copyright
29 // See http://code.google.com/p/v8/issues/detail?id=186
regress-254.js 6 // * Redistributions of source code must retain the above copyright
28 // See: http://code.google.com/p/v8/issues/detail?id=254
regress-406.js 6 // * Redistributions of source code must retain the above copyright
30 // See http://code.google.com/p/v8/issues/detail?id=406
  /external/v8/test/mjsunit/tools/
profile_view.js 6 // * Redistributions of source code must retain the above copyright
28 // Load source code files from <project root>/tools.
  /external/webkit/WebCore/inspector/front-end/
Resource.js 8 * 1. Redistributions of source code must retain the above copyright
609 WebInspector.Resource.StatusTextForCode = function(code)
611 return code ? code + " " + WebInspector.Resource.StatusText[code] : "";
  /external/webkit/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 7 * 1. Redistributions of source code must retain the above copyright
191 if ([[error domain] isEqualToString:NSURLErrorDomain] && [error code] == NSURLErrorCancelled)
270 code:NSURLErrorCancelled
  /frameworks/base/include/media/
IAudioFlinger.h 145 virtual status_t onTransact( uint32_t code,
  /frameworks/base/include/ui/
EventHub.h 103 int32_t convertDeviceKey_TI_P2(int code);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_lib.h 330 This function parse Exp-Golomb code from the bitstream.
340 This function parse Exp-Golomb code from the bitstream for 32 bit codewords.
382 \param "lentab" "Table for code length."
383 \param "codtab" "Table for code value."
396 \param "code" "Pointer to the output."
399 AVCDec_Status ce_LevelPrefix(AVCDecBitstream *stream, uint *code);
404 \param "code" "Pointer to the output."
408 AVCDec_Status ce_TotalZeros(AVCDecBitstream *stream, int *code, int TotalCoeff);
413 \param "code" "Pointer to the output."
417 AVCDec_Status ce_TotalZerosChromaDC(AVCDecBitstream *stream, int *code, int TotalCoeff)
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 87 ResXMLTree::event_code_t code; local
88 while ((code=inXml->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
90 if (code == ResXMLTree::TEXT) {
106 } else if (code == ResXMLTree::START_TAG) {
166 } else if (code == ResXMLTree::END_TAG) {
233 } else if (code == ResXMLTree::START_NAMESPACE) {
238 if (code == ResXMLTree::BAD_DOCUMENT) {
304 ResXMLTree::event_code_t code; local
306 while ((code=block->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT)
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data

Completed in 1859 milliseconds

<<41424344454647484950>>