Home
last modified time | relevance | path

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

12345678910>>...42

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp93 void CPDF_VariableText::Iterator::SetAt(const CPVT_WordPlace& place) { in SetAt() argument
95 m_CurPos = place; in SetAt()
267 CPVT_WordPlace place; in Initialize() local
268 place.nSecIndex = 0; in Initialize()
269 AddSection(place, secinfo); in Initialize()
274 AddLine(place, lineinfo); in Initialize()
287 CPVT_WordPlace CPDF_VariableText::InsertWord(const CPVT_WordPlace& place, in InsertWord() argument
293 return place; in InsertWord()
295 return place; in InsertWord()
297 CPVT_WordPlace newplace = place; in InsertWord()
[all …]
Dcsection.cpp44 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, in AddWord() argument
48 std::max(std::min(place.nWordIndex, m_WordArray.GetSize()), 0); in AddWord()
54 return place; in AddWord()
86 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace()
87 if (place.nLineIndex < 0) { in GetPrevWordPlace()
90 if (place.nLineIndex >= m_LineArray.GetSize()) { in GetPrevWordPlace()
93 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetPrevWordPlace()
94 if (place.nWordIndex == pLine->m_LineInfo.nBeginWordIndex) { in GetPrevWordPlace()
95 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, -1); in GetPrevWordPlace()
97 if (place.nWordIndex < pLine->m_LineInfo.nBeginWordIndex) { in GetPrevWordPlace()
[all …]
Dcline.cpp22 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace()
23 if (place.nWordIndex > m_LineInfo.nEndWordIndex) { in GetPrevWordPlace()
24 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetPrevWordPlace()
27 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetPrevWordPlace()
28 place.nWordIndex - 1); in GetPrevWordPlace()
31 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace()
32 if (place.nWordIndex < m_LineInfo.nBeginWordIndex) { in GetNextWordPlace()
33 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetNextWordPlace()
36 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetNextWordPlace()
37 place.nWordIndex + 1); in GetNextWordPlace()
Dcpdf_variabletext.h56 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 …]
Dcsection.h30 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;
Dcline.h20 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
21 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
Dcpvt_wordrange.h49 CPVT_WordPlace place = EndPos; in SwapWordPlace() local
51 BeginPos = place; in SwapWordPlace()
/external/c-ares/
Dares_getopt.c68 static char *place = EMSG; /* option letter processing */ in ares_getopt() local
71 if (optreset || !*place) { /* update scanning pointer */ in ares_getopt()
73 if (optind >= nargc || *(place = nargv[optind]) != '-') { in ares_getopt()
74 place = EMSG; in ares_getopt()
77 if (place[1] && *++place == '-') { /* found "--" */ in ares_getopt()
79 place = EMSG; in ares_getopt()
83 if ((optopt = (int)*place++) == (int)':' || in ares_getopt()
91 if (!*place) in ares_getopt()
100 if (!*place) in ares_getopt()
104 if (*place) /* no white space */ in ares_getopt()
[all …]
/external/libpcap/missing/
Dgetopt.c66 static char *place = EMSG; /* option letter processing */ local
75 if (optreset || !*place) { /* update scanning pointer */
77 if (optind >= nargc || *(place = nargv[optind]) != '-') {
78 place = EMSG;
81 if (place[1] && *++place == '-') { /* found "--" */
83 place = EMSG;
87 if ((optopt = (int)*place++) == (int)':' ||
95 if (!*place)
104 if (!*place)
108 if (*place) /* no white space */
[all …]
/external/mesa3d/src/getopt/
Dgetopt_long.c84 static char *place = EMSG; /* option letter processing */ variable
166 current_argv = place; in parse_long_options()
311 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
314 place = EMSG; in getopt_internal()
331 if (*(place = nargv[optind]) != '-' || in getopt_internal()
332 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
333 place = EMSG; /* found non-option */ in getopt_internal()
369 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
371 place = EMSG; in getopt_internal()
392 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
/external/openssh/openbsd-compat/
Dgetopt_long.c101 static char *place = EMSG; /* option letter processing */ variable
183 current_argv = place; in parse_long_options()
328 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
331 place = EMSG; in getopt_internal()
348 if (*(place = nargv[optind]) != '-' || in getopt_internal()
349 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
350 place = EMSG; /* found non-option */ in getopt_internal()
386 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
388 place = EMSG; in getopt_internal()
409 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
Dbsd-snprintf.c549 int place = 0; in fmtint() local
574 convert[place++] = in fmtint()
578 } while(uvalue && (place < 20)); in fmtint()
579 if (place == 20) place--; in fmtint()
580 convert[place] = 0; in fmtint()
582 zpadlen = max - place; in fmtint()
583 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0); in fmtint()
595 zpadlen, spadlen, min, max, place); in fmtint()
617 while (place > 0) { in fmtint()
618 --place; in fmtint()
[all …]
/external/tcpdump/missing/
Dgetopt_long.c92 static const char *place = EMSG; /* option letter processing */ variable
199 current_argv = place; in parse_long_options()
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') {
455 place = EMSG;
[all …]
/external/curl/tests/data/
DMakefile.am11 @mkdir test-place; \
12 cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
13 rm test-place/*~; \
22 ls test-place; \
23 ! ls test-place | grep . >/dev/null ; \
25 rm -rf test-place ; \
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.h110 void OnInsertWord(const CPVT_WordPlace& place,
112 void OnInsertReturn(const CPVT_WordPlace& place,
114 void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
115 void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
116 void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
117 void OnInsertText(const CPVT_WordPlace& place,
132 CPVT_WordRange GetLatinWordsRange(const CPVT_WordPlace& place) const;
133 CPVT_WordRange GetArabicWordsRange(const CPVT_WordPlace& place) const;
134 CPVT_WordRange GetSameWordsRange(const CPVT_WordPlace& place,
DPWL_Edit.cpp744 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, in OnInsertReturn() argument
748 GetLatinWordsRange(place))); in OnInsertReturn()
752 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, in OnBackSpace() argument
756 GetLatinWordsRange(place))); in OnBackSpace()
760 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, in OnDelete() argument
764 GetLatinWordsRange(place))); in OnDelete()
768 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, in OnClear() argument
772 GetLatinWordsRange(place))); in OnClear()
776 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place, in OnInsertWord() argument
780 GetLatinWordsRange(place))); in OnInsertWord()
[all …]
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp59 enum place { _ }; enum
60 template<place...> struct places {};
63 template<place...X1, place...X2>
75 template<place> struct inner { typedef T type; };
79 template<place...X> struct takedrop_impl<places<X...>> {
81 template<place > class ...Drop>
/external/bison/tests/
Dexisting.at1686 | LABEL ':' optional_separator place
1773 | place
1795 place:
1899 | place DOT_X
1900 | place DOT_Y
1901 | place DOT_HT
1902 | place DOT_WID
1903 | place DOT_RAD
1972 place go to state 114
1981 place go to state 114
[all …]
/external/python/cpython2/Demo/tkinter/matt/
Dplacer-simple.py6 app.button.place(x=event.x, y=event.y)
21 f.place(relx=0.0, rely=0.0)
28 f.button.place(relx=0.5, rely=0.0, anchor=NW)
Dpacker-and-placer-together.py8 app.button.place(x=event.x, y=event.y)
30 f.button.place(relx=0.5, rely=0.0, anchor=NW)
/external/clang/test/Sema/
Dparentheses.cpp89 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test()
94 … expected-note {{place parentheses around the '-' expression to silence this warning}} in test()
100 … expected-note {{place parentheses around the '+' expression to silence this warning}} in test()
/external/python/cpython2/Doc/c-api/
Dnumber.rst78 If *o3* is to be ignored, pass :c:data:`Py_None` in its place (passing *NULL* for
141 is done *in-place* when *o1* supports it. This is the equivalent of the Python
148 operation is done *in-place* when *o1* supports it. This is the equivalent of
155 operation is done *in-place* when *o1* supports it. This is the equivalent of
162 operation is done *in-place* when *o1* supports it. This is the equivalent of
169 The operation is done *in-place* when *o1* supports it. This is the equivalent
181 passed two integers. The operation is done *in-place* when *o1* supports it.
189 operation is done *in-place* when *o1* supports it. This is the equivalent of
198 is done *in-place* when *o1* supports it. This is the equivalent of the Python
199 statement ``o1 **= o2`` when o3 is :c:data:`Py_None`, or an in-place variant of
[all …]
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp142 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace& place) { in SetAt() argument
143 m_pVTIterator->SetAt(place); in SetAt()
593 CPVT_WordPlace place = pIterator->GetAt(); in GetEditAppearanceStream() local
594 if (pRange && place.WordCmp(pRange->EndPos) > 0) in GetEditAppearanceStream()
598 if (place.LineCmp(oldplace) != 0) { in GetEditAppearanceStream()
639 oldplace = place; in GetEditAppearanceStream()
700 CPVT_WordPlace place = pIterator->GetAt(); in GetSelectAppearanceStream() local
701 if (place.WordCmp(pRange->EndPos) > 0) in GetSelectAppearanceStream()
759 CPVT_WordPlace place = pIterator->GetAt(); in DrawEdit() local
760 if (pRange && place.WordCmp(pRange->EndPos) > 0) in DrawEdit()
[all …]
/external/clang/test/Parser/
Dattributes.mm12 EXP class C2 {}; // expected-warning {{attribute 'visibility' is ignored, place it after "class" to…
14 …ted-error {{postfix attributes are not allowed on Objective-C directives, place them in front of '…
24 …ted-error {{postfix attributes are not allowed on Objective-C directives, place them in front of '…
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dimport.apt4 as imports in your main .g files, you need to place the imported grammar
8 For a default layout, place your import grammars in the directory: <<<src/main/antlr3/imports>>>

12345678910>>...42