HomeSort by relevance Sort by last modified time
    Searched full:topdir (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Android.mk 21 $(TOPDIR)external/parameter-framework/parameter \
22 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
23 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/include \
24 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/interface \
  /external/toybox/scripts/
test.sh 3 [ -z "$TOPDIR" ] && TOPDIR="$(pwd)"
24 . "$TOPDIR"/scripts/runtest.sh
25 [ -f "$TOPDIR/generated/config.h" ] && export OPTIONFLAGS=:$(echo $(sed -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/generated/config.h") | sed 's/ /:/g')
31 . "$TOPDIR"/tests/$i.test
34 for i in "$TOPDIR"/tests/*.test
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
Makefile 11 include $(TOPDIR)/Rules.make
  /external/libxml2/os400/
make.sh 13 cd "${TOPDIR}"
36 for TEXT in "${TOPDIR}/AUTHORS" "${TOPDIR}/ChangeLog" \
37 "${TOPDIR}/Copyright" "${TOPDIR}/HACKING" "${TOPDIR}/README" \
38 "${TOPDIR}/MAINTAINERS" "${TOPDIR}/NEWS" "${TOPDIR}/TODO" \
39 "${TOPDIR}/TODO_SCHEMAS" "${TOPDIR}/os400/README400
    [all...]
  /frameworks/av/services/audiopolicy/
Android.mk 22 $(TOPDIR)frameworks/av/services/audioflinger \
25 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
26 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface \
74 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/include \
85 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
86 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface \
110 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
111 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface \
  /sdk/build/
patch_windows_sdk.sh 35 TOPDIR=${TOPDIR:-$3}
38 if [[ -f ${TOPDIR}sdk/build/tools.windows.atree ]]; then
39 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}sdk/build/tools.windows.atree \
41 -I ${TOPDIR:-.} \
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
Android.mk 12 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/include \
13 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/interface \
14 $(TOPDIR)frameworks/av/services/audiopolicy/utilities/convert \
  /external/freetype/include/config/
ftmodule.h 5 * the objects directory (normally `<topdir>/objs/') based on information
6 * from `<topdir>/modules.cfg'.
  /external/llvm/utils/
countloc.sh 15 # The script takes one optional option, -topdir, which specifies the top llvm
24 if test "$1" = "-topdir" ; then
25 TOPDIR="$2"
28 TOPDIR=`llvm-config --src-root`
32 if test -d "$TOPDIR" ; then
33 cd $TOPDIR
34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
getsrcs.sh 13 # The optional -topdir option can be used to specify the top LLVM source
21 if test "$1" = "-topdir" ; then
22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
30 ./utils/llvmdo -topdir "$TOPDIR" \
llvmgrep 21 if test "$1" = "-topdir" ; then
22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
35 ./utils/llvmdo -topdir "$TOPDIR" \
  /frameworks/av/services/audiopolicy/common/managerdefinitions/
Android.mk 28 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
29 $(TOPDIR)frameworks/av/services/audiopolicy
  /frameworks/av/services/audiopolicy/engineconfigurable/
Android.mk 19 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/include \
20 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/interface \
21 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface
36 $(TOPDIR)frameworks/av/services/audiopolicy/common/include
  /frameworks/av/services/audiopolicy/enginedefault/
Android.mk 16 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface
32 $(TOPDIR)frameworks/av/services/audiopolicy/common/include
  /development/build/
Android.mk 7 $(TOPDIR)development/sdk/%_source.prop_template, \
9 $(wildcard $(TOPDIR)development/sdk/*_source.prop_template)) \
11 $(TOPDIR)development/samples/%_source.prop_template, \
13 $(wildcard $(TOPDIR)development/samples/*_source.prop_template)) \
15 $(TOPDIR)development/sys-img/%_source.prop_template, \
17 $(wildcard $(TOPDIR)development/sys-img/*_source.prop_template))
27 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties : $(TOPDIR)development/sys-img/%_source.prop_template
38 $(HOST_OUT)/development/sdk/%_source.properties : $(TOPDIR)development/sdk/%_source.prop_template
47 $(HOST_OUT)/development/samples/%_source.properties : $(TOPDIR)development/samples/%_source.prop_template
128 api_gen_jar := $(TOPDIR)prebuilts/tools/common/api-generator/api-generator-22.9.2.ja
    [all...]
  /development/ide/emacs/
android-compile.el 55 (defun android-find-makefile (topdir)
59 TOPDIR is the root directory of the build.
61 MAKEFILE_PATH is the relative path of the makefile wrt TOPDIR.
63 ;; TODO: Could check that topdir is the start of default-directory.
64 (unless (> (length topdir) 2)
65 (error "Topdir invalid %s for current dir %s" topdir default-directory))
69 (while (and (> (length default-directory) (length topdir))
78 (if (string= default-directory topdir)
81 (setq default-directory (substring default-directory (length topdir) nil)
    [all...]
  /frameworks/av/services/mediaresourcemanager/
Android.mk 14 $(TOPDIR)frameworks/av/include
  /development/build/tools/
patch_windows_sdk.sh 32 # $3 = An optional replacement for $TOPDIR (inherited from the Android
50 TOPDIR=${TOPDIR:-$3}
68 $USB_DRIVER_HOOK $V $TEMP_SDK_DIR $TOPDIR
74 ${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \
76 -I ${TOPDIR:-.} \
windows_sdk.mk 25 # Define WIN_SDK_TARGETS (the list of targets located in topdir/sdk)
28 include $(TOPDIR)sdk/build/windows_sdk_tools.mk
32 # the topdir/development directory and are somehow platform-dependent.
95 $(TOPDIR)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
96 $(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)
98 $(TOPDIR)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
99 $(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)
  /cts/apps/CameraITS/tools/
run_all_tests.py 66 topdir = tempfile.mkdtemp()
67 print "Saving output files to:", topdir, "\n"
80 camera_ids_path = os.path.join(topdir, "camera_ids.txt")
85 retcode = subprocess.call(cmd,cwd=topdir)
98 os.mkdir(os.path.join(topdir, camera_id))
100 os.mkdir(os.path.join(topdir, camera_id, d))
113 out_path = os.path.join(topdir, camera_id, scene+".jpg")
119 retcode = subprocess.call(cmd,cwd=topdir)
125 outdir = os.path.join(topdir,camera_id,scene)
175 summary_path = os.path.join(topdir, camera_id, "summary.txt"
    [all...]
  /device/asus/fugu/libaudio/
Android.mk 112 $(TOPDIR)frameworks/av/services/audiopolicy \
113 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
114 $(TOPDIR)frameworks/av/services/audiopolicy/common/managerdefinitions/include \
115 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface
  /external/e2fsprogs/debian/attic/libs/
rules 24 topdir = $(shell pwd)
25 debdir = $(topdir)/debian
27 builddir = $(topdir)/builddir
85 sed s%$(topdir)/lib/et%/usr/share/comerr% \
94 sed s%$(topdir)/lib/ss%/usr/share/ss% \
115 install -p $(topdir)/doc/libext2fs_*.html \
118 install -p $(topdir)/lib/et/com_err_*.html \
122 install -p $(topdir)/doc/libext2fs.texinfo \
124 install -p $(topdir)/lib/et/com_err.texinfo \
139 install -p $(topdir)/lib/et/compile_et.1 $(maindir)/usr/man/man1
    [all...]
  /external/pdfium/third_party/freetype/include/config/
ftmodule.h 22 * the objects directory (normally `<topdir>/objs/') based on information
23 * from `<topdir>/modules.cfg'.
  /frameworks/rs/java/tests/ImageProcessing2/
Android.mk 31 LOCAL_RENDERSCRIPT_INCLUDES_OVERRIDE := $(TOPDIR)external/clang/lib/Headers \
32 $(TOPDIR)frameworks/rs/scriptc
  /frameworks/rs/java/tests/RSTest_CompatLib/
Android.mk 34 $(TOPDIR)external/clang/lib/Headers \
35 $(TOPDIR)frameworks/rs/scriptc

Completed in 475 milliseconds

1 2 3