/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | pointer.h | 387 …ValueType& Create(ValueType& root, typename ValueType::AllocatorType& allocator, bool* alreadyExis… 443 …ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>… 444 return Create(document, document.GetAllocator(), alreadyExist); 506 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault() 513 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault() 521 Value& v = Create(root, allocator, &alreadyExist); in GetWithDefault() 582 return Create(root, allocator) = value; in Set() 587 return Create(root, allocator).CopyFrom(value, allocator); in Set() 592 return Create(root, allocator) = ValueType(value, allocator).Move(); in Set() 598 return Create(root, allocator) = ValueType(value, allocator).Move(); in Set() [all …]
|
/packages/providers/MediaProvider/jni/ |
D | node_test.cpp | 34 return unique_node_ptr(node::Create(parent, path, &lock_, &tracker_), &NodeTest::destroy); in CreateNode() 60 node* node = node::Create(nullptr, "/path", &lock_, &tracker_); in TEST_F() 159 node* child = node::Create(parent.get(), "subdir", &lock_, &tracker_); in TEST_F() 160 node::Create(child, "s1", &lock_, &tracker_); in TEST_F() 161 node* subchild2 = node::Create(child, "s2", &lock_, &tracker_); in TEST_F() 162 node::Create(subchild2, "sc2", &lock_, &tracker_); in TEST_F()
|
D | node-inl.h | 113 static node* Create(node* parent, const std::string& name, std::recursive_mutex* lock, in Create() function
|
D | FuseDaemon.cpp | 417 node = ::node::Create(parent, name, &fuse->lock, &fuse->tracker); in make_node_entry()
|
/packages/services/Car/evs/sampleDriver/ |
D | EvsEnumerator.cpp | 153 ConfigManager::Create("/vendor/etc/automotive/evs/evs_sample_configuration.xml"); in EvsEnumerator() 297 pActiveCamera = EvsV4lCamera::Create(cameraId.c_str()); in openCamera() 299 pActiveCamera = EvsV4lCamera::Create(cameraId.c_str(), in openCamera() 492 pActiveCamera = EvsV4lCamera::Create(cameraId.c_str()); in openCamera_1_1() 494 pActiveCamera = EvsV4lCamera::Create(cameraId.c_str(), in openCamera_1_1()
|
D | EvsV4lCamera.h | 92 static sp<EvsV4lCamera> Create(const char *deviceName); 93 static sp<EvsV4lCamera> Create(const char *deviceName,
|
D | EvsV4lCamera.cpp | 870 sp<EvsV4lCamera> EvsV4lCamera::Create(const char *deviceName) { in Create() function in android::hardware::automotive::evs::V1_1::implementation::EvsV4lCamera 873 return Create(deviceName, nullCamInfo); in Create() 877 sp<EvsV4lCamera> EvsV4lCamera::Create(const char *deviceName, in Create() function in android::hardware::automotive::evs::V1_1::implementation::EvsV4lCamera
|
D | ConfigManager.h | 49 static std::unique_ptr<ConfigManager> Create(const char *path = "");
|
D | ConfigManager.cpp | 1035 std::unique_ptr<ConfigManager> ConfigManager::Create(const char *path) { in Create() function in ConfigManager
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | pointer.md | 40 // Create DOM by Set() 52 // Set() and Create() automatically generate parents if not exist. 53 Pointer("/a/b/0").Create(d); 126 The other functions, including `Create()`, `GetWithDefault()`, `Set()` and `Swap()`, will change th…
|
D | tutorial.md | 243 # Create/Modify Values {#CreateModifyValues} 343 ## Create String {#CreateString} 419 If you want to add a non-constant string or a string without sufficient lifetime (see [Create Strin… 448 …from a non-constant string or a string without sufficient lifetime (see [Create String](#CreateStr…
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | pointertest.cpp | 567 TEST(Pointer, Create) { in TEST() argument 570 Value* v = &Pointer("").Create(d, d.GetAllocator()); in TEST() 574 Value* v = &Pointer("/foo").Create(d, d.GetAllocator()); in TEST() 578 Value* v = &Pointer("/foo/0").Create(d, d.GetAllocator()); in TEST() 582 Value* v = &Pointer("/foo/-").Create(d, d.GetAllocator()); in TEST() 587 Value* v = &Pointer("/foo/-/-").Create(d, d.GetAllocator()); in TEST() 596 Value* v = &Pointer("/foo/-").Create(d); in TEST() 602 Value* v = &Pointer("/-").Create(d["foo"], d.GetAllocator()); in TEST() 891 Pointer("/a/0/b/0").Create(d); in TEST()
|
/packages/services/Car/surround_view/service-impl/mock-evs/ |
D | MockEvsEnumerator.cpp | 33 mConfigManager = ConfigManager::Create( in MockEvsEnumerator()
|
D | MockEvsCamera.cpp | 28 ConfigManager::Create( in MockEvsCamera()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 73 2. Create directory called `build` in rapidjson source directory.
|
/packages/services/Car/surround_view/service-impl/ |
D | core_lib.h | 820 SurroundView* Create();
|
D | SurroundView2dSession.cpp | 567 mSurroundView = unique_ptr<SurroundView>(Create()); in initialize()
|
D | SurroundView3dSession.cpp | 723 mSurroundView = unique_ptr<SurroundView>(Create()); in initialize()
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 200 // User tapped on "Create new contact"
|
/packages/services/Car/tests/BugReportApp/libs/ |
D | google-api-services-storage-v1-rev158-1.25.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/packages/apps/TV/libs/m2/ |
D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |