/aosp_15_r20/external/icing/icing/join/ |
H A D | join-processor_test.cc | 302 .AddStringProperty("Name", "Alice") in TYPED_TEST() 307 .AddStringProperty("Name", "Bob") in TYPED_TEST() 314 .AddStringProperty("subject", "test subject 1") in TYPED_TEST() 315 .AddStringProperty("sender", "pkg$db/namespace#person1") in TYPED_TEST() 321 .AddStringProperty("subject", "test subject 2") in TYPED_TEST() 322 .AddStringProperty("sender", in TYPED_TEST() 329 .AddStringProperty("subject", "test subject 3") in TYPED_TEST() 330 .AddStringProperty("sender", "pkg$db/namespace#person1") in TYPED_TEST() 393 .AddStringProperty("Name", "Alice") in TYPED_TEST() 398 .AddStringProperty("Name", "Bob") in TYPED_TEST() [all …]
|
H A D | join-children-fetcher-impl-v3_test.cc | 277 .AddStringProperty("Name", "Alice") in TEST_F() 282 .AddStringProperty("Name", "Bob") in TEST_F() 289 .AddStringProperty("sender", "pkg$db/namespace#person1") in TEST_F() 295 .AddStringProperty("sender", "pkg$db/namespace#person1") in TEST_F() 301 .AddStringProperty("sender", "pkg$db/namespace#person2") in TEST_F() 363 .AddStringProperty("Name", "Alice") in TEST_F() 368 .AddStringProperty("Name", "Bob") in TEST_F() 375 .AddStringProperty("sender", "pkg$db/namespace#person1") in TEST_F() 381 .AddStringProperty("sender", "pkg$db/namespace#person2") in TEST_F() 388 .AddStringProperty("sender", "pkg$db/namespace#person2") in TEST_F() [all …]
|
H A D | qualified-id-join-indexing-handler-v3_test.cc | 248 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 258 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 297 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 307 .AddStringProperty(std::string(kPropertyName), "two") in TEST_F() 326 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 329 .AddStringProperty(std::string(kPropertyQualifiedId2), in TEST_F() 379 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 451 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 463 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 470 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() [all …]
|
H A D | qualified-id-join-indexing-handler-v1_test.cc | 215 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 222 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 255 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 261 .AddStringProperty(std::string(kPropertyName), "two") in TEST_F() 273 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 276 .AddStringProperty(std::string(kPropertyQualifiedId2), in TEST_F() 318 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 385 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 392 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 441 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() [all …]
|
H A D | qualified-id-join-indexing-handler-v2_test.cc | 269 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 287 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 328 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 348 .AddStringProperty(std::string(kPropertyName), "two") in TEST_F() 376 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 379 .AddStringProperty(std::string(kPropertyQualifiedId2), in TEST_F() 441 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() 484 .AddStringProperty( in TEST_F() 564 .AddStringProperty(std::string(kPropertyName), "one") in TEST_F() 582 .AddStringProperty(std::string(kPropertyQualifiedId), in TEST_F() [all …]
|
/aosp_15_r20/external/icing/icing/result/ |
H A D | result-retriever-v2_projection_test.cc | 270 .AddStringProperty("name", "Hello World!") in TEST_F() 271 .AddStringProperty( in TEST_F() 283 .AddStringProperty("name", "Goodnight Moon!") in TEST_F() 284 .AddStringProperty("body", in TEST_F() 335 .AddStringProperty("name", "Hello World!") in TEST_F() 345 .AddStringProperty("name", "Goodnight Moon!") in TEST_F() 363 .AddStringProperty("name", "Meg Ryan") in TEST_F() 364 .AddStringProperty("emailAddress", "[email protected]") in TEST_F() 366 .AddStringProperty("name", "Hello World!") in TEST_F() 367 .AddStringProperty( in TEST_F() [all …]
|
H A D | snippet-retriever_test.cc | 174 .AddStringProperty("subject", "counting") in TEST_F() 175 .AddStringProperty("body", "one two three four.... five") in TEST_F() 200 .AddStringProperty("subject", "counting") in TEST_F() 201 .AddStringProperty("body", "one two three four.... five") in TEST_F() 226 .AddStringProperty("subject", "counting") in TEST_F() 227 .AddStringProperty("body", "one two three four.... five") in TEST_F() 251 .AddStringProperty("subject", "counting") in TEST_F() 252 .AddStringProperty("body", "one two three four.... five") in TEST_F() 284 .AddStringProperty("subject", "counting") in TEST_F() 285 .AddStringProperty("body", "one two three four.... five") in TEST_F() [all …]
|
/aosp_15_r20/external/icing/icing/util/ |
H A D | document-validator_test.cc | 155 .AddStringProperty(kPropertySubject, kDefaultString) in SimpleEmailBuilder() 156 .AddStringProperty(kPropertyText, kDefaultString) in SimpleEmailBuilder() 157 .AddStringProperty(kPropertyRecipients, kDefaultString, kDefaultString, in SimpleEmailBuilder() 171 .AddStringProperty(kPropertySubject, kDefaultString) in SimpleEmailWithNoteBuilder() 172 .AddStringProperty(kPropertyText, kDefaultString) in SimpleEmailWithNoteBuilder() 173 .AddStringProperty(kPropertyRecipients, kDefaultString, kDefaultString, in SimpleEmailWithNoteBuilder() 175 .AddStringProperty(kPropertyNote, kDefaultString) in SimpleEmailWithNoteBuilder() 183 .AddStringProperty(kPropertyName, kDefaultString) in SimpleConversationBuilder() 223 .AddStringProperty(kPropertyName, kDefaultString) in TEST_F() 250 SimpleEmailBuilder().AddStringProperty("", kDefaultString).Build(); in TEST_F() [all …]
|
H A D | tokenized-document_test.cc | 258 .AddStringProperty(std::string(kUnindexedStringProperty), in TEST_F() 260 .AddStringProperty(std::string(kStringExactProperty), "test foo", in TEST_F() 262 .AddStringProperty(std::string(kStringPrefixProperty), "foo bar baz") in TEST_F() 270 .AddStringProperty(std::string(kQualifiedId1), "pkg$db/ns#uri1") in TEST_F() 271 .AddStringProperty(std::string(kQualifiedId2), "pkg$db/ns#uri2") in TEST_F() 402 .AddStringProperty(std::string(kUnindexedStringProperty), in TEST_F() 432 .AddStringProperty(std::string(kUnindexedStringProperty), in TEST_F() 434 .AddStringProperty(std::string(kStringExactProperty), "test foo", in TEST_F() 436 .AddStringProperty(std::string(kStringPrefixProperty), "foo bar baz") in TEST_F() 558 .AddStringProperty(std::string(kUnindexedStringProperty), in TEST_F() [all …]
|
/aosp_15_r20/external/icing/icing/ |
H A D | icing-search-engine_search_test.cc | 148 .AddStringProperty("body", "message body") in CreateMessageDocument() 161 .AddStringProperty("subject", subject_content) in CreateEmailDocument() 162 .AddStringProperty("body", body_content) in CreateEmailDocument() 1201 .AddStringProperty("body", "message body") in TEST_F() 1254 .AddStringProperty("body", "message body") in TEST_F() 1303 .AddStringProperty("body", "foo") in TEST_F() 1383 .AddStringProperty("body", "message1") in TEST_F() 1391 .AddStringProperty("body", "message2") in TEST_F() 1399 .AddStringProperty("body", "message3") in TEST_F() 1476 .AddStringProperty("name", "name_person") in TEST_F() [all …]
|
H A D | icing-search-engine_suggest_test.cc | 164 .AddStringProperty( in TEST_F() 172 .AddStringProperty("subject", in TEST_F() 180 .AddStringProperty("subject", "termThree termFour termFive termSix") in TEST_F() 187 .AddStringProperty("subject", "termFour termFive termSix") in TEST_F() 194 .AddStringProperty("subject", "termFive termSix") in TEST_F() 200 .AddStringProperty("subject", "termSix") in TEST_F() 247 .AddStringProperty("subject", "foo fool") in TEST_F() 253 .AddStringProperty("subject", "fool") in TEST_F() 291 .AddStringProperty("subject", "fo") in TEST_F() 297 .AddStringProperty("subject", "foo") in TEST_F() [all …]
|
H A D | icing-search-engine_test.cc | 130 .AddStringProperty("body", "message body") in CreateMessageDocument() 289 .AddStringProperty("name", "Meg Ryan") in TEST_F() 290 .AddStringProperty("emailAddress", "[email protected]") in TEST_F() 292 .AddStringProperty("subject", "Hello World!") in TEST_F() 293 .AddStringProperty( in TEST_F() 317 .AddStringProperty("name", "Meg Ryan") in TEST_F() 319 .AddStringProperty("subject", "Hello World!") in TEST_F() 342 .AddStringProperty("name", "Meg Ryan") in TEST_F() 343 .AddStringProperty("emailAddress", "[email protected]") in TEST_F() 345 .AddStringProperty("subject", "Hello World!") in TEST_F() [all …]
|
H A D | icing-search-engine_optimize_test.cc | 176 .AddStringProperty("body", "message body one") in TEST_F() 183 .AddStringProperty("body", "message body two") in TEST_F() 246 .AddStringProperty("body", "message body one") in TEST_F() 336 .AddStringProperty("body", "message body one") in TEST_F() 342 .AddStringProperty("body", "message body two") in TEST_F() 435 .AddStringProperty("body", "message body one") in TEST_F() 442 .AddStringProperty("body", "message body two") in TEST_F() 449 .AddStringProperty("body", "message body three") in TEST_F() 456 .AddStringProperty("body", "message body four") in TEST_F() 463 .AddStringProperty("body", "message body five") in TEST_F() [all …]
|
H A D | icing-search-engine_delete_test.cc | 164 .AddStringProperty("body", "message body1") in TEST_F() 235 .AddStringProperty("name", "Alice") in TEST_F() 242 .AddStringProperty("name", "Bob") in TEST_F() 249 .AddStringProperty("subject", "test") in TEST_F() 250 .AddStringProperty("sender", "namespace#person1") in TEST_F() 257 .AddStringProperty("subject", "test") in TEST_F() 258 .AddStringProperty("sender", "namespace#person2") in TEST_F() 265 .AddStringProperty("body", "test") in TEST_F() 266 .AddStringProperty("sender", "namespace#person1") in TEST_F() 273 .AddStringProperty("body", "test") in TEST_F() [all …]
|
H A D | icing-search-engine_schema_test.cc | 132 .AddStringProperty("body", "message body") in CreateMessageDocument() 272 .AddStringProperty("title", "Hello world.") in TEST_F() 273 .AddStringProperty("body", "Goodnight Moon.") in TEST_F() 327 .AddStringProperty("title", "Hello world.") in TEST_F() 328 .AddStringProperty("body", "Goodnight Moon.") in TEST_F() 671 .AddStringProperty("creator", "icing") in TEST_F() 725 .AddStringProperty("name", "John") in TEST_F() 733 .AddStringProperty("subject", "subject") in TEST_F() 734 .AddStringProperty("sender", "namespace#person/1") in TEST_F() 870 .AddStringProperty("a", "message body") in TEST_F() [all …]
|
H A D | icing-search-engine_backwards_compatibility_test.cc | 164 .AddStringProperty("subject", "foo") in TEST_F() 165 .AddStringProperty("body", "bar") in TEST_F() 173 .AddStringProperty("body", "baz bat") in TEST_F() 181 .AddStringProperty("subject", "phoo") in TEST_F() 304 .AddStringProperty("subject", "foo") in TEST_F() 305 .AddStringProperty("body", "bar") in TEST_F() 314 .AddStringProperty("body", "baz bat") in TEST_F() 322 .AddStringProperty("subject", "phoo") in TEST_F() 475 .AddStringProperty("subject", "foo") in TEST_F() 476 .AddStringProperty("body", "bar") in TEST_F() [all …]
|
H A D | icing-search-engine_initialization_test.cc | 261 .AddStringProperty("body", "message body") in CreateMessageDocument() 275 .AddStringProperty("subject", subject_content) in CreateEmailDocument() 276 .AddStringProperty("body", body_content) in CreateEmailDocument() 866 .AddStringProperty("additional", "content") in TEST_F() 867 .AddStringProperty("body", "message body") in TEST_F() 1058 .AddStringProperty("name", "person") in TEST_F() 1065 .AddStringProperty("body", "message body one") in TEST_F() 1067 .AddStringProperty("senderQualifiedId", "namespace#person") in TEST_F() 1074 .AddStringProperty("body", "message body two") in TEST_F() 1076 .AddStringProperty("senderQualifiedId", "namespace#person") in TEST_F() [all …]
|
H A D | icing-search-engine_put_test.cc | 146 .AddStringProperty("body", "message body") in CreateMessageDocument() 231 .AddStringProperty("body", std::move(enormous_string)) in TEST_F() 264 .AddStringProperty("body", kIpsumText) in TEST_F() 337 .AddStringProperty("body", "message body") in TEST_F() 360 .AddStringProperty("body", "message body") in TEST_F() 384 .AddStringProperty("body", "message body") in TEST_F() 411 .AddStringProperty("body", "message body") in TEST_F() 441 .AddStringProperty("body", kIpsumText) in TEST_F() 446 .AddStringProperty("body", kIpsumText) in TEST_F() 482 .AddStringProperty("body", "foo " + content) in TEST_F()
|
/aosp_15_r20/external/icing/icing/index/ |
H A D | index-processor_test.cc | 391 .AddStringProperty(std::string(kUnindexedProperty1), "foo bar baz") in TEST_F() 411 .AddStringProperty(std::string(kExactProperty), "?...!") in TEST_F() 429 .AddStringProperty(std::string(kExactProperty), "hello world") in TEST_F() 465 .AddStringProperty(std::string(kExactProperty), "hello world") in TEST_F() 466 .AddStringProperty(std::string(kPrefixedProperty), "good night moon!") in TEST_F() 487 .AddStringProperty(std::string(kExactProperty), coffeeRepeatedString) in TEST_F() 488 .AddStringProperty(std::string(kPrefixedProperty), in TEST_F() 543 .AddStringProperty(std::string(kExactProperty), "hello world") in TEST_F() 549 .AddStringProperty(std::string(kNestedProperty), in TEST_F() 578 .AddStringProperty(std::string(kExactProperty), "hello world") in TEST_F() [all …]
|
H A D | term-indexing-handler_test.cc | 258 .AddStringProperty(std::string(kPropertyTitle), "foo") in TEST_F() 259 .AddStringProperty(std::string(kPropertyBody), "") in TEST_F() 323 .AddStringProperty(std::string(kPropertyTitle), "foo") in TEST_F() 324 .AddStringProperty(std::string(kPropertyBody), "foo bar baz") in TEST_F() 387 .AddStringProperty(std::string(kPropertyTitle), "foo foo foo") in TEST_F() 388 .AddStringProperty(std::string(kPropertyBody), "foo bar baz") in TEST_F() 394 .AddStringProperty(std::string(kPropertyTitle), "bar baz baz") in TEST_F() 395 .AddStringProperty(std::string(kPropertyBody), "foo foo baz") in TEST_F() 402 .AddStringProperty(std::string(kPropertyName), "qux") in TEST_F() 403 .AddStringProperty(std::string(kPropertySubject), "bar bar") in TEST_F() [all …]
|
H A D | index-processor_benchmark.cc | 112 .AddStringProperty("p0", std::string(content_length, 'A')) in CreateDocumentWithOneProperty() 121 .AddStringProperty("p0", std::string(property_length, 'A')) in CreateDocumentWithTenProperties() 122 .AddStringProperty("p1", std::string(property_length, 'B')) in CreateDocumentWithTenProperties() 123 .AddStringProperty("p2", std::string(property_length, 'C')) in CreateDocumentWithTenProperties() 124 .AddStringProperty("p3", std::string(property_length, 'D')) in CreateDocumentWithTenProperties() 125 .AddStringProperty("p4", std::string(property_length, 'E')) in CreateDocumentWithTenProperties() 126 .AddStringProperty("p5", std::string(property_length, 'F')) in CreateDocumentWithTenProperties() 127 .AddStringProperty("p6", std::string(property_length, 'G')) in CreateDocumentWithTenProperties() 128 .AddStringProperty("p7", std::string(property_length, 'H')) in CreateDocumentWithTenProperties() 129 .AddStringProperty("p8", std::string(property_length, 'I')) in CreateDocumentWithTenProperties() [all …]
|
H A D | embedding-indexing-handler_test.cc | 260 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 263 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() 338 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 341 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() 388 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 391 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() 474 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 477 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() 538 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 541 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() [all …]
|
H A D | integer-section-indexing-handler_test.cc | 230 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 231 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() 279 .AddStringProperty(std::string(kPropertyTitle), in TEST_F() 281 .AddStringProperty(std::string(kPropertyBody), "nested body") in TEST_F() 348 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 349 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() 390 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 391 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() 451 .AddStringProperty(std::string(kPropertyTitle), "title") in TEST_F() 452 .AddStringProperty(std::string(kPropertyBody), "body") in TEST_F() [all …]
|
/aosp_15_r20/external/icing/icing/schema/ |
H A D | property-util_test.cc | 199 .AddStringProperty(std::string(kPropertySingleString), "single") in TEST() 200 .AddStringProperty(std::string(kPropertyRepeatedString), "repeated1", in TEST() 258 .AddStringProperty(std::string(kPropertyStr), "a", "b", "c") in TEST() 263 .AddStringProperty(std::string(kPropertySingleString), in TEST() 265 .AddStringProperty(std::string(kPropertyRepeatedString), in TEST() 277 .AddStringProperty(std::string(kPropertySingleString), in TEST() 279 .AddStringProperty(std::string(kPropertyRepeatedString), in TEST() 333 .AddStringProperty(std::string(kPropertySingleString), "single") in TEST() 334 .AddStringProperty(std::string(kPropertyRepeatedString), "repeated1", in TEST() 348 .AddStringProperty(std::string(kPropertyStr), "a", "b", "c") in TEST() [all …]
|
H A D | joinable-property-manager_test.cc | 157 .AddStringProperty(kPropertySubject, "the subject") in SetUp() 158 .AddStringProperty(kPropertyText, "the text") in SetUp() 159 .AddStringProperty(kPropertySenderQualifiedId, "pkg$db/ns#Person1") in SetUp() 160 .AddStringProperty(kPropertyReceiverQualifiedId, in SetUp() 170 .AddStringProperty(kPropertyName, "the conversation") in SetUp() 174 .AddStringProperty(kPropertyGroupQualifiedId, in SetUp() 288 .AddStringProperty(kPropertySubject, "the subject") in TEST_F() 289 .AddStringProperty(kPropertyText, "the text") in TEST_F() 291 .AddStringProperty(kPropertySenderQualifiedId, "pkg$db/ns#Person1") in TEST_F()
|