Home
last modified time | relevance | path

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

123456

/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/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/autotest/client/site_tests/kernel_CpufreqMinMax/
Dcontrol8 can be adjusted.
13 Fails if cpufreq min or max settings cannot be adjusted.
/external/autotest/client/site_tests/power_Backlight/
Dcontrol10 - the backlight cannot be adjusted through software calls
21 - The backlight can be adjusted in software using
/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.java237 int adjusted = next - 0x0A; in iterator() local
238 codeAddress += adjusted / 15; in iterator()
239 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
/external/opencv3/modules/core/misc/java/test/
DMatTest.java22 Mat adjusted = roi.adjustROI(2, 2, 2, 2); in testAdjustROI() local
24 assertMatEqual(adjusted, roi); in testAdjustROI()
25 assertSizeEquals(new Size(5, 6), adjusted.size(), EPS); in testAdjustROI()
26 assertEquals(originalroi.type(), adjusted.type()); in testAdjustROI()
27 assertTrue(adjusted.isSubmatrix()); in testAdjustROI()
28 assertFalse(adjusted.isContinuous()); in testAdjustROI()
32 adjusted.locateROI(size, offset); in testAdjustROI()
/external/autotest/client/site_tests/hardware_Backlight/
Dcontrol7 PURPOSE = 'Verify that the backlight can be adjusted in software.'
/external/c-ares/
Dares_build.h.in26 * Nothing in this file is intended to be modified or adjusted by the
29 * If you think that something actually needs to be changed, adjusted
/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
Dswaps-le-2.ll3 ; Test swap removal when a vector splat must be adjusted to make it legal.
/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/curl/include/curl/
Dcurlbuild.h.cmake33 * Nothing in this file is intended to be modified or adjusted by the
36 * If you think that something actually needs to be changed, adjusted
Dcurlbuild.h.in33 * Nothing in this file is intended to be modified or adjusted by the
36 * If you think that something actually needs to be changed, adjusted
Dcurlbuild.h.dist47 * Nothing in this file is intended to be modified or adjusted by the
50 * If you think that something actually needs to be changed, adjusted
56 * later on the original is adjusted, probably the piggybacking one can
/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/llvm/test/CodeGen/X86/
Dx86-32-intrcc.ll28 ; Spills eax and ecx, putting original esp at +8. Stack is adjusted up another 4 bytes
Dx86-64-intrcc.ll28 ; Spills rax and rcx, putting original rsp at +16. Stack is adjusted up another 8 bytes
/external/antlr/antlr-3.4/gunit/
DCHANGES.txt105 * adjusted the output of test result

123456