/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/ |
H A D | SparseArrayMapTest.java | 40 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testStoreSingleInt() local 55 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testStoreMultipleInt() local 79 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testStoreOverride() local 109 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testClear() local 122 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testContains() local 138 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testDelete() local 175 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testGetOrDefault() local 190 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testIntKeyIndexing() local 202 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testIntStringKeyIndexing() local 215 SparseArrayMap<String, Integer> sam = new SparseArrayMap<>(); in testNumMaps() local
|
/aosp_15_r20/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | ValueMetricsTests.java | 163 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId( in testPullerAcrossBuckets() local 244 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId( in testMultipleEventsPerBucket() local 315 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder() in testPullerAcrossBucketsWithActivation() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 1673 struct ir3_instruction *sam, *addr; in emit_sam() local 1715 struct ir3_instruction *sam; in emit_intrinsic_load_image() local 1757 struct ir3_instruction *sam, *lod; in emit_intrinsic_image_size_tex() local 1926 struct ir3_instruction *sam = in emit_intrinsic_load_ssbo() local 3223 struct ir3_instruction *sam = in emit_intrinsic() local 3421 struct ir3_instruction **dst, *sam, *src0[12], *src1[4]; in emit_tex() local 3833 struct ir3_instruction **dst, *sam; in emit_tex_info() local 3859 struct ir3_instruction **dst, *sam; in emit_tex_txs() local 5226 struct ir3_instruction *sam = ctx->ir->astc_srgb[i]; in fixup_astc_srgb() local 5260 struct ir3_instruction *sam = ctx->ir->tg4[i]; in fixup_tg4() local
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | _winreg.c | 1061 REGSAM sam = KEY_WRITE; in PyCreateKeyEx() local 1105 REGSAM sam = KEY_WOW64_64KEY; in PyDeleteKeyEx() local 1356 REGSAM sam = KEY_READ; in PyOpenKey() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/literate/ |
D | building-argumentpacks0.cpp | 51 char const sam[] = "sam"; in main() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/zenaccess/ |
D | ZenAccessSettingObserverMixinTest.java | 78 final ShadowActivityManager sam = Shadow.extract( in onStart_shouldRegisterListener() local
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | gtest_assert_float_eq.h | 69 static Bits SignAndMagnitudeToBiased(const Bits& sam) { in SignAndMagnitudeToBiased()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | kernel_fallback_compat_request_state.cc | 121 tensorflow::ScopedAllocatorMgr* sam = in KernelFallbackCompatRequestState() local
|
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/ |
H A D | MediaExtractorHostSideTest.java | 138 SimpleAtomMatcher.Builder sam = in addAtomEvent() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/ |
H A D | OldObjectStreamFieldTest.java | 41 int sam = 8888; field in OldObjectStreamFieldTest.FakeClass
|
/aosp_15_r20/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/ |
H A D | EnterpriseMetricsRecorder.java | 114 SimpleAtomMatcher sam = new SimpleAtomMatcher(); in addAtomEvent() local
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/ |
H A D | AtomMetricTester.java | 142 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomTag); in addAtomEvent() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | scoped_allocator_ops.cc | 51 ScopedAllocatorMgr* sam = device_->GetScopedAllocatorMgr(); in Compute() local
|
H A D | scoped_allocator_ops_test.cc | 88 ScopedAllocatorMgr* sam, const string& op_name, in PrepOp()
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_libc_test.cc | 122 struct stat_and_more sam; in TEST() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fVertexTextureTests.cpp | 591 …nline Vec4 sample(const tcu::Texture2D &tex, const Vec2 &coord, float lod, const tcu::Sampler &sam) in sample() 595 …ine Vec4 sample(const tcu::TextureCube &tex, const Vec3 &coord, float lod, const tcu::Sampler &sam) in sample() 599 … Vec4 sample(const tcu::Texture2DArray &tex, const Vec3 &coord, float lod, const tcu::Sampler &sam) in sample() 603 …nline Vec4 sample(const tcu::Texture3D &tex, const Vec3 &coord, float lod, const tcu::Sampler &sam) in sample()
|
/aosp_15_r20/cts/hostsidetests/mediaparser/src/android/media/mediaparser/cts/ |
H A D | MediaParserHostSideTest.java | 319 SimpleAtomMatcher.Builder sam = in addAtomEvent() local
|
/aosp_15_r20/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
H A D | MetricsRecorder.java | 246 final var sam = new SimpleAtomMatcher(); in addEventMetric() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
H A D | ObjectStreamFieldTest.java | 43 int sam = 8888; field in ObjectStreamFieldTest.FakeClass
|
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
H A D | audio.c | 79 int16_t *sam = (int16_t *)buf; in spool_capture() local
|
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
H A D | ConfigUtils.java | 125 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomId); in addEventMetric() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor_testutil.cc | 86 auto sign_and_magnitude_to_biased = [](uint16_t sam) { in IsEqual()
|
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 470 static Bits SignAndMagnitudeToBiased(const Bits &sam) { in SignAndMagnitudeToBiased()
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | lowpan.py | 47 def __init__(self, tf, nh, hlim, cid, sac, sam, m, dac, dam): argument 79 def sam(self): member in LowpanIPHC
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fVertexTextureTests.cpp | 451 …nline Vec4 sample(const tcu::Texture2D &tex, const Vec2 &coord, float lod, const tcu::Sampler &sam) in sample() 455 …ine Vec4 sample(const tcu::TextureCube &tex, const Vec3 &coord, float lod, const tcu::Sampler &sam) in sample()
|