/external/icing/icing/schema/ |
D | property-util_test.cc | 202 .AddInt64Property(std::string(kPropertySingleInteger), 123) in TEST() 203 .AddInt64Property(std::string(kPropertyRepeatedInteger), 1, 2, 3) in TEST() 267 .AddInt64Property(std::string(kPropertySingleInteger), 123) in TEST() 268 .AddInt64Property(std::string(kPropertyRepeatedInteger), 1, 2, in TEST() 281 .AddInt64Property(std::string(kPropertySingleInteger), 456) in TEST() 282 .AddInt64Property(std::string(kPropertyRepeatedInteger), 4, 5, in TEST() 336 .AddInt64Property(std::string(kPropertySingleInteger), 123) in TEST() 337 .AddInt64Property(std::string(kPropertyRepeatedInteger), 1, 2, 3) in TEST() 370 .AddInt64Property(std::string(kPropertySingleInteger), 123) in TEST() 371 .AddInt64Property(std::string(kPropertyRepeatedInteger), 1, 2, 3) in TEST()
|
D | joinable-property-manager_test.cc | 163 .AddInt64Property(kPropertyTimestamp, kDefaultTimestamp) in SetUp() 171 .AddInt64Property(kPropertyNumber, 2) in SetUp() 292 .AddInt64Property(kPropertyTimestamp, kDefaultTimestamp) in TEST_F()
|
D | section-manager_test.cc | 271 .AddInt64Property(std::string(kPropertyRecipientIds), 1, 2, 3) in SetUp() 272 .AddInt64Property(std::string(kPropertyTimestamp), in SetUp() 274 .AddInt64Property(std::string(kPropertyNonIndexableInteger), 100) in SetUp() 853 .AddInt64Property("int", 1) in TEST_F() 1009 .AddInt64Property("integer", 123) in TEST_F() 1094 .AddInt64Property("integer", 123) in TEST_F()
|
D | schema-store_test.cc | 2873 .AddInt64Property("intProp1", 1, 2, 3) in TEST_F()
|
/external/icing/icing/index/ |
D | integer-section-indexing-handler_test.cc | 231 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F() 281 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F() 283 .AddInt64Property(std::string(kPropertyPrice), 456) in TEST_F() 391 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F() 452 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F() 522 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F() 530 .AddInt64Property(std::string(kPropertyTimestamp), 456) in TEST_F()
|
D | property-existence-indexing-handler_test.cc | 230 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F() 238 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F() 361 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
|
D | index-processor_test.cc | 863 .AddInt64Property(std::string(kIndexableIntegerProperty), 123) in TEST_F() 887 .AddInt64Property(std::string(kIndexableIntegerProperty), 456) in TEST_F() 945 .AddInt64Property(std::string(kIndexableIntegerProperty), 123) in TEST_F() 970 .AddInt64Property(std::string(kIndexableIntegerProperty), 456) in TEST_F() 1680 .AddInt64Property(std::string(kIndexableIntegerProperty), 1, 2, 3, 4, in TEST_F() 1712 .AddInt64Property(std::string(kIndexableIntegerProperty), 1, 2, 3, 4, in TEST_F()
|
/external/icing/icing/util/ |
D | tokenized-document_test.cc | 262 .AddInt64Property(std::string(kUnindexedIntegerProperty), 789) in TEST_F() 263 .AddInt64Property(std::string(kIndexableIntegerProperty1), 1, 2, 3) in TEST_F() 264 .AddInt64Property(std::string(kIndexableIntegerProperty2), 456) in TEST_F() 333 .AddInt64Property(std::string(kUnindexedIntegerProperty), 789) in TEST_F() 362 .AddInt64Property(std::string(kUnindexedIntegerProperty), 789) in TEST_F() 363 .AddInt64Property(std::string(kIndexableIntegerProperty1), 1, 2, 3) in TEST_F() 364 .AddInt64Property(std::string(kIndexableIntegerProperty2), 456) in TEST_F()
|
D | scorable_property_set_test.cc | 323 .AddInt64Property("scoreInt64", 1, 2, 3) in TEST_F() 329 .AddInt64Property("age", 30) in TEST_F() 336 .AddInt64Property("age", 35) in TEST_F() 344 .AddInt64Property("age", 50) in TEST_F()
|
/external/icing/icing/ |
D | document-builder.h | 84 DocumentBuilder& AddInt64Property(std::string property_name, InputIt first, in AddInt64Property() function 96 DocumentBuilder& AddInt64Property(std::string property_name, in AddInt64Property() function 99 return AddInt64Property(std::move(property_name), int64_values_list.begin(), in AddInt64Property()
|
D | icing-search-engine_optimize_test.cc | 1150 .AddInt64Property("indexableInteger", 123) in TEST_F() 1502 .AddInt64Property("indexableInteger", 123) in TEST_F() 1545 .AddInt64Property("indexableInteger", 123) in TEST_F() 1640 .AddInt64Property("indexableInteger", 123) in TEST_F() 1685 .AddInt64Property("indexableInteger", 456) in TEST_F() 1758 .AddInt64Property("indexableInteger", 123) in TEST_F() 1805 .AddInt64Property("indexableInteger", 456) in TEST_F() 1876 .AddInt64Property("indexableInteger", 1) in TEST_F() 1883 .AddInt64Property("indexableInteger", 2) in TEST_F() 1892 .AddInt64Property("indexableInteger", 3) in TEST_F() [all …]
|
D | icing-search-engine_initialization_test.cc | 273 .AddInt64Property("indexableInteger", 123) in CreateMessageDocument() 805 .AddInt64Property("timestamp", 123) in TEST_F() 877 .AddInt64Property("timestamp", 123) in TEST_F() 1088 .AddInt64Property("indexableInteger", 123) in TEST_F() 1240 .AddInt64Property("indexableInteger", 123) in TEST_F() 1248 .AddInt64Property("indexableInteger", 456) in TEST_F() 1435 .AddInt64Property("indexableInteger", 123) in TEST_F() 1444 .AddInt64Property("indexableInteger", 123) in TEST_F() 1689 .AddInt64Property("indexableInteger", 123) in TEST_F() 1890 .AddInt64Property("indexableInteger", 123) in TEST_F() [all …]
|
D | icing-search-engine_schema_test.cc | 143 .AddInt64Property("indexableInteger", 123) in CreateMessageDocument() 749 .AddInt64Property("age", 20) in TEST_F() 896 .AddInt64Property("b", 123) in TEST_F() 960 .AddInt64Property("c", 123) in TEST_F() 1078 .AddInt64Property("c", 123) in TEST_F() 1086 .AddInt64Property("d", 123) in TEST_F() 1157 .AddInt64Property("c", 123) in TEST_F() 1293 .AddInt64Property("c", 123) in TEST_F() 1301 .AddInt64Property("d", 123) in TEST_F() 1362 .AddInt64Property("c", 123) in TEST_F() [all …]
|
D | icing-search-engine_benchmark.cc | 868 .AddInt64Property("integer", integers.begin(), integers.end()) in BM_NumericIndexing() 953 .AddInt64Property("integer", integers.begin(), integers.end()) in BM_NumericExactQuery() 1037 .AddInt64Property("integer", integers.begin(), integers.end()) in BM_NumericRangeQueryAll()
|
D | icing-search-engine_search_test.cc | 6987 .AddInt64Property("price", 10) in TEST_F() 6995 .AddInt64Property("price", 25) in TEST_F() 7003 .AddInt64Property("cost", 2) in TEST_F() 7073 .AddInt64Property("price", 10) in TEST_F() 7079 .AddInt64Property("price", 25) in TEST_F() 7080 .AddInt64Property("cost", 2) in TEST_F() 7165 .AddInt64Property("price", 10) in TEST_F() 7173 .AddInt64Property("price", 25) in TEST_F() 7181 .AddInt64Property("cost", 2) in TEST_F() 7189 .AddInt64Property("price", 15) in TEST_F() [all …]
|
D | icing-search-engine_backwards_compatibility_test.cc | 494 .AddInt64Property("indexableIntegerProperty", 10) in TEST_F()
|
/external/icing/icing/scoring/advanced_scoring/ |
D | advanced-scorer_test.cc | 2265 .AddInt64Property("contactTimes", 10, 20, 30) in TEST_F() 2301 .AddInt64Property("contactTimes", 10, 20, 30) in TEST_F() 2339 .AddInt64Property("contactTimes", 10, 20, 30) in TEST_F() 2564 .AddInt64Property("scoreInt64", 1, 2, 3) in TEST_F() 2570 .AddInt64Property("age", 30) in TEST_F() 2577 .AddInt64Property("age", 35) in TEST_F() 2585 .AddInt64Property("age", 50) in TEST_F()
|
/external/icing/icing/query/ |
D | query-processor_test.cc | 3113 .AddInt64Property("price", 10) in TEST_F() 3124 .AddInt64Property("price", 25) in TEST_F() 3135 .AddInt64Property("cost", 2) in TEST_F() 3218 .AddInt64Property("price", 10) in TEST_F()
|
/external/icing/icing/store/ |
D | document-store_test.cc | 5633 .AddInt64Property("scoreInt64", 1) in TEST_P() 5642 .AddInt64Property("scoreInt64", 5) in TEST_P() 5685 .AddInt64Property("scoreInt64", 1) in TEST_P() 5790 .AddInt64Property("scoreInt64", 1) in TEST_P() 5819 .AddInt64Property("scoreInt64", 1) in TEST_P()
|