/external/opencore/codecs_v2/audio/aac/dec/src/ |
apply_tns.cpp | 41 TNS filter (order, filter coefficients, 221 /* Skip to the next filter if the order is 0 */ 222 tempInt = pFilt->order; 244 pFilt->order, 387 pFilt->order); 406 pLpcCoef += pFilt->order;
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
fastquant.cpp | 138 transpose of the raster scan. Output the same order (for proof of concenpt). 141 order. The quantized output is in zigzag scan order for INTER, row/column for 143 in column/row scanning order. 222 zz = ZZTab[i]; /* zigzag order */ 613 zz = ZZTab[i]; /* zigzag order */
|
/external/openssl/crypto/ec/ |
ec_mult.c | 768 BIGNUM *order; local 795 order = BN_CTX_get(ctx); 796 if (order == NULL) goto err; 798 if (!EC_GROUP_get_order(group, order, ctx)) goto err; 799 if (BN_is_zero(order)) 805 bits = BN_num_bits(order);
|
/external/openssl/crypto/sha/ |
sha512.c | 20 * on [aligned] data in host byte order and one - on data in input 21 * stream byte order; 22 * - share common byte-order neutral collector and padding function 26 * [in reverse order] are: 31 * *aligned* data in input stream byte order, big-endian in this case] 34 * - SHA_LONG64 is required to be exactly 64-bit in order to be able to
|
/external/tcpdump/ |
print-ip.c | 306 * Given the host-byte-order value of the checksum field in a packet 307 * header, and the network-byte-order computed checksum of the data 345 * "computed_sum" is a network-byte-order value, so we must put 346 * it in host byte order before subtracting it from the 347 * host-byte-order value from the header; the adjusted checksum 348 * will be in host byte order, which is what we'll return.
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontLinux.cpp | 155 // presentation order), however you can set it with |setBackwardsIteration|. 443 // Glyphs are stored in logical order, but for layout purposes we always go left to right. 561 // order to subtract. This is different from the length of the TextRun 577 // code-point order: abcd efg hijkl 595 // each glyph in presentation order and stop when we find the one 640 // We want to enumerate the script runs in code point order in the following
|
/external/zlib/contrib/blast/ |
blast.c | 92 * each length, which for a canonical code are stepped through in order. 93 * symbol[] are the symbol values in canonical order, where the number of 113 * build the code value reversed from what is in the stream in order to 175 * sorted by length, retaining their original order within each length. The 227 * put symbols in table sorted by length, by symbol order within each 257 * normal bit order in th stream, i.e. no bit-reversal is needed. Similarly,
|
/frameworks/base/docs/html/guide/topics/search/ |
searchable-config.jd | 17 <p>In order to utilize the Android search framework and provide a custom search dialog, your 82 been entered. This is recommended in order to provide a hint to the user about what 134 define additional attributes in order to configure communications with the Content 192 still enable your application as a searchable item in the system search settings in order 278 <dd>Defines a shortcut key for a search action, in order to provide special behaviors at the touch 328 using the string provided here in order to select your action message column, and
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
apply_tns.cpp | 41 TNS filter (order, filter coefficients, 221 /* Skip to the next filter if the order is 0 */ 222 tempInt = pFilt->order; 244 pFilt->order, 387 pFilt->order); 406 pLpcCoef += pFilt->order;
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
systemConfig.c | 75 Each function in the select process returns a MATCH, NO_MATCH value in order to 77 The matching level is returned as a bit map. The select function 'OR's those bit maps in order to 168 - We send a probe response with our oiwn desired attributes in order to add the site to the site table 235 DESCRIPTION: This function is called by the function 'addSelfSite()' in order to send a probe response 393 DESCRIPTION: This function is called by the function 'siteMgr_selectSite()' in order to configure 522 /* We use this variable in order tp perform the PBCC algorithm. */
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImplJni.java | 87 * Constant about the sort order (for JNI native library) 94 * Constant about the sort order (for JNI native library) 222 * @param order The sort order (see "Constant about the sort order") 229 public static final native int searchWord(long work, int operation, int order, String keyString );
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
DropFeedback.java | 171 * the UI/XML order in the same parent. Returns null if there's no such part. 174 * UiNode model has the <em>exact</em> same order as the XML model. This has nothing to do 175 * with the "user interface" order that you see on the rendered Android layouts (e.g. for 177 * order can be vastly different from the user interface order.) 479 * that element to make sure that referenced are defined in the right order.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/ |
smeSmApi.c | 276 DESCRIPTION: Called by the configuration module in order to start the driver 301 DESCRIPTION: Called by the configuration module in order to start the driver 354 DESCRIPTION: Called by the configuration module in order to stop the driver 377 DESCRIPTION: Called by the configuration module in order to stop the driver 631 - config mgr in order to set a parameter from the OS abstraction layer. 686 - config mgr in order to get a parameter from the OS abstraction layer.
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
systemConfig.c | 75 Each function in the select process returns a MATCH, NO_MATCH value in order to 77 The matching level is returned as a bit map. The select function 'OR's those bit maps in order to 168 - We send a probe response with our oiwn desired attributes in order to add the site to the site table 233 DESCRIPTION: This function is called by the function 'addSelfSite()' in order to send a probe response 387 DESCRIPTION: This function is called by the function 'siteMgr_selectSite()' in order to configure 516 /* We use this variable in order tp perform the PBCC algorithm. */
|
/external/guava/javadoc/com/google/common/collect/ |
ImmutableSet.html | 112 iteration order. Does not permit null elements. 202 Returns an immutable set containing the given elements, in order.</TD> 217 Returns an immutable set containing the given elements, in order.</TD> 271 Returns an immutable set containing the given elements, in order.</TD> 302 Returns an immutable set containing the given elements, in order.</TD> 319 Returns an immutable set containing the given elements, in order.</TD> 337 Returns an immutable set containing the given elements, in order.</TD> 356 Returns an immutable set containing the given elements, in order.</TD> 442 <DD>Returns an immutable set containing the given elements, in order. Repeated 464 <DD>Returns an immutable set containing the given elements, in order. Repeate [all...] |
/external/wpa_supplicant/ |
ChangeLog | 366 WaitForMultipleObject() instead of select() in order to allow waiting 404 in order to get rid of bogus "EAP failed" messages 421 * driver_ndis: include Beacon IEs in AssocInfo in order to notice if 429 * added support for named configuration blobs in order to avoid having 469 PF_PACKET in order to prepare for network devices that do not use 482 * driver_wired: add PAE address to the multicast address list in order 500 OpenSSL library will need to be patched with the new patch in order 551 driver reports a successful association; this uses the same order for 553 and the network block order in the file is used instead 587 ioctl order in v0.4. [all...] |
/packages/apps/IM/src/com/android/im/provider/ |
Imps.java | 166 * The default sort order for this table 235 null /* sort order */); 274 * The default sort order for this table 345 * The default sort order for this table 605 * The default sort order for this table 655 * The default sort order for this table 720 * The default sort order for this table 777 null /* sort order */); 797 null /* sort order */); [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 371 * methods into decreasing order of exclusive elapsed time. 387 * into alphabetical order. 409 * methods into decreasing order of inclusive elapsed time. 426 * into alphabetical order. 448 * threads into decreasing order of elapsed time. 479 * TimedMethods into decreasing order of inclusive elapsed time. 496 * into alphabetical order. 520 * MethodEntry pointers into alphabetical order of class names. 542 * classes into decreasing order of exclusive elapsed time. 558 * into alphabetical order [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
XMLGregorianCalendar.java | 74 * {@link #getEon()} is high order year value in billion of years.<br/> 160 * <li>partial order relation comparator method, {@link #compare(XMLGregorianCalendar xmlGregorianCalendar)}</li> 244 * <p>Set low and high order component of XSD <code>dateTime</code> year field.</p> 453 * <p>Return high order component for XML Schema 1.0 dateTime datatype field for 468 * <p>Return low order component for XML Schema 1.0 dateTime datatype field for 623 * according to partial order relation defined in 624 * <a href="http://www.w3.org/TR/xmlschema-2/#dateTime-order">W3C XML Schema 1.0 Part 2, Section 3.2.7.3, 625 * <i>Order relation on dateTime</i></a>.</p> 703 * <a href="http://www.w3.org/TR/xmlschema-2/#dateTime-order">XML Schema 1.0 Part 2, Section 3.2.[7-14].1, [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | 60 * <h3>Localized Collation - ORDER BY</h3> 117 * resolution strategy deletes rows in order to satisfy a constraint, [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/ |
CharBuffer.java | 293 * byte order are the same as this buffer's, too. 455 * Returns the byte order used by this buffer when converting chars from/to 459 * the platform's native byte order. 461 * @return the byte order used by this buffer when converting chars from/to 464 public abstract ByteOrder order(); method in class:CharBuffer 662 * mark is cleared. The new buffer's read-only property and byte order are 679 * The new buffer's read-only property and byte order are the same as this
|
/external/v8/src/ |
array.js | 680 var order = Compare(a[mid], key); 681 if (order == 0) { 685 if (order < 0) { 721 var order = Compare(element, pivot_key); 722 if (order < 0) { 727 } else if (order > 0) { 731 } else { // order == 0 [all...] |
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex1.jd | 117 The remaining fields are, in order: <code>selection</code>, 120 order. See {@link android.database.sqlite.SQLiteDatabase SQLiteDatabase} for more details.</p> 159 hit the <em>xml</em> tab, at the bottom, in order to view the XML markup.)</p> 412 in this case), a unique ID (defined above), the order of the item (zero indicates no preference), 536 to which we'd like to bind the columns (these should be in order, respective to 540 Like many classes in Android, the SimpleCursorAdapter needs a Context in order to do its 548 to bind, and more Views to bind them in to, we would specify them in order, for example we
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex1.jd | 117 The remaining fields are, in order: <code>selection</code>, 120 order. See {@link android.database.sqlite.SQLiteDatabase SQLiteDatabase} for more details.</p> 159 hit the <em>xml</em> tab, at the bottom, in order to view the XML markup.)</p> 412 in this case), a unique ID (defined above), the order of the item (zero indicates no preference), 536 to which we'd like to bind the columns (these should be in order, respective to 540 Like many classes in Android, the SimpleCursorAdapter needs a Context in order to do its 548 to bind, and more Views to bind them in to, we would specify them in order, for example we
|
/hardware/ti/wlan/wl1271/TWD/Data_Service/ |
RxQueue.c | 94 False - all packets received in order */ 100 /* main RxQueue structure in order to management the packets disordered array. */ 342 * Call from RxXfer in order to pass packet to uppers layers. 343 * In order to save disordered packets the module use array of structures per TID 530 /* aTidExpectedSn % 0xfff in order to tack care of wrap around */ 728 /* aTidExpectedSn % 0xfff in order to tack care of wrap around */ [all...] |