HomeSort by relevance Sort by last modified time
    Searched refs:FROM (Results 76 - 100 of 158) sorted by null

1 2 34 5 6 7

  /hardware/intel/common/libva/va/
Android.mk 20 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  /hardware/intel/img/psb_video/src/
Android.mk 21 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
34 # from one enumeration type to another
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduHeaders.java 35 public static final int FROM = 0x89;
160 * From field type components.
595 case FROM:
PduParser.java 523 case PduHeaders.FROM: {
524 /* From-value =
528 EncodedStringValue from = null; local
537 from = parseEncodedStringValue(pduDataStream);
538 if (null != from) {
539 byte[] address = from.getTextString();
547 from.setTextString(str.getBytes());
556 from = new EncodedStringValue(
566 Log.v(LOG_TAG, "parseHeaders: from address: " + headerField
567 + " value: " + from.getString())
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduHeaders.java 38 public static final int FROM = 0x89;
163 * From field type components.
615 case FROM:
PduParser.java 549 case PduHeaders.FROM: {
550 /* From-value =
554 EncodedStringValue from = null; local
563 from = parseEncodedStringValue(pduDataStream);
564 if (null != from) {
565 byte[] address = from.getTextString();
573 from.setTextString(str.getBytes());
582 from = new EncodedStringValue(
593 " (" + Integer.toHexString(headerField) + ") from address: " +
594 from.getString())
    [all...]
PduPersister.java 104 PduHeaders.FROM,
512 case PduHeaders.FROM:
537 * Load a PDU from a given cursor
540 * @return A parsed PDU from the database row
545 // Fill in the headers from the PDU columns
556 * Load a PDU from storage by given Uri.
    [all...]
  /cts/tools/dasm/src/dasm/
ReservedWords.java 62 reserved_words.put("from", new token(sym.FROM));
  /external/boringssl/src/crypto/obj/
obj_dat.pl 177 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
214 * The word 'cryptographic' can be left out if the rouines from the library
216 * 4. If you include any Windows specific code (or a derivative thereof) from
objects.pl 128 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
165 * The word 'cryptographic' can be left out if the rouines from the library
167 * 4. If you include any Windows specific code (or a derivative thereof) from
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java 526 case PduHeaders.FROM: {
527 /* From-value =
531 EncodedStringValue from = null; local
540 from = parseEncodedStringValue(pduDataStream);
541 if (null != from) {
542 byte[] address = from.getTextString();
550 from.setTextString(str.getBytes());
559 from = new EncodedStringValue(
569 Log.v(LOG_TAG, "parseHeaders: from address: " + headerField
570 + " value: " + from.getString())
    [all...]
PduPersister.java 101 PduHeaders.FROM,
497 case PduHeaders.FROM:
522 * Load a PDU from storage by given Uri.
    [all...]
  /external/drm_gralloc/
Android.mk 19 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_dc_a9.s 128 @=======================DEQUANT FROM HERE===================================
166 ldmfd sp!, {r4-r10, r15} @Reload the registers from SP
247 @=======================DEQUANT FROM HERE===================================
307 @ * @brief This function reconstructs a 4x4 sub block from quantized resiude and
ih264_iquant_itrans_recon_a9.s 135 @=======================DEQUANT FROM HERE===================================
164 @========= PROCESS IDCT FROM HERE =======
226 ldmfd sp!, {r4-r12, r15} @Reload the registers from SP
311 @=======================DEQUANT FROM HERE===================================
338 @========= PROCESS IDCT FROM HERE =======
406 vmov.u16 q14, #0x00ff @Copy lsb from qantized(long)coeffs
417 ldmfd sp!, {r4-r12, r15} @Reload the registers from SP
499 @========= DEQUANT FROM HERE ===========
588 @========= PROCESS IDCT FROM HERE =======
    [all...]
  /external/mesa3d/src/mesa/
Android.gen.mk 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 86 /* Counter summary from the last set of coverage counts read by
91 profile (sum_all from the counter summary). */
155 will all be executed, and in sequence from first to last.
355 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \
356 for (BB = FROM; BB != TO; BB = BB->DIR)
    [all...]
vec.h 82 specific size from the get go.
85 remove from the end of the vector. If you need to remove several
386 completely inherited from va_gc. */
432 the vector from stack_vecs, if it is there, since we no longer need
783 /* Copy the elements from SRC to the end of DST as if by memcpy.
913 /* Copy the elements from SRC to the end of this vector as if by memcpy.
991 /* Remove an element from the IXth position of this vector. Ordering of
1005 /* Remove an element from the IXth position of this vector. Ordering of
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 34 Many macros that specify assembler syntax are omitted entirely from
633 /* Likewise, whether to allow direct conversions from integer mode
    [all...]