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

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 166 def get_size(self, *args, **kwargs): member in class:DB
167 return self._cobj.get_size(*args, **kwargs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 278 def get_size(self, key) : member in class:DB_py3k
281 return self._db.get_size(key)
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 69 * Works with X of variable size also. X must implement get_size() */
72 { return StructAtOffset<Type>(&X, X.get_size()); }
75 { return StructAtOffset<Type>(&X, X.get_size()); }
450 unsigned int size = obj.get_size ();
469 unsigned int size = obj.get_size ();
816 inline unsigned int get_size (void) const function in struct:OT::ArrayOf
934 inline unsigned int get_size (void) const function in struct:OT::HeadlessArrayOf
hb-ot-layout-common-private.hh 1144 inline unsigned int get_size (void) const function in struct:OT::Device
    [all...]
hb-ot-layout-gpos-table.hh 94 inline unsigned int get_size (void) const function in struct:OT::ValueFormat
182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
189 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false);
794 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 959 static size_t get_size(const bufferInfo& info) function
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 965 static int get_size(const bufferInfo& info) function
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 939 static size_t get_size(const bufferInfo& info) function
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 958 static size_t get_size(const bufferInfo& info) function
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 968 static int get_size(const bufferInfo& info) function
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 1880 def get_size(self): member in class:Type
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 492 int get_size(const char *uuid, const char *pkgname, int userid, const char *apkpath, function
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 592 REAL get_size; local
594 GpStatus status = CallFunc(GdipGetFontSize)((GpFont *)pFont, (REAL*)&get_size);
596 *size = (FX_FLOAT)get_size;
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h 14691 HRESULT (WINAPI *get_size)(IHTMLFontElement *This,VARIANT *p); member in struct:IHTMLFontElementVtbl
16369 HRESULT (WINAPI *get_size)(IHTMLHRElement *This,VARIANT *p); member in struct:IHTMLHRElementVtbl
16839 HRESULT (WINAPI *get_size)(IHTMLSelectElement *This,__LONG32 *p); member in struct:IHTMLSelectElementVtbl
17801 HRESULT (WINAPI *get_size)(IHTMLInputElement *This,__LONG32 *p); member in struct:IHTMLInputElementVtbl
18352 HRESULT (WINAPI *get_size)(IHTMLInputTextElement *This,__LONG32 *p); member in struct:IHTMLInputTextElementVtbl
18497 HRESULT (WINAPI *get_size)(IHTMLInputFileElement *This,__LONG32 *p); member in struct:IHTMLInputFileElementVtbl
20362 HRESULT (WINAPI *get_size)(IHTMLBaseFontElement *This,__LONG32 *p); member in struct:IHTMLBaseFontElementVtbl
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 708 milliseconds

12