/frameworks/native/include/input/ |
KeycodeLabels.h | 92 { "ENVELOPE", 65 },
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapString.java | 58 // This is used only for parsing IMAP's FETCH ENVELOPE command, in which
|
/packages/inputmethods/LatinIME/java/res/values/ |
emoji-categories.xml | 92 <item>2709</item> <!-- ENVELOPE -->
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapbMessage.java | 79 * @param the bmessage envelope level (0 is the top/most outer level) 97 * @param the bmessage envelope level (0 is the top/most outer level) 536 if(D) Log.d(TAG,"Decoding envelope level " + level); 546 if(D) Log.d(TAG,"Decoding nested envelope"); [all...] |
/external/aac/libSBRenc/src/ |
sbr_encoder.cpp | 841 description: performs the sbr envelope calculation for one element [all...] |
sbr_rom.cpp | 100 o envelope level, 1.5 dB: 106 o envelope balance, 1.5 dB: 112 o envelope level, 3.0 dB: 118 o envelope balance, 3.0 dB: 143 /* table : envelope level, 1.5 dB */ 238 /* table : envelope balance, 1.5 dB */ 307 /* table : envelope level, 3.0 dB */ 375 /* table : envelope balance, 3.0 dB */ [all...] |
code_env.h | 86 \brief DPCM Envelope coding
|
env_est.h | 86 \brief Envelope estimation structs and prototypes
|
mh_det.h | 116 INT maxComp; /*!< maximum alllowed compensation factor for the envelope data. */
|
ps_encode.cpp | 393 /* count COARSE quantization bits for first envelope*/ 430 /* count FINE quantization bits for first envelope*/ 929 /*** Envelope Reduction ***/ [all...] |
code_env.cpp | 109 /*envelope data*/ 136 /*envelope data*/ 191 /* init envelope tables and codebooks */
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/ |
SelectorKernel.java | 213 Envelope env = new Envelope( p, dataCopy, true );
|
/external/aac/libSBRdec/src/ |
sbr_dec.cpp | 94 [the envelope adjuster]. 297 Envelope Adjustment is processed on the high band part of the spectral 455 Adjust envelope of current frame. 748 create envelope calculator [all...] |
/external/chromium_org/chrome/browser/spellchecker/ |
spelling_service_client.cc | 148 // * result - an envelope object representing the result from the APIARY
|
/external/libvorbis/doc/ |
06-floor0.tex | 10 smooth spectral envelope curve as the frequency response of the LSP
|
/external/libvorbis/lib/ |
floor0.c | 204 /* take the coefficients back to a spectral envelope curve */
|
mapping0.c | 160 #include "envelope.h" 722 /* recover the spectral envelope; store it in the PCM vector for now */ 789 /* compute and apply spectral envelope */
|
/cts/tests/tests/text/src/android/text/cts/ |
EmojiConstants.java | 111 0x02709, // ENVELOPE 583 0x1F4E8, // INCOMING ENVELOPE 584 0x1F4E9, // ENVELOPE WITH DOWNWARDS ARROW ABOVE
|
/packages/apps/Email/src/com/android/email/service/ |
ImapService.java | 252 fp.add(FetchProfile.Item.ENVELOPE); 568 * Fetch the flags and envelope only of the new messages. This is intended to get us 578 // the flags and envelope for previously. [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wtsynth.c | 225 /* set the envelope state */ 759 * Calculate the EG1 envelope for the given voice (but do not update any 763 * pVoice - ptr to the voice whose envelope we want to update 768 * nValue - the envelope value 854 * Update the EG2 envelope for the given voice 857 * pVoice - ptr to the voice whose envelope we want to update [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wtsynth.c | 225 /* set the envelope state */ 765 * Calculate the EG1 envelope for the given voice (but do not update any 769 * pVoice - ptr to the voice whose envelope we want to update 774 * nValue - the envelope value 860 * Update the EG2 envelope for the given voice 863 * pVoice - ptr to the voice whose envelope we want to update [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
tkt1449.test | 54 CREATE TABLE INVITATIONS (INVITATIONID text(50) not null, SENDERNODEID text(50) not null, RECIPIENTEMAILADDR text(200) not null, RECIPIENTUSERID text(50) null, RECIPIENTNODES text null, ISSUEID text(50) not null, ENVELOPE text not null, MESSAGEBLOB blob not null, INVITATIONSTATE int not null, TQUNID text(36) not null, DATECREATED text(25) not null); 57 CREATE TABLE KMTPMSG (MSGID integer not null, SENDERID text(50) null, RECIPIENTIDLIST text not null, ISSUEID text(50) null, MESSAGETYPE int not null, ENVELOPE text null, MESSAGEBLOB blob not null, RECEIVEDDATE text(25) not null, constraint PK_KMTPMSG primary key (MSGID)); 59 CREATE TABLE KMTPQ(MSGID integer not null, SENDERID text(50) null, RECIPIENTIDLIST text not null, ISSUEID text(50) null, MESSAGETYPE int not null, ENVELOPE text null, MESSAGEBLOB blob not null, constraint PK_KMTPQ primary key (MSGID)); [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 665 "<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" " 669 "</s:Body>\n</s:Envelope>\n"; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 98 headers and a payload. It may optionally have an envelope header 122 This includes the headers, body, and envelope header. 128 Optional `unixfrom' when True, means include the Unix From_ envelope
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 98 headers and a payload. It may optionally have an envelope header 122 This includes the headers, body, and envelope header. 128 Optional `unixfrom' when True, means include the Unix From_ envelope
|