OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOCS
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/
docs.mk
12
INSTALL_MAPS +=
docs
/%
docs
/%
45
CLEAN-OBJS += doxyfile $(wildcard
docs
/html/*)
46
docs
/html/index.html: doxyfile $(CODEC_DOX) $(TXT_DOX)
49
DOCS
-yes +=
docs
/html/index.html
51
DIST-
DOCS
-yes = $(wildcard
docs
/html/*)
52
DIST-
DOCS
-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX))
53
DIST-
DOCS
-$(CONFIG_CODEC_SRCS) += src/libs.doxy_templat
[
all
...]
examples.mk
255
DOCS
-yes += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
libs.mk
246
DOCS
-yes += libs.doxy
/external/libvpx/build/make/
Makefile
262
DOCS
=$(call cond_enabled,CONFIG_INSTALL_DOCS,
DOCS
)
263
.
docs
: $(
DOCS
)
266
INSTALL-
DOCS
=$(call cond_enabled,CONFIG_INSTALL_DOCS,INSTALL-
DOCS
)
268
INSTALL-
DOCS
+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-
DOCS
)
270
.install-
docs
: .
docs
$(addprefix $(DIST_DIR)/,$(INSTALL-DOCS)
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java
64
/** OS Path to the target specific
docs
*/
65
public final static int
DOCS
= 19;
AddOnTarget.java
167
case
DOCS
:
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java
417
// check the
docs
path separately from the rest of the paths as it's a URI.
634
// The order is: android.jar, source folder,
docs
folder
643
String targetDocPath = target.getPath(IAndroidTarget.
DOCS
);
Completed in 240 milliseconds