/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/ |
D | BatteryStatus.java | 54 public final boolean present; field in BatteryStatus 57 int maxChargingWattage, boolean present) { in BatteryStatus() argument 63 this.present = present; in BatteryStatus() 71 present = batteryChangedIntent.getBooleanExtra(EXTRA_PRESENT, true); in BatteryStatus()
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/ |
D | stderr.txt.expect | 1 reflection3264_reduce_extra64.rscript:10:12: error: reduction kernel 'cc' is only present for 64-bi… 2 reflection3264_reduce_extra64.rscript:11:12: error: reduction kernel 'dd' is only present for 64-bi…
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra64/ |
D | stderr.txt.expect | 1 reflection3264_foreach_mismatch_extra64.rscript:10:6: error: foreach kernel 'cc' is only present fo… 2 reflection3264_foreach_mismatch_extra64.rscript:12:16: error: foreach kernel 'dd' is only present f…
|
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/ |
D | stderr.txt.expect | 1 reflection3264_invokable_extra64.rscript:12:6: error: invokable function 'd' is only present for 64… 2 reflection3264_invokable_extra64.rscript:14:6: error: invokable function 'e' is only present for 64…
|
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'd' is only present fo… 2 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'e' is only present fo…
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'cc' is only present for 32… 2 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'dd' is only present for 32…
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra32/ |
D | stderr.txt.expect | 1 …ection3264_foreach_mismatch_extra32.rscript' foreach kernel 'cc' is only present for 32-bit targets 2 …ection3264_foreach_mismatch_extra32.rscript' foreach kernel 'dd' is only present for 32-bit targets
|
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/ |
D | stderr.txt.expect | 2 reflection3264_variable_extra64.rscript:12:6: error: global variable 'd' is only present for 64-bit… 3 reflection3264_variable_extra64.rscript:14:7: error: global variable 'e' is only present for 64-bit…
|
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/ |
D | stderr.txt.expect | 2 error: in file 'reflection3264_variable_extra32.rscript' global variable 'd' is only present for 32… 3 error: in file 'reflection3264_variable_extra32.rscript' global variable 'e' is only present for 32…
|
/frameworks/base/core/java/android/util/apk/ |
D | SourceStampVerificationResult.java | 40 boolean present, boolean verified, @Nullable Certificate certificate, in SourceStampVerificationResult() argument 42 this.mPresent = present; in SourceStampVerificationResult()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | CompositionEngineTest.cpp | 96 mEngine.present(mRefreshArgs); in TEST_F() 118 EXPECT_CALL(*mOutput1, present(Ref(mRefreshArgs))); in TEST_F() 119 EXPECT_CALL(*mOutput2, present(Ref(mRefreshArgs))); in TEST_F() 120 EXPECT_CALL(*mOutput3, present(Ref(mRefreshArgs))); in TEST_F() 123 mEngine.present(mRefreshArgs); in TEST_F()
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 185 * present if and only if the kernel has a non-void return value. 225 * This function returns 0 if the Array0 dimension is not present. 238 * Returns 0 if the Array1 dimension is not present. 252 * Returns 0 if the Array2 dimension is not present. 265 * Returns 0 if the Array3 dimension is not present. 278 * Returns 0 if the Array0 dimension is not present. 291 * Returns 0 if the Array1 dimension is not present. 304 * Returns 0 if the Array2 dimension is not present. 317 * Returns 0 if the Array3 dimension is not present. 328 * than one face present. In all other cases, it returns false. See rsGetDimX() for an [all …]
|
/frameworks/av/media/extractors/fuzzers/ |
D | README.md | 34 atoms are present in every input file that goes to the fuzzer. 36 present in the input data. 98 bytes are present in every input file that goes to the fuzzer. 132 ID's are present in every input file that goes to the fuzzer. 166 bytes are present in every input file that goes to the fuzzer. 201 required start bytes are present in every input file that goes to the fuzzer. 299 bytes are present in every input file that goes to the fuzzer. 333 headers are present in every input file that goes to the fuzzer. 335 present in the input data.
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 204 present if and only if the kernel has a non-void return value. 254 This function returns 0 if the Array0 dimension is not present. 267 Returns 0 if the Array1 dimension is not present. 281 Returns 0 if the Array2 dimension is not present. 294 Returns 0 if the Array3 dimension is not present. 307 Returns 0 if the Array0 dimension is not present. 322 Returns 0 if the Array1 dimension is not present. 335 Returns 0 if the Array2 dimension is not present. 348 Returns 0 if the Array3 dimension is not present.
|
D | rs_allocation_create.spec | 91 dimY, if present and non-zero, indicates that the Y dimension is present and 94 dimZ, if present and non-zero, indicates that the Z dimension is present and
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryControllerImpl.java | 193 boolean present = intent.getBooleanExtra(EXTRA_PRESENT, true); in onReceive() 194 boolean unknown = !present; in onReceive() 387 String present = args.getString("present"); in dispatchDemoCommand() local 398 if (present != null) { in dispatchDemoCommand() 399 mStateUnknown = !present.equals("true"); in dispatchDemoCommand()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | CompositionEngine.cpp | 91 void CompositionEngine::present(CompositionRefreshArgs& args) { in present() function in android::compositionengine::impl::CompositionEngine 111 output->present(args); in present()
|
/frameworks/compile/slang/tests/F_reflection3264_multifile/ |
D | stderr.txt.expect | 2 error: in file 'reflection3264_multifile_2.rscript' invokable function 'g' is only present for 32-b…
|
D | reflection3264_multifile_2.rscript | 10 // error: invokable is only present for 32-bit targets
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | CompositionEngine.h | 51 MOCK_METHOD1(present, void(CompositionRefreshArgs&));
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | CompositionEngine.h | 67 virtual void present(CompositionRefreshArgs&) = 0;
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | timestats_atoms.proto | 71 // This is derived from the present-to-present layer histogram. 117 // SF that resulted in early present (e.g., SF sending a buffer to the 118 // composition engine earlier than expected, resulting in a present that is 215 // Frames latched early because the desired present time was bad 239 // SF that resulted in early present (e.g., SF sending a buffer to the 240 // composition engine earlier than expected, resulting in a present that is
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | CompositionEngine.h | 45 void present(CompositionRefreshArgs&) override;
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | Android.bp | 32 // The default audio policy engine is always present in the system image.
|
/frameworks/native/libs/gui/sysprop/ |
D | LibGuiProperties.sysprop | 18 # Indicates how many elements should be present in the frame event histories.
|