/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 117 … int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) { in simpleBinarySearch() 143 int32_t count=pkg.getItemCount(); in BinarySearchPackageLookup() local 163 int32_t count=pkg.getItemCount(); in call() local 207 … int32_t prefixBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) { in prefixBinarySearch() 253 int32_t count=pkg.getItemCount(); in call() local 280 int32_t count=pkg.getItemCount(); in BytesTriePackageLookup() local 310 int32_t count=pkg.getItemCount(); in call() local 351 int32_t *lengths, int &count, int limit ) { in ucharsTrieMatches() 412 const ULine *lines=perf.getCachedLines(); in UCharsTrieDictLookup() local 445 const ULine *lines=perf.getCachedLines(); in call() local [all …]
|
/external/toybox/toys/posix/ |
D | tail.c | 76 static int try_lseek(int fd, long bytes, long lines) in try_lseek() 137 long bytes = TT.bytes, lines = TT.lines; in do_tail() local 181 int len = new->len, count; in do_tail() local
|
D | ps.c | 1128 static struct carveup **collate(int count, struct dirtree *dt) in collate() 1350 int count; in top_common() member 1357 int i, lines, topoff = 0, done = 0; in top_common() local
|
/external/bison/examples/calc++/ |
D | position.hh | 86 void lines (int count = 1) in lines() function in yy::position 93 void columns (int count = 1) in columns()
|
D | location.hh | 96 void columns (unsigned int count = 1) in columns() 102 void lines (unsigned int count = 1) in lines() function in yy::location
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLShaderStringBuilder.cpp | 25 SkTArray<SkString> lines; in print_source_lines_with_numbers() local 36 int count, const SkSL::String& glsl, in print_shaders_line_by_line() 50 const char** skslStrings, int* lengths, int count, in translate_to_glsl() 85 int count, in GrGLCompileAndAttachShader() 173 int* lengths, int count, const SkSL::Program::Settings& settings) { in GrGLPrintShader()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | Limit.java | 34 values.put(CounterValue.TOTALCOUNT, "total count"); in values.put() 35 values.put(CounterValue.MISSEDCOUNT, "missed count"); in values.put() 36 values.put(CounterValue.COVEREDCOUNT, "covered count"); in values.put() 45 entities.put(CounterEntity.LINE, "lines"); in entities.put()
|
/external/skia/src/gpu/ops/ |
D | GrMSAAPathRenderer.cpp | 81 MSAALineVertices& lines) { in append_contour_edge_indices() argument 87 static inline void add_quad(MSAALineVertices& lines, MSAAQuadVertices& quads, const SkPoint pts[], in add_quad() 312 int count = quadPts.count(); in ComputeWorstCasePointCount() local 344 MSAALineVertices lines; in onPrepareDraws() local 493 bool createGeom(MSAALineVertices& lines, in createGeom() 548 int count = quadPts.count(); in createGeom() local
|
/external/skia/src/core/ |
D | SkEdgeClipper.cpp | 33 static bool sort_increasing_Y(SkPoint dst[], const SkPoint src[], int count) { in sort_increasing_Y() 50 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine() local 76 int count = SkFindUnitQuadRoots(A, B, C, roots); in chopMonoQuadAt() local 526 static void assert_monotonic(const SkScalar coord[], int count) { in assert_monotonic() 542 void sk_assert_monotonic_y(const SkPoint pts[], int count) { in sk_assert_monotonic_y() 548 void sk_assert_monotonic_x(const SkPoint pts[], int count) { in sk_assert_monotonic_x()
|
D | SkScan_Hairline.cpp | 224 const int lines = 1 << level; in hair_quad() local 339 const int lines = compute_cubic_segs(pts); in hair_cubic() local 399 int count = SkChopCubicAtMaxCurvature(pts, tmp, tValues); in haircubic() local 667 void SkScan::HairLine(const SkPoint pts[], int count, const SkRasterClip& clip, in HairLine() 688 void SkScan::AntiHairLine(const SkPoint pts[], int count, const SkRasterClip& clip, in AntiHairLine()
|
D | SkEdgeBuilder.cpp | 274 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly() local 451 int count = this->build(path, builderClip, shiftEdgesUp, canCullToTheRight, analyticAA); in build_edges() local
|
/external/clang/test/Analysis/ |
D | misc-ps.c | 72 unsigned actual_base, lines; in rdar10308201() local 141 int rdar_12075238_(unsigned long count) { in rdar_12075238_()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 200 bool PDBSourceLineWriter::PrintLines(IDiaEnumLineNumbers *lines) { in PrintLines() 204 ULONG count; in PrintLines() local 285 CComPtr<IDiaEnumLineNumbers> lines; in PrintFunction() local 311 ULONG count; in PrintSourceFiles() local 347 ULONG count = 0; in PrintFunctions() local 516 ULONG count = 0; in PrintFrameDataUsingPDB() local 1027 DWORD count; in GetFunctionStackParamSize() local
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_sched.h | 81 unsigned count() { return !!uc[0] + !!uc[1] + !!uc[2] + !!uc[3]; } in count() function 184 sb_set<unsigned> lines; variable
|
/external/autotest/client/profilers/powertop/src/ |
D | powertop.c | 64 uint64_t count; member 76 struct line *lines; variable 89 void push_line(char *string, int count) in push_line() 107 void push_line_pid(char *string, int count, char *pid) in push_line_pid() 146 int update_irq(int irq, uint64_t count, char *name) in update_irq() 191 uint64_t count = 0; in do_proc_irq() local 939 char *count, *pid, *process, *func; in main() local
|
/external/skia/src/codec/ |
D | SkJpegCodec.cpp | 87 uint32_t count = get_endian_int(data + 4, littleEndian); in is_orientation_marker() local 487 int SkJpegCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() 524 uint32_t lines = jpeg_read_scanlines(fDecoderMgr->dinfo(), &decodeDst, 1); in readRows() local 769 int SkJpegCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() 779 bool SkJpegCodec::onSkipScanlines(int count) { in onSkipScanlines()
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | Standard_Suite.py | 48 def count(self, _object, _attributes={}, **_arguments): member in Standard_Suite_Events 211 lines = line variable
|
/external/ImageMagick/MagickCore/ |
D | string.c | 424 count; in ConcatenateMagickString() local 629 count; in ConfigureFileToStringInfo() local 1100 count; in FormatMagickSize() local 1174 count; in FormatMagickTime() local 2136 MagickExport double *StringToArrayOfDoubles(const char *string,ssize_t *count, in StringToArrayOfDoubles() 2308 lines; in StringToList() local
|
/external/python/cpython2/Lib/ |
D | trace.py | 357 def write_results_file(self, path, lines, lnotab, lines_hit): argument 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | PerfTest.java | 678 int count = 0; in readToEOS() local 714 int count = 0; in readToEOS() local 776 String[] lines = null; in readLines() local
|
/external/skia/gm/ |
D | dashing.cpp | 173 int count = *intervals++; in onDraw() local 493 SkPath lines; variable
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 58 int lines; /**< number of lines on this edge */ member 98 unsigned count; member 713 int lines, in subtriangle()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 141 Breakpoint breakpoint, byte suspendPolicy, int count) { in setCountableBreakpoint() 849 int count = request.getNextValueAsInt(); in getFieldID() local 2346 int lines = reply.getNextValueAsInt(); in getLineNumber() local 2384 int lines = reply.getNextValueAsInt(); in getLineCodeIndex() local
|
/external/doclava/src/com/google/doclava/ |
D | Doclava.java | 636 int count; in readManifest() local 1005 int i, count = files.length; in writeDirectory() local 1172 int i, count = files.length; in writeJdDirList() local 1190 Matcher lines = DocFile.LINE.matcher(filedata); in writeJdDirList() local
|
/external/jline/src/src/main/java/jline/ |
D | ConsoleReader.java | 1412 int count = 0; in backspace() local 1414 int lines = getCursorPosition() / termwidth; in backspace() local
|