Searched refs:VARS (Results 1 – 11 of 11) sorted by relevance
/external/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 42 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/ |
D | debug-types-missing-signature.test | 23 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/ |
D | tpu_test_wrapper_test.py | 137 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/ |
D | DILocalVariable-explicit-tags.ll | 6 ; 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/ |
D | DILocalVariable-explicit-tags.ll | 6 ; CHECK: ![[SP:[0-9]+]] = distinct !DISubprogram(name: "foo",{{.*}} retainedNodes: ![[VARS:[0-9]+]] 7 ; CHECK: ![[VARS]] = !{![[PARAM:[0-9]+]], ![[AUTO:[0-9]+]]}
|
/external/libexif/m4m/ |
D | gp-check-shell-environment.m4 | 1 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/ |
D | drivers.mak | 1 ##### CLEAR VARS 205 ##### COMMON VARS
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | machine-outliner-disubprogram.ll | 120 ; CHECK-SAME: retainedNodes: [[VARS:![0-9]+]] 131 ; CHECK-SAME: retainedNodes: [[VARS]]
|
/external/python/cpython3/PCbuild/ |
D | build.bat | 126 rem %VARS% are evaluated eagerly, which would lose the ERRORLEVEL
|
/external/rust/crates/bindgen/src/ |
D | options.rs | 707 "vars" => config.insert(CodegenConfig::VARS), in builder_from_flags()
|
D | lib.rs | 123 const VARS = 1 << 2; constant 146 self.contains(CodegenConfig::VARS) in vars()
|