HomeSort by relevance Sort by last modified time
    Searched refs:place (Results 1 - 25 of 510) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/fpdfdoc/
cline.cpp 22 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const {
23 if (place.nWordIndex > m_LineInfo.nEndWordIndex) {
24 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
27 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
28 place.nWordIndex - 1);
31 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const {
32 if (place.nWordIndex < m_LineInfo.nBeginWordIndex) {
33 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex
    [all...]
cline.h 20 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
21 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
csection.cpp 44 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place,
48 std::max(std::min(place.nWordIndex, m_WordArray.GetSize()), 0);
54 return place;
86 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const {
87 if (place.nLineIndex < 0) {
90 if (place.nLineIndex >= m_LineArray.GetSize()) {
93 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) {
94 if (place.nWordIndex == pLine->m_LineInfo.nBeginWordIndex) {
95 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, -1)
151 CPVT_WordPlace place = GetBeginWordPlace(); local
    [all...]
cpdf_variabletext.cpp 93 void CPDF_VariableText::Iterator::SetAt(const CPVT_WordPlace& place) {
95 m_CurPos = place;
267 CPVT_WordPlace place; local
268 place.nSecIndex = 0;
269 AddSection(place, secinfo);
274 AddLine(place, lineinfo);
287 CPVT_WordPlace CPDF_VariableText::InsertWord(const CPVT_WordPlace& place,
293 return place;
295 return place;
297 CPVT_WordPlace newplace = place;
479 CPVT_WordPlace place = GetBeginWordPlace(); local
553 CPVT_WordPlace place = GetBeginWordPlace(); local
1026 CPVT_WordPlace place; local
    [all...]
cpdf_variabletext.h 56 void SetAt(const CPVT_WordPlace& place);
110 CPVT_WordPlace InsertWord(const CPVT_WordPlace& place,
114 CPVT_WordPlace InsertSection(const CPVT_WordPlace& place,
117 CPVT_WordPlace InsertText(const CPVT_WordPlace& place, const FX_WCHAR* text);
119 CPVT_WordPlace DeleteWord(const CPVT_WordPlace& place);
120 CPVT_WordPlace BackSpaceWord(const CPVT_WordPlace& place);
133 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
134 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
136 CPVT_WordPlace GetUpWordPlace(const CPVT_WordPlace& place,
138 CPVT_WordPlace GetDownWordPlace(const CPVT_WordPlace& place,
    [all...]
csection.h 30 CPVT_WordPlace AddWord(const CPVT_WordPlace& place,
34 void ClearWord(const CPVT_WordPlace& place);
39 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
40 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
41 void UpdateWordPlace(CPVT_WordPlace& place) const;
  /external/c-ares/
ares_getopt.c 68 static char *place = EMSG; /* option letter processing */ local
71 if (optreset || !*place) { /* update scanning pointer */
73 if (optind >= nargc || *(place = nargv[optind]) != '-') {
74 place = EMSG;
77 if (place[1] && *++place == '-') { /* found "--" */
79 place = EMSG;
83 if ((optopt = (int)*place++) == (int)':' ||
91 if (!*place)
100 if (!*place)
    [all...]
  /external/libpcap/Win32/Src/
getopt.c 67 static char *place = EMSG; /* option letter processing */ local
70 if (optreset || !*place) { /* update scanning pointer */
72 if (optind >= nargc || *(place = nargv[optind]) != '-') {
73 place = EMSG;
76 if (place[1] && *++place == '-') { /* found "--" */
78 place = EMSG;
82 if ((optopt = (int)*place++) == (int)':' ||
90 if (!*place)
99 if (!*place)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
farcall-b-none-function.s 4 # We will place the section .text at 0x1000.
12 # We will place the section .foo at 0x8001000.
farcall-b.s 4 # We will place the section .text at 0x1000.
12 # We will place the section .foo at 0x8001000.
farcall-bl-none-function.s 4 # We will place the section .text at 0x1000.
12 # We will place the section .foo at 0x8001000.
farcall-bl.s 4 # We will place the section .text at 0x1000.
12 # We will place the section .foo at 0x8001000.
limit-b.s 6 # We will place the section .text at 0x1000.
14 # We will place the section .foo at 0x8000ffc
limit-bl.s 6 # We will place the section .text at 0x1000.
14 # We will place the section .foo at 0x8000ffc
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 107 static char *place = EMSG; /* option letter processing */ variable
202 current_argv = place;
391 if (optreset || !*place) { /* update scanning pointer */
394 place = EMSG;
411 if (*(place = nargv[optind]) != '-' ||
413 place[1] == '\0') {
415 (place[1] == '\0' && strchr(options, '-') == NULL)) {
417 place = EMSG; /* found non-option */
453 if (place[1] != '\0' && *++place == '-' && place[1] == '\0')
    [all...]
  /external/tcpdump/missing/
getopt_long.c 92 static const char *place = EMSG; /* option letter processing */ variable
199 current_argv = place;
392 if (!*place) { /* update scanning pointer */
394 place = EMSG;
411 if (*(place = nargv[optind]) != '-' ||
413 place[1] == '\0') {
415 (place[1] == '\0' && strchr(options, '-') == NULL)) {
417 place = EMSG; /* found non-option */
453 if (place[1] != '\0' && *++place == '-' && place[1] == '\0')
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
group-relocs-ldr-bad-2.s 3 @ We will place .text at 0x8000.
12 @ We will place the section foo at 0x8001000.
group-relocs-ldrs-bad-2.s 3 @ We will place .text at 0x8000.
12 @ We will place the section foo at 0x8000100.
thumb1-bl.s 7 @ We will place the section .text at 0x1000.
15 @ We will place the section .foo at 0x401000.
  /external/mesa3d/src/getopt/
getopt_long.c 84 static char *place = EMSG; /* option letter processing */ variable
166 current_argv = place;
311 if (optreset || !*place) { /* update scanning pointer */
314 place = EMSG;
331 if (*(place = nargv[optind]) != '-' ||
332 (place[1] == '\0' && strchr(options, '-') == NULL)) {
333 place = EMSG; /* found non-option */
369 if (place[1] != '\0' && *++place == '-' && place[1] == '\0')
    [all...]
  /external/openssh/openbsd-compat/
getopt_long.c 101 static char *place = EMSG; /* option letter processing */ variable
183 current_argv = place;
328 if (optreset || !*place) { /* update scanning pointer */
331 place = EMSG;
348 if (*(place = nargv[optind]) != '-' ||
349 (place[1] == '\0' && strchr(options, '-') == NULL)) {
350 place = EMSG; /* found non-option */
386 if (place[1] != '\0' && *++place == '-' && place[1] == '\0')
    [all...]
  /system/core/logcat/
getopt_long.cpp 118 const char* current_argv = context->place;
262 if (context->optreset || !*context->place) { // update scanning pointer
265 context->place = EMSG;
276 if (*(context->place = nargv[context->optind]) != '-' ||
277 context->place[1] == '\0') {
278 context->place = EMSG; // found non-option
304 if (context->place[1] != '\0' && *++(context->place) == '-' &&
305 context->place[1] == '\0') {
307 context->place = EMSG
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.c 308 PLACE matches OPCODE and is of type TYPE. */
311 opcode_verify (ia64_insn opcode, int place, enum ia64_insn_type type)
313 if (main_table[place].opcode_type != type)
317 if (main_table[place].flags
323 if (main_table[place].flags & IA64_OPCODE_F2_EQ_F3)
338 o2 = elf64_ia64_operands + main_table[place].operands[2];
481 int place = ia64_dis_names[disent].insn_index;
485 if (opcode_verify (opcode, place, type)
533 /* Construct an ia64_opcode entry based on OPCODE, NAME and PLACE. */
536 make_ia64_opcode (ia64_insn opcode, const char *name, int place, int depind
473 int place = ia64_dis_names[disent].insn_index; local
562 int place = ia64_dis_names[disent].insn_index; local
687 short place; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_farcall_arm_arm.s 6 @ We will place the section .text at 0x1000.
13 @ We will place the section .foo at 0x2001020.
arm_farcall_arm_thumb.s 7 @ We will place the section .text at 0x1000.
14 @ We will place the section .foo at 0x2001010.

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 91011>>