HomeSort by relevance Sort by last modified time
    Searched refs:TOP (Results 101 - 125 of 748) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dhcpcd-6.8.2/dhcpcd-hooks/
Makefile 0 TOP?= ../
2 include ${TOP}/Makefile.inc
3 include ${TOP}/iconfig.mk
  /frameworks/av/drm/common/
Android.mk 35 $(TOP)/frameworks/av/include \
36 $(TOP)/frameworks/av/drm/libdrmframework/include \
37 $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include
  /frameworks/av/media/libstagefright/omx/
Android.mk 18 $(TOP)/frameworks/av/media/libstagefright \
19 $(TOP)/frameworks/native/include/media/hardware \
20 $(TOP)/frameworks/native/include/media/openmax
  /external/mesa3d/src/gallium/state_trackers/va/
Makefile 0 TOP = ../../../..
2 include $(TOP)/configs/current
  /external/mesa3d/src/gallium/state_trackers/vdpau/
Makefile 0 TOP = ../../../..
2 include $(TOP)/configs/current
  /external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/setrans.d/
ts.conf 3 s9=TOP SECRET
  /frameworks/av/drm/libdrmframework/
Android.mk 38 $(TOP)/frameworks/av/drm/libdrmframework/include \
39 $(TOP)/frameworks/av/include
  /frameworks/av/media/libstagefright/codecs/hevcdec/
Android.mk 12 LOCAL_C_INCLUDES := $(TOP)/external/libhevc/decoder
13 LOCAL_C_INCLUDES += $(TOP)/external/libhevc/common
14 LOCAL_C_INCLUDES += $(TOP)/frameworks/av/media/libstagefright/include
15 LOCAL_C_INCLUDES += $(TOP)/frameworks/native/include/media/openmax
  /frameworks/av/media/libstagefright/wifi-display/
Android.mk 18 $(TOP)/frameworks/av/media/libstagefright \
19 $(TOP)/frameworks/native/include/media/openmax \
20 $(TOP)/frameworks/native/include/media/hardware \
21 $(TOP)/frameworks/av/media/libstagefright/mpeg2ts \
  /build/tools/droiddoc/test/stubs/
run.sh 19 pushd $TOP
21 . $TOP/$DIR/func.sh
  /frameworks/av/media/libstagefright/httplive/
Android.mk 13 $(TOP)/frameworks/av/media/libstagefright \
14 $(TOP)/frameworks/native/include/media/openmax
  /frameworks/av/media/libstagefright/mpeg2ts/
Android.mk 13 $(TOP)/frameworks/av/media/libstagefright \
14 $(TOP)/frameworks/native/include/media/openmax
  /frameworks/av/cmds/stagefright/
Android.mk 17 $(TOP)/frameworks/native/include/media/openmax \
42 $(TOP)/frameworks/native/include/media/openmax \
43 $(TOP)/frameworks/native/include/media/hardware
67 $(TOP)/frameworks/native/include/media/openmax \
68 $(TOP)/frameworks/native/include/media/hardware
93 $(TOP)/frameworks/native/include/media/openmax
117 $(TOP)/frameworks/native/include/media/openmax
141 $(TOP)/frameworks/native/include/media/openmax
166 $(TOP)/frameworks/native/include/media/openmax
200 $(TOP)/frameworks/av/media/libstagefright
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
Makefile 0 TOP = ../../../..
2 include $(TOP)/configs/current
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
LeanbackTransitionHelperKitKat.java 27 slide.setSlideEdge(Gravity.TOP);
36 slide.setSlideEdge(Gravity.TOP);
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeTag.java 21 TypeData TOP = null;
  /frameworks/av/media/libstagefright/
Android.mk 68 $(TOP)/frameworks/av/include/media/ \
69 $(TOP)/frameworks/av/include/media/stagefright/timedtext \
70 $(TOP)/frameworks/native/include/media/hardware \
71 $(TOP)/frameworks/native/include/media/openmax \
72 $(TOP)/external/flac/include \
73 $(TOP)/external/tremolo \
74 $(TOP)/external/libvpx/libwebm \
75 $(TOP)/system/netd/include \
  /frameworks/av/media/libstagefright/omx/tests/
Android.mk 11 $(TOP)/frameworks/av/media/libstagefright \
12 $(TOP)/frameworks/native/include/media/openmax
  /hardware/qcom/display/msm8084/libhwcomposer/
Android.mk 9 $(TOP)/external/skia/include/core \
10 $(TOP)/external/skia/include/images
  /packages/apps/TV/common/
Android.mk 13 $(TOP)/prebuilts/sdk/current/support/v7/recyclerview/res \
14 $(TOP)/prebuilts/sdk/current/support/v17/leanback/res \
  /external/dhcpcd-6.8.2/dev/
Makefile 0 TOP?= ../
2 include ${TOP}/Makefile.inc
3 include ${TOP}/config.mk
  /device/google/dragon-kernel/
push-kernel.sh 16 TOP="$2"
17 if [ -z "$TOP" ]; then
18 TOP="$(pwd)"
31 built_kernel="$TOP/device/google/dragon-kernel"
32 kernel="$TOP/kernel/private/dragon"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 24 import static com.android.ide.common.api.SegmentType.TOP;
56 null /* sourceX */, BOTTOM, null /* targetX */, TOP,
60 LAYOUT_BELOW(ATTR_LAYOUT_BELOW, null, TOP, null, BOTTOM, false, true, false, true),
61 ALIGN_TOP(ATTR_LAYOUT_ALIGN_TOP, null, TOP, null, TOP, false, true, false, false),
67 ALIGN_PARENT_TOP(ATTR_LAYOUT_ALIGN_PARENT_TOP, null, TOP, null, TOP, true, true, false, false),
180 case TOP:
199 case TOP:
201 case TOP
    [all...]
  /external/libavc/decoder/
ih264d_mvpred.c 61 * \param ps_currMv: Pointer to the left top edge of the current block in
69 * the candidate predictors and the pointer to the top left edge of the
88 | ((ps_mv_pred[TOP]->i1_ref_frame[u1_B]
130 * \param ps_currMv: Pointer to the left top edge of the current block in
138 * the candidate predictors and the pointer to the top left edge of the
168 ps_mv_pred[TOP] = &(ps_dec->s_default_mv_pred);
208 /* Check if the top subMB is available */
212 ps_mv_pred[TOP] = ps_mv_nmb - 4;
230 ps_mv_pred[TOP] = ps_mvpred_tmp;
231 pu0_scale[TOP] = u1_is_cur_mb_fld - u1_is_top_mb_fld
    [all...]
  /external/clang/test/Modules/
macros.c 70 #ifdef TOP
71 # error TOP should not be visible
77 // Import left module (which also imports top)
90 #ifndef TOP
91 # error TOP should be visible
106 // Import right module (which also imports top)
119 #ifndef TOP
120 # error TOP should be visible
127 TOP_RIGHT_REDEF *fp = &f; // ok, right's definition overrides top's definition

Completed in 683 milliseconds

1 2 3 45 6 7 8 91011>>