Searched refs:manual (Results 1 - 25 of 46) sorted by relevance

12

/external/valgrind/main/none/tests/
H A Dcmdline4.stderr.exp2 valgrind: Use --help for more information or consult the user manual.
/external/bzip2/
H A DMakefile138 rm -f manual.ps manual.html manual.pdf
141 dist: check manual
172 $(DISTNAME)/manual.html \
173 $(DISTNAME)/manual.pdf \
174 $(DISTNAME)/manual.ps \
198 $(DISTNAME)/manual.xml \
203 # For rebuilding the manual from sources on my SuSE 9.1 box
206 entities.xml manual
[all...]
/external/bison/build-aux/
H A Dgnu-web-doc-update3 # http://www.gnu.org/software/$pkg/manual/
38 http://www.gnu.org/software/\$pkg/manual/
163 make web-manual
170 $RSYNC -avP "$builddir"/doc/manual/ $tmp/$pkg/manual
173 cd $tmp/$pkg/manual
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
H A DMakefile176 pdf: $(OUTPUT)user-manual.pdf
214 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir)
285 $(OUTPUT)user-manual.html: $(OUTPUT)user-manual.xml
288 $(OUTPUT)perf.info: $(OUTPUT)user-manual.texi
289 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ $(OUTPUT)user-manual.texi
291 $(OUTPUT)user-manual.texi: $(OUTPUT)user-manual.xml
293 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \
298 $(OUTPUT)user-manual
[all...]
/external/openssl/crypto/des/
H A DFILES020 des.man - des(1) manual.
28 des_crypt.man - libdes.a manual page.
/external/chromium_org/extensions/renderer/resources/
H A Devent.js60 NullAttachmentStrategy.prototype.detach = function(manual) {
85 UnfilteredAttachmentStrategy.prototype.detach = function(manual) {
86 eventNatives.DetachEvent(this.event_.eventName, manual);
116 function(listener, manual) {
122 eventNatives.DetachFilteredEvent(id, manual);
125 FilteredAttachmentStrategy.prototype.detach = function(manual) {
127 this.detachListener(this.listenerMap_[i], manual);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_oauth_enrollment.css79 #oauth-enrollment.mode-manual #oauth-enroll-learn-more-link,
135 .oauth-enroll-state-signin.mode-manual #oauth-enroll-cancel-button,
138 .oauth-enroll-state-working.mode-manual #oauth-enroll-cancel-button,
141 .oauth-enroll-state-error.mode-manual #oauth-enroll-cancel-button,
/external/chromium_org/v8/tools/push-to-trunk/
H A Dpush_to_trunk.py401 group.add_argument("-m", "--manual",
414 if not options.manual and not options.reviewer:
417 if not options.manual and not options.author:
425 options.tbr_commit = not options.manual
H A Dchromium_roll.py134 options.manual = False
H A Dcommon_includes.py385 if not self._options.manual: # pragma: no cover
386 msg = msg or "Only available in manual mode."
671 options.manual = getattr(options, "manual", True)
678 options.force_readline_defaults = not options.manual
679 options.force_upload = not options.manual
H A Dtest_scripts.py677 def _PushToTrunk(self, force=False, manual=False):
733 force_flag = " -f" if not manual else ""
751 if manual:
762 if manual:
770 if manual:
790 if manual:
804 if manual: args.append("-m")
818 self._PushToTrunk(manual=True)
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME5 * Apache Ant 1.7.0 or greater; see http://ant.apache.org/manual/install.html
/external/bison/doc/
H A Dbison.x43 manual, which should be taken as authoritative.
/external/chromium_org/build/android/pylib/gtest/
H A Dsetup.py242 def _FilterTestsUsingPrefixes(all_tests, pre=False, manual=False):
248 manual: If True, include tests with MANUAL_ prefix.
259 if not manual:
/external/clang/docs/analyzer/
H A Dmake.bat32 echo. man to make manual pages
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/external/clang/docs/
H A Dmake.bat32 echo. man to make manual pages
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/external/llvm/docs/
H A Dmake.bat32 echo. man to make manual pages
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc559 ManualCompaction manual; local
560 manual.level = level;
561 manual.done = false;
563 manual.begin = NULL;
566 manual.begin = &begin_storage;
569 manual.end = NULL;
572 manual.end = &end_storage;
576 while (!manual.done && !shutting_down_.Acquire_Load() && bg_error_.ok()) {
578 manual_compaction_ = &manual;
584 if (manual_compaction_ == &manual) {
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dhost_vc.mk7 # http://www.gnu.org/software/make/manual/make.html
/external/libunwind/doc/
H A Dunw_get_fpreg.tex24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_get_reg.tex24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_set_fpreg.tex24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
H A Dunw_set_reg.tex24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_unittest.cc949 // Now add a manual entry and then change the Google base URL such that the
951 TemplateURL* manual = AddKeywordWithDate( local
952 "manual", "google.de", "http://google.de/search?q={searchTerms}",
957 // Verify that the manual entry is untouched, and the autogenerated keyword
959 ASSERT_EQ(manual,
961 EXPECT_EQ("google.de", manual->url_ref().GetHost(search_terms_data()));
968 // even though it didn't match the base URL, while the manual entry is still
971 ASSERT_EQ(manual, model()->GetTemplateURLForHost("google.de"));
972 EXPECT_EQ("google.de", manual->url_ref().GetHost(search_terms_data()));
973 EXPECT_EQ(ASCIIToUTF16("google.de"), manual
[all...]
/external/bison/
H A Dcfg.mk25 # Used in maint.mk's web-manual rule

Completed in 625 milliseconds

12