HomeSort by relevance Sort by last modified time
    Searched refs:docs (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /development/build/
sdk-darwin-x86.atree 35 # Docs Component
38 external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
39 external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files
40 external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html
41 external/sonivox/docs/JET_Creator_User_Manual_files docs/JetCreator/JET_Creator_User_Manual_files
sdk-windows-x86.atree 90 # Docs Component
93 external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
94 external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files
95 external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html
96 external/sonivox/docs/JET_Creator_User_Manual_files docs/JetCreator/JET_Creator_User_Manual_files
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/
Makefile 13 docs \
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/
Makefile 11 docs
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/
Makefile 13 docs \
  /external/libvpx/libvpx/
docs.mk 12 INSTALL_MAPS += docs/% docs/%
43 CLEAN-OBJS += doxyfile $(wildcard docs/html/*)
44 docs/html/index.html: doxyfile $(CODEC_DOX) $(TXT_DOX)
47 DOCS-yes += docs/html/index.html
49 DIST-DOCS-yes = $(wildcard docs/html/*)
50 DIST-DOCS-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX))
51 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_templat
    [all...]
  /external/skia/tools/
update-doxygen.sh 4 # can be browsed at http://skia-autogen.googlecode.com/svn/docs/html/index.html
9 # whether docs should be commited (true by default).
17 svn checkout https://skia-autogen.googlecode.com/svn/docs # writeable
20 # docs directory does not exist, skia-autogen must have been reset.
21 # Create a non svn docs directory instead.
22 mkdir docs
26 # Prepare a temporary dir and check out Skia trunk and docs.
39 if [ -d "docs" ]; then
40 svn update --accept theirs-full docs
41 svn info docs
    [all...]
  /external/doclava/res/assets/templates/
trailer.cs 4 init(); /* initialize android-developer-docs.js */
jd_lists.cs 3 each:page = docs.pages
lists.cs 2 <?cs each:page = docs.pages
  /docs/source.android.com/
Android.mk 3 #===================== docs for the s.a.c site =======================
10 # FIXME FIXME FIXME LOCAL_ADDITIONAL_DEPENDENCIES := tradefed-docs
20 # Sets up the Doxygen HAL reference docs and puts them in the right place
23 $(hide) doxygen docs/source.android.com/Doxyfile
29 # Run "make tradefed-docs" in "tradefed" branch before running this target
33 # live docs branch.
37 $(hide) cp -R out/target/common/docs/tradefed/reference $(OUT_DOCS)/online-sac
38 $(hide) cp out/target/common/docs/tradefed/navtree_data.js $(OUT_DOCS)/online-sac/navtree_data.js
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/
Makefile 1 SUBDIRS=d3dapi gd3dapi docs d3d1xstutil d3d1xshader gd3d1x gd3d11 gd3d10 dxgi dxgid3d11 dxgid3d10
  /external/mesa3d/src/gallium/state_trackers/d3d1x/
Makefile 1 SUBDIRS=d3dapi gd3dapi docs d3d1xstutil d3d1xshader gd3d1x gd3d11 gd3d10 dxgi dxgid3d11 dxgid3d10
  /ndk/build/tools/
build-docs.sh 21 DEFAULT_OUT_DIR=/tmp/ndk-$USER/docs
32 in \$NDK/docs/text. See \$NDK/docs/tools/README for the input file format.
43 register_option "--in-dir=<path>" do_in_dir "Specify input directory" "\$NDK/docs/text"
59 SUBST_PROGRAM=$ANDROID_NDK_ROOT/docs/tools/ndk-markdown-substitutions.py
68 IN_DIR=$ANDROID_NDK_ROOT/docs/text
74 OUT_DIR=$ANDROID_NDK_ROOT/docs
79 TEMP_DIR=$NDK_TMPDIR/build-docs
  /build/tools/droiddoc/test/stubs/
func.sh 48 -d $OBJ_DIR/docs \
52 && rm -rf $OBJ_DIR/docs/assets \
53 && mkdir -p $OBJ_DIR/docs/assets \
54 && cp -fr tools/droiddoc/templates/assets/* $OBJ_DIR/docs/assets/ \
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_fetchers.py 156 '''Configure the fake fetcher paths relative to the docs directory.
158 docs = '/'.join((sys.path[0], os.pardir))
160 url_constants.OMAHA_PROXY_URL: FakeOmahaProxy(docs),
161 re.escape(url_constants.OMAHA_DEV_HISTORY): FakeOmahaHistory(docs),
162 '%s/.*' % url_constants.SVN_URL: FakeSubversionServer(docs),
163 '%s/.*' % url_constants.VIEWVC_URL: FakeViewvcServer(docs),
164 '%s/commits/.*' % url_constants.GITHUB_URL: FakeGithubStat(docs),
165 '%s/zipball' % url_constants.GITHUB_URL: FakeGithubZip(docs),
166 '%s/api/.*' % url_constants.CODEREVIEW_SERVER: FakeRietveldAPI(docs),
168 FakeRietveldTarball(docs),
    [all...]
  /external/clang/
Makefile 17 DIRS := utils/TableGen include lib tools runtime docs unittests
27 DIRS := $(filter-out tools docs, $(DIRS))
31 DIRS := $(filter-out docs unittests, $(DIRS))
45 DIRS := $(filter-out docs, $(DIRS))
  /build/tools/droiddoc/templates-pdk/
trailer.cs 4 init(); /* initialize android-developer-docs.js */
  /external/llvm/
Makefile 18 # 6. Build tools, runtime, docs.
34 tools/llvm-config tools runtime docs unittests
51 DIRS := $(filter-out docs, $(DIRS))
55 DIRS := $(filter-out tools runtime docs, $(DIRS))
60 DIRS := $(filter-out tools runtime docs, $(DIRS))
65 DIRS := $(filter-out runtime docs, $(DIRS))
74 tools/clang/runtime tools/clang/docs \
81 DIRS := $(filter-out tools docs unittests, $(DIRS)) \
87 DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests
190 docs/doxygen.cfg
    [all...]
  /build/core/
droiddoc.mk 159 @echo Docs droiddoc: $(PRIVATE_OUT_DIR)
192 @echo Docs javadoc: $(PRIVATE_OUT_DIR)
220 .PHONY: $(LOCAL_MODULE)-docs
221 $(LOCAL_MODULE)-docs : $(full_target)
225 # Define a rule to create a zip of these docs.
226 out_zip := $(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip
229 @echo Package docs: $@
234 $(call dist-for-goals,docs,$(out_zip))
  /external/blktrace/
Makefile 42 docs:
44 $(MAKE) -C btt docs
45 $(MAKE) -C btreplay docs
  /external/clang/docs/
Makefile 1 ##===- docs/Makefile ---------------------------------------*- Makefile -*-===##
88 userloc: $(LLVM_SRC_ROOT)/docs/userloc.html
90 $(LLVM_SRC_ROOT)/docs/userloc.html:
93 -html lib include tools runtime utils examples autoconf test > docs/userloc.html
  /build/tools/droiddoc/templates-ds/
customizations.cs 13 include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
28 include:"../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?>
46 include:"../../../../frameworks/base/docs/html/tools/tools_toc.cs" ?>
66 include:"../../../../frameworks/base/docs/html/training/training_toc.cs" ?>
86 include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
106 include:"../../../../frameworks/base/docs/html/design/design_toc.cs" ?>
125 include:"../../../../frameworks/base/docs/html/distribute/distribute_toc.cs" ?>
145 include:"../../../../frameworks/base/docs/html/google/google_toc.cs" ?>
169 include:"../../../../frameworks/base/docs/html/about/about_toc.cs" ?>
189 include:"../../../../frameworks/base/docs/html/distribute/more/more_toc.cs" ?
    [all...]
trailer.cs 46 init(); /* initialize android-developer-docs.js */
  /build/tools/droiddoc/templates-sdk/
customizations.cs 13 include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
28 include:"../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?>
46 include:"../../../../frameworks/base/docs/html/tools/tools_toc.cs" ?>
66 include:"../../../../frameworks/base/docs/html/training/training_toc.cs" ?>
86 include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
106 include:"../../../../frameworks/base/docs/html/design/design_toc.cs" ?>
125 include:"../../../../frameworks/base/docs/html/distribute/distribute_toc.cs" ?>
145 include:"../../../../frameworks/base/docs/html/samples/samples_toc.cs" ?>
169 include:"../../../../frameworks/base/docs/html/google/google_toc.cs" ?>
193 include:"../../../../frameworks/base/docs/html/about/about_toc.cs" ?
    [all...]

Completed in 413 milliseconds

1 2 3 4 5 6