Home
last modified time | relevance | path

Searched refs:workspace_name (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/native/lang_id/common/fel/
Dworkspace.cc37 const std::string &workspace_name = it.second[index]; in DebugString() local
41 str.append(workspace_name); in DebugString()
/external/grpc-grpc/tools/run_tests/
Drun_tests_matrix.py84 workspace_name=None, argument
89 if not workspace_name:
90 workspace_name = 'workspace_%s' % name
93 env = {'WORKSPACE_NAME': workspace_name}
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests_matrix.py93 workspace_name=None, argument
98 if not workspace_name:
99 workspace_name = 'workspace_%s' % name
103 env = {'WORKSPACE_NAME': workspace_name}
/external/bazelbuild-rules_android/rules/
Dpath.bzl90 fragments = [_TEST_SRCDIR, ctx.workspace_name]
/external/rust/crates/grpcio-sys/grpc/bazel/
Dpython_rules.bzl56 … imports.append("%s/%s/%s" % (context.workspace_name, context.label.package, out_dir.import_path))