Home
last modified time | relevance | path

Searched +defs:val +defs:context (Results 26 – 50 of 1917) sorted by relevance

12345678910>>...77

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/Shell/Shell/android_common/javac/
DShell.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/aws-json-protocol/src/main/java/software/amazon/awssdk/protocols/json/internal/marshall/
H A DSimpleTypeJsonMarshaller.java220 …public final void marshall(T val, JsonMarshallerContext context, String paramName, SdkField<T> sdk… in marshall()
230 …public abstract void marshall(T val, StructuredJsonGenerator jsonGenerator, JsonMarshallerContext … in marshall()
232 protected boolean shouldEmit(T val) { in shouldEmit()
/aosp_15_r20/out/soong/.intermediates/packages/modules/RemoteKeyProvisioning/system-server/service-rkp.impl/android_common_apex33/javac/
Dservice-rkp.jar ... IGetRegistrationCallback$Stub { final synthetic android.content.Context val$context final synthetic android.security.rkp ...
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp125 GLint val = -1; in query() local
133 GLint64 val = -1; in query() local
141 GLint64 val = 0; in query() local
149 GLfloat val = -1000.f; in query() local
163 GLboolean val = GL_FALSE; in query() local
315 LimitQueryCase(Context &context, const char *name, const char *description, uint32_t limit, in LimitQueryCase()
363 CompressedTextureFormatsQueryCase(Context &context) in CompressedTextureFormatsQueryCase()
466 ExtensionQueryCase(Context &context) : TestCase(context, "extensions", "GL_EXTENSIONS") in ExtensionQueryCase()
498 ImplementationLimitTests::ImplementationLimitTests(Context &context) in ImplementationLimitTests()
/aosp_15_r20/out/soong/.intermediates/external/tflite-support/tflite_support_base_task_api_java/android_common_apex33/javac/
Dtflite_support_base_task_api_java.jar ... content.res.AssetFileDescriptor assetFileDescriptor android.content.Context context org.tensorflow.lite.task.core ...
/aosp_15_r20/out/soong/.intermediates/external/tflite-support/tflite_support_base_task_api_java/android_common_apex30/javac/
Dtflite_support_base_task_api_java.jar ... content.res.AssetFileDescriptor assetFileDescriptor android.content.Context context org.tensorflow.lite.task.core ...
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_a_m.cc93 MLIRContext *context) { in getCanonicalizationPatterns()
148 MLIRContext *context) { in getCanonicalizationPatterns()
201 MLIRContext *context) { in getCanonicalizationPatterns()
309 MLIRContext *context) { in getCanonicalizationPatterns()
314 MLIRContext *context) { in getCanonicalizationPatterns()
463 MLIRContext *context) { in getCanonicalizationPatterns()
589 MLIRContext *context) { in getCanonicalizationPatterns()
598 MLIRContext *context) { in getCanonicalizationPatterns()
781 explicit FoldConstantCaseOp(MLIRContext *context) in FoldConstantCaseOp()
805 MLIRContext *context) { in getCanonicalizationPatterns()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_mem_object_info.cpp21 #define TEST_MEM_OBJECT_PARAM( mem, paramName, val, expected, name, type, cast ) \ argument
45 unsigned int val = 0; in get_image_dim() local
56 int test_get_buffer_info( cl_device_id deviceID, cl_context context, cl_command_queue ignoreQueue, … in test_get_buffer_info()
361 …ags, cl_image_desc *imageInfo, cl_image_format *imageFormat, size_t pixelSize, cl_context context ) in test_get_imageObject_info()
408 int test_get_image_info( cl_device_id deviceID, cl_context context, cl_mem_object_type type ) in test_get_image_info()
727 int test_get_image2d_info( cl_device_id deviceID, cl_context context, cl_command_queue ignoreQueue,… in test_get_image2d_info()
732 int test_get_image3d_info( cl_device_id deviceID, cl_context context, cl_command_queue ignoreQueue,… in test_get_image3d_info()
737 int test_get_image1d_info( cl_device_id deviceID, cl_context context, cl_command_queue ignoreQueue,… in test_get_image1d_info()
742 int test_get_image1d_array_info( cl_device_id deviceID, cl_context context, cl_command_queue ignore… in test_get_image1d_array_info()
747 int test_get_image2d_array_info( cl_device_id deviceID, cl_context context, cl_command_queue ignore… in test_get_image2d_array_info()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
H A DShaderData.java174 public void updateVariables(@NonNull RemoteContext context) { in updateVariables()
191 public void registerListening(@NonNull RemoteContext context) { in registerListening()
301 float[] val = new float[len]; in read() local
318 int[] val = new int[len]; in read() local
331 int val = buffer.readInt(); in read() local
361 public void apply(@NonNull RemoteContext context) { in apply()
/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/aws-xml-protocol/src/main/java/software/amazon/awssdk/protocols/xml/internal/marshall/
H A DXmlPayloadMarshaller.java173 …public void marshall(T val, XmlMarshallerContext context, String paramName, SdkField<T> sdkField) { in marshall()
202 void marshall(T val, XmlMarshallerContext context, String paramName, SdkField<T> sdkField, in marshall()
207 protected boolean shouldEmit(T val, String paramName) { in shouldEmit()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_decorate.cpp35 cl_context context, in verify_results()
99 cl_context context, in test_decorate_full()
182 cl_context context, in verify_saturated_results()
215 Tl val = (genrand<Tl>(seed) % hiVal); in verify_saturated_results() local
258 To val = (To)std::min<Ti>(std::max<Ti>(ival, loVal), hiVal); in verify_saturated_results() local
276 cl_context context, in test_saturate_full()
381 int sign(T val) in sign()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/android/
H A DAndroidKeysetManager.java148 private Context context = null; field in AndroidKeysetManager.Builder
164 public Builder withSharedPref(Context context, String keysetName, String prefFileName) in withSharedPref()
190 public Builder withMasterKeyUri(String val) { in withMasterKeyUri()
207 public Builder withKeyTemplate(com.google.crypto.tink.proto.KeyTemplate val) { in withKeyTemplate()
216 public Builder withKeyTemplate(KeyTemplate val) { in withKeyTemplate()
242 Context context, String keysetName, String prefFileName) throws IOException { in readKeysetFromPrefs()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsession_ops.cc42 explicit GetSessionHandleOp(OpKernelConstruction* context) in GetSessionHandleOp()
46 const Tensor& val = ctx->input(0); in Compute() local
96 explicit GetSessionTensorOp(OpKernelConstruction* context) in GetSessionTensorOp()
104 Tensor val; in Compute() local
132 explicit DeleteSessionTensorOp(OpKernelConstruction* context) in DeleteSessionTensorOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dchlo_ops.cc37 Value getConstantLikeMaxFiniteValue(OpBuilder& b, Location loc, Value val) { in getConstantLikeMaxFiniteValue()
43 Value getConstantLikeInfValue(OpBuilder& b, Location loc, Value val, in getConstantLikeInfValue()
51 Value val) { in getConstantLikeSmallestFiniteValue()
58 Value val) { in getConstantLike()
160 MLIRContext* context, Optional<Location> location, ValueRange operands, in InferBroadcastBinaryOpReturnTypeComponents()
216 MLIRContext* context, Optional<Location> location, ValueShapeRange operands, in inferReturnTypeComponents()
251 MLIRContext* context, Optional<Location> location, ValueShapeRange operands, in inferReturnTypeComponents()
483 MLIRContext* context, Optional<Location> location, ValueShapeRange operands, in inferReturnTypeComponents()
/aosp_15_r20/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java135 public void onReceive(Context context, Intent intent) { in onReceive()
248 private void onServiceStateChanged(Context context, Resources res, int ss) { in onServiceStateChanged()
333 String[] val = item.split(":"); in getMccMap() local
360 private void resetSettingsAsNeeded(Context context, int subId) { in resetSettingsAsNeeded()
466 public static boolean isTestingMode(Context context) { in isTestingMode()
492 private static int getServiceState(Context context) { in getServiceState()
500 public static String getRoamingOperatorSupported(Context context) { in getRoamingOperatorSupported()
558 public void initializeSharedPreference(Context context, int subId) { in initializeSharedPreference()
628 Object val = pref.get(key); in migrateSharedPreferenceFromLegacy() local
698 public void tryCdmaSetCategory(Context context, int category, boolean enable) { in tryCdmaSetCategory()
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeBackend.java71 public static ZenModeBackend getInstance(Context context) { in getInstance()
78 public ZenModeBackend(Context context) { in ZenModeBackend()
221 protected void saveSenders(int category, int val) { in saveSenders()
251 protected void saveConversationSenders(int val) { in saveConversationSenders()
256 mPolicy.suppressedVisualEffects, val); in saveConversationSenders() local
492 String getStarredContactsSummary(Context context) { in getStarredContactsSummary()
512 String getContactsNumberSummary(Context context) { in getContactsNumberSummary()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java76 public LockScreenNotificationPreferenceController(Context context) { in LockScreenNotificationPreferenceController()
80 public LockScreenNotificationPreferenceController(Context context, in LockScreenNotificationPreferenceController()
237 final int val = Integer.parseInt((String) newValue); in onPreferenceChange() local
248 final int val = Integer.parseInt((String) newValue); in onPreferenceChange() local
287 public static int getSummaryResource(Context context) { in getSummaryResource()
331 private static boolean getLockscreenNotificationsEnabled(Context context) { in getLockscreenNotificationsEnabled()
336 private static boolean getAllowPrivateNotifications(Context context, int userId) { in getAllowPrivateNotifications()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DL2Normalization.cpp61 float val = *p; in l2normFloat32Impl() local
88 int32_t val = static_cast<int32_t>(*p) - inputShape.offset; in l2normQuant8Impl() local
95 int32_t val = static_cast<int32_t>(*p) - inputShape.offset; in l2normQuant8Impl() local
120 int32_t val = static_cast<int32_t>(*p) - inputShape.offset; in l2normQuant8SignedImpl() local
127 int32_t val = static_cast<int32_t>(*p) - inputShape.offset; in l2normQuant8SignedImpl() local
201 bool prepare(IOperationExecutionContext* context) { in prepare()
226 bool execute(IOperationExecutionContext* context) { in execute()
/aosp_15_r20/external/libtraceevent/plugins/
H A Dplugin_sched_switch.c130 unsigned long long val; in write_state() local
185 struct tep_event *event, void *context) in sched_wakeup_handler()
188 unsigned long long val; in sched_wakeup_handler() local
214 struct tep_event *event, void *context) in sched_switch_handler()
217 unsigned long long val; in sched_switch_handler() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DRegexLookup.java102 public abstract boolean find(String item, Object context, Info info); in find()
104 public abstract boolean matches(String item, Object context, Info info); in matches()
129 public boolean matches(String item, Object context, Info info) { in matches()
172 public boolean find(String item, Object context, Info info) { in find()
227 Object context, in get()
233 Object context, in getAll()
279 Object context, in getAll()
316 Object context, in get()
363 public RTNode(Finder finder, T val, int rank) { in RTNode()
371 public RTNode(String key, T val) { in RTNode()
[all …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dmorton_msb_radix_bitonic_sort.h66 inline uint wg_scan_inclusive_add_opt(local uint* tmp, uint val, uint SG_SIZE, uint WG_SIZE) in wg_scan_inclusive_add_opt()
102 global struct MSBRadixContext* context; member
137 global struct MSBRadixContext* context = &scheduler->contexts[context_id]; in get_msb_dispatch_args() local
292 …ate_BLS_Work(global struct VContextScheduler* scheduler, global struct MSBRadixContext* context, g… in DO_Create_Separate_BLS_Work()
322 …ork_Parallel(global struct VContextScheduler* scheduler, global struct MSBRadixContext* context, g… in DO_Create_SG_Merged_BLS_Work_Parallel()
395 …ged_BLS_Work(global struct VContextScheduler* scheduler, global struct MSBRadixContext* context, g… in DO_Create_SG_Merged_BLS_Work()
459 …_Create_Work(global struct VContextScheduler* scheduler, global struct MSBRadixContext* context, g… in DO_Create_Work()
579 global struct MSBRadixContext* context = &scheduler->contexts[lid]; in sort_morton_codes_msb_begin() local
624 global struct MSBRadixContext* context = &scheduler->contexts[lid]; in scheduler() local
730 global struct MSBRadixContext* context = dispatchArgs.context; in sort_morton_codes_msb_count_items() local
[all …]
/aosp_15_r20/external/scapy/scapy/asn1/
H A Dasn1.py72 def dec(cls, s, context=None): argument
74 def safedec(cls, s, context=None): argument
95 def __init__(self, key, value, context=None, codec=None): argument
105 def asn1_object(self, val): argument
197 def __init__(self, val): argument
233 def __init__(self, val, exc=None): argument
283 def __init__(self, val, readable=False): argument
351 def __init__(self, val): argument
381 def __init__(self, val): argument
405 def __init__(self, val): argument
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/
H A Dtest_utils.cpp25 api::Context* const context, in record_nchw_to_buffer_op()
49 api::Context* const context, in record_buffer_to_nchw_op()
69 api::Context* const context, in record_nchw_to_image_op()
93 api::Context* const context, in record_image_to_nchw_op()
113 api::Context* const context, in record_bitw8_image_to_nchw_nobitw8buffer_op()
139 api::Context* const context, in record_conv2d_prepack_weights_op()
178 api::Context* const context, in record_binary_op()
227 void record_index_fill_buffer(api::Context* context, api::vTensor& v_ten) { in record_index_fill_buffer()
269 api::Context* context, in record_scalar_add_buffer()
292 api::Context* context, in record_reference_matmul()
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-fragment-nodeps/android_common/aar/
Dandroid-support-fragment-nodeps.jarandroid/support/v4/app/BackStackRecord$Op.class BackStackRecord.java package android. ...
Dclasses.jarandroid/support/v4/app/BackStackRecord$Op.class BackStackRecord.java package android. ...

12345678910>>...77