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

12

/external/c-ares/
H A Dares_getopt.c68 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/
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/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.cpp81 CPVT_WordPlace place = pIterator->GetAt(); local
83 if (pRange && place.WordCmp(pRange->EndPos) > 0)
87 if (place.LineCmp(oldplace) != 0) {
128 oldplace = place;
188 CPVT_WordPlace place = pIterator->GetAt(); local
190 if (pRange && place.WordCmp(pRange->EndPos) > 0)
H A Dfxet_pageobjs.cpp119 CPVT_WordPlace place = pIterator->GetAt(); local
120 if (pRange && place.WordCmp(pRange->EndPos) > 0)
197 CPVT_WordPlace place = pIterator->GetAt(); local
198 if (pRange && place.WordCmp(pRange->EndPos) > 0)
202 bSelect = place.WordCmp(wrSelect.BeginPos) > 0 &&
203 place.WordCmp(wrSelect.EndPos) <= 0;
239 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex ||
265 oldplace = place;
322 CPVT_WordPlace place = pIterator->GetAt(); local
323 if (pRange && place
496 CPVT_WordPlace place = pIterator->GetAt(); local
559 CPVT_WordPlace place = pIterator->GetAt(); local
642 CPVT_WordPlace place = pIterator->GetAt(); local
[all...]
H A Dfxet_edit.cpp79 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace& place) { argument
80 m_pVTIterator->SetAt(place);
661 const CPVT_WordPlace& place,
669 m_wpPlace(place),
704 const CPVT_WordPlace& place,
710 m_wpPlace(place),
989 CPVT_WordPlace place = pIterator->GetAt(); local
999 if (oldplace.SecCmp(place) != 0) {
1004 oldplace = place;
1027 CPVT_WordPlace place local
660 CFXEU_SetSecProps(CFX_Edit* pEdit, const CPVT_WordPlace& place, EDIT_PROPS_E ep, const CPVT_SecProps& oldsecprops, const CPVT_WordProps& oldwordprops, const CPVT_SecProps& newsecprops, const CPVT_WordProps& newwordprops, const CPVT_WordRange& range) argument
703 CFXEU_SetWordProps(CFX_Edit* pEdit, const CPVT_WordPlace& place, EDIT_PROPS_E ep, const CPVT_WordProps& oldprops, const CPVT_WordProps& newprops, const CPVT_WordRange& range) argument
1205 CPVT_WordPlace place = pIterator->GetAt(); local
1262 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
1442 SetWordProps(EDIT_PROPS_E eProps, const CPVT_WordPlace& place, const CPVT_WordProps* pWordProps, const CPVT_WordRange& wr, FX_BOOL bAddUndo) argument
2029 CPVT_WordPlace place; local
2072 CPVT_WordPlace place; local
2118 SetCaret(const CPVT_WordPlace& place) argument
2689 CPVT_WordPlace place = pIterator->GetAt(); local
2960 DoInsertText(const CPVT_WordPlace& place, const FX_WCHAR* text, int32_t charset, const CPVT_SecProps* pSecProps, const CPVT_WordProps* pWordProps) argument
[all...]
/external/pdfium/xfa/src/fgas/include/
H A Dfx_mem.h47 void* operator new(size_t size, void* place) { return place; } argument
48 void operator delete(void* p, void* place) {} argument
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DefaultPlacement.cpp58 void CBC_DefaultPlacement::place() { function in class:CBC_DefaultPlacement
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
H A Dorder.py181 def place(self, block=True): member in class:Order
/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/opencv3/modules/python/test/
H A Dtransformations.py1363 >>> ball.place([320, 320], 320)
1370 >>> ball.place([320, 320], 320)
1409 def place(self, center, radius): member in class:Arcball
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h38 virtual void OnInsertWord(const CPVT_WordPlace& place, argument
40 virtual void OnInsertReturn(const CPVT_WordPlace& place, argument
42 virtual void OnBackSpace(const CPVT_WordPlace& place, argument
44 virtual void OnDelete(const CPVT_WordPlace& place, argument
46 virtual void OnClear(const CPVT_WordPlace& place, argument
48 virtual void OnInsertText(const CPVT_WordPlace& place, argument
50 virtual void OnSetText(const CPVT_WordPlace& place, argument
140 const CPVT_WordPlace& place) override;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h135 CPVT_WordPlace place = EndPos; local
137 BeginPos = place;
316 virtual void SetAt(const CPVT_WordPlace& place) = 0;
375 const CPVT_WordPlace& place,
381 const CPVT_WordPlace& place,
386 const CPVT_WordPlace& place,
394 virtual CPVT_WordPlace DeleteWord(const CPVT_WordPlace& place) = 0;
396 virtual CPVT_WordPlace BackSpaceWord(const CPVT_WordPlace& place) = 0;
425 const CPVT_WordPlace& place) const = 0;
428 const CPVT_WordPlace& place) cons
[all...]
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
H A DSmaliClass.java407 PsiElement lastParent, @NotNull PsiElement place) {
408 return PsiClassImplUtil.processDeclarationsInClass(this, processor, state, null, lastParent, place,
409 PsiUtil.getLanguageLevel(place), false);
406 processDeclarations(@otNull PsiScopeProcessor processor, @NotNull ResolveState state, PsiElement lastParent, @NotNull PsiElement place) argument
/external/tcpdump/missing/
H A Dgetopt_long.c92 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
[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/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp575 const CPVT_WordPlace& place) {
572 IOnSetCaret(FX_BOOL bVisible, const CPDF_Point& ptHead, const CPDF_Point& ptFoot, const CPVT_WordPlace& place) argument
H A DPWL_Edit.cpp999 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, argument
1003 GetLatinWordsRange(place)));
1007 m_pEditNotify->OnInsertReturn(place, oldplace);
1011 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, argument
1015 GetLatinWordsRange(place)));
1019 m_pEditNotify->OnBackSpace(place, oldplace);
1023 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, argument
1027 GetLatinWordsRange(place)));
1031 m_pEditNotify->OnDelete(place, oldplace);
1035 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, argument
1047 OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1059 OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1062 OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) argument
1116 GetSameWordsRange(const CPVT_WordPlace& place, FX_BOOL bLatin, FX_BOOL bArabic) const argument
[all...]
/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.cpp725 CPVT_WordPlace place = pIterator->GetAt(); local
726 if (pVisible && place.WordCmp(pVisible->EndPos) > 0) {
730 if (place.LineCmp(oldplace) != 0) {
767 oldplace = place;
H A Ddoc_vt.cpp33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const {
34 if (place.nWordIndex > m_LineInfo.nEndWordIndex) {
35 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
38 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
39 place.nWordIndex - 1);
41 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const {
42 if (place.nWordIndex < m_LineInfo.nBeginWordIndex) {
43 return CPVT_WordPlace(place
73 AddWord(const CPVT_WordPlace& place, const CPVT_WordInfo& wordinfo) argument
171 CPVT_WordPlace place = GetBeginWordPlace(); local
300 ClearWord(const CPVT_WordPlace& place) argument
821 CPVT_WordPlace place; local
839 InsertWord(const CPVT_WordPlace& place, FX_WORD word, int32_t charset, const CPVT_WordProps* pWordProps) argument
864 InsertSection( const CPVT_WordPlace& place, const CPVT_SecProps* pSecProps, const CPVT_WordProps* pWordProps) argument
908 InsertText(const CPVT_WordPlace& place, const FX_WCHAR* text, int32_t charset, const CPVT_SecProps* pSecProps, const CPVT_WordProps* pProps) argument
962 DeleteWord(const CPVT_WordPlace& place) argument
965 BackSpaceWord(const CPVT_WordPlace& place) argument
1062 CPVT_WordPlace place = GetBeginWordPlace(); local
1140 CPVT_WordPlace place = GetBeginWordPlace(); local
1181 GetUpWordPlace( const CPVT_WordPlace& place, const CPDF_Point& point) const argument
1201 GetDownWordPlace( const CPVT_WordPlace& place, const CPDF_Point& point) const argument
1258 AddSection(const CPVT_WordPlace& place, const CPVT_SectionInfo& secinfo) argument
1275 AddLine(const CPVT_WordPlace& place, const CPVT_LineInfo& lineinfo) argument
1285 AddWord(const CPVT_WordPlace& place, const CPVT_WordInfo& wordinfo) argument
1298 GetWordInfo(const CPVT_WordPlace& place, CPVT_WordInfo& wordinfo) argument
1308 SetWordInfo(const CPVT_WordPlace& place, const CPVT_WordInfo& wordinfo) argument
1318 GetLineInfo(const CPVT_WordPlace& place, CPVT_LineInfo& lineinfo) argument
1328 GetSectionInfo(const CPVT_WordPlace& place, CPVT_SectionInfo& secinfo) argument
1431 ClearSectionRightWords(const CPVT_WordPlace& place) argument
1441 AdjustLineHeader(const CPVT_WordPlace& place, FX_BOOL bPrevOrNext) const argument
1448 ClearEmptySection(const CPVT_WordPlace& place) argument
1469 LinkLatterSection(const CPVT_WordPlace& place) argument
1496 ClearLeftWord(const CPVT_WordPlace& place) argument
1514 ClearRightWord(const CPVT_WordPlace& place) argument
1594 CPVT_WordPlace place; local
1681 SetAt(const CPVT_WordPlace& place) argument
[all...]
/external/netperf/src/
H A Dnetlib.c368 static char *place = EMSG; /* option letter processing */
371 if (!*place) {
373 if (optind >= argc || *(place = argv[optind]) != '-' || !*++place) {
376 if (*place == '-') {
379 place = EMSG ; /* Added by shiva for Netperf */
385 if ((optopt = (int)*place++) == (int)':'
387 if (!*place) {
396 if (!*place)
400 if (*place) {
365 static char *place = EMSG; /* option letter processing */ local
[all...]
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jar ... dom/ com/google/gwt/media/dom/client/ com/google/gwt/place/ com/google/gwt/place/impl/ com/google/gwt/place/rebind ...
/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 ...

Completed in 3561 milliseconds

12