OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:topdir
(Results
1 - 25
of
64
) sorted by null
1
2
3
/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
:-.} \
/external/chromium_org/third_party/skia/third_party/freetype/include_overrides/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
" \
llvmdo
20
# llvmdo [-
topdir
DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS...
22
# The -
topdir
option allows you to specify the llvm source root directly. If it
41
echo "Usage: llvmdo [-
topdir
DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS..."
45
if test "$1" = "-
topdir
" ; then
46
TOPDIR
="$2"
49
TOPDIR
=`llvm-config --src-root`
167
if test -d "$
TOPDIR
" ; then
168
cd $
TOPDIR
183
echo "Can't find LLVM top directory in $
TOPDIR
"
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
ftmodule.h
5
* the objects directory (normally `<
topdir
>/objs/') based on information
6
* from `<
topdir
>/modules.cfg'.
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
ftmodule.h
5
* the objects directory (normally `<
topdir
>/objs/') based on information
6
* from `<
topdir
>/modules.cfg'.
/external/chromium_org/third_party/freetype/include/freetype/config/
ftmodule.h
5
* the objects directory (normally `<
topdir
>/objs/') based on information
6
* from `<
topdir
>/modules.cfg'.
/external/freetype/include/config/
ftmodule.h
5
* the objects directory (normally `<
topdir
>/objs/') based on information
6
* from `<
topdir
>/modules.cfg'.
/external/oprofile/module/
Makefile.in
18
TOPDIR
:= $(KSRC)
19
CONFIG_SHELL :=
TOPDIR
=$(KSRC) /bin/bash
/external/oprofile/module/ia64/
Makefile.in
26
TOPDIR
:= $(KSRC)
27
CONFIG_SHELL :=
TOPDIR
=$(KSRC) /bin/bash
/external/oprofile/module/x86/
Makefile.in
24
TOPDIR
:= $(KSRC)
25
CONFIG_SHELL :=
TOPDIR
=$(KSRC) /bin/bash
/sdk/monitor/
Android.mk
24
RCP_MONITOR_DIR := $(
TOPDIR
)out/host/eclipse/rcp/build/I.RcpBuild
34
MONITOR_DEP_LIBRARIES := $(shell $(
TOPDIR
)sdk/eclipse/scripts/create_all_symlinks.sh -d)
38
$(LOCAL_BUILT_MODULE) : $(
TOPDIR
)sdk/monitor/monitor \
39
$(
TOPDIR
)sdk/monitor/build.xml \
40
$(
TOPDIR
)sdk/monitor/build.properties \
43
$(hide) $(
TOPDIR
)sdk/eclipse/scripts/create_all_symlinks.sh -c
44
$(hide)cd $(
TOPDIR
)sdk/monitor && \
68
$(hide)$(ACP) -fp $(V) $(
TOPDIR
)sdk/monitor/monitor $@
/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
123
api_gen_jar := $(
TOPDIR
)prebuilts/tools/common/api-generator/api-generator-22.9.1.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
...]
/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.
94
$(
TOPDIR
)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
95
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(
TOPDIR
)
97
$(
TOPDIR
)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
98
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(
TOPDIR
)
/sdk/adtproductbuild/
Android.mk
25
ADT_IDE_MODULE_DEPS := $(
TOPDIR
)sdk/adtproductbuild/$(LOCAL_MODULE)
27
ADT_IDE_BUILD_LOG := $(
TOPDIR
)out/host/eclipse/adtproduct/adtproduct.log
28
ADT_IDE_ARTIFACT_DIR := $(
TOPDIR
)out/host/eclipse/adtproduct/pbuild/I.RcpBuild
29
ADT_IDE_RELEASE_DIR := $(
TOPDIR
)out/host/eclipse/adtproduct/release
31
ADT_IDE_JAVA_LIBS := $(shell $(
TOPDIR
)sdk/eclipse/scripts/create_all_symlinks.sh -d)
35
ADT_VERSION := $(shell grep Bundle-Version $(
TOPDIR
)sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | sed 's/.*: \([0-9]\+.[0-9]\+.[0-9]\+\).*/\1/')
41
$(ADT_IDE_JAVA_TARGET) : $(
TOPDIR
)sdk/adtproductbuild/adt_eclipse_ide \
42
$(
TOPDIR
)sdk/adtproductbuild/build.xml \
43
$(
TOPDIR
)sdk/adtproductbuild/build.properties \
45
@if [[ ! -d $(
TOPDIR
)prebuilts/eclipse-build-deps ]]; then
[
all
...]
/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
...]
/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
/development/ndk/platforms/android-9/samples/native-activity/
Android.mk
34
$(
TOPDIR
)frameworks/base/native/include \
35
$(
TOPDIR
)frameworks/base/opengl/include \
36
$(
TOPDIR
)development/ndk/sources/android/native_app_glue
/external/flac/libFLAC/
Makefile.lite
35
topdir
= ../..
47
INCLUDES = -I./include -I$(
topdir
)/include -I$(OGG_INCLUDE_DIR)
88
include $(
topdir
)/build/lib.mk
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
89
/// -L=${
TOPDIR
}/test/libs/ARM/Android/android-14
90
Path search_dir(
TOPDIR
);
105
/// ${
TOPDIR
}/test/libs/ARM/Android/android-14/crtbegin_so.o
110
/// ${
TOPDIR
}/test/Android/Plasma/ARM/plasma.o
111
Path plasma(
TOPDIR
);
121
/// ${
TOPDIR
}/test/libs/ARM/Android/android-14/crtend_so.o
147
/// -L=${
TOPDIR
}/test/libs/ARM/Android/android-14
148
Path search_dir(
TOPDIR
);
163
/// ${
TOPDIR
}/test/libs/ARM/Android/android-14/crtbegin_so.o
168
/// ${
TOPDIR
}/test/Android/Plasma/ARM/plasma.
[
all
...]
Completed in 2630 milliseconds
1
2
3