Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 – 25 of 98) sorted by relevance

1234

/external/skia/debugger/QT/
DSkListWidget.cpp84 r = option.rect.adjusted(5, 10, -10, -10); in paint()
88 r = option.rect.adjusted(19, 10, -10, -10); in paint()
93 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7); in paint()
96 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7); in paint()
102 r = option.rect.adjusted(kImageSpace, 0, -10, -7); in paint()
108 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7); in paint()
/external/elfutils/src/tests/
Ddwfl-addr-sect.c36 Dwarf_Addr adjusted = address; in handle_address() local
38 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias); in handle_address()
48 elf_ndxscn (scn), adjusted); in handle_address()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DDebugInfoItem.java169 int adjusted = opcode - 0x0A; in makeAnnotator() local
170 int addressDiff = adjusted / 15; in makeAnnotator()
171 int lineDiff = (adjusted % 15) - 4; in makeAnnotator()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DDebugInfo.java233 int adjusted = next - 0x0A; in iterator() local
234 codeAddress += adjusted / 15; in iterator()
235 lineNumber += (adjusted % 15) - 4; in iterator()
/external/llvm/test/CodeGen/Mips/
Deh-return32.ll41 ; check that stack is adjusted by $v1 and that code returns to address in $v0
81 ; check that stack is adjusted by $v1 and that code returns to address in $v0
Deh-return64.ll42 ; check that stack is adjusted by $v1 and that code returns to address in $v0
84 ; check that stack is adjusted by $v1 and that code returns to address in $v0
/external/llvm/test/CodeGen/ARM/
D2013-04-16-AAPCS-C4-vs-VFP.ll15 ;that are unallocated are marked as unavailable. The NSAA is adjusted upwards
17 ;the memory at the adjusted NSAA. The NSAA is further incremented by the size
Dvselect_imax.ll14 ; We adjusted the cost model of the following selects. When we improve code
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dasm_rsp_mem_op.s2 # adjusted after instrumentation.
/external/bison/lib/
Dvasnprintf.c3711 int adjusted; in VASNPRINTF() local
3716 adjusted = 0; in VASNPRINTF()
3736 if (adjusted) in VASNPRINTF()
3746 adjusted = 1; in VASNPRINTF()
3846 int adjusted; in VASNPRINTF() local
3852 adjusted = 0; in VASNPRINTF()
3872 if (adjusted) in VASNPRINTF()
3882 adjusted = 1; in VASNPRINTF()
4173 int adjusted; in VASNPRINTF() local
4178 adjusted = 0; in VASNPRINTF()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Djaggedstructs.ll4 ; of size 3, 5, 6, and 7. They are to be found/placed right-adjusted in
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DAbstractConnector-mbean.properties4 acceptorPriorityOffset: Priority offset of the acceptor threads. The priority is adjusted by this a…
/external/deqp/doc/testspecs/GLES31/
Dfunctional.compute.indirect_dispatch.txt54 calls are made. SSBO binding offset is adjusted between each call to allocate
/external/llvm/test/Transforms/InstCombine/
Dadjust-for-sminmax.ll3 ; Instcombine should recognize that this code can be adjusted
/external/antlr/antlr-3.4/gunit/
DCHANGES.txt105 * adjusted the output of test result
/external/markdown/docs/
Drelease-2.0.txt30 will need to be adjusted to use the new API using OrderedDicts.
/external/llvm/test/CodeGen/X86/
D2007-11-30-LoadFolding-Bug.ll2 ; Increment in loop bb.i28.i adjusted to 2, to prevent loop reversal from
/external/compiler-rt/lib/builtins/
Dfp_extend_impl.inc92 // the correct adjusted exponent in the destination type.
/external/libunwind/
DTODO77 + document the special nature of UNW_IA64_GP: read-only, but adjusted
/external/iproute2/doc/
Darpd.sgml76 <p> <tt/arpd/ exits gracefully syncing database and restoring adjusted
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Durlmap.py.orig86 variables are adjusted to indicate the new context.
/external/llvm/test/Transforms/ObjCARC/
Densure-that-exception-unwind-path-is-visited.ll60 %exn.adjusted = call i8* @objc_begin_catch(i8* %tmp5) nounwind, !dbg !44
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt8 parameters may need to be adjusted.
/external/mockftpserver/tags/2.5/
DCHANGELOG.txt7 Also adjusted reply text for MKD to adhere to RFC959: "{0}" created.
/external/mockftpserver/MockFtpServer/
DCHANGELOG.txt7 Also adjusted reply text for MKD to adhere to RFC959: "{0}" created.

1234