/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 | 268 std::string value4 = "\"a value with quotes\""; in TEST() local 277 cl.AppendSwitchASCII(switch4, value4); in TEST() 278 cl.AppendSwitchASCII(switch5, value4); in TEST() 287 EXPECT_EQ(value4, cl.GetSwitchValueASCII(switch4)); in TEST()
|
D | values_unittest.cc | 341 Value* value4; in TEST() local 342 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4)); in TEST() 343 EXPECT_EQ(Value::TYPE_NULL, value4->GetType()); in TEST() 365 Value* value4; in TEST() local 366 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4)); in TEST() 367 EXPECT_EQ(Value::TYPE_NULL, value4->GetType()); in TEST()
|
/external/bison/lib/ |
D | strchrnul.valgrind | 4 strchrnul-value4
|
D | rawmemchr.valgrind | 4 rawmemchr-value4
|
D | memchr.valgrind | 6 memchr-value4
|
/external/opencv3/modules/java/common_test/src/org/opencv/test/utils/ |
D | ConvertersTest.java | 263 byte value4 = 4; in testVector_char_to_Mat() 267 bytes.add(new Byte(value4)); in testVector_char_to_Mat() 473 byte value4 = 4; in testVector_uchar_to_Mat() 477 bytes.add(new Byte(value4)); in testVector_uchar_to_Mat()
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | Frame.java | 199 Value value1, value2, value3, value4; in execute() local 377 value4 = pop(); in execute() 378 if (value4.getSize() == 1) { in execute() 381 push(interpreter.copyOperation(insn, value4)); in execute()
|
/external/webrtc/webrtc/api/objctests/ |
D | RTCMediaConstraintsTest.mm | 27 NSDictionary *optional = @{@"key3": @"value3", @"key4": @"value4"};
|
/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/libxml2/ |
D | xpath.c | 936 void *value4; member 1032 if (op->value4 != NULL) { in xmlXPathFreeCompExpr() 1034 xmlXPathFreeObject(op->value4); in xmlXPathFreeCompExpr() 1036 xmlFree(op->value4); in xmlXPathFreeCompExpr() 1044 if (op->value4 != NULL) { in xmlXPathFreeCompExpr() 1046 xmlXPathFreeObject(op->value4); in xmlXPathFreeCompExpr() 1090 int value2, int value3, void *value4, void *value5) { in xmlXPathCompExprAdd() argument 1118 if (value4 != NULL) { in xmlXPathCompExprAdd() 1119 comp->steps[comp->nbStep].value4 = (xmlChar *) in xmlXPathCompExprAdd() 1120 (void *)xmlDictLookup(comp->dict, value4, -1); in xmlXPathCompExprAdd() [all …]
|
/external/curl/tests/data/ |
D | test31 | 35 Set-Cookie: httpo4=value4 ; httponly=; domain=127.0.0.1; path=/p4/; 117 #HttpOnly_127.0.0.1 FALSE /p4/ FALSE 0 httpo4 value4
|
/external/libweave/third_party/chromium/base/ |
D | values_unittest.cc | 327 Value* value4; in TEST() local 328 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4)); in TEST() 329 EXPECT_EQ(Value::TYPE_NULL, value4->GetType()); in TEST() 351 Value* value4; in TEST() local 352 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4)); in TEST() 353 EXPECT_EQ(Value::TYPE_NULL, value4->GetType()); in TEST()
|
/external/v8/src/debug/ |
D | liveedit.cc | 164 void set_value4_and_dir(int i1, int i2, int value4, Direction dir) { in set_value4_and_dir() argument 165 DCHECK((value4 & kDirectionMask) == 0); in set_value4_and_dir() 166 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/tpm2/generator/ |
D | raw_structures.txt | 2071 value4 {20:} 2101 array2[value4]{:25} 2116 value4 shall have a value of 25 or less. From the 2117 definition of value4 above, it can determine that 2118 value4 must have a value of at least 20. 2139 structure. In the B_STRUCT table in 4.11, value4 indicates how many octets to unmarshal for array2.…
|
D | raw_structures_fixed.txt | 2068 value4 {20:} 2098 array2 [value4] {:25} 2113 value4 shall have a value of 25 or less. From the 2114 definition of value4 above, it can determine that 2115 value4 must have a value of at least 20. 2136 structure. In the B_STRUCT table in 4.11, value4 indicates how many octets to unmarshal for array2.…
|