Home
last modified time | relevance | path

Searched +defs:val +defs:parameters (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DParametersHeader.java54 protected NameValueList parameters; field in ParametersHeader
205 Integer val = Integer.valueOf(value); in setParameter() local
226 Boolean val = Boolean.valueOf(value); in setParameter() local
245 Float val = Float.valueOf(value); in setParameter() local
316 public void setParameters(NameValueList parameters) { in setParameters()
422 Object val = getParameterValue(parameterName); in getParameterAsURI() local
442 Object val = getParameterValue(parameterName); in getParameterAsBoolean() local
/aosp_15_r20/external/python/cpython3/Lib/
Dtyping.py275 def _check_generic(cls, parameters, elen): argument
311 def _remove_dups_flatten(parameters): argument
327 def _flatten_literal_params(parameters): argument
477 def __getitem__(self, parameters): argument
482 def __getitem__(self, parameters): argument
519 def NoReturn(self, parameters): argument
540 def Never(self, parameters): argument
565 def Self(self, parameters): argument
585 def LiteralString(self, parameters): argument
612 def ClassVar(self, parameters): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtyping.py275 def _check_generic(cls, parameters, elen): argument
311 def _remove_dups_flatten(parameters): argument
327 def _flatten_literal_params(parameters): argument
477 def __getitem__(self, parameters): argument
482 def __getitem__(self, parameters): argument
519 def NoReturn(self, parameters): argument
540 def Never(self, parameters): argument
565 def Self(self, parameters): argument
585 def LiteralString(self, parameters): argument
612 def ClassVar(self, parameters): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtyping.py275 def _check_generic(cls, parameters, elen): argument
311 def _remove_dups_flatten(parameters): argument
327 def _flatten_literal_params(parameters): argument
477 def __getitem__(self, parameters): argument
482 def __getitem__(self, parameters): argument
519 def NoReturn(self, parameters): argument
540 def Never(self, parameters): argument
565 def Self(self, parameters): argument
585 def LiteralString(self, parameters): argument
612 def ClassVar(self, parameters): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtyping.py275 def _check_generic(cls, parameters, elen): argument
311 def _remove_dups_flatten(parameters): argument
327 def _flatten_literal_params(parameters): argument
477 def __getitem__(self, parameters): argument
482 def __getitem__(self, parameters): argument
519 def NoReturn(self, parameters): argument
540 def Never(self, parameters): argument
565 def Self(self, parameters): argument
585 def LiteralString(self, parameters): argument
612 def ClassVar(self, parameters): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtyping.py275 def _check_generic(cls, parameters, elen): argument
311 def _remove_dups_flatten(parameters): argument
327 def _flatten_literal_params(parameters): argument
477 def __getitem__(self, parameters): argument
482 def __getitem__(self, parameters): argument
519 def NoReturn(self, parameters): argument
540 def Never(self, parameters): argument
565 def Self(self, parameters): argument
585 def LiteralString(self, parameters): argument
612 def ClassVar(self, parameters): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtyping.py275 def _check_generic(cls, parameters, elen): argument
311 def _remove_dups_flatten(parameters): argument
327 def _flatten_literal_params(parameters): argument
477 def __getitem__(self, parameters): argument
482 def __getitem__(self, parameters): argument
519 def NoReturn(self, parameters): argument
540 def Never(self, parameters): argument
565 def Self(self, parameters): argument
585 def LiteralString(self, parameters): argument
612 def ClassVar(self, parameters): argument
[all …]
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c635 PyObject *parameters) in bind_parameters()
699 PyObject *exc, *val, *tb; in bind_parameters() local
759 PyObject *exc, *val, *tb; in bind_parameters() local
784 PyObject* parameters = NULL; in _pysqlite_query_execute() local
1002 PyObject *parameters) in pysqlite_cursor_execute_impl()
/aosp_15_r20/external/python/typing_extensions/src/
Dtyping_extensions.py263 def _flatten_literal_params(parameters): argument
293 def __getitem__(self, parameters): argument
443 def __setattr__(self, attr, val): argument
1153 def assert_type(val, typ, /): argument
1417 def TypeAlias(self, parameters): argument
1798 def _concatenate_getitem(self, parameters): argument
1818 def Concatenate(self, parameters): argument
1833 def __getitem__(self, parameters): argument
1855 def TypeGuard(self, parameters): argument
1903 def __getitem__(self, parameters): argument
[all …]
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/external/mesa3d/src/gallium/frontends/vdpau/
H A Dmixer.c45 VdpVideoMixerParameter const *parameters, in vlVdpVideoMixerCreate()
789 float val; in vlVdpVideoMixerSetAttributeValues() local
907 VdpVideoMixerParameter const *parameters, in vlVdpVideoMixerGetParameterValues()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast_function.cpp39 exec_list *parameters, in process_parameters()
90 exec_list *parameters) in prototype_string()
257 const ir_rvalue *val = actual; in verify_parameter_modes() local
1240 YYLTYPE *loc, exec_list *parameters, in process_vec_mat_constructor()
1340 YYLTYPE *loc, exec_list *parameters, in process_array_constructor()
1467 single_scalar_parameter(exec_list *parameters) in single_scalar_parameter()
1490 exec_list *parameters, in emit_inline_vector_constructor()
1684 exec_list *parameters, in emit_inline_matrix_constructor()
1952 exec_list *parameters, in emit_inline_record_constructor()
1986 YYLTYPE *loc, exec_list *parameters, in process_record_constructor()
/aosp_15_r20/external/clang/include/clang/AST/
H A DDecl.h1989 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
1992 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
3326 void setHasObjectMember (bool val) { HasObjectMember = val; } in setHasObjectMember()
3329 void setHasVolatileMember (bool val) { HasVolatileMember = val; } in setHasVolatileMember()
3334 void setHasLoadedFieldsFromExternalStorage(bool val) { in setHasLoadedFieldsFromExternalStorage()
3543 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
3546 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
3588 void setBlockMissingReturnType(bool val) { BlockMissingReturnType = val; } in setBlockMissingReturnType()
3591 void setIsConversionFromLambda(bool val) { IsConversionFromLambda = val; } in setIsConversionFromLambda()
3676 ArrayRef<ImplicitParamDecl *> parameters() const { in parameters() function
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/metalava-tools-common-m2-deps/linux_glibc_common/local-combined/
Dmetalava-tools-common-m2-deps.jar ... $1 com.github.ajalt.clikt.parameters.options.Option it Object element$iv$ ...
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/address/
H A DTelephoneNumber.java57 protected NameValueList parameters; field in TelephoneNumber
209 Object val = parameters.getValue(name); in getParameter() local
/aosp_15_r20/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/SNAPSHOT/
Dcompiler-SNAPSHOT.jar ... .element.ExecutableElement constructor java.util.List parameters javax.lang.model.element.Element enclosed ...
/aosp_15_r20/out/soong/.intermediates/frameworks/ex/camera2/portability/android-ex-camera2-portability/android_common/javac/
Dandroid-ex-camera2-portability.jar ... implements java.lang.Runnable { final synthetic boolean val$focused final synthetic com.android.ex. ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDecl.h2646 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
2649 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
4183 void setHasObjectMember(bool val) { RecordDeclBits.HasObjectMember = val; } in setHasObjectMember()
4187 void setHasVolatileMember(bool val) { in setHasVolatileMember()
4195 void setHasLoadedFieldsFromExternalStorage(bool val) const { in setHasLoadedFieldsFromExternalStorage()
4530 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
4533 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
4690 ArrayRef<ImplicitParamDecl *> parameters() const { in parameters() function
4693 MutableArrayRef<ImplicitParamDecl *> parameters() { in parameters() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDecl.h2684 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
2687 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
4230 void setHasObjectMember(bool val) { RecordDeclBits.HasObjectMember = val; } in setHasObjectMember()
4234 void setHasVolatileMember(bool val) { in setHasVolatileMember()
4242 void setHasLoadedFieldsFromExternalStorage(bool val) const { in setHasLoadedFieldsFromExternalStorage()
4581 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
4584 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
4741 ArrayRef<ImplicitParamDecl *> parameters() const { in parameters() function
4744 MutableArrayRef<ImplicitParamDecl *> parameters() { in parameters() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDecl.h2651 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
2654 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
4194 void setHasObjectMember(bool val) { RecordDeclBits.HasObjectMember = val; } in setHasObjectMember()
4198 void setHasVolatileMember(bool val) { in setHasVolatileMember()
4206 void setHasLoadedFieldsFromExternalStorage(bool val) const { in setHasLoadedFieldsFromExternalStorage()
4545 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
4548 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
4705 ArrayRef<ImplicitParamDecl *> parameters() const { in parameters() function
4708 MutableArrayRef<ImplicitParamDecl *> parameters() { in parameters() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDecl.h2651 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
2654 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
4194 void setHasObjectMember(bool val) { RecordDeclBits.HasObjectMember = val; } in setHasObjectMember()
4198 void setHasVolatileMember(bool val) { in setHasVolatileMember()
4206 void setHasLoadedFieldsFromExternalStorage(bool val) const { in setHasLoadedFieldsFromExternalStorage()
4545 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
4548 MutableArrayRef<ParmVarDecl *> parameters() { in parameters() function
4705 ArrayRef<ImplicitParamDecl *> parameters() const { in parameters() function
4708 MutableArrayRef<ImplicitParamDecl *> parameters() { in parameters() function
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A DEmailableReporter.java246 Object[] parameters = ans.getParameters(); in generateForResult() local
406 private void summaryCell(String[] val) { in summaryCell()
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/activation/jakarta.activation-api/1.2.1/
HDjakarta.activation-api-1.2.1.jar ... implements java.security.PrivilegedAction { final synthetic ClassLoader val$cl final synthetic String val$name void < ...
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_publicmethods.cpp156 std::vector<v8::Local<v8::Value>> parameters; in JSGlobalFunc() local
324 v8::Local<v8::Value> val) { in AF_MakeArrayFromList()
710 WideString& val = pContext->Value(); in AFNumber_Keystroke() local
892 WideString& val = pEvent->Value(); in AFDate_FormatEx() local
1278 v8::Local<v8::Value> val = in AFMakeNumber() local

12345678910>>...44