Home
last modified time | relevance | path

Searched defs:sam (Results 1 – 25 of 259) sorted by relevance

1234567891011

/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/
H A DSparseArrayMapTest.java40 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/
DValueMetricsTests.java163 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 Dir3_compiler_nir.c1673 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.c1061 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/
Dbuilding-argumentpacks0.cpp51 char const sam[] = "sam"; in main() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/zenaccess/
DZenAccessSettingObserverMixinTest.java78 final ShadowActivityManager sam = Shadow.extract( in onStart_shouldRegisterListener() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dgtest_assert_float_eq.h69 static Bits SignAndMagnitudeToBiased(const Bits& sam) { in SignAndMagnitudeToBiased()
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_compat_request_state.cc121 tensorflow::ScopedAllocatorMgr* sam = in KernelFallbackCompatRequestState() local
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/
H A DMediaExtractorHostSideTest.java138 SimpleAtomMatcher.Builder sam = in addAtomEvent() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldObjectStreamFieldTest.java41 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 DEnterpriseMetricsRecorder.java114 SimpleAtomMatcher sam = new SimpleAtomMatcher(); in addAtomEvent() local
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
H A DAtomMetricTester.java142 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomTag); in addAtomEvent() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscoped_allocator_ops.cc51 ScopedAllocatorMgr* sam = device_->GetScopedAllocatorMgr(); in Compute() local
H A Dscoped_allocator_ops_test.cc88 ScopedAllocatorMgr* sam, const string& op_name, in PrepOp()
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc122 struct stat_and_more sam; in TEST() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp591 …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 DMediaParserHostSideTest.java319 SimpleAtomMatcher.Builder sam = in addAtomEvent() local
/aosp_15_r20/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
H A DMetricsRecorder.java246 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 DObjectStreamFieldTest.java43 int sam = 8888; field in ObjectStreamFieldTest.FakeClass
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c79 int16_t *sam = (int16_t *)buf; in spool_capture() local
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
H A DConfigUtils.java125 SimpleAtomMatcher.Builder sam = SimpleAtomMatcher.newBuilder().setAtomId(atomId); in addEventMetric() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_testutil.cc86 auto sign_and_magnitude_to_biased = [](uint16_t sam) { in IsEqual()
/aosp_15_r20/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h470 static Bits SignAndMagnitudeToBiased(const Bits &sam) { in SignAndMagnitudeToBiased()
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dlowpan.py47 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 Des2fVertexTextureTests.cpp451 …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()

1234567891011