OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:topdir
(Results
26 - 50
of
128
) sorted by null
1
2
3
4
5
6
/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 \
27
$(
TOPDIR
)frameworks/av/services/audiopolicy/utilities
79
LOCAL_C_INCLUDES += $(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/include
90
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
91
$(
TOPDIR
)frameworks/av/services/audiopolicy/engine/interface \
92
$(
TOPDIR
)frameworks/av/services/audiopolicy/utilities
128
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
129
$(
TOPDIR
)frameworks/av/services/audiopolicy/engine/interfac
[
all
...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/
Android.mk
33
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
34
$(
TOPDIR
)frameworks/av/services/audiopolicy \
35
$(
TOPDIR
)frameworks/av/services/audiopolicy/utilities \
46
$(
TOPDIR
)external/libxml2/include \
47
$(
TOPDIR
)external/icu/icu4c/source/common
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Android.mk
24
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
25
$(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/include \
26
$(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/interface \
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/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
" \
/external/skia/third_party/freetype/include/freetype-android/
ftmodule.h
5
* the objects directory (normally `<
topdir
>/objs/') based on information
6
* from `<
topdir
>/modules.cfg'.
/external/autotest/client/deps/pgpool/
pgpool.py
8
def setup(tarball,
topdir
):
11
srcdir = os.path.join(
topdir
, 'src')
19
% (
topdir
, os.environ['AUTODIR']))
23
os.chdir(
topdir
)
/external/autotest/client/deps/webgl_clear/
webgl_clear.py
12
def setup(
topdir
):
15
@param
topdir
: The directory of this deps.
18
srcdir = os.path.join(
topdir
, 'src')
19
filesdir = os.path.join(
topdir
, 'files')
/external/autotest/client/deps/webgl_perf/
webgl_perf.py
13
def setup(
topdir
):
15
@param
topdir
: The directory of this deps.
18
srcdir = os.path.join(
topdir
, 'src')
19
filesdir = os.path.join(
topdir
, 'files')
/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
/external/curl/packages/OS400/
initscript.sh
26
# The script directory is supposed to be in $
TOPDIR
/packages/os400.
28
TOPDIR
=`dirname "${SCRIPTDIR}"`
29
TOPDIR
=`dirname "${
TOPDIR
}"`
30
export SCRIPTDIR
TOPDIR
35
< "${
TOPDIR
}/lib/Makefile.am"`
69
"${
TOPDIR
}/include/curl/curlver.h" |
72
"${
TOPDIR
}/include/curl/curlver.h" |
75
"${
TOPDIR
}/include/curl/curlver.h" |
78
"${
TOPDIR
}/include/curl/curlver.h"
[
all
...]
/frameworks/av/services/audiopolicy/enginedefault/
Android.mk
14
$(
TOPDIR
)frameworks/av/services/audiopolicy/engine/interface
30
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include
/toolchain/binutils/binutils-2.25/bfd/
dep-in.sed
9
s!@
TOPDIR
@/include!$(INCDIR)!g
11
s!@
TOPDIR
@/opcodes!$(srcdir)/../opcodes!g
/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
22
# Define WIN_SDK_TARGETS (the list of targets located in
topdir
/sdk)
25
include $(
TOPDIR
)sdk/build/windows_sdk_tools.mk
29
# the
topdir
/development directory and are somehow platform-dependent.
86
$(
TOPDIR
)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
87
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(
TOPDIR
)
89
$(
TOPDIR
)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
90
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(
TOPDIR
)
/external/autotest/client/deps/pyxinput/
pyxinput.py
19
def setup(
topdir
):
32
os.chdir(os.path.join(
topdir
, 'src'))
53
os.chdir(
topdir
)
/external/curl/docs/examples/
makefile.dj
27
TOPDIR
= ../..
29
include $(
TOPDIR
)/packages/DOS/common.dj
33
LIBS = $(
TOPDIR
)/lib/libcurl.a
/toolchain/binutils/binutils-2.25/gas/
dep-in.sed
9
s!@
TOPDIR
@/include!$(INCDIR)!g
11
s!@
TOPDIR
@/bfd!$(BFDDIR)!g
14
s!@
TOPDIR
@/opcodes!$(srcdir)/../opcodes!g
/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
158
api_gen_jar := $(
TOPDIR
)prebuilts/tools/common/api-generator/api-generator-25.0.0.ja
[
all
...]
Completed in 714 milliseconds
1
2
3
4
5
6