HomeSort by relevance Sort by last modified time
    Searched refs:place (Results 26 - 50 of 232) sorted by null

12 3 4 5 6 7 8 910

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 1090 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1094 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1099 m_pEditNotify->OnInsertReturn(place, oldplace);
1103 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1107 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1112 m_pEditNotify->OnBackSpace(place, oldplace);
1116 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
1120 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place)));
1125 m_pEditNotify->OnDelete(place, oldplace);
1129 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)
    [all...]
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 129 help="Where to place generated javascript file")
131 help="Where to place generated css file")
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 67 # its place (passing NULL for o3 would cause an illegal memory
121 # operation is done in-place when o1 supports it. This is the
127 # failure. The operation is done in-place when o1 supports
133 # failure. The operation is done in-place when o1 supports
139 # operation is done in-place when o1 supports it. This is the
145 # failure. The operation is done in-place when o1 supports
156 # passed two integers. The operation is done in-place when o1
162 # failure. The operation is done in-place when o1 supports
168 # operation is done in-place when o1 supports it. This is the
170 # Py_None, or an in-place variant of "pow(o1, o2, o3)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 133 help='specify an output directory to place files '
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 514 CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
537 CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
637 CPVT_WordPlace DoInsertText(const CPVT_WordPlace& place, FX_LPCWSTR text, FX_INT32 charset,
641 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
644 CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace & place) const;
645 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const;
646 CPVT_WordPlace GetSectionBeginPlace(const CPVT_WordPlace & place) const;
647 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
697 FX_BOOL SetSecProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place,
699 FX_BOOL SetWordProps(EDIT_PROPS_E eProps, const CPVT_WordPlace & place,
    [all...]
  /external/openssl/crypto/bio/
b_print.c 488 int place = 0; local
512 convert[place++] =
516 } while (uvalue && (place < (int)sizeof(convert)));
517 if (place == sizeof(convert))
518 place--;
519 convert[place] = 0;
521 zpadlen = max - place;
522 spadlen = min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
558 while (place > 0)
559 doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 115 void CFX_Edit_Iterator::SetAt(const CPVT_WordPlace & place)
119 m_pVTIterator->SetAt(place);
869 CFXEU_SetSecProps::CFXEU_SetSecProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
873 m_wpPlace(place),
917 CFXEU_SetWordProps::CFXEU_SetWordProps(CFX_Edit * pEdit, const CPVT_WordPlace & place, EDIT_PROPS_E ep,
920 m_wpPlace(place),
1258 CPVT_WordPlace place = pIterator->GetAt(); local
1272 if (oldplace.SecCmp(place) != 0)
1278 oldplace = place;
1305 CPVT_WordPlace place = pIterator->GetAt(); local
1514 CPVT_WordPlace place = pIterator->GetAt(); local
2488 CPVT_WordPlace place; local
2535 CPVT_WordPlace place; local
3224 CPVT_WordPlace place = pIterator->GetAt(); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-multiple-breakpoints.js 49 // This test sets several break points at the same place and checks that
50 // several break points at the same place only makes one debug break event
60 // Set another breakpoint in f at the same place.
  /external/chromium-libpac/test/js-unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /external/chromium_org/third_party/polymer/components-chromium/core-signals/
core-signals-extracted.js 29 // tree from all over the place
  /external/srec/srec/cfront/
himul32.h 51 mulhw r3, factor1, factor2 # place the high order 32 bits of the product in the return register r3
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 59 /// @param pFragRef [in] the place to apply the relocation
78 /// place - P value - address of the place being relocated
79 Address place() const;
113 /// m_TargetData - target data of the place being relocated
119 /// m_TargetAddress - FragmentRef of the place being relocated
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 139 place(child, true);
287 place(v, true);
314 place(v, pt, false); method
325 public void place(View v, boolean animate) { method in class:DessertCaseView
326 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate); method
345 public synchronized void place(View v, Point pt, boolean animate) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
UniformListItem.java 183 offset = i.place(addedTo, offset) + size;
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
UniformListItem.java 181 offset = i.place(addedTo, offset) + size;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
UniformListItem.java 183 offset = i.place(addedTo, offset) + size;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 29 void IOnSetCaret(FX_BOOL bVisible,const CPDF_Point & ptHead,const CPDF_Point & ptFoot, const CPVT_WordPlace& place);
  /docs/source.android.com/
Android.mk 20 # Sets up the Doxygen HAL reference docs and puts them in the right place
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.css 123 .event-logs-place {
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 211 slwi $tp,$num,2 ; place for {an}p_{lh}[num], i.e. 4*num
212 add $tp,$tp,$num ; place for tp[num+1]
977 Lcopy: ; copy or in-place refresh
1039 Lcopy: ; copy or in-place refresh
  /frameworks/base/core/tests/coretests/
Android.mk 44 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.

Completed in 1545 milliseconds

12 3 4 5 6 7 8 910