/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | constructorDeclarations.kt | 163 package lib; package 167 package lib; package 171 package lib; package 176 package lib; package 181 package lib; package 188 package lib; package 192 package lib; package 197 package lib; package 202 package lib; package 209 package lib; package [all …]
|
H A D | overridee.kt | 98 package lib; package 154 var y:Int variable 160 override val y: Int = 1 constant in lib.PrimaryConstructorOverride
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | putil.cpp | 468 uprv_modf(double x, double* y) in uprv_modf() 474 uprv_fmod(double x, double y) in uprv_fmod() 480 uprv_pow(double x, double y) in uprv_pow() 493 uprv_fmax(double x, double y) in uprv_fmax() 511 uprv_fmin(double x, double y) in uprv_fmin() 2378 uprv_dl_close(void *lib, UErrorCode *status) { 2384 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { 2408 HMODULE lib = nullptr; local 2422 uprv_dl_close(void *lib, UErrorCode *status) { 2432 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | putil.cpp | 468 uprv_modf(double x, double* y) in uprv_modf() 474 uprv_fmod(double x, double y) in uprv_fmod() 480 uprv_pow(double x, double y) in uprv_pow() 493 uprv_fmax(double x, double y) in uprv_fmax() 511 uprv_fmin(double x, double y) in uprv_fmin() 2392 uprv_dl_close(void *lib, UErrorCode *status) { 2398 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { 2422 HMODULE lib = nullptr; local 2436 uprv_dl_close(void *lib, UErrorCode *status) { 2446 uprv_dlsym_func(void *lib, const char* sym, UErrorCode *status) { [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_libc.py | 6 lib = CDLL(_ctypes_test.__file__) variable 8 def three_way_cmp(x, y): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_libc.py | 6 lib = CDLL(_ctypes_test.__file__) variable 8 def three_way_cmp(x, y): argument
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineLibraryTests.cpp | 97 for (const auto &lib : libraryConfiguration.pipelineLibraries) in getHitGroupCount() local 408 for (const auto &lib : m_data.libraryConfiguration.pipelineLibraries) in RayTracingPipelineLibraryTestInstance() local 431 for (uint32_t y = 0; y < m_data.height; ++y) in initBottomAccelerationStructures() local 484 for (uint32_t y = 0; y < m_data.height; ++y) in initTopAccelerationStructure() local 976 for (uint32_t y = 0; y < m_data.height; ++y) in iterate() local
|
H A D | vktRayTracingPipelineFlagsTests.cpp | 833 const float y = float(boxY) * boxHeight; in prepareBoxGeometries() local 1188 for (uint32_t y = 0; y < m_params.height; ++y) in printImage() local 1586 for (auto &lib : libs) in createPipelineFlagsTests() local
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_aot_autograd.py | 36 lib = torch.library.Library("custom", "DEF") # noqa: TOR901 variable 72 def fn(param, y): argument 141 def fn(x, y): argument 181 def _some_bad_fwd(self, param, y): argument 190 def forward(self, x, y): argument 214 def _some_bad_fwd(self, param, y): argument 219 def forward(self, x, y): argument 295 def forward(self, x, y): argument 393 def forward(self, x, y): argument 693 def forward(ctx, x, y): argument [all …]
|
H A D | test_repros.py | 56 lib = torch.library.Library("test_sample", "DEF") # noqa: TOR901 variable 1034 def f(x, y): argument 1083 def f(x, y): argument 1114 def f(x, y): argument 1131 def f(x, y): argument 1276 def fn(y): argument 1856 def get_expected(condition, x, y): argument 1867 def check_equal(condition, x, y): argument 2035 def fn(x, b, y): argument 2047 def fn(x, b, y): argument [all …]
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | custom_op_db.py | 65 def _(x, y): argument 80 def numpy_mul_vmap(info, in_dims, x, y): argument 542 lib = torch.library.Library("_torch_testing", "FRAGMENT") # noqa: TOR901 variable
|
/aosp_15_r20/external/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cc | 522 T *y = GetPoisoned<T>(1); in TestFloatingPoint() local 539 S4 *y = GetPoisoned<S4>(); in TEST() local 1364 char* y = new char[2]; in TEST() local 1426 char* y = new char[2]; in TEST() local 1436 char* y = new char[5]; in TEST() local 1450 char* y = new char[5]; in TEST() local 1464 char* y = new char[5]; in TEST() local 1473 char* y = new char[5]; in TEST() local 1483 char* y = new char[2]; in TEST() local 1546 char* y = new char[3]; in TEST() local [all …]
|
/aosp_15_r20/external/executorch/exir/program/test/ |
H A D | test_program.py | 129 lib = Library("exir_program_test_op", "DEF") variable 303 def forward(self, x, y): argument
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_glx.cpp | 401 int r, g, b, x, y; in checkWindowPixelFormatMatch() local 598 GlxLibrary* lib = sGlxLibrary(); in queryCoreProfileSupport() local
|
/aosp_15_r20/external/stardoc/stardoc/ |
HD | stardoc_binary.jar | ... private final com.google.devtools.build.lib.events.EventHandler eventHandler
private final java.util |
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | function_test.cc | 138 Tensor y; in TEST_F() local 148 Tensor y; in TEST_F() local 370 Tensor y; in TEST_F() local 413 Tensor y; in TEST_F() local 460 Tensor y; in TEST_F() local 493 Tensor y; in TEST_F() local 516 Tensor y; in TEST_F() local 541 Tensor y; in TEST_F() local 582 FunctionDefLibrary lib; in TEST_F() local 593 Tensor y; in TEST_F() local [all …]
|
H A D | direct_session_test.cc | 111 Node* y = test::graph::Matmul(&graph, a, x, false, false); in Initialize() local 688 Node* y = test::graph::Matmul(&graph, a, x, false, false); in TEST_F() local 1013 Node* y = test::graph::Add(&graph, left, right); in TEST() local 1201 Node* y = test::graph::Unary(&g, "SessionMetadataReader", x); in TEST() local 1222 Node* y = test::graph::Unary(&g, "SessionMetadataReaderFn", x); in TEST() local 1241 Node* y = test::graph::Unary(&g, "SessionMetadataReader", x); in TEST() local 1284 Node* y = test::graph::Unary(&g, "SessionMetadataReaderFn", x); in TEST() local 1402 Node* y = test::graph::Unary(&g, "ThreadID", x); in TEST() local 1482 Node* y = test::graph::Unary(&g, "ThreadID", x); in TEST() local 1518 Node* y = test::graph::Unary(&g, "Darth", x); in TEST() local [all …]
|
H A D | function.cc | 534 FunctionLibraryRuntime* lib = ctx->function_library(); in ComputeAsync() local 1494 Node* y = gbody->ret_nodes[i]; in Compute() local
|
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/ |
D | all_android_tools_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp_15_r20/external/pytorch/test/ |
H A D | test_custom_ops.py | 77 def lib(self): member in CustomOpTestCaseBase 553 def blah2(x, y): argument 562 def blah3(x, *, y, z): argument 571 def blah4(x, *, y, z): argument 593 def blah7(x=1, *, y): argument 601 def blah8(x, *, y=1): argument 608 def blah9(x, *, y): argument 868 def foo_cpu(x, y): argument 1073 def foo_impl(x, y): argument 1248 def foo_impl(x, y): argument [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_graphics.c | 642 struct radv_graphics_lib_pipeline *lib) in radv_graphics_pipeline_import_lib() 697 float y = viewport->y; in radv_get_viewport_xform() local 2402 …e_import_retained_shaders(const struct radv_device *device, struct radv_graphics_lib_pipeline *lib, in radv_pipeline_import_retained_shaders()
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_passes.py | 96 lib = Library("DO_NOT_USE_TEST_ONLY", "DEF") variable 1282 def forward(self, x, y): argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _ssl.c | 365 #define ERRSTR1(x,y,z) (x ":" y ": " z) argument 413 int lib, reason; in fill_and_set_sslerror() local 628 #define PySSL_MAX(x, y) (((x) > (y)) ? (x) : (y)) in newPySSLSocket() argument
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jcommon-1.0.12.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/keypoint/
org/
... |
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | function.cc | 653 auto comp = [](const NodeDef* x, const NodeDef* y) { in Print() 1629 FunctionDefLibrary lib; in ToProto() local
|