/frameworks/native/opengl/libs/EGL/ |
D | BlobCache_test.cpp | 284 uint8_t* flat = new uint8_t[size]; in roundTrip() local 285 ASSERT_EQ(OK, mBC->flatten(flat, size)); in roundTrip() 286 ASSERT_EQ(OK, mBC2->unflatten(flat, size)); in roundTrip() 287 delete[] flat; in roundTrip() 332 uint8_t* flat = new uint8_t[size]; in TEST_F() local 333 ASSERT_EQ(OK, mBC->flatten(flat, size)); in TEST_F() 334 delete[] flat; in TEST_F() 354 uint8_t* flat = new uint8_t[size]; in TEST_F() local 358 delete[] flat; in TEST_F() 366 uint8_t* flat = new uint8_t[size]; in TEST_F() local [all …]
|
/frameworks/ml/nn/driver/cache/BlobCache/ |
D | BlobCache_test.cpp | 516 uint8_t* flat = new uint8_t[size]; in roundTrip() local 517 ASSERT_EQ(OK, mBC->flatten(flat, size)); in roundTrip() 518 ASSERT_EQ(OK, mBC2->unflatten(flat, size)); in roundTrip() 519 delete[] flat; in roundTrip() 574 uint8_t* flat = new uint8_t[size]; in TEST_P() local 575 ASSERT_EQ(OK, mBC->flatten(flat, size)); in TEST_P() 576 delete[] flat; in TEST_P() 596 uint8_t* flat = new uint8_t[size]; in TEST_P() local 600 delete[] flat; in TEST_P() 608 uint8_t* flat = new uint8_t[size]; in TEST_P() local [all …]
|
/frameworks/base/data/keyboards/ |
D | Vendor_045e_Product_02d1.kl | 34 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd. 35 # This confuses applications that rely on the flat value because the joystick actually 36 # settles in a flat range of +/- 4096 or so. 37 axis 0x00 X flat 4096 38 axis 0x01 Y flat 4096 39 axis 0x03 Z flat 4096 40 axis 0x04 RZ flat 4096
|
D | Vendor_045e_Product_028e.kl | 30 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd. 31 # This confuses applications that rely on the flat value because the joystick actually 32 # settles in a flat range of +/- 4096 or so. 33 axis 0x00 X flat 4096 34 axis 0x01 Y flat 4096 35 axis 0x03 Z flat 4096 36 axis 0x04 RZ flat 4096
|
D | Vendor_045e_Product_02fd.kl | 34 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd. 35 # This confuses applications that rely on the flat value because the joystick actually 36 # settles in a flat range of +/- 4096 or so. 37 axis 0x00 X flat 4096 38 axis 0x01 Y flat 4096 39 axis 0x02 Z flat 4096 40 axis 0x05 RZ flat 4096
|
D | Vendor_045e_Product_02ea.kl | 34 # The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd. 35 # This confuses applications that rely on the flat value because the joystick actually 36 # settles in a flat range of +/- 4096 or so. 37 axis 0x00 X flat 4096 38 axis 0x01 Y flat 4096 39 axis 0x03 Z flat 4096 40 axis 0x04 RZ flat 4096
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 199 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() argument 201 return out->writeObject(flat, false); in finish_flatten_binder() 305 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local 307 if (flat) { in unflatten_binder() 308 switch (flat->hdr.type) { in unflatten_binder() 310 *out = reinterpret_cast<IBinder*>(flat->cookie); in unflatten_binder() 311 return finish_unflatten_binder(nullptr, *flat, in); in unflatten_binder() 313 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder() 315 static_cast<BpBinder*>(out->get()), *flat, in); in unflatten_binder() 324 const flat_binder_object* flat = in.readObject(false); in unflatten_binder() local [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | ServiceListing.java | 111 final String flat = Settings.Secure.getString(mContentResolver, mSetting); in loadEnabledServices() local 112 if (flat != null && !"".equals(flat)) { in loadEnabledServices() 113 final String[] names = flat.split(":"); in loadEnabledServices()
|
/frameworks/base/cmds/idmap2/tests/data/target/ |
D | build | 20 … link --manifest AndroidManifest.xml -A assets -o target-no-overlayable.apk values_values.arsc.flat 21 rm values_values.arsc.flat
|
/frameworks/native/include/input/ |
D | InputDevice.h | 80 float flat; member 105 float min, float max, float flat, float fuzz, float resolution);
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named 19 On _Android M (Marshmallow)_, dumpstate still generates a flat 26 is a failure, in which case it reverts to the flat file that is zipped by 37 - `main-entry.txt`: whose value is the name of the flat text entry (i.e., 46 The flat file also has some minor changes:
|
/frameworks/av/media/libstagefright/codecs/mp3dec/include/ |
D | pvmp3decoder_api.h | 81 flat = 0, enumerator
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 202 float flat, float fuzz, float resolution) { in addMotionRange() argument 203 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 746 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() argument 747 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange() 854 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() argument 860 mFlat = flat; in MotionRange()
|
/frameworks/base/packages/SettingsLib/ |
D | OWNERS | 20 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | EvdevInjector.cpp | 132 int32_t fuzz, int32_t flat) { in ConfigureAbs() argument 135 abs_type, min, max, fuzz, flat); in ConfigureAbs() 153 uidev_.absflat[abs_type] = flat; in ConfigureAbs()
|
D | EvdevInjector.h | 83 int32_t flat);
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/ |
D | BaseActivity.java | 393 protected void setPrimaryToolbarButtonFlat(boolean flat) { in setPrimaryToolbarButtonFlat() argument 394 mCarSetupWizardLayout.setPrimaryToolbarButtonFlat(flat); in setPrimaryToolbarButtonFlat()
|
D | BaseSetupWizardActivity.java | 391 protected void setPrimaryToolbarButtonFlat(boolean flat) { in setPrimaryToolbarButtonFlat() argument 392 mCarSetupWizardLayout.setPrimaryToolbarButtonFlat(flat); in setPrimaryToolbarButtonFlat()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/test/ |
D | mp3dec_test.cpp | 54 config.equalizerType = flat; in main()
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 74 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution); in android_view_InputDevice_create()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ |
D | writer.js | 210 var flat = new Uint8Array(this.totalLength_ + this.encoder_.length()); 218 flat.set(block, offset); 223 flat.set(tail, offset); 227 goog.asserts.assert(offset == flat.length); 231 this.blocks_ = [flat]; 233 return flat;
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 1907 String flat = SystemProperties.get(PROP_WALLPAPER_COMPONENT); in getDefaultWallpaperComponent() local 1908 if (!TextUtils.isEmpty(flat)) { in getDefaultWallpaperComponent() 1909 cn = ComponentName.unflattenFromString(flat); in getDefaultWallpaperComponent() 1913 flat = context.getString(com.android.internal.R.string.default_wallpaper_component); in getDefaultWallpaperComponent() 1914 if (!TextUtils.isEmpty(flat)) { in getDefaultWallpaperComponent() 1915 cn = ComponentName.unflattenFromString(flat); in getDefaultWallpaperComponent()
|
/frameworks/native/services/inputflinger/ |
D | EventHub.h | 66 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8 member 74 flat = 0; in clear()
|
D | InputReader.cpp | 1051 name, range.source, range.min, range.max, range.flat, range.fuzz, in dump() 2003 name, axis.minValue, axis.maxValue, axis.flat, axis.fuzz, axis.resolution); in dumpRawAbsoluteAxisInfo() 3118 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_1, mSource, x.min, x.max, x.flat, in populateDeviceInfo() 3120 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_2, mSource, y.min, y.max, y.flat, in populateDeviceInfo() 3122 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_3, mSource, x.min, x.max, x.flat, in populateDeviceInfo() 3124 info->addMotionRange(AMOTION_EVENT_AXIS_GENERIC_4, mSource, y.min, y.max, y.flat, in populateDeviceInfo() 3708 mOrientedRanges.touchMajor.flat = 0; in configureSurface() 3719 mOrientedRanges.toolMajor.flat = 0; in configureSurface() 3730 mOrientedRanges.size.flat = 0; in configureSurface() 3756 mOrientedRanges.pressure.flat = 0; in configureSurface() [all …]
|