HomeSort by relevance Sort by last modified time
    Searched refs:IMPORT (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 22 ;// Import/Export symbols required from/to other files
25 IMPORT armVCM4P10_UnpackBlock4x4
26 IMPORT armVCM4P10_QPDivTable
27 IMPORT armVCM4P10_VMatrixQPModTable
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 18 IMPORT armVCM4P10_DeblockingLumabSLT4_unsafe
19 IMPORT armVCM4P10_DeblockingLumabSGE4_unsafe
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 18 IMPORT armVCM4P10_DeblockingLumabSLT4_unsafe
19 IMPORT armVCM4P10_DeblockingLumabSGE4_unsafe
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 71 IMPORT armVCM4P2_Reciprocal_QP_S32
72 IMPORT armVCM4P2_Reciprocal_QP_S16
73 IMPORT armVCM4P2_DCScaler
omxVCM4P2_DecodePadMV_PVOP_s.s 125 IMPORT armVCM4P2_aVlcMVD
126 IMPORT omxVCM4P2_FindMVpred
  /frameworks/base/tools/aidl/
aidl_language_l.l 58 ^{whitespace}?import{whitespace}[^ \t\r\n]+{whitespace}?; {
59 SET_BUFFER(IMPORT);
60 return IMPORT;
aidl_language_y.y 15 %token IMPORT
47 IMPORT { g_callbacks->import(&($1.buffer)); }
48 | IMPORT imports { g_callbacks->import(&($1.buffer)); }
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 21 IMPORT armVCM4P10_DeblockingChromabSGE4_unsafe
22 IMPORT armVCM4P10_DeblockingChromabSLT4_unsafe
omxVCM4P10_InterpolateLuma_s.s 58 IMPORT armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe
59 IMPORT armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe
60 IMPORT armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe
61 IMPORT armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 20 IMPORT armVCM4P10_DeblockingChromabSGE4_unsafe
21 IMPORT armVCM4P10_DeblockingChromabSLT4_unsafe
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 18 IMPORT armVCM4P10_DeblockingLumabSLT4_unsafe
19 IMPORT armVCM4P10_DeblockingLumabSGE4_unsafe
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 18 IMPORT armVCM4P10_DeblockingLumabSLT4_unsafe
19 IMPORT armVCM4P10_DeblockingLumabSGE4_unsafe
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 71 IMPORT armVCM4P2_Reciprocal_QP_S32
72 IMPORT armVCM4P2_Reciprocal_QP_S16
73 IMPORT armVCM4P2_DCScaler
omxVCM4P2_DecodePadMV_PVOP_s.s 125 IMPORT armVCM4P2_aVlcMVD
126 IMPORT omxVCM4P2_FindMVpred
  /system/security/keystore/include/keystore/
IKeystoreService.h 57 IMPORT = IBinder::FIRST_CALL_TRANSACTION + 12,
101 virtual int32_t import(const String16& name, const uint8_t* data, size_t length, int uid,
  /build/tools/
java-layers.py 3 import os
4 import re
5 import sys
29 sys.stderr.write(" package and may not import any of the other packages\n")
186 IMPORT = re.compile("import\s+(.*)")
203 # First comes the package declaration. Then iterate while we see import
215 m = IMPORT.match(statement)
231 sys.stderr.write("%s: Illegal import in package '%s' of '%s'\n"
  /cts/tools/dasm/src/java_cup/
lexer.java 3 import java.util.Hashtable;
5 import java_cup.runtime.str_token;
6 import java_cup.runtime.token;
16 * "package" PACKAGE "import" IMPORT
115 keywords.put("import", new Integer(sym.IMPORT));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 22 IMPORT |vp9_convolve8_avg_horiz_c|
23 IMPORT |vp9_convolve8_avg_vert_c|
vp9_convolve8_neon.asm 22 IMPORT |vp9_convolve8_horiz_c|
23 IMPORT |vp9_convolve8_vert_c|
  /external/chromium_org/v8/src/
token.h 152 K(IMPORT, "import", 0) \
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 22 IMPORT |vp9_convolve8_avg_horiz_c|
23 IMPORT |vp9_convolve8_avg_vert_c|
vp9_convolve8_neon.asm 22 IMPORT |vp9_convolve8_horiz_c|
23 IMPORT |vp9_convolve8_vert_c|
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 22 IMPORT |vp9_convolve8_avg_horiz_c|
23 IMPORT |vp9_convolve8_avg_vert_c|
vp9_convolve8_neon.asm 22 IMPORT |vp9_convolve8_horiz_c|
23 IMPORT |vp9_convolve8_vert_c|
  /external/clang/include/clang/Sema/
Template.h 405 #define IMPORT(DERIVED, BASE)

Completed in 1613 milliseconds

12 3 4 5 6