Home
last modified time | relevance | path

Searched refs:AddMember (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/facades/test/
H A Dtest_facade.cpp74 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 Dbt_binder_facade.cpp223 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 Dwifi_facade.cpp166 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 Dvaluetest.cpp162 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 Ddocumenttest.cpp203 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 Dcommon_utils.cpp28 doc.AddMember(sl4n::kResultStr, false, doc.GetAllocator()); in IsParamLengthMatching()
29 doc.AddMember(sl4n::kErrorStr, sl4n::kInvalidParamStr, doc.GetAllocator()); in IsParamLengthMatching()
H A Dcommand_receiver.cpp37 doc.AddMember(sl4n::kStatusStr, sl4n::kSuccessStr, doc.GetAllocator()); in initiate()
/aosp12/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator.cpp76 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 DJavaClassGenerator.cpp384 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 DClassDefinition.cpp44 ClassDefinition::Result ClassDefinition::AddMember(std::unique_ptr<ClassMember> member) { in AddMember() function in aapt::ClassDefinition
H A DClassDefinition.h253 Result AddMember(std::unique_ptr<ClassMember> member);
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h1026 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 Dpointer.h419 … v->AddMember(Value(t->name, t->length, allocator).Move(), Value().Move(), allocator);
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
H A Dmove3.dot29 c1 -> o1 [style="dashed", constraint=false, label="AddMember"]
52 c2 -> o2 [style="dashed", constraint=false, label="AddMember", style=invis]
H A Dmove2.dot28 c1 -> o1 [style="dashed", label="AddMember", constraint=false]
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dtutorial.md301 …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 Dfaq.md149 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 Dtutorial.cpp137 document.AddMember("author", author, document.GetAllocator()); in main()