/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/ |
H A D | test_vulkan_interop_buffer.cpp | 38 uint32_t bufferSize; member 86 uint32_t numBuffers, uint32_t bufferSize, in run_test_with_two_queue() 339 uint8_t val = 0; in run_test_with_two_queue() local 435 uint32_t bufferSize, bool use_fence) in run_test_with_one_queue() 646 uint8_t val = 0; in run_test_with_one_queue() local 736 uint32_t bufferSize, uint32_t bufferSizeForOffset, float use_fence) in run_test_with_multi_import_same_ctx() 996 uint8_t val = 0; in run_test_with_multi_import_same_ctx() local 1106 uint32_t numBuffers, uint32_t bufferSize, uint32_t bufferSizeForOffset, in run_test_with_multi_import_diff_ctx() 1474 uint8_t val = 0; in run_test_with_multi_import_diff_ctx() local 1896 uint32_t bufferSize = bufferSizeList[sizeIdx]; in test_buffer_common() local
|
/aosp_15_r20/cts/tests/filesystem/src/android/filesystem/cts/ |
H A D | FileUtil.java | 55 int val = mRandom.nextInt(); in generateRandomData() local 244 public static long getFileSizeExceedingMemory(Context context, int bufferSize) { in getFileSizeExceedingMemory() 274 long fileSize, int bufferSize) throws Exception { in doRandomReadTest() 331 long fileSize, int bufferSize) throws Exception { in doRandomWriteTest() 385 int bufferSize, int numberRepetition, String reportName, String streamName) in doSequentialUpdateTest()
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/tests/ |
H A D | AlsaUtilsTest.cpp | 118 for (auto& val : original32BitBuffer) { in SetUp() local 152 size_t bufferSize = kInt24Buffer.size(); in VerifyBufferResult() local 192 size_t bufferSize = kInt24Buffer.size(); in VerifyBufferResultWithClamp() local
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/ |
H A D | icd_windows_envvars.c | 51 DWORD bufferSize; in khrIcd_IsHighIntegrityLevel() local 76 void khrIcd_free_getenv(char *val) { in khrIcd_free_getenv()
|
/aosp_15_r20/frameworks/native/libs/renderengine/skia/filters/ |
H A D | LutShader.cpp | 158 float val = (i++ % 4 == 0) ? *it++ : 0.0f; in generateLutShader() local 247 size_t bufferSize = fullLength * sizeof(float); in lutShader() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsDrawTest.cpp | 286 inline static void alignmentSafeAssignment(char *dst, T val) in alignmentSafeAssignment() 1199 inline GLValue::Fixed abs(GLValue::Fixed val) in abs() 1205 inline GLValue::Ubyte abs(GLValue::Ubyte val) in abs() 1211 inline GLValue::Byte abs(GLValue::Byte val) in abs() 1217 inline GLValue::Ushort abs(GLValue::Ushort val) in abs() 1223 inline GLValue::Short abs(GLValue::Short val) in abs() 1229 inline GLValue::Float abs(GLValue::Float val) in abs() 1235 inline GLValue::Double abs(GLValue::Double val) in abs() 1241 inline GLValue::Uint abs(GLValue::Uint val) in abs() 1247 inline GLValue::Int abs(GLValue::Int val) in abs() [all …]
|
H A D | glsTextureBufferCase.cpp | 818 void logTextureInfo(TestLog &log, uint32_t format, size_t bufferSize, size_t offset, size_t size) in logTextureInfo() 833 …size_t bufferSize, size_t offset, size_t size, RenderBits preRender, glu::ShaderProgram *preRender… in runTests() 857 const uint8_t val = extend2BitsToByte(i); in runTests() local 902 … size_t bufferSize, size_t offset, size_t size, RenderBits preRender, in TextureBufferCase()
|
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
D | DvrStorageManager.java | 79 public boolean reachedStorageMax(long bufferSize, long pendingDelete) { in reachedStorageMax() 90 int val = in.readInt(); in readFormatInt() local 98 long val = in.readLong(); in readFormatLong() local 106 float val = in.readFloat(); in readFormatFloat() local
|
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
D | DvrStorageManager.java | 79 public boolean reachedStorageMax(long bufferSize, long pendingDelete) { in reachedStorageMax() 90 int val = in.readInt(); in readFormatInt() local 98 long val = in.readLong(); in readFormatLong() local 106 float val = in.readFloat(); in readFormatFloat() local
|
/aosp_15_r20/hardware/samsung/nfc/halimpl/src/ |
D | util.cc | 93 long int val; in __get_config_int() local 160 int get_config_string(const char* field, char* strBuffer, size_t bufferSize) { in get_config_string()
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | intra_node_comm.cu | 72 DEVICE_INLINE void streamLoad128(bf16x8& val, const T* addr) { in streamLoad128() 85 __device__ inline void streamStore128(at::BFloat16* addr, const bf16x8& val) { in streamStore128() 97 DEVICE_INLINE void load128(bf16x8& val, const T* addr) { in load128() 102 DEVICE_INLINE void store128(T* addr, const bf16x8& val) { in store128() 153 bf16x8 val; in oneShotAllReduceKernel() local 271 bf16x8 val; in twoShotAllReduceKernel() local 367 size_t bufferSize, in hybridCubeMeshAllReduceKernel()
|
H A D | intra_node_comm.cpp | 212 std::optional<size_t> bufferSize) in IntraNodeComm() 240 T val) { in storeAllGather()
|
/aosp_15_r20/frameworks/av/cmds/stagefright/ |
H A D | muxer.cpp | 94 size_t bufferSize = 1 * 1024 * 1024; // default buffer size is 1MB. in muxing() local 192 int32_t val; in muxing() local
|
/aosp_15_r20/frameworks/av/camera/ |
H A D | CameraMetadata.cpp | 29 #define ALIGN_TO(val, alignment) \ argument 173 size_t CameraMetadata::bufferSize() const { in bufferSize() function in android::CameraMetadata 321 size_t bufferSize = get_camera_metadata_size(mBuffer); in updateImpl() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 246 const VkDeviceSize bufferSize = 1024; in iterate() local 478 const IVec4 val = IVec4(ptr[0], ptr[1], ptr[2], ptr[3]); in iterate() local
|
/aosp_15_r20/hardware/interfaces/camera/common/default/ |
H A D | CameraMetadata.cpp | 32 #define ALIGN_TO(val, alignment) (((uintptr_t)(val) + ((alignment)-1)) & ~((alignment)-1)) argument 289 size_t bufferSize = get_camera_metadata_size(mBuffer); in updateImpl() local
|
/aosp_15_r20/frameworks/av/media/libmediametrics/ |
H A D | MediaMetricsItem.cpp | 244 std::string val = toString(); in toCString() local 252 void nsToString(int64_t ns, char *buffer, size_t bufferSize, PrintFormat format) in nsToString()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworksV2.cpp | 864 const size_t bufferSize = context->outputSizes[i]; in ANeuralNetworksExecution_compute() local 1138 const FlatbufferModelBuilder* val = reinterpret_cast<const FlatbufferModelBuilder*>(value); in ANeuralNetworksModel_setOperandValueFromModel() local 1397 const size_t bufferSize = std::max<size_t>(length, 1); in ANeuralNetworksExecution_setOutput() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndirectTest.cpp | 72 for (auto &val : junk) in JunkData() local 508 const auto bufferSize = de::dataSize(indexVec) + m_bindIndexBufferOffset; in IndirectDraw() local
|
/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2Device.cpp | 90 V4L2ExtCtrl::V4L2ExtCtrl(uint32_t id, int32_t val) : V4L2ExtCtrl(id) { in V4L2ExtCtrl() 736 size_t bufferSize, uint32_t stride) { in setFormat() 749 size_t bufferSize) { in tryFormat()
|
/aosp_15_r20/cts/tests/media/jni/ |
H A D | NativeMuxerTest.cpp | 174 int bufferSize = ((fileSize + 127) >> 7) << 7; in splitMediaToMuxerParameters() local 1132 int64_t val = 0; in nativeTestSimpleAppend() local 1301 int64_t val = 0; in nativeTestIgnoreLastGOPAppend() local
|
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
HD | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/system/logging/liblog/ |
H A D | logprint.cpp | 887 uint64_t val = lval; in android_log_printBinaryEvent() local 1597 size_t bufferSize; in android_log_formatLogLine() local
|
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/ |
HD | httpcore-4.4.14.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/ |
HD | httpcore-4.4.15.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |