/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 94 Decorator d; in PrintShadowByte() local 101 Decorator d; in PrintShadowBytes() local 241 Decorator d; in DescribeAddressRelativeToGlobal() local 333 Decorator d; in PrintAccessAndVarIntersection() local 372 Decorator d; in DescribeAddressIfStack() local 437 Decorator d; in DescribeAccessToHeapChunk() local 475 Decorator d; in DescribeHeapAddress() local 601 Decorator d; in ReportStackOverflow() local 616 Decorator d; in ReportSIGSEGV() local 632 Decorator d; in ReportDoubleFree() local [all …]
|
/external/speex/libspeex/ |
D | vq_sse.h | 36 …codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) in vq_nbest() 50 __m128 d = _mm_mul_ps(E[i], half); in vq_nbest() local 75 …codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) in vq_nbest_sign() 89 __m128 d = _mm_setzero_ps(); in vq_nbest_sign() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAnalyzer.java | 40 int[] stack = new int[length]; in computeMaxStack() local 61 private void initStack(int[] stack, CodeAttribute ca) { in initStack() 71 private void visitBytecode(CodeIterator ci, int[] stack, int index) in visitBytecode() 99 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch() 190 int[] stack, int stackDepth) in checkTarget() 196 int d = stack[target]; in checkTarget() local 211 private int visitInst(int op, CodeIterator ci, int index, int stack) in visitInst()
|
/external/compiler-rt/lib/msan/ |
D | msan_report.cc | 40 Decorator d; in DescribeStackOrigin() local 63 Decorator d; in DescribeOrigin() local 99 void ReportUMR(StackTrace *stack, u32 origin) { in ReportUMR() 104 Decorator d; in ReportUMR() local 115 void ReportExpectedUMRNotFound(StackTrace *stack) { in ReportExpectedUMRNotFound() 144 Decorator d; in ReportAtExitStatistics() local 203 Decorator d; in DescribeMemoryRange() local 268 Decorator d; in ReportUMRInsideAddressRange() local
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | JSONWriter.java | 81 private JSONObject stack[]; field in JSONWriter 297 public JSONWriter value(double d) throws JSONException { in value()
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_qsort.c | 284 size_t d=(((last-first)/size)>>3)*size; in pivot_big() local 323 stack_entry stack[STACK_SIZE]; in qsort_nonaligned() local 354 stack_entry stack[STACK_SIZE]; in qsort_aligned() local 385 stack_entry stack[STACK_SIZE]; in qsort_words() local
|
/external/openssl/ssl/ |
D | ssl_cert.c | 722 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, in SSL_add_file_cert_subjects_to_stack() 785 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, in SSL_add_dir_cert_subjects_to_stack() 788 OPENSSL_DIR_CTX *d = NULL; in SSL_add_dir_cert_subjects_to_stack() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.cc | 94 FdDesc *d = fddesc(thr, pc, fd); in init() local 130 FdDesc *d = &tab[l2]; in FdOnFork() local 136 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { in FdLocation() 143 FdDesc *d = &tab[l2]; in FdLocation() local 156 FdDesc *d = fddesc(thr, pc, fd); in FdAcquire() local 167 FdDesc *d = fddesc(thr, pc, fd); in FdRelease() local 179 FdDesc *d = fddesc(thr, pc, fd); in FdAccess() local 187 FdDesc *d = fddesc(thr, pc, fd); in FdClose() local
|
D | tsan_rtl_report.cc | 59 static void StackStripMain(ReportStack *stack) { in StackStripMain() 111 const uptr *stack = StackDepotGet(stack_id, &ssz); in SymbolizeStackId() local 122 ReportStack *stack = 0; in SymbolizeStack() local 165 void ScopedReport::AddStack(const StackTrace *stack, bool suppressable) { in AddStack() 172 const StackTrace *stack, const MutexSet *mset) { in AddMemoryAccess() 185 MutexSet::Desc d = mset->Get(i); in AddMemoryAccess() local 414 InternalScopedBuffer<uptr> stack(kShadowStackSize); in RestoreStack() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 248 for (int d = 0; i->defExists(d); ++d) in buildLiveSetsPreSSA() local 280 for (int d = 0; i->defExists(d); ++d) in buildDefSetsPreSSA() local 299 Stack *stack; member in nv50_ir::RenamePass 354 for (Value::DefIterator d = lval->defs.begin(); in convertToSSA() local 447 int d, s; in search() local
|
D | nv50_ir_ra.cpp | 340 std::stack<BasicBlock *> stack; in visit() local 411 for (int d = 0; cal->defExists(d); ++d) { in visit() local 455 unsigned int s, d; in buildLiveSets() local 571 for (int d = 0; i->defExists(d); ++d) { in visit() local 686 std::stack<uint32_t> stack; member in nv50_ir::GCRA 1054 for (int d = 0; insn->defExists(d); ++d) in buildRIG() local 1205 for (Value::DefCIterator d = vB->defs.begin(); d != vB->defs.end(); ++d) { in checkInterference() local 1370 for (Value::DefIterator d = lval->defs.begin(); d != lval->defs.end(); in cleanup() local 1483 for (Value::DefIterator d = lval->defs.begin(); d != lval->defs.end(); in run() local 1612 for (int d = 0; split->defExists(d); ++d) { in resolveSplitsAndMerges() local [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 248 for (int d = 0; i->defExists(d); ++d) in buildLiveSetsPreSSA() local 280 for (int d = 0; i->defExists(d); ++d) in buildDefSetsPreSSA() local 299 Stack *stack; member in nv50_ir::RenamePass 354 for (Value::DefIterator d = lval->defs.begin(); in convertToSSA() local 447 int d, s; in search() local
|
D | nv50_ir_ra.cpp | 340 std::stack<BasicBlock *> stack; in visit() local 411 for (int d = 0; cal->defExists(d); ++d) { in visit() local 455 unsigned int s, d; in buildLiveSets() local 571 for (int d = 0; i->defExists(d); ++d) { in visit() local 686 std::stack<uint32_t> stack; member in nv50_ir::GCRA 1054 for (int d = 0; insn->defExists(d); ++d) in buildRIG() local 1205 for (Value::DefCIterator d = vB->defs.begin(); d != vB->defs.end(); ++d) { in checkInterference() local 1370 for (Value::DefIterator d = lval->defs.begin(); d != lval->defs.end(); in cleanup() local 1483 for (Value::DefIterator d = lval->defs.begin(); d != lval->defs.end(); in run() local 1612 for (int d = 0; split->defExists(d); ++d) { in resolveSplitsAndMerges() local [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | profiledata.cc | 66 const int d = entry.depth; in Evict() local 260 void ProfileData::Add(int depth, const void* const* stack) { in Add()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | profiledata.cc | 66 const int d = entry.depth; in Evict() local 260 void ProfileData::Add(int depth, const void* const* stack) { in Add()
|
D | memory_region_map.cc | 680 RegionSet::iterator d = region; in RecordRegionRemoval() local 717 RegionSet::iterator d = region; in RecordRegionRemoval() local 737 const void* const stack[], in RecordRegionRemovalInBucket()
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Amd.h | 60 Index cs_tdfs(Index j, Index k, Index *head, const Index *next, Index *post, Index *stack) in cs_tdfs() 95 int d, dk, dext, lemax = 0, e, elenk, eln, i, j, k, k1, in minimum_degree_ordering() local
|
/external/opencv/cv/src/ |
D | cvapprox.cpp | 173 Cv32suf d; in icvApproximateChainTC89() local 531 CvSeq* stack = 0; in icvApproxPolyDP_32s() local 735 CvSeq* stack = 0; in icvApproxPolyDP_32f() local
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_cert.c | 831 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, in SSL_add_file_cert_subjects_to_stack() 894 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, in SSL_add_dir_cert_subjects_to_stack() 897 OPENSSL_DIR_CTX *d = NULL; in SSL_add_dir_cert_subjects_to_stack() local
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-mips32-linux.c | 250 UWord * stack; in do_clone() local 373 Bool d; in notify_core_of_mmap() local
|
/external/chromium-trace/ |
D | script.js | 16 this.base=function(){function d(a){"/"==a[a.length-1]&&(a=a.substring(0,a.length-1));l=a}function b… function 24 base.exportTo("tracing",function(){function d(a){for(var c=0,e=0;e<a.length;++e)c=(c+37*c+11*a.char… function 27 base.exportTo("tracing.importer.linux_perf",function(){function d(a){this.importer=a;this.model=a.m… class 28 base.exportTo("tracing.trace_model",function(){function d(a,c){this.guid_=base.GUID.allocate();this… function 32 base.exportTo("tracing.importer.linux_perf",function(){function d(c){a.call(this,c);c.registerEvent… function 38 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEvent… function 41 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEvent… function 43 base.exportTo("tracing.importer.linux_perf",function(){function d(c){a.call(this,c);c.registerEvent… function 47 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEvent… function 57 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEvent… function [all …]
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 283 const SkClipStack& stack, in skip_clip_stack_prefix() 818 void SkPDFDevice::drawPaint(const SkDraw& d, const SkPaint& paint) { in drawPaint() 843 void SkPDFDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode, in drawPoints() 930 void SkPDFDevice::drawRect(const SkDraw& d, const SkRect& rect, in drawRect() 970 void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath, in drawPath() 1088 void SkPDFDevice::drawBitmap(const SkDraw& d, const SkBitmap& bitmap, in drawBitmap() 1100 void SkPDFDevice::drawSprite(const SkDraw& d, const SkBitmap& bitmap, in drawSprite() 1112 void SkPDFDevice::drawText(const SkDraw& d, const void* text, size_t len, in drawText() 1156 void SkPDFDevice::drawPosText(const SkDraw& d, const void* text, size_t len, in drawPosText() 1207 void SkPDFDevice::drawTextOnPath(const SkDraw& d, const void* text, size_t len, in drawTextOnPath() [all …]
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 298 const SkClipStack& stack, in skip_clip_stack_prefix() 824 void SkPDFDevice::drawPaint(const SkDraw& d, const SkPaint& paint) { in drawPaint() 849 void SkPDFDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode, in drawPoints() 936 void SkPDFDevice::drawRect(const SkDraw& d, const SkRect& rect, in drawRect() 971 void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath, in drawPath() 1089 void SkPDFDevice::drawBitmap(const SkDraw& d, const SkBitmap& bitmap, in drawBitmap() 1101 void SkPDFDevice::drawSprite(const SkDraw& d, const SkBitmap& bitmap, in drawSprite() 1113 void SkPDFDevice::drawText(const SkDraw& d, const void* text, size_t len, in drawText() 1156 void SkPDFDevice::drawPosText(const SkDraw& d, const void* text, size_t len, in drawPosText() 1314 void SkPDFDevice::drawTextOnPath(const SkDraw& d, const void* text, size_t len, in drawTextOnPath() [all …]
|
/external/chromium_org/v8/src/compiler/ |
D | instruction-selector.cc | 116 InstructionOperand* b, InstructionOperand* c, InstructionOperand* d, in Emit() 235 CallBuffer::CallBuffer(Zone* zone, CallDescriptor* d, in CallBuffer() 993 int stack = OpParameter<int>(state->InputAt(2)); in GetFrameStateDescriptor() local 1030 Node* stack = state->InputAt(2); in AddFrameStateInputs() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | ErrorManager.java | 616 DFAState d) in nondeterminism() 625 DFAState d) in danglingState() 656 DFAState d, in insufficientPredicates() 797 StackTraceElement[] stack = e.getStackTrace(); in getLastNonErrorManagerCodeLocation() local
|