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

<<51525354555657585960>>

  /external/v8/src/ia32/
codegen-ia32.h 6 // * Redistributions of source code must retain the above copyright
48 // Allocate and install the code.
49 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
50 Code::Flags flags,
53 // Print the code after compiling it.
54 static void PrintCode(Handle<Code> code, CompilationInfo* info);
77 // Generates the code for handling different string types and loading the
  /external/v8/src/mips/
codegen-mips.h 6 // * Redistributions of source code must retain the above copyright
54 // Allocate and install the code.
55 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
56 Code::Flags flags,
59 // Print the code after compiling it.
60 static void PrintCode(Handle<Code> code, CompilationInfo* info);
80 // Generates the code for handling different string types and loading the
  /external/v8/src/x64/
codegen-x64.h 6 // * Redistributions of source code must retain the above copyright
53 // Allocate and install the code.
54 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
55 Code::Flags flags,
58 // Print the code after compiling it.
59 static void PrintCode(Handle<Code> code, CompilationInfo* info);
74 // Generates the code for handling different string types and loading the
  /external/valgrind/main/helgrind/tests/
bar_bad.stderr.exp 16 with error code 22 (EINVAL: Invalid argument)
53 with error code 16 (EBUSY: Device or resource busy)
  /external/wpa_supplicant_8/src/eap_common/
eap_defs.h 19 u8 code; member in struct:eap_hdr
21 be16 length; /* including code and identifier; network byte order */
71 /* SMI Network Management Private Enterprise Code for vendor specific types */
  /frameworks/av/camera/camera2/
ICameraDeviceCallbacks.cpp 98 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
100 ALOGV("onTransact - code = %d", code);
101 switch(code) {
142 return BBinder::onTransact(code, data, reply, flags);
  /frameworks/av/include/camera/
ICameraClient.h 48 virtual status_t onTransact( uint32_t code,
IProCameraCallbacks.h 63 virtual status_t onTransact( uint32_t code,
  /frameworks/av/include/camera/camera2/
ICameraDeviceCallbacks.h 67 virtual status_t onTransact( uint32_t code,
ICameraDeviceUser.h 76 virtual status_t onTransact( uint32_t code,
  /frameworks/av/include/media/
ICrypto.h 60 uint32_t code, const Parcel &data, Parcel *reply,
IMediaMetadataRetriever.h 50 virtual status_t onTransact(uint32_t code,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
gain_q.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
153 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
164 Word16 *sf0_gain_cod, /* o : Code gain sf 0. MR475 */
166 Word16 *gain_cod, /* o : Code gain. */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 47 * ACTS-MoMuSys partners retain full right to use the code for his/her own
48 * purpose, assign or donate the code to a third party and to inhibit third
49 * parties from using the code for non MPEG-4 Video (ISO/IEC 14496-2) standard
191 BitstreamPutBits(bitstream, length, DCtab_lum[size].code);
205 BitstreamPutBits(bitstream, length, DCtab_chrom[size].code);
227 BitstreamPutBits(bitstream, length, mvtab[absmv].code);
248 BitstreamPutBits(bitstream, length, mcbpc_intra_tab[ind].code);
263 BitstreamPutBits(bitstream, length, mcbpc_inter_tab[ind].code);
281 BitstreamPutBits(bitstream, length, (UInt)cbpy_tab[ind].code);
288 of code, they do a really good job compiling it to if( (UInt)(run-x) < y-x)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Bitstream.h 118 * Returns : Code Book Index if successfull.
138 * Pack a VLC code word into the bitstream
148 * [in] codeWord Code word that need to be inserted in to the
150 * [in] codeLength Length of the code word valid range 1...32
179 * Pack a VLC code word into the bitstream
189 * [in] code VLC code word that need to be inserted in to the
207 ARM_VLC32 code
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Bitstream.h 118 * Returns : Code Book Index if successfull.
138 * Pack a VLC code word into the bitstream
148 * [in] codeWord Code word that need to be inserted in to the
150 * [in] codeLength Length of the code word valid range 1...32
179 * Pack a VLC code word into the bitstream
189 * [in] code VLC code word that need to be inserted in to the
207 ARM_VLC32 code
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Bitstream.h 118 * Returns : Code Book Index if successfull.
138 * Pack a VLC code word into the bitstream
148 * [in] codeWord Code word that need to be inserted in to the
150 * [in] codeLength Length of the code word valid range 1...32
179 * Pack a VLC code word into the bitstream
189 * [in] code VLC code word that need to be inserted in to the
207 ARM_VLC32 code
  /frameworks/av/media/mtp/
MtpPacket.h 49 void setContainerCode(uint16_t code);
  /frameworks/base/core/java/android/os/
IBinder.java 88 * The first transaction code available for user commands.
92 * The last transaction code available for user commands.
97 * IBinder protocol transaction code: pingBinder().
102 * IBinder protocol transaction code: dump internal state.
107 * IBinder protocol transaction code: interrogate the recipient side
113 * IBinder protocol transaction code: send a tweet to the target
120 * across the platform. To support older code, the default implementation
131 * IBinder protocol transaction code: tell an app asynchronously that the
206 * @param code The action to perform. This should
217 public boolean transact(int code, Parcel data, Parcel reply, int flags
    [all...]
  /frameworks/ex/carousel/
Android.mk 17 # Note: the source code is in java/, not src/, because this code is also part of
  /frameworks/ex/variablespeed/
Android.mk 17 # Build the java code, shared library.
36 # Build the native code, library.
  /frameworks/native/include/gui/
ISurfaceComposerClient.h 74 virtual status_t onTransact(uint32_t code, const Parcel& data,
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 201 if (event->code == EVENT_TYPE_ACCEL_X) {
203 } else if (event->code == EVENT_TYPE_ACCEL_Y) {
205 } else if (event->code == EVENT_TYPE_ACCEL_Z) {
216 ALOGE("AdxlSensor: unknown event (type=%d, code=%d)",
217 type, event->code);
AkmSensor.h 63 void processEvent(int code, int value);
KionixSensor.cpp 179 if (event->code == EVENT_TYPE_ACCEL_X) {
181 } else if (event->code == EVENT_TYPE_ACCEL_Y) {
183 } else if (event->code == EVENT_TYPE_ACCEL_Z) {
194 ALOGE("KionixSensor: unknown event (type=%d, code=%d)",
195 type, event->code);

Completed in 1316 milliseconds

<<51525354555657585960>>