Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcsection.h37 CPVT_FloatRect Rearrange();
Dcpdf_variabletext.cpp822 Rearrange(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace())); in RearrangeAll()
826 Rearrange(PlaceRange); in RearrangePart()
829 CPVT_FloatRect CPDF_VariableText::Rearrange(const CPVT_WordRange& PlaceRange) { in Rearrange() function in CPDF_VariableText
896 rcSec = pSection->Rearrange(); in RearrangeSections()
Dcpdf_variabletext.h194 CPVT_FloatRect Rearrange(const CPVT_WordRange& PlaceRange);
Dcsection.cpp48 CPVT_FloatRect CSection::Rearrange() { in Rearrange() function in CSection
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1271 uint64_t Rearrange[2]; in ParseConstants() local
1272 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in ParseConstants()
1273 Rearrange[1] = Record[0] >> 48; in ParseConstants()
1274 V = ConstantFP::get(Context, APFloat(APInt(80, Rearrange))); in ParseConstants()
/external/python/cpython3/Lib/idlelib/
DNEWS2x.txt574 an Extra Help cascade menu. Rearrange the Help menu so the Additional
610 - Rearrange the Shell menu to put Stack Viewer entries adjacent.
DNEWS.txt350 bpo-31051: Rearrange condigdialog General tab.
/external/elfutils/libcpu/
DChangeLog49 * bpf_disasm.c (bpf_disasm): Rearrange the printing of instructions
/external/libavc/encoder/arm/
Dime_distortion_metrics_a9q.s1071 vrev32.16 q9, q7 @I Rearrange si's
1206 vtrn.32 q8, q4 @Rearrange to make ls of each block togather
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2210 uint64_t Rearrange[2]; in parseConstants() local
2211 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in parseConstants()
2212 Rearrange[1] = Record[0] >> 48; in parseConstants()
2214 APInt(80, Rearrange))); in parseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2946 uint64_t Rearrange[2]; in parseConstants() local
2947 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in parseConstants()
2948 Rearrange[1] = Record[0] >> 48; in parseConstants()
2950 APInt(80, Rearrange))); in parseConstants()
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst840 Rearrange IDLE configdialog GenPage into Window, Editor, and Help sections.
D3.7.0a1.rst5733 Rearrange IDLE configdialog GenPage into Window, Editor, and Help sections.
/external/python/cpython2/Lib/idlelib/
DNEWS.txt1074 an Extra Help cascade menu. Rearrange the Help menu so the Additional
1110 - Rearrange the Shell menu to put Stack Viewer entries adjacent.
/external/curl/docs/
DTODO75 5.3 Rearrange request header order
596 5.3 Rearrange request header order
/external/freetype/
DChangeLog.271207 * src/smooth/ftgrays.c (TWorker): Rearrange fields.
DChangeLog.251013 * src/smooth/ftsmooth.c (ft_smooth_render_generic): Rearrange code.
1034 * src/smooth/ftsmooth.c (ft_smooth_render_generic): Rearrange code.
DChangeLog.201379 * include/freetype/internal/ftcalc.h: Rearrange use of
DChangeLog.22658 * src/sfnt/ttbdf.c (tt_face_load_bdf_props): Rearrange code.
DChangeLog2871 Rearrange `ps_builder_init' arguments to conventional order.
DChangeLog.241888 (COMPATIBLE_WIDTHS_Rules): Rearrange some rules.
/external/u-boot/tools/buildman/
DREADME667 06: x86: Rearrange the output input to remove BSS
/external/strace/
DChangeLog-CVS917 * stream.c (decode_poll): Rearrange so that arguments are decoded
DChangeLog9215 Rearrange the inner loop body.
35131 Rearrange flags descriptions in the usage text.
35132 * strace.c (usage): Rearrange descriptions.
/external/v8/
DChangeLog41281 [x64] Rearrange code for OOB integer loads (Chromium issue 445858).