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

1 2 3 4 5 6 7

  /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...]
  /external/tcpdump/win32/Src/
getopt.c 63 static char *place = EMSG; /* option letter processing */ local
66 if (optreset || !*place) { /* update scanning pointer */
68 if (optind >= nargc || *(place = nargv[optind]) != '-') {
69 place = EMSG;
72 if (place[1] && *++place == '-') { /* found "--" */
74 place = EMSG;
78 if ((optopt = (int)*place++) == (int)':' ||
86 if (!*place)
95 if (!*place)
    [all...]
  /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/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...]
bsd-snprintf.c 65 * put the ifdef for HAVE_VA_COPY in one place rather than in lots of
561 int place = 0; local
586 convert[place++] =
590 } while(uvalue && (place < 20));
591 if (place == 20) place--;
592 convert[place] = 0;
594 zpadlen = max - place;
595 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0);
606 printf("zpad: %d, spad: %d, min: %d, max: %d, place: %d\n"
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace & place) const
35 if (place.nWordIndex > m_LineInfo.nEndWordIndex) {
36 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, m_LineInfo.nEndWordIndex);
38 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, place.nWordIndex - 1);
40 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace & place) const
42 if (place.nWordIndex < m_LineInfo.nBeginWordIndex) {
43 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, m_LineInfo.nBeginWordIndex)
187 CPVT_WordPlace place = GetBeginWordPlace(); local
839 CPVT_WordPlace place; local
1074 CPVT_WordPlace place = GetBeginWordPlace(); local
1158 CPVT_WordPlace place = GetBeginWordPlace(); local
1602 CPVT_WordPlace place; local
    [all...]
pdf_vt.h 225 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const;
226 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;
290 CPVT_WordPlace AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo);
293 void ClearWord(const CPVT_WordPlace & place);
298 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const;
299 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;
300 void UpdateWordPlace(CPVT_WordPlace & place) const;
474 CPVT_WordPlace InsertWord(const CPVT_WordPlace & place, FX_WORD word, FX_INT32 charset = 1,
476 CPVT_WordPlace InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps = NULL,
478 CPVT_WordPlace InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset = 1
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 104 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
105 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
106 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
107 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
108 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
109 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
110 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
124 CPVT_WordRange GetLatinWordsRange(const CPVT_WordPlace & place) const;
125 CPVT_WordRange GetArabicWordsRange(const CPVT_WordPlace & place) const;
126 CPVT_WordRange GetSameWordsRange(const CPVT_WordPlace & place, FX_BOOL bLatin, FX_BOOL bArabic) const
    [all...]
PWL_EditCtrl.h 49 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
50 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
51 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
52 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
53 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
54 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
55 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){}
157 virtual void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place);
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 157 CPVT_WordPlace place = EndPos; local
159 BeginPos = place;
325 virtual void SetAt(const CPVT_WordPlace & place) = 0;
381 virtual CPVT_WordPlace InsertWord(const CPVT_WordPlace & place, FX_WORD word, FX_INT32 charset = 1,
384 virtual CPVT_WordPlace InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps = NULL,
387 virtual CPVT_WordPlace InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset = 1,
392 virtual CPVT_WordPlace DeleteWord(const CPVT_WordPlace & place) = 0;
394 virtual CPVT_WordPlace BackSpaceWord(const CPVT_WordPlace & place) = 0;
422 virtual CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const = 0;
424 virtual CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const = 0
    [all...]
  /external/clang/test/Sema/
parentheses.cpp 8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
9 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \
17 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \
25 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
44 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
52 // expected-note {{place parentheses around comparison expression to evaluate it first}
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 59 enum place { _ }; enum in namespace:ParameterPackExpansions
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/libvorbis/examples/
frameview.pl 189 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
193 place(-x=>-1,-y=>-1,-relx=>1.0,-rely=>1.0,-anchor=>'se');
196 place(-x=>5,-y=>5,-anchor=>'nw');
200 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
204 place(-x=>5,-y=>5,-anchor=>'nw');
209 place(-x=>-5,-relx=>1.,-y=>$panely,-anchor=>'ne');
216 place(-x=>5,-y=>-5,-rely=>1.,-relwidth=>.2,-width=>-5,-anchor=>'sw');
220 place(-x=>-5,-y=>-5,-relwidth=>.2,-rely=>1.,-width=>-5,-relx=>1.,-anchor=>'se');
224 place(-x=>5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.2,-anchor=>'sw');
228 place(-x=>-5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.8,-anchor=>'se')
    [all...]
  /external/valgrind/drd/tests/
verify-xml-output 19 ../../vg-in-place --tool=drd --xml=yes --xml-file="$b-%q{USER}.xml" --xml-user-comment="<runBy>$(basename $0)</runBy>" --child-silent-after-fork=yes --gen-suppressions=all $vgopts ./$prog $args
  /external/skia/tools/
reformat-json.py 46 parser = argparse.ArgumentParser(description='Reformat JSON files in-place.')
  /system/core/libbacktrace/
GetPss.cpp 36 static bool ReadData(int fd, unsigned long place, uint64_t *data) {
37 if (lseek(fd, place * sizeof(uint64_t), SEEK_SET) < 0) {
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 87 CPVT_WordPlace place = pIterator->GetAt(); local
89 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
93 if (place.LineCmp(oldplace) != 0)
138 oldplace = place;
205 CPVT_WordPlace place = pIterator->GetAt(); local
207 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
fxet_pageobjs.cpp 108 CPVT_WordPlace place = pIterator->GetAt(); local
109 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
182 CPVT_WordPlace place = pIterator->GetAt(); local
183 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
187 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 && place.WordCmp(wrSelect.EndPos) <= 0;
233 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex ||
256 oldplace = place;
316 CPVT_WordPlace place = pIterator->GetAt(); local
317 if (pRange && place.WordCmp(pRange->EndPos) > 0) break
475 CPVT_WordPlace place = pIterator->GetAt(); local
537 CPVT_WordPlace place = pIterator->GetAt(); local
624 CPVT_WordPlace place = pIterator->GetAt(); local
    [all...]
fxet_edit.cpp 115 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace & place)
119 m_pVTIterator->SetAt(place);
852 CFXEU_SetSecProps::CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
856 m_wpPlace(place),
900 CFXEU_SetWordProps::CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
903 m_wpPlace(place),
1241 CPVT_WordPlace place = pIterator->GetAt(); local
1255 if (oldplace.SecCmp(place) != 0)
1261 oldplace = place;
1288 CPVT_WordPlace place = pIterator->GetAt() local
1497 CPVT_WordPlace place = pIterator->GetAt(); local
2471 CPVT_WordPlace place; local
2518 CPVT_WordPlace place; local
3207 CPVT_WordPlace place = pIterator->GetAt(); local
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 96 virtual void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place) = 0;
111 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
113 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
115 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
117 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
119 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
121 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
123 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
156 virtual void SetAt(const CPVT_WordPlace & place) = 0;
352 //map word place to word index
    [all...]
fxet_edit.h 510 CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
533 CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
633 CPVT_WordPlace DoInsertText(const CPVT_WordPlace& place, FX_LPCWSTR text, FX_INT32 charset,
637 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
640 CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace & place) const;
641 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const;
642 CPVT_WordPlace GetSectionBeginPlace(const CPVT_WordPlace & place) const;
643 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
693 FX_BOOL SetSecProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place,
695 FX_BOOL SetWordProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place,
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1094 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1098 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1103 m_pEditNotify->OnInsertReturn(place, oldplace);
1107 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1111 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1116 m_pEditNotify->OnBackSpace(place, oldplace);
1120 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1124 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1129 m_pEditNotify->OnDelete(place, oldplace);
1133 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace
    [all...]
  /external/vboot_reference/scripts/image_signing/
convert_recovery_to_ssd.sh 8 # place.
14 In-place converts recovery <image> into an SSD image. With --force, does not
52 echo "This will modify ${IMAGE} in-place and convert it into an SSD image."
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 59 /// @param pFragRef [in] the place to apply the relocation
77 /// place - P value - address of the place being relocated
78 Address place() const;
112 /// m_TargetData - target data of the place being relocated
118 /// m_TargetAddress - FragmentRef of the place being relocated

Completed in 4057 milliseconds

1 2 3 4 5 6 7