Home
last modified time | relevance | path

Searched defs:parameter (Results 151 – 175 of 2067) sorted by relevance

12345678910>>...83

/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/apt/
H A Dmetadata.kt86 for ((index, parameter) in primaryConstructor.parameters.withIndex()) { in primaryConstructor() constant
385 val parameter = constructor.parameters[name] in declaredProperties() constant
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceTest.java124 private static final String parameter = "parameter"; field in ActionServiceTest
182 protected TestChatAction(final String key, final String parameter) { in TestChatAction()
/aosp_15_r20/hardware/interfaces/audio/common/7.0/example/
H A DLoudnessEnhancerEffect.h111 ::android::hardware::Return<Result> setParameter( in setParameter()
116 ::android::hardware::Return<void> getParameter( in getParameter()
H A DEqualizerEffect.h111 ::android::hardware::Return<Result> setParameter( in setParameter()
116 ::android::hardware::Return<void> getParameter( in getParameter()
H A DEffect.cpp179 Return<Result> Effect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter()
186 Return<void> Effect::getParameter(const hidl_vec<uint8_t>& parameter, uint32_t valueMaxSize, in getParameter()
/aosp_15_r20/external/autotest/client/cros/bluetooth/
H A Dhcitool.py19 def _execute_hcitool_cmd(self, ogf, ocf, *parameter):
74 def _execute_hcitool_cmd_or_raise(self, ogf, ocf, *parameter):
/aosp_15_r20/external/flac/src/flac/
H A Danalyze.c90 …uint32_t parameter = subframe->data.fixed.entropy_coding_method.data.partitioned_rice.contents->pa… in flac__analyze_frame() local
110 …uint32_t parameter = subframe->data.lpc.entropy_coding_method.data.partitioned_rice.contents->para… in flac__analyze_frame() local
/aosp_15_r20/art/compiler/optimizing/
H A Dregister_allocator_test.cc464 HInstruction* parameter = MakeParam(DataType::Type::kReference); in BuildIfElseWithPhi() local
578 HInstruction* parameter = MakeParam(DataType::Type::kReference); in BuildFieldReturn() local
636 HInstruction* parameter = MakeParam(DataType::Type::kInt32); in BuildTwoSubs() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
H A DAnnotatedElementParameterTest.java274 Parameter parameter = executable.getParameters()[0]; in checkParameter0DeclaredAnnotation() local
358 Parameter parameter = executable.getParameters()[0]; in checkParameter0GetDeclaredAnnotationsByType() local
438 Parameter parameter = executable.getParameters()[0]; in checkParameter0GetAnnotationsByType() local
/aosp_15_r20/packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/apibuilder/
DParsedDataBuilder.java226 Parameter parameter = parameters.get(k); in getMethodData() local
361 Parameter parameter = parameters.get(k); in getConstructorData() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/
H A Dmoqt_framer.cc92 explicit WireStringParameter(const StringParameter& parameter) in WireStringParameter()
126 explicit WireIntParameter(const IntParameter& parameter) in WireIntParameter()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DClassLoaderReflectionTest.java163 F(B<String> parameter, List<A> anotherParameter) {} in F()
164 B<String> method(B<String> parameter, List<A> anotherParameter) { in method()
/aosp_15_r20/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
H A DJavadoc.kt126 val parameter = in mergeDocumentation() constant
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp20 void AppendMatrixElementArgument(TIntermSymbol *parameter, in AppendMatrixElementArgument()
87 TIntermSymbol *parameter = new TIntermSymbol(p); in AppendValuesFromMultipleArguments() local
/aosp_15_r20/hardware/interfaces/audio/effect/all-versions/default/
H A DPresetReverbEffect.cpp147 Return<Result> PresetReverbEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter()
152 Return<void> PresetReverbEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter()
H A DBassBoostEffect.cpp147 Return<Result> BassBoostEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter()
152 Return<void> BassBoostEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter()
H A DAcousticEchoCancelerEffect.cpp149 Return<Result> AcousticEchoCancelerEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter()
154 Return<void> AcousticEchoCancelerEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter()
H A DDownmixEffect.cpp147 Return<Result> DownmixEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter()
152 Return<void> DownmixEffect::getParameter(const hidl_vec<uint8_t>& parameter, uint32_t valueMaxSize, in getParameter()
H A DLoudnessEnhancerEffect.cpp149 Return<Result> LoudnessEnhancerEffect::setParameter(const hidl_vec<uint8_t>& parameter, in setParameter()
154 Return<void> LoudnessEnhancerEffect::getParameter(const hidl_vec<uint8_t>& parameter, in getParameter()
/aosp_15_r20/system/nfc/src/rust/nci/
H A Dapi.rs303 let parameter = vec![id, protocol]; in nfc_conn_create() localVariable
307 let parameter: Vec<u8> = vec![id, protocol]; in nfc_conn_create() localVariable
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/SNAPSHOT/
Dcompiler-SNAPSHOT.jar ... ) javax.lang.model.element.VariableElement parameter javax.lang.model.type.TypeMirror parameterType ...
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/
H A DComponentDescriptorValidator.java381 private String formatParameter(XExecutableParameterElement parameter, XType container) { in formatParameter()
395 private XType resolveParameterType(XExecutableParameterElement parameter, XType container) { in resolveParameterType()
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message.h158 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch()
165 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch()
/aosp_15_r20/external/cronet/ipc/
H A Dipc_message.h152 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch()
159 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc268 bool Generate(const FileDescriptor* file, const std::string& parameter, in Generate()
452 const std::string& generator_name, const std::string& parameter, in ExpectGenerated()
459 const std::string& generator_name, const std::string& parameter, in ExpectGenerated()
476 const std::string& generator_name, const std::string& parameter, in ExpectGeneratedWithInsertions()
491 const std::string& parameter) { in ExpectNullCodeGeneratorCalled()

12345678910>>...83