/aosp12/packages/apps/Test/connectivity/sl4n/facades/test/ |
H A D | test_facade.cpp | 74 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in test_bool_true_return_wrapper() 78 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_bool_true_return_wrapper() 91 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in test_bool_false_return_wrapper() 95 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_bool_false_return_wrapper() 108 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in test_null_return_wrapper() 112 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_null_return_wrapper() 130 doc.AddMember(sl4n::kResultStr, tmp, doc.GetAllocator()); in test_string_empty_return_wrapper() 131 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_string_empty_return_wrapper() 158 doc.AddMember(sl4n::kResultStr, tmp, doc.GetAllocator()); in test_string_max_return_wrapper() 159 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in test_string_max_return_wrapper() [all …]
|
/aosp12/packages/apps/Test/connectivity/sl4n/facades/bluetooth/ |
H A D | bt_binder_facade.cpp | 223 doc.AddMember(sl4n::kResultStr, tmp, doc.GetAllocator()); in bt_binder_get_local_name_wrapper() 224 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_get_local_name_wrapper() 239 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_init_interface_wapper() 253 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in bt_binder_set_local_name_wrapper() 267 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_set_local_name_wrapper() 287 doc.AddMember(sl4n::kResultStr, tmp, doc.GetAllocator()); in bt_binder_get_local_address_wrapper() 288 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_get_local_address_wrapper() 306 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_enable_wrapper() 324 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in bt_binder_register_ble_wrapper() 376 doc.AddMember( in bt_binder_set_adv_settings_wrapper() [all …]
|
/aosp12/packages/apps/Test/connectivity/sl4n/facades/wifi/ |
H A D | wifi_facade.cpp | 166 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in wifi_init_wrapper() 167 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in wifi_init_wrapper() 169 doc.AddMember(sl4n::kResultStr, result, doc.GetAllocator()); in wifi_init_wrapper() 170 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in wifi_init_wrapper() 183 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in wifi_get_supported_feature_set_wrapper() 184 doc.AddMember(sl4n::kErrorStr, sl4n::kFailStr, doc.GetAllocator()); in wifi_get_supported_feature_set_wrapper() 186 doc.AddMember(sl4n::kResultStr, result, doc.GetAllocator()); in wifi_get_supported_feature_set_wrapper() 187 doc.AddMember(sl4n::kErrorStr, NULL, doc.GetAllocator()); in wifi_get_supported_feature_set_wrapper()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | valuetest.cpp | 162 x.AddMember("hello", "world", allocator) in TEST() 166 .AddMember("i", 123, allocator) in TEST() 167 .AddMember("pi", 3.14, allocator) in TEST() 200 y.AddMember("t", false, crtAllocator); in TEST() 923 x.AddMember("A", "Apple", allocator); in TEST() 928 x.AddMember("B", "Banana", allocator); in TEST() 936 o.AddMember("int", -1, allocator); in TEST() 937 o.AddMember("uint", 1u, allocator); in TEST() 1000 x.AddMember(name, value, allocator); in TEST() 1194 x.AddMember("A", "Apple", allocator); in TEST() [all …]
|
H A D | documenttest.cpp | 203 o.SetObject().AddMember("a", 1, a); in TEST() 283 doc.AddMember("a", 0, doc.GetAllocator()); in TEST()
|
/aosp12/packages/apps/Test/connectivity/sl4n/utils/ |
H A D | common_utils.cpp | 28 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in IsParamLengthMatching() 29 doc.AddMember(sl4n::kErrorStr, sl4n::kInvalidParamStr, doc.GetAllocator()); in IsParamLengthMatching()
|
H A D | command_receiver.cpp | 37 doc.AddMember(sl4n::kStatusStr, sl4n::kSuccessStr, doc.GetAllocator()); in initiate()
|
/aosp12/frameworks/base/tools/aapt2/java/ |
H A D | ManifestClassGenerator.cpp | 76 if (class_def->AddMember(std::move(string_member)) == ClassDefinition::Result::kOverridden) { in WriteSymbol() 118 manifest_class->AddMember(std::move(permission_class)); in GenerateManifestClass() 119 manifest_class->AddMember(std::move(permission_group_class)); in GenerateManifestClass()
|
H A D | JavaClassGenerator.cpp | 384 out_class_def->AddMember(std::move(array_def)); in ProcessStyleable() 437 out_class_def->AddMember(std::move(index_member)); in ProcessStyleable() 487 out_class_def->AddMember(std::move(resource_member)); in ProcessResource() 657 r_class.AddMember(std::move(class_def)); in Generate() 663 r_class.AddMember(std::move(rewrite_method)); in Generate()
|
H A D | ClassDefinition.cpp | 44 ClassDefinition::Result ClassDefinition::AddMember(std::unique_ptr<ClassMember> member) { in AddMember() function in aapt::ClassDefinition
|
H A D | ClassDefinition.h | 253 Result AddMember(std::unique_ptr<ClassMember> member);
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | document.h | 1026 return AddMember(name, v, allocator); 1041 return AddMember(name, v, allocator); 1064 AddMember(GenericValue& name, T value, Allocator& allocator) { 1066 return AddMember(name, v, allocator); 1071 return AddMember(name, value, allocator); 1074 return AddMember(name, value, allocator); 1077 return AddMember(name, value, allocator); 1081 return AddMember(n, value, allocator); 1098 return AddMember(n, value, allocator); 1112 return AddMember(name, v, allocator); [all …]
|
H A D | pointer.h | 419 … v->AddMember(Value(t->name, t->length, allocator).Move(), Value().Move(), allocator);
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
H A D | move3.dot | 29 c1 -> o1 [style="dashed", constraint=false, label="AddMember"] 52 c2 -> o2 [style="dashed", constraint=false, label="AddMember", style=invis]
|
H A D | move2.dot | 28 c1 -> o1 [style="dashed", label="AddMember", constraint=false]
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | tutorial.md | 301 …o.AddMember("contacts", contacts, d.GetAllocator()); // deep clone contacts (may be with lots of … 322 …o.AddMember("contacts", contacts, d.GetAllocator()); // just memcpy() of contacts itself to the v… 329 …ntics using assignment operator, and all other modifying function like `AddMember()`, `PushBack()`. 434 * `Value& AddMember(Value&, Value&, Allocator& allocator)` 435 * `Value& AddMember(StringRefType, Value&, Allocator&)` 436 * `template <typename T> Value& AddMember(StringRefType, T value, Allocator&)` 442 contact.AddMember("name", "Milo", document.GetAllocator()); 443 contact.AddMember("married", true, document.GetAllocator()); 452 contact.AddMember(Value("copy", document.GetAllocator()).Move(), // copy string 459 contact.AddMember(key, val, document.GetAllocator()); [all …]
|
H A D | faq.md | 149 person["person"].AddMember("address", address["address"], person.GetAllocator()); 154 person["person"].AddMember(addressRoot->name, addressRoot->value, person.GetAllocator()); 160 person["person"].AddMember("address", addressValue, person.GetAllocator());
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/ |
H A D | tutorial.cpp | 137 document.AddMember("author", author, document.GetAllocator()); in main()
|