/external/ceres-solver/examples/ |
D | nist.cc | 147 bool GetAndSplitLine(std::ifstream& ifs, std::vector<std::string>* pieces) { in GetAndSplitLine() argument 148 pieces->clear(); in GetAndSplitLine() 151 SplitStringUsingChar(std::string(buf), ' ', pieces); in GetAndSplitLine() 167 std::vector<std::string> pieces; in NISTProblem() local 169 GetAndSplitLine(ifs, &pieces); in NISTProblem() 170 const int kNumResponses = std::atoi(pieces[1].c_str()); in NISTProblem() 172 GetAndSplitLine(ifs, &pieces); in NISTProblem() 173 const int kNumPredictors = std::atoi(pieces[0].c_str()); in NISTProblem() 175 GetAndSplitLine(ifs, &pieces); in NISTProblem() 176 const int kNumObservations = std::atoi(pieces[0].c_str()); in NISTProblem() [all …]
|
/external/clang/test/SemaObjC/ |
D | property-typecheck-1.m | 72 NSMutableArray* pieces; field 76 …property (readonly) NSArray* pieces; // expected-warning {{type of property 'pieces' does not matc… property 79 - (NSMutableArray*) pieces; // expected-note 2 {{declared here}} method 93 …return container.pieces; // expected-warning {{type of property 'pieces' does not match type of ac…
|
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 69 pieces(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 88 if(pieces != NULL) { in cleanPieces() 90 if(pieces[i] != NULL) { in cleanPieces() 91 delete[] pieces[i]; in cleanPieces() 94 uprv_free(pieces); in cleanPieces() 95 pieces = NULL; in cleanPieces() 144 buffer.append(pieces[i][current[i]]); in next() 183 pieces = (UnicodeString **)uprv_malloc(sizeof(UnicodeString *)); in setSource() 188 if (pieces == NULL || pieces_lengths == NULL || current == NULL) { in setSource() 193 pieces[0] = new UnicodeString[1]; in setSource() [all …]
|
D | ucnv_imp.h | 111 UConverterNamePieces *pieces,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CanonicalIterator.java | 90 for (int i = 0; i < pieces.length; ++i) { in next() 91 buffer.append(pieces[i][current[i]]); in next() 103 if (current[i] < pieces[i].length) break; // got sequence in next() 121 pieces = new String[1][]; in setSource() 123 pieces[0] = new String[]{""}; in setSource() 147 pieces = new String[segmentList.size()][]; in setSource() 149 for (i = 0; i < pieces.length; ++i) { in setSource() 151 pieces[i] = getEquivalents(segmentList.get(i)); in setSource() 237 private String[][] pieces; field in CanonicalIterator
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ByteStringTest.java | 149 final List<ByteString> pieces = makeConcretePieces(testBytes); in testCopyFrom_Iterable() local 151 ByteString byteString = ByteString.copyFrom(pieces); in testCopyFrom_Iterable() 157 return pieces.iterator(); in testCopyFrom_Iterable() 546 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testCompositeSubstring() local 547 ByteString listString = ByteString.copyFrom(pieces); in testCompositeSubstring() 582 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testCopyFromList() local 583 ByteString listString = ByteString.copyFrom(pieces); in testCopyFromList() 595 List<ByteString> pieces = makeConcretePieces(referenceBytes); in testConcat() local 597 Iterator<ByteString> iter = pieces.iterator(); in testConcat() 696 List<ByteString> pieces = new ArrayList<ByteString>(); in makeConcretePieces() local [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | AnnotationUtils.java | 175 ArrayList<String> pieces = new ArrayList<String>(20); in makeSignature() local 203 pieces.add(raw.substring(at, endAt)); in makeSignature() 207 int size = pieces.size(); in makeSignature() 211 list.set(i, new CstString(pieces.get(i))); in makeSignature()
|
/external/guava/guava/src/com/google/common/net/ |
D | InternetDomainName.java | 510 final String[] pieces = domain.split(DOT_REGEX, 2); in matchesWildcardPublicSuffix() local 511 return pieces.length == 2 && PublicSuffixPatterns.UNDER.containsKey(pieces[1]); in matchesWildcardPublicSuffix()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 390 PieceIterator pieces = new PieceIterator(this); in asReadOnlyByteBufferList() local 391 while (pieces.hasNext()) { in asReadOnlyByteBufferList() 392 LiteralByteString byteString = pieces.next(); in asReadOnlyByteBufferList() 784 private final PieceIterator pieces; field in RopeByteString.RopeByteIterator 789 pieces = new PieceIterator(RopeByteString.this); in RopeByteIterator() 790 bytes = pieces.next().iterator(); in RopeByteIterator() 804 bytes = pieces.next().iterator(); in nextByte()
|
/external/llvm/test/DebugInfo/ |
D | piece-verifier.ll | 27 !1 = !MDFile(filename: "pieces.c", directory: "") 31 !5 = !MDFile(filename: "pieces.c", directory: "")
|
/external/llvm/examples/ModuleMaker/ |
D | README.txt | 5 This project is an extremely simple example of using some simple pieces of the
|
/external/llvm/test/DebugInfo/X86/ |
D | pieces-1.ll | 54 !1 = !MDFile(filename: "pieces.c", directory: "") 58 !5 = !MDFile(filename: "pieces.c", directory: "")
|
/external/llvm/test/CodeGen/X86/ |
D | vshift_split2.ll | 3 ; Legalization example that requires splitting a large vector into smaller pieces.
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | future.txt | 9 The future of these pieces is to split them into independent packages, and refactor the internal Pa… 74 …o be refactored, and replacements exist in AuthKit and repoze.who. Some pieces might still have u…
|
/external/icu/icu4c/source/common/unicode/ |
D | caniter.h | 170 UnicodeString **pieces; variable
|
/external/selinux/ |
D | README | 19 distribution. If it breaks, you get to keep both pieces.
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
D | closurizednamespacesinfo.py | 258 pieces = identifier.split('.') 259 for piece in pieces:
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | httpheaders.py | 961 pieces = lang.split(";") 962 lang, params = pieces[0].strip().lower(), pieces[1:]
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | encoder.py | 383 pieces = [] 384 _EncodeVarint(pieces.append, value) 385 return "".join(pieces)
|
/external/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 391 pieces = [] 392 _EncodeVarint(pieces.append, value) 393 return "".encode("latin1").join(pieces) ##PY25
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 156 static bool removeUnneededCalls(PathPieces &pieces, BugReport *R, in removeUnneededCalls() argument 159 const unsigned N = pieces.size(); in removeUnneededCalls() 164 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(pieces.front()); in removeUnneededCalls() 165 pieces.pop_front(); in removeUnneededCalls() 202 pieces.push_back(piece); in removeUnneededCalls() 1964 static void addContextEdges(PathPieces &pieces, SourceManager &SM, in addContextEdges() argument 1966 PathPieces::iterator Prev = pieces.end(); in addContextEdges() 1967 for (PathPieces::iterator I = pieces.begin(), E = Prev; I != E; in addContextEdges() 2029 I = pieces.insert(I, Piece); in addContextEdges() 2045 static void simplifySimpleBranches(PathPieces &pieces) { in simplifySimpleBranches() argument [all …]
|
/external/openssh/contrib/aix/ |
D | README | 44 you get to keep both pieces.
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | template.py | 590 pieces = [] 599 return ('cond', start) + tuple(pieces), tokens[1:] 601 pieces.append(next)
|
/external/opencv/ |
D | README.rdoc | 62 …this runs the Android application that allows you to try out the various pieces implemented thus f… 73 …this runs the Android application that allows you to try out the various pieces implemented thus f…
|
/external/llvm/test/DebugInfo/ARM/ |
D | s-super-register.ll | 5 ; The S registers on ARM are expressed as pieces of their super-registers in DWARF.
|