Home
last modified time | relevance | path

Searched defs:numSlots (Results 1 – 25 of 117) sorted by relevance

12345

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLConstantFolder.cpp249 int numSlots = type.slotCount(); in simplify_componentwise() local
267 int numSlots = type.slotCount(); in splat_scalar() local
344 int numSlots = expr.type().slotCount(); in contains_constant_zero() local
355 int numSlots = expr.type().slotCount(); in IsConstantSplat() local
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsEnablementTrackerTest.java78 int numSlots, ImsEnablementTrackerTest owner) { in TestableImsEnablementTracker()
802 int numSlots, long initLastOperationTime) { in createTracker()
DImsResolverTest.java2118 private void setupResolver(int numSlots, String deviceMmTelPkgName, in setupResolver()
2261 private void startBindNoCarrierConfig(int numSlots) { in startBindNoCarrierConfig()
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java166 public TelephonyRcsService(Context context, int numSlots, FeatureFlags featureFlags) { in TelephonyRcsService()
177 public TelephonyRcsService(Context context, int numSlots, ResourceProxy resourceProxy, in TelephonyRcsService()
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/
DImsStateCallbackController.java240 Integer numSlots = (Integer) result.result; in handleMessage() local
717 public static ImsStateCallbackController make(PhoneGlobals app, int numSlots, in make()
734 public ImsStateCallbackController(PhoneGlobals app, Looper looper, int numSlots, in ImsStateCallbackController()
/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
H A DAnalyzerAdapter.java517 private void pop(final int numSlots) { in pop()
528 int numSlots = 0; in pop() local
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.h350 size_t numSlots; member
362 size_t numSlots; member
/aosp_15_r20/external/aac/libSACdec/src/
H A Dsac_tsd.h114 UCHAR numSlots; /**< total number of QMF slots per frame */ member
H A Dsac_tsd.cpp209 int TsdRead(HANDLE_FDK_BITSTREAM hBs, const int numSlots, TSD_DATA *pTsdData) { in TsdRead()
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLConstructorCompoundCast.cpp54 size_t numSlots = destType.slotCount(); in cast_constant_composite() local
H A DSkSLConstructorCompound.cpp163 int numSlots = returnType.slotCount(); in MakeFromConstants() local
H A DSkSLPrefixExpression.cpp50 size_t numSlots = expr.type().slotCount(); in apply_to_elements() local
/aosp_15_r20/external/libese/esed/
H A DWeaver.cpp63 uint32_t numSlots; in getConfig() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java149 String defaultRcsPackageName, int numSlots, ImsFeatureBinderRepository repo, in make()
204 void addFeatureForAllSlots(int numSlots, int feature) { in addFeatureForAllSlots()
645 String defaultRcsPackageName, int numSlots, ImsFeatureBinderRepository repo, in ImsResolver()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/accumulator/
H A DMultiTouchMotionAccumulator.cpp96 const size_t numSlots = mSlots.size(); in syncSlots() local
/aosp_15_r20/external/libese/apps/weaver/tests/
H A Dweaver_test.cpp57 uint32_t numSlots; in TEST_F() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp959 explicit UnownedLValueSlice(LValue* p, int initialSlot, int numSlots) in UnownedLValueSlice()
1008 explicit LValueSlice(std::unique_ptr<LValue> p, int initialSlot, int numSlots) in LValueSlice()
1298 int numSlots = indexExpr.type().slotCount(); in makeLValue() local
2709 size_t numSlots = expr.type().slotCount(); in getImmutableValueForExpression() local
H A DSkSLRasterPipelineBuilder.cpp682 void Builder::push_clone(int numSlots, int offsetFromStackTop) { in push_clone()
1415 static bool immutable_data_is_splattable(int32_t* immutablePtr, int numSlots) { in immutable_data_is_splattable()
2765 int numSlots = (ctx.src - ctx.dst) / (N * sizeof(float)); in adjacentBinaryOpCtx() local
2787 int numSlots = ctx.delta / (sizeof(float) * N); in adjacentTernaryOpCtx() local
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTelephonyRcsServiceTest.java373 private TelephonyRcsService createRcsService(int numSlots) { in createRcsService()
/aosp_15_r20/external/brotli/java/org/brotli/enc/
H A DPreparedDictionaryGenerator.java57 int numSlots = 1 << slotBits; in generate() local
/aosp_15_r20/hardware/interfaces/boot/aidl/vts/functional/
H A DVtsHalBootAidlTargetTest.cpp172 int numSlots = 0; in TEST_P() local
/aosp_15_r20/system/extras/bootctl/
H A Dbootctl.cpp83 auto numSlots = module->GetNumSlots(); in do_get_number_slots() local
/aosp_15_r20/external/libese/apps/weaver/
H A Dweaver.c179 uint32_t *numSlots) { in ese_weaver_get_num_slots()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java140 private void reconfigureSlots(int numSlots, int[] nonRemovableEuiccSlots) throws Exception { in reconfigureSlots()
/aosp_15_r20/system/core/fs_mgr/liblp/fuzzer/
H A Dliblp_builder_fuzzer.cpp109 uint32_t numSlots = mFdp.ConsumeBool() ? 0 : 1; in selectRandomBuilder() local

12345