Home
last modified time | relevance | path

Searched defs:is_main (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/autotest/client/common_lib/
H A Dbarrier.py357 def _run_server(self, is_main): argument
395 def _run_client(self, is_main): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/
H A Ddebug_utils.h184 bool is_main = blockIdx.x == 0 && blockIdx.y == 0 && blockIdx.z == 0 && in print_warp_accum() local
/aosp_15_r20/bionic/libc/bionic/
H A Dpthread_internal.h186 bool is_main() { return start_routine == nullptr; } in is_main() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc245 mlir::Builder* builder, bool is_main) { in ImportAsFunc()
259 const HloComputation& computation, bool is_main) { in ImportAsFunc()
/aosp_15_r20/external/rappor/tests/
H A Dcompare_dist.R27 is_main <- (length(sys.frames()) == 0) globalVar