Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TOP_DIR
(Results
1 - 25
of
32
) sorted by relevance
1
2
/third_party/skia/third_party/externals/freetype/builds/os2/
H
A
D
os2-dev.mk
18
DEVEL_DIR := $(
TOP_DIR
)/devel
21
include $(
TOP_DIR
)/builds/os2/os2-def.mk
24
include $(
TOP_DIR
)/builds/compiler/gcc-dev.mk
27
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
os2-def.mk
19
PLATFORM_DIR := $(
TOP_DIR
)/builds/os2
/third_party/skia/third_party/externals/freetype/builds/unix/
H
A
D
unix-dev.mk
19
DEVEL_DIR := $(
TOP_DIR
)/devel
21
include $(
TOP_DIR
)/builds/unix/unixddef.mk
22
include $(
TOP_DIR
)/builds/compiler/gcc-dev.mk
23
include $(
TOP_DIR
)/builds/link_std.mk
H
A
D
unix.mk
16
PLATFORM_DIR := $(
TOP_DIR
)/builds/unix
36
include $(
TOP_DIR
)/builds/$(PROJECT).mk
57
include $(
TOP_DIR
)/builds/unix/install.mk
H
A
D
unixddef.mk
17
TOP_DIR
:= $(shell cd $(
TOP_DIR
); pwd)
macro
H
A
D
install.mk
57
$(INSTALL_DATA) $(
TOP_DIR
)/include/ft2build.h \
72
$(INSTALL_DATA) $(
TOP_DIR
)/docs/freetype-config.1 \
/third_party/skia/third_party/externals/freetype/builds/windows/
H
A
D
w32-bccd.mk
16
DEVEL_DIR := $(
TOP_DIR
)/devel
18
include $(
TOP_DIR
)/builds/windows/win32-def.mk
20
include $(
TOP_DIR
)/builds/compiler/bcc-dev.mk
23
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
w32-dev.mk
22
DEVEL_DIR := $(
TOP_DIR
)/devel
24
include $(
TOP_DIR
)/builds/windows/win32-def.mk
26
include $(
TOP_DIR
)/builds/compiler/gcc-dev.mk
29
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
w32-lcc.mk
17
include $(
TOP_DIR
)/builds/windows/win32-def.mk
18
include $(
TOP_DIR
)/builds/compiler/win-lcc.mk
21
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
w32-gcc.mk
22
include $(
TOP_DIR
)/builds/windows/win32-def.mk
25
include $(
TOP_DIR
)/builds/compiler/gcc.mk
28
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
w32-bcc.mk
21
include $(
TOP_DIR
)/builds/windows/win32-def.mk
22
include $(
TOP_DIR
)/builds/compiler/bcc.mk
25
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
w32-icc.mk
21
include $(
TOP_DIR
)/builds/windows/win32-def.mk
22
include $(
TOP_DIR
)/builds/compiler/visualage.mk
25
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
w32-intl.mk
21
include $(
TOP_DIR
)/builds/windows/win32-def.mk
22
include $(
TOP_DIR
)/builds/compiler/intelc.mk
25
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
w32-mingw32.mk
22
include $(
TOP_DIR
)/builds/windows/win32-def.mk
27
include $(
TOP_DIR
)/builds/compiler/gcc.mk
30
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
w32-vcc.mk
21
include $(
TOP_DIR
)/builds/windows/win32-def.mk
22
include $(
TOP_DIR
)/builds/compiler/visualc.mk
25
include $(
TOP_DIR
)/builds/link_dos.mk
H
A
D
win32-def.mk
19
PLATFORM_DIR := $(
TOP_DIR
)/builds/windows
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H
A
D
Makefile
0
#
TOP_DIR
and OBJ_DIR should be set by the user to the right directories,
4
TOP_DIR
?= ../../..
macro
5
OBJ_DIR ?= $(
TOP_DIR
)/objs
15
SRC_DIR = $(
TOP_DIR
)/src/tools/ftrandom
29
INCLUDES = -I $(
TOP_DIR
)/include
/third_party/skia/third_party/externals/freetype/
H
A
D
Makefile
21
# The variable
TOP_DIR
holds the path to the topmost directory in the project
24
TOP_DIR
?= .
macro
29
OBJ_DIR ?= $(
TOP_DIR
)/objs
32
include $(
TOP_DIR
)/builds/toplevel.mk
/third_party/skia/third_party/externals/freetype/builds/
H
A
D
freetype.mk
24
# e.g., `$(
TOP_DIR
)/builds/unix'. Added to INCLUDES also.
69
#
TOP_DIR
, SEP,
91
SRC_DIR := $(
TOP_DIR
)/src
100
PUBLIC_DIR := $(
TOP_DIR
)/include/freetype
107
DOC_DIR ?= $(
TOP_DIR
)/docs
125
$(
TOP_DIR
)/include)
162
include $(
TOP_DIR
)/builds/exports.mk
171
# `$(
TOP_DIR
)/include/freetype'. $(INTERNAL_H), and $(CONFIG_H) are defined
190
DEVEL_H := $(wildcard $(
TOP_DIR
)/devel/*.h)
H
A
D
toplevel.mk
58
# prefer a `modules.cfg' file in OBJ_DIR over
TOP_DIR
.
61
MODULES_CFG := $(
TOP_DIR
)/modules.cfg
92
# not necessarily $(
TOP_DIR
).
114
include $(
TOP_DIR
)/builds/detect.mk
119
ifeq ($(wildcard $(
TOP_DIR
)/src/dlg/dlg.*),)
120
ifeq ($(wildcard $(
TOP_DIR
)/subprojects/dlg/*),)
198
include $(
TOP_DIR
)/builds/modules.mk
205
$(subst /,$(SEP),$(
TOP_DIR
)/include/freetype/freetype.h)))
/third_party/skia/third_party/externals/freetype/src/dlg/
H
A
D
rules.mk
35
DLG_H := $(
TOP_DIR
)/include/dlg/dlg.h \
36
$(
TOP_DIR
)/include/dlg/output.h
/third_party/skia/third_party/externals/freetype/builds/dos/
H
A
D
dos-def.mk
19
PLATFORM_DIR := $(
TOP_DIR
)/builds/dos
/third_party/skia/third_party/externals/freetype/builds/ansi/
H
A
D
ansi-def.mk
19
PLATFORM_DIR := $(
TOP_DIR
)/builds/ansi
/third_party/skia/third_party/externals/freetype/builds/beos/
H
A
D
beos-def.mk
21
PLATFORM_DIR := $(
TOP_DIR
)/builds/beos
H
A
D
detect.mk
33
PLATFORM_DIR := $(
TOP_DIR
)/builds/beos
Completed in 8 milliseconds
1
2