/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | N5ave.txt | 1 N5(fp_relaxed + no force CPU) 14 N5(fp_relaxed + force-CPU) 27 N5(no rs_fp_relaxed + force-CPU) 40 N5(no fp_relaxed + no force CPU)
|
D | N5clean.txt | 13 N5(fp_relaxed + no force CPU) 53 N5(fp_relaxed + force-CPU) 93 N5(no rs_fp_relaxed + force-CPU) 133 N5(no fp_relaxed + no force CPU)
|
/frameworks/base/libs/hwui/ |
D | Texture.h | 64 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) { 65 setWrapST(wrap, wrap, bindTexture, force); 69 bool force = false); 71 inline void setFilter(GLenum filter, bool bindTexture = false, bool force = false) { 72 setFilterMinMag(filter, filter, bindTexture, force); 76 bool force = false);
|
D | Texture.cpp | 54 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force) { in setWrapST() argument 55 if (force || wrapS != mWrapS || wrapT != mWrapT) { in setWrapST() 68 void Texture::setFilterMinMag(GLenum min, GLenum mag, bool bindTexture, bool force) { in setFilterMinMag() argument 69 if (force || min != mMinFilter || mag != mMagFilter) { in setFilterMinMag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarTransitions.java | 96 private void applyLightsOut(boolean animate, boolean force) { in applyLightsOut() argument 98 applyLightsOut(isLightsOut(getMode()), animate, force); in applyLightsOut() local 101 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { in applyLightsOut() argument 102 if (!force && lightsOut == mLightsOut) return; in applyLightsOut()
|
D | NavigationBarView.java | 388 public void setNavigationIconHints(int hints, boolean force) { in setNavigationIconHints() argument 389 if (!force && hints == mNavigationIconHints) return; in setNavigationIconHints() 442 public void setDisabledFlags(int disabledFlags, boolean force) { in setDisabledFlags() argument 443 if (!force && mDisabledFlags == disabledFlags) return; in setDisabledFlags() 534 public void setMenuVisibility(final boolean show, final boolean force) { in setMenuVisibility() argument 535 if (!force && mShowMenu == show) return; in setMenuVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationGuts.java | 104 public boolean handleCloseControls(boolean save, boolean force); in handleCloseControls() argument 215 public void closeControls(boolean leavebehinds, boolean controls, int x, int y, boolean force) { in closeControls() argument 218 closeControls(x, y, true /* save */, force); in closeControls() 220 closeControls(x, y, true /* save */, force); in closeControls() 225 public void closeControls(int x, int y, boolean save, boolean force) { in closeControls() argument 233 if (mGutsContent == null || !mGutsContent.handleCloseControls(save, force)) { in closeControls()
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 144 …void unmountObb(const char* filename, const bool force, AStorageManager_obbCallbackFunc func, void… in unmountObb() 147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce); in unmountObb() 191 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force, in AStorageManager_unmountObb() argument 193 mgr->unmountObb(filename, force != 0, cb, data); in AStorageManager_unmountObb()
|
/frameworks/base/libs/storage/include/storage/ |
D | IMountService.h | 43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0; 56 unmountSecureContainer(const String16& id, const bool force) = 0; 68 virtual void unmountObb(const String16& filename, const bool force,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
D | CarNavigationBarView.java | 53 public void setDisabledFlags(int disabledFlags, boolean force) { in setDisabledFlags() argument 70 public void setNavigationIconHints(int hints, boolean force) { in setNavigationIconHints() argument
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 75 void unmountVolume(in String mountPoint, boolean force, boolean removeEncryption) = 6; in unmountVolume() argument 106 int destroySecureContainer(in String id, boolean force) = 12; in destroySecureContainer() argument 116 int unmountSecureContainer(in String id, boolean force) = 14; in unmountSecureContainer() argument 158 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb() argument
|
/frameworks/av/media/libstagefright/foundation/ |
D | AWakeLock.cpp | 79 void AWakeLock::release(bool force) { in release() argument 83 if (force) { in release()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDeviceConnection.java | 125 public boolean claimInterface(UsbInterface intf, boolean force) { in claimInterface() argument 126 return native_claim_interface(intf.getId(), force); in claimInterface() 366 private native boolean native_claim_interface(int interfaceID, boolean force); in native_claim_interface() argument
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerBaseTest.java | 415 protected boolean unmountObb_noThrow(String obbFilePath, boolean force) { in unmountObb_noThrow() argument 421 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener)); in unmountObb_noThrow() 424 if (force) { in unmountObb_noThrow() 438 protected void unmountObb(String obbFilePath, boolean force) { in unmountObb() argument 443 assertTrue("unmountObb call failed", mSm.unmountObb(obbFilePath, force, obbListener)); in unmountObb() 446 if (force) { in unmountObb()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobSchedulerShellCommand.java | 128 boolean force = false; in runJob() 136 force = true; in runJob() 155 int ret = mInternal.executeRunCommand(pkgName, userId, jobId, force); in runJob() 162 if (force) { in runJob()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioOutputDescriptor.h | 61 bool force); 119 bool force); 152 bool force);
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | nbody.rs | 56 float3 force = {0.f, 0.f, 0.f}; 65 force += dir * (mass.w * invDistCubed); 67 float3 acc = force;
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume() argument 165 data.writeInt32(force ? 1 : 0); in unmountVolume() 319 int32_t unmountSecureContainer(const String16& id, const bool force) in unmountSecureContainer() argument 324 data.writeInt32(force ? 1 : 0); in unmountSecureContainer() 466 void unmountObb(const String16& filename, const bool force, in unmountObb() argument 472 data.writeInt32(force ? 1 : 0); in unmountObb()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioOutputDescriptor.cpp | 148 bool force) in setVolume() argument 153 if (volume != mCurVolume[stream] || force) { in setVolume() 375 bool force) in setVolume() argument 377 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force); in setVolume() 439 bool force) in setVolume() argument 441 bool changed = AudioOutputDescriptor::setVolume(volume, stream, device, delayMs, force); in setVolume()
|
/frameworks/support/dynamic-animation/src/android/support/animation/ |
D | SpringAnimation.java | 127 public SpringAnimation setSpring(SpringForce force) { in setSpring() argument 128 mSpring = force; in setSpring()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothAdapter.java | 158 public void startScanning(boolean force) { in startScanning() argument 161 if (!force) { in startScanning()
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 116 final boolean[] force = key.mForce; in setupResources() 123 style, force[i]); in setupResources()
|
/frameworks/native/include/android/ |
D | storage_manager.h | 134 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | AWakeLock.h | 35 void release(bool force = false);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | FakeGateKeeperService.java | 188 private void refreshSid(int uid, long sid, boolean force) { in refreshSid() argument 189 if (!sidMap.containsKey(uid) || force) { in refreshSid()
|