/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLConstantFolder.cpp | 249 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/ |
D | ImsEnablementTrackerTest.java | 78 int numSlots, ImsEnablementTrackerTest owner) { in TestableImsEnablementTracker() 802 int numSlots, long initLastOperationTime) { in createTracker()
|
D | ImsResolverTest.java | 2118 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/ |
D | TelephonyRcsService.java | 166 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/ |
D | ImsStateCallbackController.java | 240 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 D | AnalyzerAdapter.java | 517 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 D | CCodecBufferChannel.h | 350 size_t numSlots; member 362 size_t numSlots; member
|
/aosp_15_r20/external/aac/libSACdec/src/ |
H A D | sac_tsd.h | 114 UCHAR numSlots; /**< total number of QMF slots per frame */ member
|
H A D | sac_tsd.cpp | 209 int TsdRead(HANDLE_FDK_BITSTREAM hBs, const int numSlots, TSD_DATA *pTsdData) { in TsdRead()
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLConstructorCompoundCast.cpp | 54 size_t numSlots = destType.slotCount(); in cast_constant_composite() local
|
H A D | SkSLConstructorCompound.cpp | 163 int numSlots = returnType.slotCount(); in MakeFromConstants() local
|
H A D | SkSLPrefixExpression.cpp | 50 size_t numSlots = expr.type().slotCount(); in apply_to_elements() local
|
/aosp_15_r20/external/libese/esed/ |
H A D | Weaver.cpp | 63 uint32_t numSlots; in getConfig() local
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 149 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 D | MultiTouchMotionAccumulator.cpp | 96 const size_t numSlots = mSlots.size(); in syncSlots() local
|
/aosp_15_r20/external/libese/apps/weaver/tests/ |
H A D | weaver_test.cpp | 57 uint32_t numSlots; in TEST_F() local
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLRasterPipelineCodeGenerator.cpp | 959 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 D | SkSLRasterPipelineBuilder.cpp | 682 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/ |
D | TelephonyRcsServiceTest.java | 373 private TelephonyRcsService createRcsService(int numSlots) { in createRcsService()
|
/aosp_15_r20/external/brotli/java/org/brotli/enc/ |
H A D | PreparedDictionaryGenerator.java | 57 int numSlots = 1 << slotBits; in generate() local
|
/aosp_15_r20/hardware/interfaces/boot/aidl/vts/functional/ |
H A D | VtsHalBootAidlTargetTest.cpp | 172 int numSlots = 0; in TEST_P() local
|
/aosp_15_r20/system/extras/bootctl/ |
H A D | bootctl.cpp | 83 auto numSlots = module->GetNumSlots(); in do_get_number_slots() local
|
/aosp_15_r20/external/libese/apps/weaver/ |
H A D | weaver.c | 179 uint32_t *numSlots) { in ese_weaver_get_num_slots()
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccControllerTest.java | 140 private void reconfigureSlots(int numSlots, int[] nonRemovableEuiccSlots) throws Exception { in reconfigureSlots()
|
/aosp_15_r20/system/core/fs_mgr/liblp/fuzzer/ |
H A D | liblp_builder_fuzzer.cpp | 109 uint32_t numSlots = mFdp.ConsumeBool() ? 0 : 1; in selectRandomBuilder() local
|