/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 66 …public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subrout… in execute() argument 76 frame.push(Type.UNINIT); in execute() 85 frame.push(Type.INTEGER); in execute() 89 frame.push(Type.LONG); in execute() 90 frame.push(Type.TOP); in execute() 95 frame.push(Type.FLOAT); in execute() 99 frame.push(Type.DOUBLE); in execute() 100 frame.push(Type.TOP); in execute() 104 frame.push(Type.INTEGER); in execute() 107 evalLDC(iter.byteAt(pos + 1), frame); in execute() [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
D | Http2Test.java | 43 final Buffer frame = new Buffer(); field in Http2Test 44 final FrameReader fr = new Http2.Reader(frame, 4096, false); 48 writeMedium(frame, 4); // has a 4-byte field in unknownFrameTypeSkipped() 49 frame.writeByte(99); // type 99 in unknownFrameTypeSkipped() 50 frame.writeByte(Http2.FLAG_NONE); in unknownFrameTypeSkipped() 51 frame.writeInt(expectedStreamId); in unknownFrameTypeSkipped() 52 frame.writeInt(111111111); // custom data in unknownFrameTypeSkipped() 61 writeMedium(frame, (int) headerBytes.size()); in onlyOneLiteralHeadersFrame() 62 frame.writeByte(Http2.TYPE_HEADERS); in onlyOneLiteralHeadersFrame() 63 frame.writeByte(FLAG_END_HEADERS | FLAG_END_STREAM); in onlyOneLiteralHeadersFrame() [all …]
|
/external/lldb/examples/python/ |
D | pytracer.py | 25 def __init__(self,frame): argument 26 self.etraceback = frame.f_exc_traceback 27 self.etype = frame.exc_type 28 self.evalue = frame.f_exc_value 67 def __init__(self,frame,arginfo): argument 68 self.f = frame 120 def __init__(self,frame): argument 121 self.f = frame 148 def callEvent(self,frame): argument 151 def lineEvent(self,frame): argument [all …]
|
/external/google-breakpad/src/processor/ |
D | fast_source_line_resolver_unittest.cc | 158 static bool VerifyEmpty(const StackFrame &frame) { in VerifyEmpty() argument 159 if (frame.function_name.empty() && in VerifyEmpty() 160 frame.source_file_name.empty() && in VerifyEmpty() 161 frame.source_line == 0) in VerifyEmpty() 166 static void ClearSourceLineInfo(StackFrame *frame) { in ClearSourceLineInfo() argument 167 frame->function_name.clear(); in ClearSourceLineInfo() 168 frame->module = NULL; in ClearSourceLineInfo() 169 frame->source_file_name.clear(); in ClearSourceLineInfo() 170 frame->source_line = 0; in ClearSourceLineInfo() 212 StackFrame frame; in TEST_F() local [all …]
|
D | stackwalker_arm64.cc | 66 StackFrameARM64* frame = new StackFrameARM64(); in GetContextFrame() local 70 frame->context = *context_; in GetContextFrame() 71 frame->context_validity = context_frame_validity_; in GetContextFrame() 72 frame->trust = StackFrame::FRAME_TRUST_CONTEXT; in GetContextFrame() 73 frame->instruction = frame->context.iregs[MD_CONTEXT_ARM64_REG_PC]; in GetContextFrame() 75 return frame; in GetContextFrame() 105 scoped_ptr<StackFrameARM64> frame(new StackFrameARM64()); in GetCallerByCFIFrameInfo() local 112 frame->context_validity |= StackFrameARM64::RegisterValidFlag(i); in GetCallerByCFIFrameInfo() 113 frame->context.iregs[i] = entry->second; in GetCallerByCFIFrameInfo() 121 frame->context_validity |= StackFrameARM64::RegisterValidFlag(i); in GetCallerByCFIFrameInfo() [all …]
|
D | stackwalker_arm.cc | 67 StackFrameARM* frame = new StackFrameARM(); in GetContextFrame() local 71 frame->context = *context_; in GetContextFrame() 72 frame->context_validity = context_frame_validity_; in GetContextFrame() 73 frame->trust = StackFrame::FRAME_TRUST_CONTEXT; in GetContextFrame() 74 frame->instruction = frame->context.iregs[MD_CONTEXT_ARM_REG_PC]; in GetContextFrame() 76 return frame; in GetContextFrame() 105 scoped_ptr<StackFrameARM> frame(new StackFrameARM()); in GetCallerByCFIFrameInfo() local 112 frame->context_validity |= StackFrameARM::RegisterValidFlag(i); in GetCallerByCFIFrameInfo() 113 frame->context.iregs[i] = entry->second; in GetCallerByCFIFrameInfo() 120 frame->context_validity |= StackFrameARM::RegisterValidFlag(i); in GetCallerByCFIFrameInfo() [all …]
|
D | basic_source_line_resolver_unittest.cc | 148 static bool VerifyEmpty(const StackFrame &frame) { in VerifyEmpty() argument 149 if (frame.function_name.empty() && in VerifyEmpty() 150 frame.source_file_name.empty() && in VerifyEmpty() 151 frame.source_line == 0) in VerifyEmpty() 156 static void ClearSourceLineInfo(StackFrame *frame) { in ClearSourceLineInfo() argument 157 frame->function_name.clear(); in ClearSourceLineInfo() 158 frame->module = NULL; in ClearSourceLineInfo() 159 frame->source_file_name.clear(); in ClearSourceLineInfo() 160 frame->source_line = 0; in ClearSourceLineInfo() 184 StackFrame frame; in TEST_F() local [all …]
|
D | stackwalker_mips.cc | 73 StackFrameMIPS* frame = new StackFrameMIPS(); in GetContextFrame() local 77 frame->context = *context_; in GetContextFrame() 78 frame->context_validity = StackFrameMIPS::CONTEXT_VALID_ALL; in GetContextFrame() 79 frame->trust = StackFrame::FRAME_TRUST_CONTEXT; in GetContextFrame() 80 frame->instruction = frame->context.epc; in GetContextFrame() 82 return frame; in GetContextFrame() 131 scoped_ptr<StackFrameMIPS> frame(new StackFrameMIPS()); in GetCallerByCFIFrameInfo() local 140 frame->context.iregs[i] = caller_entry->second; in GetCallerByCFIFrameInfo() 141 frame->context_validity |= StackFrameMIPS::RegisterValidFlag(i); in GetCallerByCFIFrameInfo() 151 frame->context.iregs[i] = last_frame->context.iregs[i]; in GetCallerByCFIFrameInfo() [all …]
|
D | stackwalker_amd64.cc | 116 StackFrameAMD64* frame = new StackFrameAMD64(); in GetContextFrame() local 120 frame->context = *context_; in GetContextFrame() 121 frame->context_validity = StackFrameAMD64::CONTEXT_VALID_ALL; in GetContextFrame() 122 frame->trust = StackFrame::FRAME_TRUST_CONTEXT; in GetContextFrame() 123 frame->instruction = frame->context.rip; in GetContextFrame() 125 return frame; in GetContextFrame() 133 scoped_ptr<StackFrameAMD64> frame(new StackFrameAMD64()); in GetCallerByCFIFrameInfo() local 137 &frame->context, &frame->context_validity)) in GetCallerByCFIFrameInfo() 143 if ((frame->context_validity & essentials) != essentials) in GetCallerByCFIFrameInfo() 146 frame->trust = StackFrame::FRAME_TRUST_CFI; in GetCallerByCFIFrameInfo() [all …]
|
D | stackwalker_ppc64.cc | 62 StackFramePPC64* frame = new StackFramePPC64(); in GetContextFrame() local 66 frame->context = *context_; in GetContextFrame() 67 frame->context_validity = StackFramePPC64::CONTEXT_VALID_ALL; in GetContextFrame() 68 frame->trust = StackFrame::FRAME_TRUST_CONTEXT; in GetContextFrame() 69 frame->instruction = frame->context.srr0; in GetContextFrame() 71 return frame; in GetContextFrame() 115 StackFramePPC64* frame = new StackFramePPC64(); in GetCallerFrame() local 117 frame->context = last_frame->context; in GetCallerFrame() 118 frame->context.srr0 = instruction; in GetCallerFrame() 119 frame->context.gpr[1] = stack_pointer; in GetCallerFrame() [all …]
|
D | stackwalker_sparc.cc | 62 StackFrameSPARC* frame = new StackFrameSPARC(); in GetContextFrame() local 66 frame->context = *context_; in GetContextFrame() 67 frame->context_validity = StackFrameSPARC::CONTEXT_VALID_ALL; in GetContextFrame() 68 frame->trust = StackFrame::FRAME_TRUST_CONTEXT; in GetContextFrame() 69 frame->instruction = frame->context.pc; in GetContextFrame() 71 return frame; in GetContextFrame() 114 StackFrameSPARC* frame = new StackFrameSPARC(); in GetCallerFrame() local 116 frame->context = last_frame->context; in GetCallerFrame() 117 frame->context.g_r[14] = stack_pointer; in GetCallerFrame() 118 frame->context.g_r[30] = stack_base; in GetCallerFrame() [all …]
|
D | stackwalker_ppc.cc | 71 StackFramePPC* frame = new StackFramePPC(); in GetContextFrame() local 75 frame->context = *context_; in GetContextFrame() 76 frame->context_validity = StackFramePPC::CONTEXT_VALID_ALL; in GetContextFrame() 77 frame->trust = StackFrame::FRAME_TRUST_CONTEXT; in GetContextFrame() 78 frame->instruction = frame->context.srr0; in GetContextFrame() 80 return frame; in GetContextFrame() 124 StackFramePPC* frame = new StackFramePPC(); in GetCallerFrame() local 126 frame->context = last_frame->context; in GetCallerFrame() 127 frame->context.srr0 = instruction; in GetCallerFrame() 128 frame->context.gpr[1] = stack_pointer; in GetCallerFrame() [all …]
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-x86-darwin.c | 103 struct hacky_sigframe* frame; in VG_() local 119 frame = (struct hacky_sigframe *) esp; in VG_() 122 VG_(memset)(&frame->lower_guardzone, 0, sizeof frame->lower_guardzone); in VG_() 123 VG_(memset)(&frame->gst, 0, sizeof(VexGuestX86State)); in VG_() 124 VG_(memset)(&frame->gshadow1, 0, sizeof(VexGuestX86State)); in VG_() 125 VG_(memset)(&frame->gshadow2, 0, sizeof(VexGuestX86State)); in VG_() 126 VG_(memset)(&frame->fake_siginfo, 0, sizeof(frame->fake_siginfo)); in VG_() 127 VG_(memset)(&frame->fake_ucontext, 0, sizeof(frame->fake_ucontext)); in VG_() 130 frame->gst = tst->arch.vex; in VG_() 131 frame->gshadow1 = tst->arch.vex_shadow1; in VG_() [all …]
|
D | sigframe-amd64-darwin.c | 100 struct hacky_sigframe* frame; in VG_() local 116 frame = (struct hacky_sigframe *) rsp; in VG_() 119 VG_(memset)(&frame->lower_guardzone, 0, sizeof frame->lower_guardzone); in VG_() 120 VG_(memset)(&frame->gst, 0, sizeof(VexGuestAMD64State)); in VG_() 121 VG_(memset)(&frame->gshadow1, 0, sizeof(VexGuestAMD64State)); in VG_() 122 VG_(memset)(&frame->gshadow2, 0, sizeof(VexGuestAMD64State)); in VG_() 123 VG_(memset)(&frame->fake_siginfo, 0, sizeof(frame->fake_siginfo)); in VG_() 124 VG_(memset)(&frame->fake_ucontext, 0, sizeof(frame->fake_ucontext)); in VG_() 127 frame->gst = tst->arch.vex; in VG_() 128 frame->gshadow1 = tst->arch.vex_shadow1; in VG_() [all …]
|
D | sigframe-ppc64-linux.c | 150 struct rt_sigframe* frame; in VG_() local 165 frame = (struct rt_sigframe *) sp; in VG_() 168 VG_(memset)(frame, 0, sizeof(*frame)); in VG_() 171 frame->pinfo = &frame->info; in VG_() 172 frame->puc = &frame->uc; in VG_() 174 frame->uc.uc_flags = 0; in VG_() 175 frame->uc.uc_link = 0; in VG_() 191 VG_(memcpy)(&frame->info, siginfo, sizeof(*siginfo)); in VG_() 193 (Addr)&frame->info, sizeof(frame->info) ); in VG_() 195 frame->uc.uc_flags = 0; in VG_() [all …]
|
D | sigframe-x86-linux.c | 397 static void build_vg_sigframe(struct vg_sigframe *frame, in build_vg_sigframe() argument 402 frame->sigNo_private = sigNo; in build_vg_sigframe() 403 frame->magicPI = 0x31415927; in build_vg_sigframe() 404 frame->vex_shadow1 = tst->arch.vex_shadow1; in build_vg_sigframe() 405 frame->vex_shadow2 = tst->arch.vex_shadow2; in build_vg_sigframe() 407 frame->vex = tst->arch.vex; in build_vg_sigframe() 409 frame->mask = tst->sig_mask; in build_vg_sigframe() 410 frame->handlerflags = flags; in build_vg_sigframe() 411 frame->magicE = 0x27182818; in build_vg_sigframe() 423 struct sigframe *frame; in build_sigframe() local [all …]
|
/external/lldb/source/API/ |
D | SBFrame.cpp | 117 StackFrame *frame = NULL; in GetSymbolContext() local 125 frame = exe_ctx.GetFramePtr(); in GetSymbolContext() 126 if (frame) in GetSymbolContext() 128 sb_sym_ctx.SetSymbolContext(&frame->GetSymbolContext (resolve_scope)); in GetSymbolContext() 145 frame, resolve_scope, sb_sym_ctx.get()); in GetSymbolContext() 159 StackFrame *frame = NULL; in GetModule() local 167 frame = exe_ctx.GetFramePtr(); in GetModule() 168 if (frame) in GetModule() 170 module_sp = frame->GetSymbolContext (eSymbolContextModule).module_sp; in GetModule() 188 frame, module_sp.get()); in GetModule() [all …]
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
D | ViewfinderView.java | 83 Rect frame = cameraManager.getFramingRect(); in onDraw() local 84 if (frame == null) { in onDraw() 92 canvas.drawRect(0, 0, width, frame.top, paint); in onDraw() 93 canvas.drawRect(0, frame.top, frame.left, frame.bottom + 1, paint); in onDraw() 94 canvas.drawRect(frame.right + 1, frame.top, width, frame.bottom + 1, paint); in onDraw() 95 canvas.drawRect(0, frame.bottom + 1, width, height, paint); in onDraw() 100 canvas.drawBitmap(resultBitmap, null, frame, paint); in onDraw() 105 canvas.drawRect(frame.left, frame.top, frame.right + 1, frame.top + 2, paint); in onDraw() 106 canvas.drawRect(frame.left, frame.top + 2, frame.left + 2, frame.bottom - 1, paint); in onDraw() 107 canvas.drawRect(frame.right - 1, frame.top, frame.right + 1, frame.bottom - 1, paint); in onDraw() [all …]
|
/external/v8/test/mjsunit/ |
D | debug-evaluate-locals.js | 44 function checkFrame0(frame) { argument 46 var count = frame.localCount(); 49 var name = frame.localName(i); 50 var value = frame.localValue(i).value(); 67 function checkFrame1(frame) { argument 69 var count = frame.localCount(); 72 var name = frame.localName(i); 73 var value = frame.localValue(i).value(); 91 function checkFrame2(frame) { argument 93 var count = frame.localCount(); [all …]
|
D | debug-backtrace.js | 93 var frame; 163 frame = response.body(); 164 assertEquals(0, frame.index); 165 assertEquals("f", response.lookup(frame.func.ref).name); 166 assertTrue(frame.constructCall); 167 assertEquals(31, frame.line); 168 assertEquals(3, frame.column); 169 assertEquals(2, frame.arguments.length); 170 assertEquals('x', frame.arguments[0].name); 171 assertEquals('number', response.lookup(frame.arguments[0].value.ref).type); [all …]
|
D | debug-evaluate-locals-optimized.js | 63 var frame = exec_state.frame(i); 70 for (var j = 0; j < frame.localCount(); j++) { 71 locals[frame.localName(j)] = frame.localValue(j).value(); 77 assertEquals(expected_args.names[j], frame.argumentName(j)); 79 frame.argumentValue(j).value()); 83 assertEquals(2, frame.scopeCount()); 84 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType()); 85 assertEquals(debug.ScopeType.Global, frame.scope(1).scopeType()); 89 frame.scope(0).scopeObject().value()[name]); 96 frame.scope(0).scopeObject().value()[arg_name]); [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ElemContext.java | 167 ElemContext frame = this.m_next; in push() local 168 if (frame == null) in push() 173 frame = new ElemContext(this); in push() 174 this.m_next = frame; in push() 182 frame.m_startTagOpen = true; in push() 183 return frame; in push() 201 ElemContext frame = this.m_next; in push() local 202 if (frame == null) in push() 207 frame = new ElemContext(this); in push() 208 this.m_next = frame; in push() [all …]
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/ |
D | ProgressListenerImpl.java | 40 final MigratorFrame frame; field in ProgressListenerImpl 46 public ProgressListenerImpl(File projectFolder, MigratorFrame frame) { in ProgressListenerImpl() argument 47 this.frame = frame; in ProgressListenerImpl() 52 frame.disableInput(); in onMigrationBegin() 70 …frame.otherLabel.setText("<html><p>Searching folder [" + abbreviatedName + "]<p>Found " + addFileC… in onDirectory() 74 frame.progressBar.setVisible(false); in onDone() 75 …frame.otherLabel.setText("<html><font color='BLUE'>Scanned " + addFileCount + " java files, " + in… in onDone() 78 frame.migrateButton.setActionCommand(MigratorFrame.EXIT_COMMAND); in onDone() 79 frame.migrateButton.setText("Exit"); in onDone() 80 frame.migrateButton.setToolTipText("Click on this button to exit this application."); in onDone() [all …]
|
/external/lldb/source/Plugins/Process/Utility/ |
D | UnwindMacOSXFrameBackchain.cpp | 76 UnwindMacOSXFrameBackchain::DoCreateRegisterContextForFrame (StackFrame *frame) in DoCreateRegisterContextForFrame() argument 79 uint32_t concrete_idx = frame->GetConcreteFrameIndex (); in DoCreateRegisterContextForFrame() 112 Frame_i386 frame = { static_cast<uint32_t>(cursor.fp), static_cast<uint32_t>(cursor.pc) }; in GetStackFrameData_i386() local 116 const size_t k_frame_size = sizeof(frame); in GetStackFrameData_i386() 118 while (frame.fp != 0 && frame.pc != 0 && ((frame.fp & 7) == 0)) in GetStackFrameData_i386() 121 if (process->ReadMemory (frame.fp, &frame.fp, k_frame_size, error) != k_frame_size) in GetStackFrameData_i386() 123 if (frame.pc >= 0x1000) in GetStackFrameData_i386() 125 cursor.pc = frame.pc; in GetStackFrameData_i386() 126 cursor.fp = frame.fp; in GetStackFrameData_i386() 160 …_frame_sp && process->ReadMemory (first_frame_sp, &frame.pc, sizeof(frame.pc), error) == sizeof(fr… in GetStackFrameData_i386() [all …]
|
/external/boringssl/src/crypto/bn/asm/ |
D | x86-mont.pl | 57 $frame=32; # size of above frame rounded up to 16n 69 &lea ("esp",&DWP(-$frame,"esp","edi",4)); # alloca($frame+4*(num+2)) 163 &movd (&DWP($frame-4,"esp",$j,4),$car1); # tp[j-1]= 178 &movd (&DWP($frame-4,"esp",$j,4),$car1); # tp[num-2]= 184 &movq (&QWP($frame,"esp",$num,4),$car1); # tp[num].tp[num-1] 192 &movd ($temp,&DWP($frame,"esp")); # tp[0] 206 &movd ($temp,&DWP($frame+4,"esp")); # tp[1] 223 &movd ($temp,&DWP($frame+4,"esp",$j,4));# tp[j+1] 229 &movd (&DWP($frame-4,"esp",$j,4),$car1);# tp[j-1]= 246 &movd (&DWP($frame-4,"esp",$j,4),$car1); # tp[num-2]= [all …]
|