Searched refs:parses (Results 1 – 25 of 83) sorted by relevance
1234
/external/chromium_org/tools/gn/ |
D | trace.cc | 187 std::vector<const TraceItem*> parses; in SummarizeTraces() local 193 parses.push_back(events[i]); in SummarizeTraces() 209 SummarizeParses(parses, out); in SummarizeTraces()
|
/external/bison/tests/ |
D | cxx-type.at | 421 AT_SETUP([GLR: Merge conflicting parses, impure, no locations]) 428 AT_SETUP([GLR: Merge conflicting parses, impure, locations]) 435 AT_SETUP([GLR: Merge conflicting parses, pure, no locations]) 441 AT_SETUP([GLR: Merge conflicting parses, pure, locations])
|
/external/e2fsprogs/debian/ |
D | control.in | 59 This package includes a tool that parses a command table to generate 71 This package includes a tool that parses a command table to generate 86 The libuuid library generates and parses 128-bit universally unique 102 The libuuid library generates and parses 128-bit universally unique 126 libuuid generates and parses 128-bit universally unique ids (UUIDs). 138 libuuid generates and parses 128-bit universally unique ids (UUIDs).
|
/external/llvm/bindings/ocaml/bitreader/ |
D | llvm_bitreader.mli | 24 (** [parse_bitcode context mb] parses the bitcode for a new module [m] from the
|
/external/regex-re2/doc/ |
D | mksyntaxgo | 25 Package syntax parses regular expressions into parse trees and compiles
|
/external/chromium_org/third_party/re2/doc/ |
D | mksyntaxgo | 25 Package syntax parses regular expressions into parse trees and compiles
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 72 This package includes a tool that parses a command table to generate 108 libuuid generates and parses 128-bit universally unique id's (UUID's),
|
/external/clang/test/Index/ |
D | crash-recovery-modules.m | 10 // subsequent parses do the right thing.
|
/external/chromium_org/v8/test/preparser/ |
D | preparser.status | 30 # TODO(mstarzinger): This script parses but throws a TypeError when run.
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.sed | 2 # This script parses a command_table file into something which is a bit
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.mli | 24 (** [DataLayout.create rep] parses the target data string representation [rep].
|
/external/markdown/docs/ |
D | release-2.0.txt | 50 Python-Markdown now parses markdown source text more closely to the other
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | recover.test | 96 # Leaf-only database parses.
|
/external/chromium_org/sync/protocol/ |
D | sync_enums.proto | 93 // out-of-date client parses a value it doesn't
|
/external/iptables/include/ |
D | xtables.h.in | 230 /* Function which parses command options; returns true if it 295 /* Function which parses command options; returns true if it
|
/external/llvm/docs/tutorial/ |
D | LangImpl2.rst | 188 which parses that production. For numeric literals, we have: 318 then parses it with a function call. 400 ``ParseBinOpRHS`` is the function that parses the sequence of pairs for 447 parses the primary expression that follows. This builds up the whole
|
D | OCamlLangImpl2.rst | 131 which parses that production. We call this class of expressions 301 ``Parser.parse_bin_rhs`` is the function that parses the sequence of 348 parses the primary expression that follows. This builds up the whole
|
/external/chromium_org/third_party/libphonenumber/src/resources/ |
D | phonenumber.proto | 71 // but in the method that parses and keeps raw_input. New fields could be added upon request.
|
/external/clang/docs/ |
D | ClangFormat.rst | 127 The python script `clang/tools/clang-format-diff.py` parses the output of
|
/external/ipsec-tools/ |
D | NEWS | 103 o Setkey parses lines one by one => doesn't exit on errors.
|
/external/openssh/ |
D | OVERVIEW | 100 - The client main program is in ssh.c. It first parses arguments
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 110 * -parse-noop parses code without building an AST. This is useful
|
/external/llvm/docs/ |
D | HowToUseInstrMappings.rst | 27 describe all the instructions using that model. TableGen parses all the relation
|
/external/chromium/googleurl/ |
D | README.txt | 5 This is the Google URL Parsing Library which parses and canonicalizes URLs.
|
/external/protobuf/ |
D | CHANGES.txt | 154 * Message interface has method ParseFromBoundedZeroCopyStream() which parses 271 * New overload of mergeFrom() which parses a slice of a byte array instead
|
1234