HomeSort by relevance Sort by last modified time
    Searched defs:GetLength (Results 26 - 46 of 46) sorted by null

12

  /frameworks/base/tools/aapt2/compile/
NinePatch.cpp 88 // virtual int32_t GetLength() const = 0;
98 const int32_t length = image_line->GetLength();
140 inline int32_t GetLength() const { return length_; }
163 inline int32_t GetLength() const { return length_; }
187 inline int32_t GetLength() const { return length_; }
411 const int32_t length = image_line->GetLength();
444 const int32_t length = image_line->GetLength();
  /external/v8/src/
code-stub-assembler.h     [all...]
frames.cc 952 return ArgumentsAdaptorFrame::GetLength(caller_fp());
    [all...]
objects.cc     [all...]
  /external/gptfdisk/
basicmbr.cc     [all...]
  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 37 engine_->Delete(start_idx_, added_text_.GetLength(),
57 engine_->Delete(start_idx_, removed_text_.GetLength(),
240 size_t length = text.GetLength();
270 size_t length = text.GetLength();
853 size_t CFDE_TextEditEngine::GetLength() const {
1007 txtEdtPiece.nCount = piece->GetLength();
1136 static_cast<size_t>(current_position_) == engine_->GetLength()) {
1151 if (static_cast<size_t>(nIndex) >= engine_->GetLength())
1152 current_position_ = engine_->GetLength();
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.h 544 size_t GetLength() const {
    [all...]
nodes.h     [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h 336 UINT8 GetLength () {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 247 UINT8 GetLength () {
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mlang.h 266 virtual HRESULT WINAPI GetLength(__LONG32 *plLen) = 0;
277 HRESULT (WINAPI *GetLength)(IMLangString *This,__LONG32 *plLen);
290 #define IMLangString_GetLength(This,plLen) (This)->lpVtbl->GetLength(This,plLen)
327 HRESULT (WINAPI *GetLength)(IMLangStringWStr *This,__LONG32 *plLen);
348 #define IMLangStringWStr_GetLength(This,plLen) (This)->lpVtbl->GetLength(This,plLen)
401 HRESULT (WINAPI *GetLength)(IMLangStringAStr *This,__LONG32 *plLen);
422 #define IMLangStringAStr_GetLength(This,plLen) (This)->lpVtbl->GetLength(This,plLen)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 920 milliseconds

12