Searched defs:place (Results 1 - 25 of 27) sorted by relevance

12

/external/libpcap/Win32/Src/
H A Dgetopt.c67 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/
H A Dgetopt.c63 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...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DOffsettedItem.java223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_ap.cpp87 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;
H A Dfxet_pageobjs.cpp108 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
475 CPVT_WordPlace place = pIterator->GetAt(); local
537 CPVT_WordPlace place = pIterator->GetAt(); local
624 CPVT_WordPlace place = pIterator->GetAt(); local
[all...]
H A Dfxet_edit.cpp115 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace & place) argument
119 m_pVTIterator->SetAt(place);
852 CFXEU_SetSecProps::CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep, argument
856 m_wpPlace(place),
900 CFXEU_SetWordProps::CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep, argument
903 m_wpPlace(place),
1241 CPVT_WordPlace place = pIterator->GetAt(); local
1255 if (oldplace.SecCmp(place) != 0)
1261 oldplace = place;
1288 CPVT_WordPlace place local
1497 CPVT_WordPlace place = pIterator->GetAt(); local
1556 SetSecProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps, const CPVT_WordRange & wr, FX_BOOL bAddUndo) argument
1760 SetWordProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place, const CPVT_WordProps * pWordProps, const CPVT_WordRange & wr, FX_BOOL bAddUndo) argument
2471 CPVT_WordPlace place; local
2518 CPVT_WordPlace place; local
2570 SetCaret(const CPVT_WordPlace & place) argument
3207 CPVT_WordPlace place = pIterator->GetAt(); local
3513 DoInsertText(const CPVT_WordPlace& place, FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) argument
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp59 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/mesa3d/src/getopt/
H A Dgetopt_long.c84 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[
[all...]
/external/openssh/openbsd-compat/
H A Dgetopt_long.c101 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[
[all...]
H A Dbsd-snprintf.c65 * 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
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h49 virtual void OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} argument
50 virtual void OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} argument
51 virtual void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} argument
52 virtual void OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} argument
53 virtual void OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} argument
54 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} argument
55 virtual void OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} argument
157 virtual void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h157 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) cons
[all...]
/external/bison/src/
H A Dtables.c783 base_number place; local
787 place = pack_vector (i);
790 place = base[s];
792 pos[i] = place;
793 base[order[i]] = place;
/external/valgrind/exp-sgcheck/
H A Dpc_common.c351 const HChar *place, *legit, *how_invalid; local
387 if (cmp < 0) place = "before";
388 else if (cmp == 0) place = "inside";
389 else place = "after";
404 a, miss_size, place );
420 a, miss_size, place );
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp652 CPVT_WordPlace place = pIterator->GetAt(); local
653 if (pVisible && place.WordCmp(pVisible->EndPos) > 0) {
657 if (place.LineCmp(oldplace) != 0) {
689 oldplace = place;
H A Ddoc_vt.cpp33 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
78 AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) argument
187 CPVT_WordPlace place = GetBeginWordPlace(); local
314 ClearWord(const CPVT_WordPlace & place) argument
839 CPVT_WordPlace place; local
857 InsertWord(const CPVT_WordPlace & place, FX_WORD word, FX_INT32 charset, const CPVT_WordProps * pWordProps) argument
879 InsertSection(const CPVT_WordPlace & place, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pWordProps) argument
920 InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pProps) argument
972 DeleteWord(const CPVT_WordPlace & place) argument
976 BackSpaceWord(const CPVT_WordPlace & place) argument
1074 CPVT_WordPlace place = GetBeginWordPlace(); local
1158 CPVT_WordPlace place = GetBeginWordPlace(); local
1199 GetUpWordPlace(const CPVT_WordPlace & place, const CPDF_Point & point) const argument
1217 GetDownWordPlace(const CPVT_WordPlace & place, const CPDF_Point & point) const argument
1274 AddSection(const CPVT_WordPlace & place, const CPVT_SectionInfo & secinfo) argument
1290 AddLine(const CPVT_WordPlace & place, const CPVT_LineInfo & lineinfo) argument
1300 AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) argument
1312 GetWordInfo(const CPVT_WordPlace & place, CPVT_WordInfo & wordinfo) argument
1322 SetWordInfo(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) argument
1332 GetLineInfo(const CPVT_WordPlace & place, CPVT_LineInfo & lineinfo) argument
1342 GetSectionInfo(const CPVT_WordPlace & place, CPVT_SectionInfo & secinfo) argument
1428 ClearSectionRightWords(const CPVT_WordPlace & place) argument
1438 AjustLineHeader(const CPVT_WordPlace & place, FX_BOOL bPrevOrNext) const argument
1449 ClearEmptySection(const CPVT_WordPlace & place) argument
1471 LinkLatterSection(const CPVT_WordPlace & place) argument
1498 ClearLeftWord(const CPVT_WordPlace & place) argument
1517 ClearRightWord(const CPVT_WordPlace & place) argument
1602 CPVT_WordPlace place; local
1696 SetAt(const CPVT_WordPlace & place) argument
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp670 void CPWL_EditCtrl::IOnSetCaret(FX_BOOL bVisible, const CPDF_Point & ptHead, const CPDF_Point & ptFoot, const CPVT_WordPlace& place) argument
H A DPWL_Edit.cpp1094 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
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) argument
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) argument
1124 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1129 m_pEditNotify->OnDelete(place, oldplace);
1133 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, cons argument
1146 OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1159 OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1163 OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1226 GetSameWordsRange(const CPVT_WordPlace & place, FX_BOOL bLatin, FX_BOOL bArabic) const argument
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-event.c1639 char *place; local
1642 place = synthesize_perf_probe_point(&pev->point);
1643 if (!place)
1650 printf(" %-20s (on %s", buf, place);
1663 free(place);
/external/vixl/src/vixl/a64/
H A Dassembler-a64.cc566 void Assembler::place(RawLiteral* literal) { function in class:vixl::Assembler
/external/netperf/
H A Dnetlib.c354 static char *place = EMSG; /* option letter processing */
357 if (!*place) {
359 if (optind >= argc || *(place = argv[optind]) != '-' || !*++place) {
362 if (*place == '-') {
365 place = EMSG ; /* Added by shiva for Netperf */
371 if ((optopt = (int)*place++) == (int)':'
373 if (!*place) {
382 if (!*place)
386 if (*place) {
351 static char *place = EMSG; /* option letter processing */ local
[all...]
/external/libvncserver/x11vnc/
H A Dnox11.h1621 int place; /* PlaceOnTop, PlaceOnBottom */ member in struct:__anon9299
1631 int place; /* PlaceOnTop, PlaceOnBottom */ member in struct:__anon9300
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 1306 milliseconds

12