/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 210 const char* variable4, const string& value4) { in Print() argument 215 vars[variable4] = value4; in Print() 223 const char* variable4, const string& value4, in Print() argument 229 vars[variable4] = value4; in Print() 238 const char* variable4, const string& value4, in Print() argument 245 vars[variable4] = value4; in Print() 255 const char* variable4, const string& value4, in Print() argument 263 vars[variable4] = value4; in Print() 274 const char* variable4, const string& value4, in Print() argument 283 vars[variable4] = value4; in Print()
|
D | printer.h | 225 const char* variable4, const string& value4); 230 const char* variable4, const string& value4, 236 const char* variable4, const string& value4, 243 const char* variable4, const string& value4, 251 const char* variable4, const string& value4,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | extract-basic.ll | 57 %bf.value4 = shl i32 %12, 10 58 %13 = and i32 %bf.value4, 261120
|
D | insert-basic.ll | 51 %bf.value4 = and i32 %y4, 4194303 56 %15 = or i32 %14, %bf.value4
|
/external/llvm/test/CodeGen/Hexagon/ |
D | extract-basic.ll | 57 %bf.value4 = shl i32 %12, 10 58 %13 = and i32 %bf.value4, 261120
|
D | insert-basic.ll | 51 %bf.value4 = and i32 %y4, 4194303 56 %15 = or i32 %14, %bf.value4
|
/external/libchrome/base/ |
D | command_line_unittest.cc | 269 std::string value4 = "\"a value with quotes\""; in TEST() local 278 cl.AppendSwitchASCII(switch4, value4); in TEST() 279 cl.AppendSwitchASCII(switch5, value4); in TEST() 288 EXPECT_EQ(value4, cl.GetSwitchValueASCII(switch4)); in TEST()
|
D | values_unittest.cc | 1003 Value* value4; in TEST() local 1004 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4)); in TEST() 1005 EXPECT_EQ(Value::Type::NONE, value4->type()); in TEST() 1027 Value* value4; in TEST() local 1028 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4)); in TEST() 1029 EXPECT_EQ(Value::Type::NONE, value4->type()); in TEST()
|
/external/curl/tests/data/ |
D | test31 | 35 Set-Cookie: httpo4=value4 ; httponly=; domain=127.0.0.1; path=/p4/; 111 #HttpOnly_127.0.0.1 FALSE /p4/ FALSE 0 httpo4 value4
|
/external/libxml2/ |
D | xpath.c | 925 void *value4; member 1023 if (op->value4 != NULL) { in xmlXPathFreeCompExpr() 1025 xmlXPathFreeObject(op->value4); in xmlXPathFreeCompExpr() 1027 xmlFree(op->value4); in xmlXPathFreeCompExpr() 1035 if (op->value4 != NULL) { in xmlXPathFreeCompExpr() 1037 xmlXPathFreeObject(op->value4); in xmlXPathFreeCompExpr() 1081 int value2, int value3, void *value4, void *value5) { in xmlXPathCompExprAdd() argument 1109 if (value4 != NULL) { in xmlXPathCompExprAdd() 1110 comp->steps[comp->nbStep].value4 = (xmlChar *) in xmlXPathCompExprAdd() 1111 (void *)xmlDictLookup(comp->dict, value4, -1); in xmlXPathCompExprAdd() [all …]
|
/external/clang/test/SemaTemplate/ |
D | nested-template.cpp | 93 Y Outer<X>::Inner1<Y*>::ReallyInner::value4; // expected-error{{Outer<X>::Inner1<Y *>::ReallyInner:… member in Outer<X>::Inner1<Y*>::ReallyInner
|
/external/webrtc/webrtc/api/objctests/ |
D | RTCMediaConstraintsTest.mm | 27 NSDictionary *optional = @{@"key3": @"value3", @"key4": @"value4"};
|
/external/v8/src/debug/ |
D | liveedit.cc | 187 void set_value4_and_dir(int i1, int i2, int value4, Direction dir) { in set_value4_and_dir() argument 188 DCHECK_EQ(0, value4 & kDirectionMask); in set_value4_and_dir() 189 get_cell(i1, i2) = value4 | dir; in set_value4_and_dir()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 1314 Object value4 = new Object(); in testSegmentStoreComputedValue() local 1321 assertTrue(segment.storeLoadedValue(key, hash, valueRef, value4)); in testSegmentStoreComputedValue() 1322 assertSame(value4, segment.get(key, hash)); in testSegmentStoreComputedValue() 1335 assertTrue(segment.storeLoadedValue(key, hash, valueRef, value4)); in testSegmentStoreComputedValue() 1336 assertSame(value4, segment.get(key, hash)); in testSegmentStoreComputedValue()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_progs.c | 131 struct iptnl_info value4 = {.family = AF_INET}; in test_xdp() local 150 bpf_map_update_elem(map_fd, &key4, &value4, 0); in test_xdp()
|