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:INC_DIR
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cJSON/tests/unity/extras/fixture/test/
H
A
D
Makefile
17
INC_DIR
= -I../src -I../../../src/
macro
24
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_SUPPORT_64
29
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -m32
34
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC
40
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -std=c89 && ./$(TARGET)
41
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC -std=c89
52
$(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(
INC_DIR
) -o $(TARGET) -fprofile-arcs -ftest-coverage
/third_party/unity/extras/fixture/test/
H
A
D
Makefile
14
INC_DIR
= -I../src -I../../../src/
macro
21
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_SUPPORT_64
26
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -m32
31
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC
37
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -std=c89 && ./$(TARGET)
38
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC -std=c89
49
$(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(
INC_DIR
) -o $(TARGET) -fprofile-arcs -ftest-coverage
/third_party/unity/extras/memory/test/
H
A
D
Makefile
20
INC_DIR
= -I../src -I../../../src/
macro
27
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_SUPPORT_64
32
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -m32
37
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC
43
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -std=c89 && ./$(TARGET)
44
$(CC) $(CFLAGS) $(DEFINES) $(SRC) $(
INC_DIR
) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC -std=c89
55
$(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(
INC_DIR
) -o $(TARGET) -fprofile-arcs -ftest-coverage
/third_party/unity/test/
H
A
D
Makefile
33
INC_DIR
= -I ../src
macro
101
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC1) -o $(TARGET)
103
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC2) -o $(TARGET)
105
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC3) -o $(TARGET)
107
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC4) -o $(TARGET)
109
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC5) -o $(TARGET)
111
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC6) -o $(TARGET)
113
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC7) -o $(TARGET)
115
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC8) -o $(TARGET)
121
$(CC) $(CFLAGS) $(
INC_DIR
)
[all...]
/third_party/cJSON/tests/unity/test/
H
A
D
Makefile
22
INC_DIR
= -I ../src
macro
42
$(CC) $(CFLAGS) $(DEFINES) $(
INC_DIR
) $(SRC) -o $(TARGET)
48
$(CC) $(CFLAGS) $(
INC_DIR
) $(UNITY_C_ONLY) -D UNITY_EXCLUDE_STDINT_H
49
$(CC) $(CFLAGS) $(
INC_DIR
) $(UNITY_C_ONLY) -D UNITY_EXCLUDE_LIMITS_H
Completed in 2 milliseconds