/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | resource_variable_ops.cc | 148 tf_shared_lock ml(*variable->mu()); in Compute() local 201 tf_shared_lock ml(*variables[i]->mu()); in Compute() local 376 mutex_lock ml(*variable->mu()); in Compute() local 426 mutex_lock ml(*variable->mu()); in Compute() local 514 mutex_lock ml(*variable->mu()); in Compute() local 598 mutex_lock ml(*variable->mu()); in Compute() local 659 mutex_lock ml(*variable->mu()); in Compute() local 689 tf_shared_lock ml(*v->mu()); in Compute() local 867 tf_shared_lock ml(*v->mu()); in Compute() local 1051 mutex_lock ml(*v->mu()); in Compute() local [all …]
|
H A D | batch_kernels.cc | 425 mutex_lock ml(mu_); in GetOrCreateFunctionHandle() local 687 mutex_lock ml(mu_); in Compute() local 752 mutex_lock ml(mu_); in EnforceTimeout() local 897 mutex_lock ml(mu_); in Compute() local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | methodobject.c | 17 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() 322 PyMethodDef *ml; in listmethodchain() local 368 PyMethodDef *ml = chain->methods; in Py_FindMethodInChain() local 424 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | OldListIteratorTest.java | 119 Mock_ListIterator ml = new Mock_ListIterator(); in testRemove() local 194 Mock_ListIterator ml = new Mock_ListIterator(); in testSet() local 221 Mock_ListIterator ml = new Mock_ListIterator(); in testAdd() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | context.cc | 486 mutex_lock ml(cache_mu_); in ClearCachesAndDefaultExecutor() local 497 mutex_lock ml(metadata_mu_); in ClearCachesAndDefaultExecutor() local 505 mutex_lock ml(policy_map_mu_); in SetThreadLocalDevicePlacementPolicy() local 720 mutex_lock ml(metadata_mu_); in ExportRunMetadata() local 816 mutex_lock ml(metadata_mu_); in StartStep() local 821 mutex_lock ml(metadata_mu_); in EndStep() local 832 mutex_lock ml(metadata_mu_); in StepContainer() local 1081 mutex_lock ml(cache_mu_); in AddKernelToCache() local 1102 mutex_lock ml(metadata_mu_); in SetShouldStoreGraphs() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/ |
H A D | summary_file_writer.cc | 57 mutex_lock ml(mu_); in Initialize() local 69 mutex_lock ml(mu_); in Flush() local 153 mutex_lock ml(mu_); in WriteEvent() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/argh_derive/src/ |
D | parse_attrs.rs | 73 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable 259 let ml = errors.expect_meta_list(&attr.meta)?; in argh_attr_to_meta_list() localVariable 287 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable 436 let ml = if let Some(ml) = argh_attr_to_meta_list(errors, attr) { in parse() localVariable
|
/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/ |
H A D | CndVar.cpp | 33 cpp::lock_guard ml(qmtx); in wait() local 89 cpp::lock_guard ml(qmtx); in broadcast() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | methodobject.c | 32 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() 38 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() 44 PyCMethod_New(PyMethodDef *ml, PyObject *self, PyObject *module, PyTypeObject *cls) in PyCMethod_New()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | ndarray_tensor_bridge.cc | 46 mutex_lock ml(*DelayedDecrefLock()); in DelayedNumpyDecref() local 55 mutex_lock ml(*DelayedDecrefLock()); in ClearDecrefCache() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | function_testlib.cc | 62 mutex_lock ml(mu_); in AwaitState() local 69 mutex_lock ml(mu_); in MoveToState() local
|
/aosp_15_r20/external/cronet/third_party/icu/filters/ |
H A D | ios.json | 199 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 258 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 356 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null 415 // "bn", "et", "gu", "kn", "ml", "mr", "ms", "ta", "te" null
|
/aosp_15_r20/external/pdfium/third_party/agg23/ |
H A D | agg_vcgen_stroke.h | 70 void miter_limit(float ml) in miter_limit() 75 void inner_miter_limit(float ml) in inner_miter_limit()
|
/aosp_15_r20/external/opencensus-java/examples/src/main/java/io/opencensus/examples/quickstart/ |
H A D | Repl.java | 95 private static void recordStat(MeasureLong ml, Long n) { in recordStat() 102 private static void recordTaggedStat(TagKey key, String value, MeasureLong ml, Long n) { in recordTaggedStat()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | mutex.h | 163 mutex_lock(mutex_lock&& ml) noexcept TF_EXCLUSIVE_LOCK_FUNCTION(ml.mu_) in mutex_lock() function 203 tf_shared_lock(tf_shared_lock&& ml) noexcept TF_SHARED_LOCK_FUNCTION(ml.mu_) in tf_shared_lock() function
|
/aosp_15_r20/external/opencensus-java/exporters/metrics/ocagent/src/test/java/io/opencensus/exporter/metrics/ocagent/ |
H A D | OcAgentMetricsExporterIntegrationTest.java | 312 private static void recordStat(MeasureLong ml, Long n) { in recordStat() 317 private static void recordTaggedStat(TagKey key, String value, MeasureLong ml, long n) { in recordTaggedStat()
|
/aosp_15_r20/external/opencensus-java/examples/src/main/java/io/opencensus/examples/ocagent/ |
H A D | OcAgentExportersQuickStart.java | 276 private static void recordStat(MeasureLong ml, Long n) { in recordStat() 281 private static void recordTaggedStat(TagKey key, String value, MeasureLong ml, long n) { in recordTaggedStat()
|
/aosp_15_r20/external/lottie/snapshot-tests/src/main/assets/Tests/ |
H A D | LayerBlend_2.json | 1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
|
H A D | LayerBlend_10.json | 1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
|
H A D | LayerBlend_9.json | 1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
|
H A D | LayerBlend_13.json | 1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
|
H A D | LayerBlend_12.json | 1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
|
H A D | LayerBlend_1.json | 1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
|
H A D | LayerBlend_3.json | 1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
|
H A D | LayerBlend_11.json | 1 …},"c":{"a":0,"k":[1,0.9803921568627451,0.2823529411764706]},"lc":2,"lj":2,"ml":0,"w":{"a":0,"k":30… number
|