| /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
| dec_gain2_amr_wb.cpp | 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec 49 int16 code[], (i) Q9 : Innovative vector. 52 int32 * gain_cod, (o) Q16 : Code gain. 73 PSEUDO-CODE 140 ; FUNCTION CODE 166 ; FUNCTION CODE 172 int16 code[], /* (i) Q9 : Innovative vector. */ 175 int32 * gain_cod, /* (o) Q16 : Code gain. */ 201 * Find energy of code and compute: 203 * L_tmp = 1.0 / sqrt(energy of code/ L_subfr [all...] |
| /external/openssl/crypto/objects/ |
| obj_dat.pl | 189 * apply to all code found in this distribution, be it the RC4, RSA, 190 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 195 * the code are not to be removed. 204 * 1. Redistributions of source code must retain the copyright 215 * 4. If you include any Windows specific code (or a derivative thereof) from 216 * the apps directory (application code) you must include an acknowledgement: 232 * derivative of this code cannot be changed. i.e. this code cannot simply be
|
| objects.pl | 135 * apply to all code found in this distribution, be it the RC4, RSA, 136 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 141 * the code are not to be removed. 150 * 1. Redistributions of source code must retain the copyright 161 * 4. If you include any Windows specific code (or a derivative thereof) from 162 * the apps directory (application code) you must include an acknowledgement: 178 * derivative of this code cannot be changed. i.e. this code cannot simply be
|
| /external/qemu/distrib/sdl-1.2.12/src/audio/windib/ |
| SDL_dibaudio.c | 125 static void SetMMerror(char *function, MMRESULT code) 138 waveOutGetErrorText(code, werrbuf, MAXERRORLENGTH-len); 141 waveOutGetErrorText(code, errbuf+len, (UINT)(MAXERRORLENGTH-len));
|
| /external/qemu/distrib/zlib-1.2.3/ |
| inffast.c | 51 TYPE -- reached end of block code, inflate() to interpret next block 57 length code, 5 bits for the length extra, 15 bits for the distance code, 86 code const FAR *lcode; /* local strm->lencode */ 87 code const FAR *dcode; /* local strm->distcode */ 90 code this; /* retrieved table entry */ 91 unsigned op; /* code bits, operation, extra bits, or */ 261 else if ((op & 64) == 0) { /* 2nd level distance code */ 266 strm->msg = (char *)"invalid distance code"; 271 else if ((op & 64) == 0) { /* 2nd level length code */ [all...] |
| /external/skia/include/core/ |
| SkTypes.h | 83 #define SkDEBUGCODE(code) code 91 #define SkDEBUGCODE(code)
|
| /external/skia/src/ports/ |
| SkXMLPullParser_expat.cpp | 142 XML_Error code = XML_GetErrorCode(parser); local 144 const char* msg = XML_ErrorString(code); 146 printf("-------- XML error [%d] on line %d, %s\n", code, lineNumber, msg);
|
| /external/srec/tools/make_cfst/ |
| make_cfst.cpp | 148 cphon = allotree->pdata[cphonId].code; 152 unsigned char lphon = allotree->pdata[lphonId].code; 154 unsigned char rphon = allotree->pdata[rphonId].code;
|
| /external/strace/ |
| term.c | 8 * 1. Redistributions of source code must retain the above copyright 182 term_ioctl(tcp, code, arg) 184 long code, arg; 204 switch (code) {
|
| /external/wpa_supplicant/ |
| eapol_test.c | 2 * WPA Supplicant - test code 14 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. 160 if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE && 223 if (e->last_recv_radius && e->last_recv_radius->hdr->code == 434 eap->code = EAP_CODE_REQUEST; 514 switch (hdr->code) { 535 os_snprintf(buf, sizeof(buf), "unknown EAP code"); 539 wpa_printf(MSG_DEBUG, "decapsulated EAP packet (code=%d " 541 hdr->code, hdr->identifier, ntohs(hdr->length), buf); 610 if (msg->hdr->code == RADIUS_CODE_ACCESS_REJECT & [all...] |
| radius.h | 25 u8 code; member in struct:radius_hdr 201 struct radius_msg *radius_msg_new(u8 code, u8 identifier); 203 void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier);
|
| /external/wpa_supplicant_6/wpa_supplicant/ |
| eapol_test.c | 2 * WPA Supplicant - test code 14 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. 194 if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE && 266 if (e->last_recv_radius && e->last_recv_radius->hdr->code == 488 eap->code = EAP_CODE_REQUEST; 568 switch (hdr->code) { 589 os_strlcpy(buf, "unknown EAP code", sizeof(buf)); 593 wpa_printf(MSG_DEBUG, "decapsulated EAP packet (code=%d " 595 hdr->code, hdr->identifier, ntohs(hdr->length), buf); 675 if (msg->hdr->code == RADIUS_CODE_ACCESS_REJECT & [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
| radius.h | 25 u8 code; member in struct:radius_hdr 205 struct radius_msg *radius_msg_new(u8 code, u8 identifier); 207 void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier);
|
| /external/zlib/ |
| inffast.c | 51 TYPE -- reached end of block code, inflate() to interpret next block 57 length code, 5 bits for the length extra, 15 bits for the distance code, 86 code const FAR *lcode; /* local strm->lencode */ 87 code const FAR *dcode; /* local strm->distcode */ 90 code this; /* retrieved table entry */ 91 unsigned op; /* code bits, operation, extra bits, or */ 261 else if ((op & 64) == 0) { /* 2nd level distance code */ 266 strm->msg = (char *)"invalid distance code"; 271 else if ((op & 64) == 0) { /* 2nd level length code */ [all...] |
| /frameworks/base/core/java/android/text/method/ |
| ScrollingMovementMethod.java | 179 int code = event.getKeyCode(); local 180 if (code != KeyEvent.KEYCODE_UNKNOWN 186 if (first && executeDown(view, text, code)) {
|
| /frameworks/base/libs/binder/ |
| IServiceManager.cpp | 187 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 190 switch(code) { 224 return BBinder::onTransact(code, data, reply, flags);
|
| /frameworks/base/libs/surfaceflinger_client/ |
| ISurface.cpp | 137 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 139 switch(code) { 185 return BBinder::onTransact(code, data, reply, flags);
|
| ISurfaceComposer.cpp | 131 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 133 switch(code) { 180 return BBinder::onTransact(code, data, reply, flags);
|
| /frameworks/base/media/libmedia/ |
| IMediaMetadataRetriever.cpp | 197 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 199 switch (code) { 286 return BBinder::onTransact(code, data, reply, flags);
|
| /frameworks/base/media/libstagefright/codecs/amrwb/src/ |
| dec_gain2_amr_wb.cpp | 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec 49 int16 code[], (i) Q9 : Innovative vector. 52 int32 * gain_cod, (o) Q16 : Code gain. 73 PSEUDO-CODE 140 ; FUNCTION CODE 166 ; FUNCTION CODE 172 int16 code[], /* (i) Q9 : Innovative vector. */ 175 int32 * gain_cod, /* (o) Q16 : Code gain. */ 201 * Find energy of code and compute: 203 * L_tmp = 1.0 / sqrt(energy of code/ L_subfr [all...] |
| /frameworks/base/tools/aapt/ |
| ResourceTable.cpp | 131 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n" 132 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."}, 136 "an integer value, such as \"<code>100</code>\"." }, 138 "a boolean value, either \"<code>true</code>\" or \"<code>false</code>\"." } 312 ResXMLTree::event_code_t code; local 720 ResXMLTree::event_code_t code; local [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| LayoutReloadMonitor.java | 60 public boolean code = false; field in class:LayoutReloadMonitor.ChangeFlags 68 return code && resources && rClass && localeList; 86 * @param libraryModified <code>true</code> if the changeFlags are not for the project 178 // here we only care about code change (so change for .class files). 190 // this is a code change! 196 changeFlags.code = true;
|
| /frameworks/policies/base/phone/com/android/internal/policy/impl/ |
| PhoneWindowManager.java | 1807 int code = event.keycode; local [all...] |
| /cts/tools/dasm/src/dasm/ |
| DAsm.java | 19 import com.android.dx.dex.code.ArrayData; 20 import com.android.dx.dex.code.CodeAddress; 21 import com.android.dx.dex.code.CstInsn; 22 import com.android.dx.dex.code.DalvCode; 23 import com.android.dx.dex.code.DalvInsn; 24 import com.android.dx.dex.code.Dops; 25 import com.android.dx.dex.code.OddSpacer; 26 import com.android.dx.dex.code.OutputFinisher; 27 import com.android.dx.dex.code.PositionList; 28 import com.android.dx.dex.code.SimpleInsn 440 DalvCode code = null; local [all...] |
| /development/apps/Term/src/com/android/term/ |
| Term.java | 69 * Set to true to add debugging code and logging. 444 char code; local 447 code = 'A'; 450 code = 'B'; 453 code = 'D'; 457 code = 'C'; 466 mTermOut.write(code); 1865 int code = mArgs[i]; local [all...] |