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:OBJECTS
(Results
1 - 25
of
46
) sorted by relevance
1
2
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
Makefile
9
OBJECTS
:= $(SOURCES:.cpp=.o)
macro
14
DEPS := $(
OBJECTS
:.o=.d) $(CLI_OBJECTS:.o=.d)
35
$(STATIC_LIB): $(
OBJECTS
)
36
$(AR) rcs $@ $(
OBJECTS
)
42
rm -f $(TARGET) $(
OBJECTS
) $(CLI_OBJECTS) $(STATIC_LIB) $(DEPS)
/third_party/icu/icu4c/source/samples/legacy/
H
A
D
Makefile
36
OBJECTS
=legacy.o newcol.o oldcol.o
macro
40
DEPS=$(
OBJECTS
:.o=.d)
54
-$(RMV) $(
OBJECTS
) $(TARGET)
59
$(TARGET): $(
OBJECTS
)
/third_party/skia/third_party/externals/icu/source/samples/legacy/
H
A
D
Makefile
36
OBJECTS
=legacy.o newcol.o oldcol.o
macro
40
DEPS=$(
OBJECTS
:.o=.d)
54
-$(RMV) $(
OBJECTS
) $(TARGET)
59
$(TARGET): $(
OBJECTS
)
/third_party/skia/third_party/externals/brotli/
H
A
D
Makefile
8
OBJECTS
= $(addprefix $(OBJDIR)/, $(SOURCES:.c=.o))
macro
38
$(EXECUTABLE): $(
OBJECTS
)
39
$(CC) $(LDFLAGS) $(
OBJECTS
) -lm -o $(BINDIR)/$(EXECUTABLE)
53
$(
OBJECTS
): $$(patsubst %.o,%.c,$$(patsubst $$(OBJDIR)/%,%,$$@)) | $(DIRS)
/third_party/bounds_checking_function/
H
A
D
Makefile
26
OBJECTS
=$(patsubst %.c,%.o,$(SOURCES))
macro
33
$(PROJECT): $(
OBJECTS
)
35
$(CC) -shared -o lib/$@ $(patsubst %.o,obj/%.o,$(notdir $(
OBJECTS
))) $(LD_FLAG)
/third_party/icu/icu4c/source/samples/uresb/
H
A
D
Makefile
31
OBJECTS
=uresb.o
macro
51
-$(RMV) $(
OBJECTS
) $(TARGET) $(RESOURCES)
66
$(TARGET): $(
OBJECTS
)
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H
A
D
Makefile
31
OBJECTS
=uresb.o
macro
51
-$(RMV) $(
OBJECTS
) $(TARGET) $(RESOURCES)
66
$(TARGET): $(
OBJECTS
)
/third_party/skia/third_party/externals/spirv-cross/samples/cpp/
H
A
D
Makefile
9
OBJECTS
:= $(CPP_DRIVER:.cpp=.o) $(CPP_INTERFACE:.cpp=.o)
macro
29
$(RM) -f $(EXECUTABLES) $(SPIRV) $(CPP_INTERFACE) $(
OBJECTS
)
/third_party/icu/icu4c/source/samples/udata/
H
A
D
Makefile
32
OBJECTS
=$(OBJECTS1) $(OBJECTS2)
macro
57
-$(RMV) $(
OBJECTS
) $(TARGET1) $(TARGET2)
/third_party/skia/third_party/externals/icu/source/samples/udata/
H
A
D
Makefile
32
OBJECTS
=$(OBJECTS1) $(OBJECTS2)
macro
57
-$(RMV) $(
OBJECTS
) $(TARGET1) $(TARGET2)
/third_party/icu/icu4c/source/samples/citer/
H
A
D
Makefile
17
OBJECTS
=citer.o
macro
/third_party/icu/icu4c/source/samples/csdet/
H
A
D
Makefile
18
OBJECTS
=csdet.o
macro
/third_party/icu/icu4c/source/samples/coll/
H
A
D
Makefile
18
OBJECTS
=coll.o
macro
/third_party/icu/icu4c/source/samples/msgfmt/
H
A
D
Makefile
18
OBJECTS
=main.o util.o
macro
/third_party/icu/icu4c/source/samples/strsrch/
H
A
D
Makefile
18
OBJECTS
=strsrch.o
macro
/third_party/icu/icu4c/source/samples/ustring/
H
A
D
Makefile
17
OBJECTS
=ustring.o
macro
/third_party/icu/icu4c/source/samples/case/
H
A
D
Makefile
18
OBJECTS
=case.o ucase.o
macro
/third_party/icu/icu4c/source/samples/translit/
H
A
D
Makefile
18
OBJECTS
=main.o unaccent.o util.o
macro
/third_party/icu/icu4c/source/samples/numfmt/
H
A
D
Makefile
18
OBJECTS
=main.o util.o capi.o
macro
/third_party/icu/icu4c/source/samples/uciter8/
H
A
D
Makefile
17
OBJECTS
=uciter8.o uit_len8.o
macro
/third_party/icu/icu4c/source/samples/ugrep/
H
A
D
Makefile
18
OBJECTS
=ugrep.o
macro
/third_party/icu/icu4c/source/samples/datecal/
H
A
D
Makefile
18
OBJECTS
=cal.o ccal.o
macro
/third_party/icu/icu4c/source/samples/datefmt/
H
A
D
Makefile
17
OBJECTS
=main.o util.o
macro
/third_party/icu/icu4c/source/samples/props/
H
A
D
Makefile
18
OBJECTS
=props.o
macro
/third_party/icu/icu4c/source/samples/break/
H
A
D
Makefile
18
OBJECTS
=break.o ubreak.o
macro
Completed in 4 milliseconds
1
2