HomeSort by relevance Sort by last modified time
    Searched defs:getPageSize (Results 1 - 25 of 61) sorted by null

1 2 3

  /packages/services/BuiltInPrintService/src/com/android/bips/jni/
PdfRender.java 119 public SizeD getPageSize(int page) {
120 if (DEBUG) Log.d(TAG, "getPageSize() page=" + page);
124 return mService.getPageSize(page - 1);
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 134 getPageSize(pageIndex, size);
154 public void getPageSize(int pageIndex, @NonNull Point outSize) {
  /prebuilts/go/darwin-x86/src/runtime/
os_dragonfly.go 75 func getPageSize() uintptr {
156 physPageSize = getPageSize()
os_freebsd.go 62 func getPageSize() uintptr {
143 physPageSize = getPageSize()
os_netbsd.go 98 func getPageSize() uintptr {
202 physPageSize = getPageSize()
os_openbsd.go 95 func getPageSize() uintptr {
189 physPageSize = getPageSize()
os_darwin.go 54 physPageSize = getPageSize()
75 func getPageSize() uintptr {
os_plan9.go 224 func getPageSize() uintptr {
289 physPageSize = getPageSize()
os3_solaris.go 130 func getPageSize() uintptr {
140 physPageSize = getPageSize()
os_windows.go 229 func getPageSize() uintptr {
286 physPageSize = getPageSize()
  /prebuilts/go/linux-x86/src/runtime/
os_dragonfly.go 75 func getPageSize() uintptr {
156 physPageSize = getPageSize()
os_freebsd.go 62 func getPageSize() uintptr {
143 physPageSize = getPageSize()
os_netbsd.go 98 func getPageSize() uintptr {
202 physPageSize = getPageSize()
os_openbsd.go 95 func getPageSize() uintptr {
189 physPageSize = getPageSize()
os_darwin.go 54 physPageSize = getPageSize()
75 func getPageSize() uintptr {
os_plan9.go 224 func getPageSize() uintptr {
289 physPageSize = getPageSize()
os3_solaris.go 130 func getPageSize() uintptr {
140 physPageSize = getPageSize()
os_windows.go 229 func getPageSize() uintptr {
286 physPageSize = getPageSize()
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 733 uint32_t getPageSize() const { return RemotePageSize; }
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/
aws-java-sdk-servicecatalog-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/
aws-java-sdk-iot-1.11.18.jar 
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 840 milliseconds

1 2 3