Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 1510) sorted by relevance

12345678910>>...61

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DConstant.java69 public boolean has(char ch, String additional) { in has() argument
70 return has(ch) || additional.indexOf(ch, 0) != -1; in has()
73 public boolean hasNo(char ch, String additional) { in hasNo() argument
74 return !has(ch, additional); in hasNo()
/external/zlib/src/as400/
Dbndsrc90 /* Version 1.2.1 additional entry points. */
133 /* Version 1.2.5 additional entry points. */
183 /* Version 1.2.6 additional entry points. */
206 /* Version 1.2.8 additional entry points. */
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
DPropertyCategory.java61 public static final PropertyCategory system(PropertyCategory system, int additional) { in system() argument
63 return system(system.getPriority() - SYSTEM_BASE + additional); in system()
/external/llvm/test/MC/Mips/
Dnacl-mask.s25 # Check that additional nop is inserted, to align mask and jr to the next
62 # Check that additional nop is inserted, to align mask and load to the next
130 # Check that additional nop is inserted, to align mask and store to the next
187 # Check that additional nop is inserted, to align instruction and mask to the
197 # check that 2 additional nops are inserted, to align it to the next bundle.
/external/iptables/
DINSTALL39 ${includedir}, which is needed for building additional packages,
46 Produce additional binaries, iptables-static/ip6tables-static,
96 is still capable of loading additional extensions.
/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h51 inline bool TypedMDRVA<MDType>::Allocate(size_t additional) { in Allocate() argument
53 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + additional); in Allocate()
/external/ltp/doc/
Dltp-run-files.txt15 if run network tests flag is passed these additional tests are run
65 testcases/kernel/syscalls/epoll - The tests require additional installation files. See the README i…
/external/swiftshader/third_party/LLVM/autoconf/
DLICENSE.TXT9 additional copyrights and restrictions:
23 Please see the source files for additional copyrights.
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
DLICENSE.TXT9 additional copyrights and restrictions:
23 Please see the source files for additional copyrights.
/external/valgrind/exp-bbv/tests/amd64-linux/
Dclone_test.S3 # count for additional 500 million each before exit
83 # count an additional 500 million
/external/valgrind/exp-bbv/tests/x86-linux/
Dclone_test.S3 # count for additional 500 million each before exit
83 # count an additional 500 million
/external/markdown/docs/extensions/
Dextra.txt35 There may be additional extensions that are distributed with
39 additional extensions, we suggest creating your own clone of Extra
Dfootnotes.txt30 blockquotes and most any other markdown syntax. The additional line simply
31 must be indented at least an additional four spaces.
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h399 unsigned additional, in forPrototypePlus() argument
403 additional += in forPrototypePlus()
407 return RequiredArgs(prototype->getNumParams() + additional); in forPrototypePlus()
421 unsigned additional, in forPrototypePlus() argument
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD); in forPrototypePlus()
/external/eigen/cmake/
Dlanguage_support.cmake3 # Temporary additional general language support is contained within this
6 # This additional function definition is needed to provide a workaround for
/external/hyphenation-patterns/en-US/
Dhyph-en-us.lic.txt35 % only the additional patterns, without the \patterns command, etc.
38 % ushyphmax.tex now contains both the additional patterns from
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
Dmessage.py147 self.additional = []
218 for rrset in self.additional:
290 elif section is self.additional:
411 for rrset in self.additional:
633 if not section is self.message.additional or seen_opt:
652 if not (section is self.message.additional and
719 self._get_section(self.message.additional, adcount)
956 section = self.message.additional
/external/syslinux/gpxe/
DREADME4 booting, with extensions to allow additional features such as booting
9 additional protocols and features.
/external/libyuv/files/
D.gn5 # tree. An additional intellectual property rights grant can be found
24 # to force additional review for new uses of exec_script, which is strongly
/external/ltp/
Drunltp118 -c NUM_PROCS Run LTP under additional background CPU load
125 … Run LTP under additional background Load on Secondary Storage (Seperate by comma)
133 -g HTMLFILE Create an additional HTML output format
135 -i NUM_PROCS Run LTP under additional background Load on IO Bus
141 Run LTP under additional background Load on Main memory (Seperate by comma)
/external/openssh/openbsd-compat/
Dgetrrsetbyname.c172 struct dns_rr *additional; member
439 resp->additional = parse_dns_rrsection(answer, size, &cp, in parse_dns_response()
441 if (resp->header.arcount && resp->additional == NULL) { in parse_dns_response()
594 free_dns_rr(p->additional); in free_dns_response()
/external/mesa3d/src/mesa/swrast/
DNOTES43 Drivers may add additional triangle/line/point functions to swrast by
52 pixel- level interfaces to a framebuffer, with a few additional hooks
/external/webrtc/
D.gn5 # tree. An additional intellectual property rights grant can be found
24 # to force additional review for new uses of exec_script, which is strongly
/external/llvm/include/llvm/Support/
DLICENSE.TXT4 License and has the following additional copyright:
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DLICENSE.TXT4 License and has the following additional copyright:

12345678910>>...61