Home
last modified time | relevance | path

Searched +defs:val +defs:context (Results 1 – 25 of 1690) sorted by relevance

12345678910>>...68

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/
Dcontext.hpp17 struct context struct
19 context(T& val, Next const& next) in context() argument
22 T& get(mpl::identity<ID>) const in get()
28 decltype(auto) get(ID_ id) const in get()
33 T& val; member
34 Next const& next;
38 struct context<ID, T, unused_type> struct
40 context(T& val) in context() function
43 context(T& val, unused_type) in context() function
46 T& get(mpl::identity<ID>) const in get()
[all …]
/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A Dpersistable_bundle.cpp90 void APersistableBundle_putBoolean(APersistableBundle* pBundle, const char* key, bool val) { in APersistableBundle_putBoolean()
93 void APersistableBundle_putInt(APersistableBundle* pBundle, const char* key, int32_t val) { in APersistableBundle_putInt()
96 void APersistableBundle_putLong(APersistableBundle* pBundle, const char* key, int64_t val) { in APersistableBundle_putLong()
99 void APersistableBundle_putDouble(APersistableBundle* pBundle, const char* key, double val) { in APersistableBundle_putDouble()
102 void APersistableBundle_putString(APersistableBundle* pBundle, const char* key, const char* val) { in APersistableBundle_putString()
151 const APersistableBundle* val) { in APersistableBundle_putPersistableBundle()
154 bool APersistableBundle_getBoolean(const APersistableBundle* pBundle, const char* key, bool* val) { in APersistableBundle_getBoolean()
157 bool APersistableBundle_getInt(const APersistableBundle* pBundle, const char* key, int32_t* val) { in APersistableBundle_getInt()
160 bool APersistableBundle_getLong(const APersistableBundle* pBundle, const char* key, int64_t* val) { in APersistableBundle_getLong()
163 bool APersistableBundle_getDouble(const APersistableBundle* pBundle, const char* key, double* val) { in APersistableBundle_getDouble()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationEGL.cpp31 size_t GetMaximumMipLevel(const gl::Context *context, gl::TextureType type) in GetMaximumMipLevel()
60 bool TextureHasNonZeroMipLevelsSpecified(const gl::Context *context, const gl::Texture *texture) in TextureHasNonZeroMipLevelsSpecified()
102 bool ValidateStreamAttribute(const ValidationContext *val, in ValidateStreamAttribute()
142 bool ValidateCreateImageMipLevelCommon(const ValidationContext *val, in ValidateCreateImageMipLevelCommon()
143 const gl::Context *context, in ValidateCreateImageMipLevelCommon()
172 bool ValidateConfigAttribute(const ValidationContext *val, in ValidateConfigAttribute()
278 bool ValidateConfigAttributeValue(const ValidationContext *val, in ValidateConfigAttributeValue()
400 bool ValidateConfigAttributes(const ValidationContext *val, in ValidateConfigAttributes()
416 bool ValidateColorspaceAttribute(const ValidationContext *val, in ValidateColorspaceAttribute()
500 bool ValidatePlatformType(const ValidationContext *val, in ValidatePlatformType()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetMultisamplefvTests.cpp49 MultisampleTextureGetMultisamplefvIndexEqualGLSamplesRejectedTest(Context &context) in MultisampleTextureGetMultisamplefvIndexEqualGLSamplesRejectedTest()
71 glw::GLfloat val[2]; in iterate() local
91 MultisampleTextureGetMultisamplefvIndexGreaterGLSamplesRejectedTest(Context &context) in MultisampleTextureGetMultisamplefvIndexGreaterGLSamplesRejectedTest()
113 glw::GLfloat val[2]; in iterate() local
133 Context &context) in MultisampleTextureGetMultisamplefvInvalidPnameRejectedTest()
149 glw::GLfloat val[2]; in iterate() local
171 MultisampleTextureGetMultisamplefvNullValArgumentsAcceptedTest(Context &context) in MultisampleTextureGetMultisamplefvNullValArgumentsAcceptedTest()
258 glw::GLfloat val[2]; in iterate() local
314 MultisampleTextureGetMultisamplefvSamplePositionValuesValidationTest(Context &context) in MultisampleTextureGetMultisamplefvSamplePositionValuesValidationTest()
338 glw::GLfloat val[2] = {-1.0f, -1.0f}; in iterate() local
/aosp_15_r20/external/libtraceevent/plugins/
H A Dplugin_kvm.c213 #define _ER(reason, val) { #reason, val }, argument
216 int val; member
238 static const char *find_exit_reason(unsigned isa, int val) in find_exit_reason()
261 unsigned long long val; in print_exit_reason() local
280 unsigned long long *val) in tep_plugin_kvm_get_func()
307 struct tep_event *event, void *context) in kvm_exit_handler()
330 struct tep_event *event, void *context) in kvm_entry_handler()
352 struct tep_event *event, void *context) in kvm_emulate_insn_handler()
391 struct tep_event *event, void *context) in kvm_nested_vmexit_inject_handler()
405 struct tep_event *event, void *context) in kvm_nested_vmexit_handler()
[all …]
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_vbt_decode.c66 #define YESNO(val) ((val) ? "yes" : "no") argument
75 struct context { struct
96 static struct bdb_block *find_section(struct context *context, int section_id) in find_section()
141 static void dump_general_features(struct context *context, in dump_general_features()
227 static void dump_backlight_info(struct context *context, in dump_backlight_info()
422 static void dump_child_device(struct context *context, in dump_child_device()
508 static void dump_child_devices(struct context *context, const uint8_t *devices, in dump_child_devices()
531 static void dump_general_definitions(struct context *context, in dump_general_definitions()
554 static void dump_legacy_child_devices(struct context *context, in dump_legacy_child_devices()
569 static void dump_lvds_options(struct context *context, in dump_lvds_options()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_queries.cpp24 int test_get_platform_info(cl_device_id deviceID, cl_context context, cl_command_queue queue, int n… in test_get_platform_info()
140 T val; in sampler_param_test() local
164 int test_sampler_params(cl_device_id deviceID, cl_context context, in test_sampler_params()
272 int get_sampler_info_params(cl_device_id deviceID, cl_context context, in get_sampler_info_params()
300 int test_get_sampler_info(cl_device_id deviceID, cl_context context, in test_get_sampler_info()
313 cl_context context, in test_get_sampler_info_compatibility()
332 T val; in command_queue_param_test() local
350 cl_context context, in check_get_command_queue_info_params()
465 int test_get_command_queue_info(cl_device_id deviceID, cl_context context, in test_get_command_queue_info()
474 cl_context context, in test_get_command_queue_info_compatibility()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp116 for (vector<Value>::const_iterator val = uniforms.begin(); val != uniforms.end(); ++val) in genUniformBlock() local
172 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local
195 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local
212 const Value &val = valueBlock.outputs[ndx]; in genCompareOp() local
261 const Value &val = spec.values.outputs[ndx]; in genFragmentShader() local
313 const Value &val = spec.values.inputs[ndx]; in specializeVertexShader() local
337 const Value &val = spec.values.outputs[ndx]; in specializeVertexShader() local
392 const Value &val = spec.values.inputs[ndx]; in specializeFragmentShader() local
417 const Value &val = spec.values.outputs[ndx]; in specializeFragmentShader() local
451 const Value &val = specParams.caseSpec.values.inputs[ndx]; in generateVertexSpecialization() local
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/aaos-libs/car-ui-lib-source/android_common_apex30/aar/
Dclasses.jar ... content.Context, int) android.content.Context context int themeResId public android.content.Context getContext ...
Dcar-ui-lib-source.jar ... content.Context, int) android.content.Context context int themeResId public android.content.Context getContext ...
/aosp_15_r20/external/libultrahdr/lib/src/
H A Djpegrutils.cpp132 virtual DataMatchResult StartElement(const XmlTokenContext& context) { in StartElement()
133 string val; in StartElement() local
146 virtual DataMatchResult FinishElement(const XmlTokenContext& context) { in FinishElement()
154 virtual DataMatchResult AttributeName(const XmlTokenContext& context) { in AttributeName()
155 string val; in AttributeName() local
184 virtual DataMatchResult AttributeValue(const XmlTokenContext& context) { in AttributeValue()
185 string val; in AttributeValue() local
235 float val; in getMaxContentBoost() local
251 float val; in getMinContentBoost() local
267 float val; in getGamma() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/repackaged-jarjar/javac/
DEasterEgg.jar ... public void <init> (android.content.Context) android.content.Context context public void addCat ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/javac/
DEasterEgg.jar ... Context context public void logShare (android.content.Context) android.content.Context context private void logCatAction ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/DownloadProvider/ui/DownloadProviderUi/android_common/javac/
DDownloadProviderUi.jar ... .String) String rawFile android.content.Context context java.io.File file String currentMime android. ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/DownloadProvider/ui/DownloadProviderUi/android_common/repackaged-jarjar/javac/
DDownloadProviderUi.jar ... android.os.Bundle savedInstanceState android.content.Context context android.app.DownloadManager dm long id long ...
/aosp_15_r20/external/executorch/runtime/kernel/test/
H A Doperator_registry_test.cpp94 "test::boo", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
121 KernelRuntimeContext context{}; in TEST_F() local
124 auto val = values[0].toScalar().to<int64_t>(); in TEST_F() local
137 "test::bar", key_1, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
142 "test::bar", key_2, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
167 KernelRuntimeContext context{}; in TEST_F() local
197 "test::baz", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
202 "test::baz", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
218 "test::qux", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
250 "test::quux", key, [](KernelRuntimeContext& context, EValue** stack) { in TEST_F()
[all …]
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-ftrace.c55 struct tep_event *event, void *context) in function_handler()
89 unsigned long long val; in get_return_for_leaf() local
187 unsigned long long val; in print_graph_entry_leaf() local
234 unsigned long long val; in print_graph_nested() local
270 struct tep_event *event, void *context) in fgraph_ent_handler()
274 unsigned long long val, pid; in fgraph_ent_handler() local
304 struct tep_event *event, void *context) in fgraph_ret_handler()
309 unsigned long long val; in fgraph_ret_handler() local
/aosp_15_r20/out/soong/.intermediates/packages/providers/DownloadProvider/ui/DownloadProviderUi/android_common/combined/
DDownloadProviderUi.jar ... .String) String rawFile android.content.Context context java.io.File file String currentMime android. ...
/aosp_15_r20/out/target/common/obj/APPS/DownloadProviderUi_intermediates/
Dclasses.jar ... .String) String rawFile android.content.Context context java.io.File file String currentMime android. ...
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Di915_pm_backlight.c38 struct context { struct
39 int max;
99 static void test_and_verify(struct context *context, int val) in test_and_verify()
117 static void test_brightness(struct context *context) in test_brightness()
124 static void test_bad_brightness(struct context *context) in test_bad_brightness()
126 int val; in test_bad_brightness() local
141 static void test_fade(struct context *context) in test_fade()
158 test_fade_with_dpms(struct context *context, igt_output_t *output) in test_fade_with_dpms()
176 test_fade_with_suspend(struct context *context, igt_output_t *output) in test_fade_with_suspend()
185 struct context context = {0}; variable
/aosp_15_r20/out/soong/.intermediates/packages/apps/PhoneCommon/com.android.phone.common-lib/android_common/javac/
Dcom.android.phone.common-lib.jar ... lang.Object { public final android.content.Context context public final com.android.phone.common ...
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddilation_ops.cc44 void ParseAttributes(OpKernelConstruction* context, std::vector<int32>* strides, in ParseAttributes()
65 void ParseSizes(OpKernelContext* context, const std::vector<int32>& strides, in ParseSizes()
118 explicit DilationOp(OpKernelConstruction* context) : OpKernel(context) { in DilationOp()
122 void Compute(OpKernelContext* context) override { in Compute()
196 const T val = input(b, h_in, w_in, d) + filter(h, w, d); in operator ()() local
216 explicit DilationBackpropInputOp(OpKernelConstruction* context) in DilationBackpropInputOp()
221 void Compute(OpKernelContext* context) override { in Compute()
319 const T val = input(b, h_in, w_in, d) + filter(h, w, d); in operator ()() local
344 explicit DilationBackpropFilterOp(OpKernelConstruction* context) in DilationBackpropFilterOp()
349 void Compute(OpKernelContext* context) override { in Compute()
[all …]
/aosp_15_r20/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java92 public IRubyObject initialize(final ThreadContext context, IRubyObject[] args) { in initialize()
166 public IRubyObject indexSet(ThreadContext context, IRubyObject fieldName, IRubyObject value) { in indexSet()
179 public IRubyObject index(ThreadContext context, IRubyObject fieldName) { in index()
194 ThreadContext context = getRuntime().getCurrentContext(); in inspect() local
235 public IRubyObject hash(ThreadContext context) { in hash()
257 public IRubyObject eq(ThreadContext context, IRubyObject other) { in eq()
284 public IRubyObject respondTo(ThreadContext context, IRubyObject[] args) { in respondTo()
390 public IRubyObject methodMissing(ThreadContext context, IRubyObject[] args) { in methodMissing()
496 String val = values.eltInternal(i).toString(); in methodMissing() local
552 public IRubyObject dup(ThreadContext context) { in dup()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java92 public IRubyObject initialize(final ThreadContext context, IRubyObject[] args) { in initialize()
166 public IRubyObject indexSet(ThreadContext context, IRubyObject fieldName, IRubyObject value) { in indexSet()
179 public IRubyObject index(ThreadContext context, IRubyObject fieldName) { in index()
194 ThreadContext context = getRuntime().getCurrentContext(); in inspect() local
235 public IRubyObject hash(ThreadContext context) { in hash()
257 public IRubyObject eq(ThreadContext context, IRubyObject other) { in eq()
284 public IRubyObject respondTo(ThreadContext context, IRubyObject[] args) { in respondTo()
390 public IRubyObject methodMissing(ThreadContext context, IRubyObject[] args) { in methodMissing()
496 String val = values.eltInternal(i).toString(); in methodMissing() local
552 public IRubyObject dup(ThreadContext context) { in dup()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/Shell/Shell/android_common/repackaged-jarjar/javac/
DShell.jar ... os.AsyncTask { final synthetic android.content.Context val$context final synthetic String val$uri final ...

12345678910>>...68