Home
last modified time | relevance | path

Searched defs:bid (Results 1 – 25 of 263) sorted by relevance

1234567891011

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DReportImpressionScriptEngineTest.java212 double bid = 5; in testReportResultSuccessfulCaseRegisterAdBeaconEnabled() local
239 double bid = 5; in testReportResultSuccessfulCaseRegisterAdBeaconDisabled() local
262 double bid = 5; in testReportResultSuccessfulCaseWithMoreResultsFieldsThanExpected() local
289 double bid = 5; in testReportResultSuccessfulCaseWithCallingRegisterAdBeacon() local
328 double bid = 5; in testReportResultFailsWhenCallingRegisterAdBeaconWhenFlagDisabled() local
356 double bid = 5; in testReportResultFailsInvalidInteractionKeyType() local
384 double bid = 5; in testReportResultFailsInvalidInteractionReportingUriType() local
414 double bid = 5; in testReportResultFailsWhenRegisterAdBeaconCalledMoreThanOnce() local
441 double bid = 5; in testReportResultFailsWhenRegisterAdBeaconInputNotAnObject__Null() local
468 double bid = 5; in testReportResultFailsWhenRegisterAdBeaconInputNotAnObject__Int() local
[all …]
/aosp_15_r20/frameworks/av/media/codec2/hal/client/
H A DGraphicsTracker.cpp38 c2_status_t retrieveAHardwareBufferId(const C2ConstGraphicBlock &blk, uint64_t *bid) { in retrieveAHardwareBufferId()
464 uint64_t bid = it->second->mId; in clearCacheIfNecessaryLocked() local
615 uint64_t bid = (*pBuffer)->mId; in commitAllocate() local
819 c2_status_t GraphicsTracker::requestDeallocate(uint64_t bid, const sp<Fence> &fence, in requestDeallocate()
858 std::shared_ptr<BufferCache> &cache, int slotId, uint64_t bid, bool *updateDequeue) { in commitDeallocate()
874 c2_status_t GraphicsTracker::deallocate(uint64_t bid, const sp<Fence> &fence) { in deallocate()
907 c2_status_t GraphicsTracker::requestRender(uint64_t bid, std::shared_ptr<BufferCache> *cache, in requestRender()
983 uint64_t bid; in render() local
/aosp_15_r20/external/autotest/server/site_tests/firmware_Cr50PartialBoardId/
H A Dfirmware_Cr50PartialBoardId.py32 def initialize(self, host, cmdline_args, full_args, bid=''): argument
63 def set_bid_with_dbg_image(self, bid): argument
71 def get_bid_str(bid): argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/countrydetector/
H A DLocationBasedCountryDetector.java99 final long bid = Binder.clearCallingIdentity(); in registerListener() local
111 final long bid = Binder.clearCallingIdentity(); in unregisterListener() local
123 final long bid = Binder.clearCallingIdentity(); in getLastKnownLocation() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/assets/scenarios/data/
DScoringLogicWithRejectReason.js17 function scoreAd(ad, bid, auction_config, seller_signals, trusted_scoring_signals, argument
39 function reportResult(ad_selection_config, render_uri, bid, contextual_signals) { argument
DScoringLogicWithDebugReporting.js17 function scoreAd(ad, bid, auction_config, seller_signals, trusted_scoring_signals, argument
29 function reportResult(ad_selection_config, render_uri, bid, contextual_signals) { argument
DScoringLogicWithDebugReportingOnZeroScore.js17 function scoreAd(ad, bid, auction_config, seller_signals, trusted_scoring_signals, argument
36 function reportResult(ad_selection_config, render_uri, bid, contextual_signals) { argument
DScoringLogicAdCost.js17 function scoreAd(ad, bid, auction_config, seller_signals, trusted_scoring_signals, argument
21 function reportResult(ad_selection_config, render_uri, bid, contextual_signals) { argument
DScoringLogicWithDataVersionHeader.js17 function scoreAd(ad, bid, auction_config, seller_signals, argument
27 function reportResult(ad_selection_config, render_uri, bid, argument
DScoringLogic.js31 function scoreAd(ad, bid, auction_config, seller_signals, trusted_scoring_signals, argument
41 function reportResult(ad_selection_config, render_uri, bid, contextual_signals) { argument
DScoringLogicWith6SecDelay.js31 function scoreAd(ad, bid, auction_config, seller_signals, trusted_scoring_signals, argument
41 function reportResult(ad_selection_config, render_uri, bid, contextual_signals) { argument
DScoringLogicBeacon.js17 function scoreAd(ad, bid, auction_config, seller_signals, trusted_scoring_signals, argument
21 function reportResult(ad_selection_config, render_uri, bid, contextual_signals) { argument
DScoringLogicBeaconDomainFailure.js17 function scoreAd(ad, bid, auction_config, seller_signals, trusted_scoring_signals, argument
21 function reportResult(ad_selection_config, render_uri, bid, contextual_signals) { argument
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DAdBiddingOutcomeFixture.java34 AdTechIdentifier buyer, Double bid) { in anAdBiddingOutcomeBuilder()
63 AdTechIdentifier buyer, Double bid, BuyerContextualSignals buyerContextualSignals) { in anAdBiddingOutcomeBuilderWithBuyerContextualSignals()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsearchsorted_op_gpu.cu.cc39 int bid = work_unit_id / values_size; in UpperBoundKernel() local
52 int bid = work_unit_id / values_size; in LowerBoundKernel() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/signature/
DBinarySerializerSignedContextualAdsTest.java89 String bid = "5.10"; in testContextualAdSerialization_fullObject_success() local
189 String bid = "5.10"; in testContextualAdSerialization_minimalistObject_success() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_perfcounter.c21 unsigned bid; in lookup_counter() local
42 unsigned bid; in lookup_group() local
506 unsigned bid, num_queries = 0; in r600_get_perfcounter_info() local
/aosp_15_r20/external/autotest/server/site_tests/firmware_Cr50BID/
H A Dfirmware_Cr50BID.py342 def updater_set_bid(self, bid, flags, exit_code): argument
376 def run_bid_test(self, image_name, bid, flags, bid_error): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/
Dlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID)) argument
40 #define LLDB_BREAK_ID_IS_INTERNAL(bid) ((bid) < 0) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/
Dlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID)) argument
40 #define LLDB_BREAK_ID_IS_INTERNAL(bid) ((bid) < 0) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/
Dlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID)) argument
40 #define LLDB_BREAK_ID_IS_INTERNAL(bid) ((bid) < 0) argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/
Dlldb-defines.h39 #define LLDB_BREAK_ID_IS_VALID(bid) ((bid) != (LLDB_INVALID_BREAK_ID)) argument
40 #define LLDB_BREAK_ID_IS_INTERNAL(bid) ((bid) < 0) argument
/aosp_15_r20/frameworks/av/media/codec2/tests/aidl/
H A DGraphicsTracker_test.cpp210 uint64_t bid; in queueBuffer() local
329 uint64_t bid; in TEST_F() local
369 uint64_t bid; in TEST_F() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_perfcounter.c1054 unsigned bid; in ac_lookup_counter() local
1075 unsigned bid; in ac_lookup_group() local
/aosp_15_r20/external/coreboot/src/mainboard/google/kahlee/variants/careena/
H A Dvariant.c24 uint32_t bid; in variant_romstage_entry() local

1234567891011