Home
last modified time | relevance | path

Searched refs:VARS (Results 1 – 11 of 11) sorted by relevance

/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc42 typedef std::map<grpc::string, grpc::string> VARS; typedef
52 grpc_generator::Printer* printer, VARS& vars) { in GenerateImports()
118 static inline string JavaClassName(VARS& vars, const string& name) { in JavaClassName()
260 static void GrpcWriteDocCommentBody(Printer* printer, VARS& vars, in GrpcWriteDocCommentBody()
286 static void GrpcWriteDocComment(Printer* printer, VARS& vars, in GrpcWriteDocComment()
294 static void GrpcWriteServiceDocComment(Printer* printer, VARS& vars, in GrpcWriteServiceDocComment()
302 void GrpcWriteMethodDocComment(Printer* printer, VARS& vars, in GrpcWriteMethodDocComment()
311 static void PrintTypeExtractor(Printer* p, VARS& vars) { in PrintTypeExtractor()
334 static void PrintMethodFields(Printer* p, VARS& vars, in PrintMethodFields()
454 static void PrintBindServiceMethodBody(Printer* p, VARS& vars,
[all …]
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug-types-missing-signature.test23 RUN: %lldb %t -b -o "target variable a e ec" | FileCheck --check-prefix=VARS %s
24 VARS: (const (anonymous struct)) a = {}
25 VARS: (const (anonymous enum)) e = 0x1
26 VARS: (const (anonymous enum)) ec = 0x1
/external/tensorflow/tensorflow/python/tpu/
Dtpu_test_wrapper_test.py137 self.assertEqual(test_module.VARS, 1)
139 self.assertEqual(test_module.VARS, 3)
150 self.assertEqual(test_module.VARS, 1)
172 self.assertEqual(test_module.VARS, 1)
174 self.assertEqual(test_module.VARS, 3)
/external/llvm/test/Bitcode/
DDILocalVariable-explicit-tags.ll6 ; CHECK: ![[SP:[0-9]+]] = distinct !DISubprogram(name: "foo",{{.*}} variables: ![[VARS:[0-9]+]]
7 ; CHECK: ![[VARS]] = !{![[PARAM:[0-9]+]], ![[AUTO:[0-9]+]]}
/external/llvm-project/llvm/test/Bitcode/
DDILocalVariable-explicit-tags.ll6 ; CHECK: ![[SP:[0-9]+]] = distinct !DISubprogram(name: "foo",{{.*}} retainedNodes: ![[VARS:[0-9]+]]
7 ; CHECK: ![[VARS]] = !{![[PARAM:[0-9]+]], ![[AUTO:[0-9]+]]}
/external/libexif/m4m/
Dgp-check-shell-environment.m41 dnl @synopsis GP_CHECK_SHELL_ENVIRONMENT([SHOW-LOCALE-VARS])
5 dnl If SHOW-LOCALE-VARS is set to [true], print all LC_* and LANG*
/external/wpa_supplicant_8/src/drivers/
Ddrivers.mak1 ##### CLEAR VARS
205 ##### COMMON VARS
/external/llvm-project/llvm/test/CodeGen/X86/
Dmachine-outliner-disubprogram.ll120 ; CHECK-SAME: retainedNodes: [[VARS:![0-9]+]]
131 ; CHECK-SAME: retainedNodes: [[VARS]]
/external/python/cpython3/PCbuild/
Dbuild.bat126 rem %VARS% are evaluated eagerly, which would lose the ERRORLEVEL
/external/rust/crates/bindgen/src/
Doptions.rs707 "vars" => config.insert(CodegenConfig::VARS), in builder_from_flags()
Dlib.rs123 const VARS = 1 << 2; constant
146 self.contains(CodegenConfig::VARS) in vars()