HomeSort by relevance Sort by last modified time
    Searched refs:outSize (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/core/java/android/view/
Display.java 92 * @param outSize A {@link Point} object to receive the size information.
94 public void getSize(Point outSize) {
95 getSizeInternal(outSize, true);
98 private void getSizeInternal(Point outSize, boolean doCompat) {
102 wm.getDisplaySize(outSize);
106 mTmpMetrics.noncompatWidthPixels = outSize.x;
107 mTmpMetrics.noncompatHeightPixels = outSize.y;
110 outSize.x = mTmpMetrics.widthPixels;
111 outSize.y = mTmpMetrics.heightPixels;
117 outSize.x = getRawWidth()
    [all...]
  /build/tools/atree/
files.h 34 off_t outSize;
files.cpp 373 rec->outSize = st.st_size;
377 rec->outSize = 0;
atree.cpp 299 if (it->outSize != it->sourceSize || it->outMod < it->sourceMod) {
  /dalvik/dexdump/
DexDump.cpp 711 int outSize;
749 outSize = snprintf(buf, bufSize, "<unknown-index>");
756 outSize = snprintf(buf, bufSize, "<no-index>");
763 outSize = snprintf(buf, bufSize, "<index-varies> // thing@%0*x",
767 outSize = snprintf(buf, bufSize, "%s // type@%0*x",
771 outSize = snprintf(buf, bufSize, "\"%s\" // string@%0*x",
778 outSize = snprintf(buf, bufSize, "%s.%s:%s // method@%0*x",
782 outSize = snprintf(buf, bufSize, "<method?> // method@%0*x",
791 outSize = snprintf(buf, bufSize, "%s.%s:%s // field@%0*x",
795 outSize = snprintf(buf, bufSize, "<field?> // field@%0*x"
    [all...]
  /frameworks/base/include/androidfw/
CursorWindow.h 134 inline const void* getFieldSlotValueBlob(FieldSlot* fieldSlot, size_t* outSize) {
135 *outSize = fieldSlot->data.buffer.size;
  /development/ndk/platforms/android-9/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /frameworks/native/include/android/
native_activity.h 134 * outSize with the number of bytes in the allocation. Note that the
138 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 120 * outSize with the number of bytes in the allocation. Note that the
124 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 120 * outSize with the number of bytes in the allocation. Note that the
124 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 120 * outSize with the number of bytes in the allocation. Note that the
124 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
native_activity.h 127 * outSize with the number of bytes in the allocation. Note that the
131 void* (*onSaveInstanceState)(ANativeActivity* activity, size_t* outSize);
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 411 unsigned outSize = isPrintf ? 2 : Outs.size();
415 Ops.resize(outSize + Ins.size() + 4);
424 Ops[Ins.size()+3] = DAG.getTargetConstant(outSize, MVT::i32);
  /external/quake/quake/src/WinQuake/
common.cpp 856 void COM_FileBase (const char *in, char *out, size_t outSize)
858 // Get the "base" part of a path, make sure we don't exceed outSize bytes
864 if(!outSize)
889 if(len > outSize - 1)
890 len = outSize - 1;
    [all...]
  /gdk/samples/quake/jni/
common.cpp 856 void COM_FileBase (const char *in, char *out, size_t outSize)
858 // Get the "base" part of a path, make sure we don't exceed outSize bytes
864 if(!outSize)
889 if(len > outSize - 1)
890 len = outSize - 1;
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 830 static uint8_t *DecodeBase64(const char *s, size_t size, size_t *outSize) {
831 *outSize = 0;
849 *outSize = outLen;
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm     [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 362 GGLSurface** outSurface, int32_t* outSize, GLint level,
392 *outSize = size;
404 *outSize = size;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 186 void* editData(size_t* outSize = NULL);

Completed in 852 milliseconds

1 2