OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RESOURCES
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/samples/uresb/
Makefile
25
RESOURCES
=$(RES_SRC:%.txt=%.res)
32
all: $(
RESOURCES
) $(TARGET)
48
-$(RMV) $(OBJECTS) $(TARGET) $(
RESOURCES
)
51
##
resources
67
check: $(TARGET) $(
RESOURCES
)
/external/proguard/build/
makefile
68
define
RESOURCES
73
$(1): $(CLASSES) $(CLASSES)/$(1).class $(call
RESOURCES
,$(1)) $(LIB)
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java
47
public final static int
RESOURCES
= 11;
Completed in 959 milliseconds