Searched refs:value5 (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 224 const char* variable5, const string& value5) { in Print() argument 230 vars[variable5] = value5; in Print() 239 const char* variable5, const string& value5, in Print() argument 246 vars[variable5] = value5; in Print() 256 const char* variable5, const string& value5, in Print() argument 264 vars[variable5] = value5; in Print() 275 const char* variable5, const string& value5, in Print() argument 284 vars[variable5] = value5; in Print()
|
D | printer.h | 231 const char* variable5, const string& value5); 237 const char* variable5, const string& value5, 244 const char* variable5, const string& value5, 252 const char* variable5, const string& value5,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | globalvariable-attributes.ll | 6 @g4 = global i32 2, align 4 "key5" = "value5" #0 18 ; CHECK: attributes #3 = { nobuiltin norecurse "key5"="value5" "string"="value" }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | globalvariable-attributes.ll | 6 @g4 = global i32 2, align 4 "key5" = "value5" #0 18 ; CHECK: attributes #3 = { nobuiltin norecurse "key5"="value5" "string"="value" }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | norex-subreg.ll | 34 %bf.value5 = and i16 %conv4, 255 35 %8 = and i16 %bf.value5, 255
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | norex-subreg.ll | 34 %bf.value5 = and i16 %conv4, 255 35 %8 = and i16 %bf.value5, 255
|
/external/llvm/test/CodeGen/X86/ |
D | norex-subreg.ll | 34 %bf.value5 = and i16 %conv4, 255 35 %8 = and i16 %bf.value5, 255
|
/external/libchrome/base/ |
D | command_line_unittest.cc | 271 CommandLine::StringType value5 = kTricky; in TEST() local 280 cl.AppendSwitchNative(switch5, value5); in TEST() 290 EXPECT_EQ(value5, cl.GetSwitchValueNative(switch5)); in TEST()
|
/external/libxml2/ |
D | xpath.c | 926 void *value5; member 1029 if (op->value5 != NULL) in xmlXPathFreeCompExpr() 1030 xmlFree(op->value5); in xmlXPathFreeCompExpr() 1081 int value2, int value3, void *value4, void *value5) { in xmlXPathCompExprAdd() argument 1115 if (value5 != NULL) { in xmlXPathCompExprAdd() 1116 comp->steps[comp->nbStep].value5 = (xmlChar *) in xmlXPathCompExprAdd() 1117 (void *)xmlDictLookup(comp->dict, value5, -1); in xmlXPathCompExprAdd() 1118 xmlFree(value5); in xmlXPathCompExprAdd() 1120 comp->steps[comp->nbStep].value5 = NULL; in xmlXPathCompExprAdd() 1123 comp->steps[comp->nbStep].value5 = value5; in xmlXPathCompExprAdd() [all …]
|