/aosp12/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
H A D | libnetdevice.cpp | 104 bool present; member 110 if (present) return true; in satisfied() 113 if (present && up) return true; in satisfied() 116 if (!present || !up) return true; in satisfied() 148 const auto present = exists(ifname); in waitFor() local 149 const auto up = present && isUp(ifname).value_or(false); in waitFor() 150 states[ifname] = {present, up}; in waitFor() 175 const bool present = (msg->header.nlmsg_type != RTM_DELLINK); in waitFor() local 176 const bool up = present && (msg->data.ifi_flags & IFF_UP) != 0; in waitFor() 177 states[ifname] = {present, up}; in waitFor()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/ |
H A 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()
|
/aosp12/system/nvram/core/tests/ |
H A D | fake_storage.cpp | 71 bool present() const { return present_; } in present() function in nvram::storage::__anon4a526d080110::StorageSlot 72 void set_present(bool present) { present_ = present; } in set_present() argument 98 if (g_spaces[i].slot.present() && g_spaces[i].index == index) { in FindSlotForIndex() 116 if (!g_spaces[i].slot.present()) { in FindOrCreateSlotForIndex()
|
/aosp12/build/blueprint/ |
H A D | scope.go | 212 _, present := s.imports[name] 213 if present { 222 _, present := s.variables[name] 223 if present { 232 _, present := s.pools[name] 233 if present { 242 _, present := s.rules[name] 243 if present {
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
H A D | Matchers.java | 38 public static boolean present(Matcher<View> matcher) { in present() method in Matchers 39 return present(onView(matcher), isDisplayed()); in present() 42 public static boolean present(ViewInteraction vi, Matcher<View> matcher) { in present() method in Matchers
|
H A D | SortBot.java | 87 return Matchers.present(mColumnBot.MATCHER); in isHeaderShow() 91 assertFalse(Matchers.present(mColumnBot.MATCHER)); in assertHeaderHide() 102 assertTrue(Matchers.present(mColumnBot.MATCHER)); in assertHeaderShow() 151 Matchers.present( in getDirection() 160 Matchers.present( in getDirection()
|
/aosp12/build/soong/android/ |
H A D | register.go | 296 if _, present := ctx.moduleTypes[name]; present { 315 if _, present := ctx.singletonTypes[name]; present { 323 if _, present := ctx.preSingletonTypes[name]; present {
|
/aosp12/system/bt/stack/smp/ |
H A D | smp_api.cc | 517 __func__, p_cb->req_oob_type, p_oob->loc_oob_data.present, in SMP_SecureConnectionOobDataReply() 518 p_oob->peer_oob_data.present); in SMP_SecureConnectionOobDataReply() 527 if (!p_oob->peer_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply() 530 if (!p_oob->loc_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply() 538 p_oob->loc_oob_data.present = smp_has_local_oob_data(); in SMP_SecureConnectionOobDataReply() 539 if (!p_oob->loc_oob_data.present || !p_oob->peer_oob_data.present) in SMP_SecureConnectionOobDataReply()
|
/aosp12/system/nvram/hal/ |
H A D | memory_storage.cpp | 28 bool present() const { return blob_.size() != 0; } in present() function in nvram::storage::__anond3d24a940110::StorageSlot 71 if (g_spaces[i].slot.present() && g_spaces[i].index == index) { in FindSpaceSlot() 102 if (!g_spaces[i].slot.present()) { in StoreSpace()
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra64/ |
H A 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…
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/ |
H A 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…
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/ |
H A 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…
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra32/ |
H A 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
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_invokable_extra32/ |
H A 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…
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/ |
H A 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…
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/ |
H A 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…
|
/aosp12/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/ |
H A 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…
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_for_each.rsh | 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. 382 * Returns 0 if the Y dimension is not present. 397 * Returns 0 if the Z dimension is not present. 413 * present. [all …]
|
/aosp12/frameworks/rs/script_api/ |
H A 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.
|
/aosp12/frameworks/av/media/extractors/fuzzers/ |
H A 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.
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A 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()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/ |
H A D | IComposer.hal | 33 * provided through the usual validate/present cycle and must be 36 * performed through the validate/present cycle. 49 * Specifies that the present fence must not be used as an accurate 50 * representation of the actual present time of a frame.
|
/aosp12/frameworks/base/core/java/android/util/apk/ |
H A D | SourceStampVerificationResult.java | 40 boolean present, boolean verified, @Nullable Certificate certificate, in SourceStampVerificationResult() argument 42 this.mPresent = present; in SourceStampVerificationResult()
|
/aosp12/packages/apps/ManagedProvisioning/ |
H A D | proguard.flags | 2 # AndriodManifest.xml, but not present in Android master. They are 3 # present in the Android for Chrome OS branch, and kept here to
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A 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()
|