Home
last modified time | relevance | path

Searched defs:parent (Results 301 - 325 of 882) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/protobuf/python/google/protobuf/pyext/
H A Dunknown_fields.cc119 PyObject* NewPyUnknownFieldRef(PyUnknownFields* parent, in NewPyUnknownFieldRef() argument
198 PyUnknownFields_FromUnknownFieldSet( PyUnknownFields* parent, const UnknownFieldSet& fields) PyUnknownFields_FromUnknownFieldSet() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_objectwriter.h140 Element(Element* parent, bool is_json_object) in Element() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info_test.cc79 TestCordData parent, child; in TEST() local
86 TestCordData parent, child; in TEST() local
93 TestCordData parent, child; in TEST() local
107 TestCordData parent, child; in TEST() local
115 TestCordData parent, child; TEST() local
281 TrackChildCord(InlineData& data, const InlineData& parent) TrackChildCord() argument
319 TestCordData parent; TEST() local
[all...]
/third_party/skia/modules/skottie/src/
H A DTransform.cpp108 attachMatrix2D(const skjson::ObjectValue& jtransform, sk_sp<sksg::Transform> parent, bool auto_orient) const attachMatrix2D() argument
191 attachMatrix3D(const skjson::ObjectValue& jtransform, sk_sp<sksg::Transform> parent, bool ) const attachMatrix3D() argument
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DStateAdapter.java88 public View getView(int position, View convertView, ViewGroup parent) { in getView() argument
192 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected() argument
221 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() argument
/third_party/skia/experimental/xform/
H A DSkXform.h39 Xform* parent() const { return fParent.get(); } in parent() function in Xform
96 MatrixXF(sk_sp<Xform> parent) : Xform(std::move(parent)) { in MatrixXF() argument
123 ClipXF(sk_sp<Xform> parent, const SkRect& r, SkClipOp op = SkClipOp::kIntersect) ClipXF() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderUniformIntegerFunctionTests.cpp187 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, int input) in addFunctionCases() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeFilePath.cpp284 std::string parent = curPath.getDirName(); in createDirectoryAndParents() local
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp69 SharedHandle<DestructorType> parent; member
[all...]
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp29 CooperateIn::CooperateIn(IStateMachine &parent, IContext *env) in CooperateIn() argument
72 void CooperateIn::Initial::BuildChains(std::shared_ptr<Initial> self, CooperateIn &parent) in BuildChains() argument
87 CooperateIn::Initial::Initial(CooperateIn &parent) in Initial() argument
353 CooperateIn::RelayConfirmation::RelayConfirmation(CooperateIn &parent, std::shared_ptr<ICooperateStep> prev) in RelayConfirmation() argument
[all...]
H A Dcooperate_out.cpp29 CooperateOut::CooperateOut(IStateMachine &parent, IContext *env) in CooperateOut() argument
69 void CooperateOut::Initial::BuildChains(std::shared_ptr<Initial> self, CooperateOut &parent) in BuildChains() argument
75 CooperateOut::Initial::Initial(CooperateOut &parent) in Initial() argument
/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_type.h149 TEEC_SharedMemory *parent; member
/base/security/permission_lite/services/pms/src/
H A Dpms_server_internal.c98 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() argument
/base/startup/init/ueventd/
H A Dueventd_device_handler.c247 static int BuildDeviceSymbolLinks(char **links, int linkNum, const char *parent, in BuildDeviceSymbolLinks() argument
327 char *parent = dirname(sysPath); in GetBlockDeviceSymbolLinks() local
[all...]
/test/ostest/wukong/component_event/src/
H A Dtree_manager.cpp50 RecursGetChildElementInfo( const std::shared_ptr<OHOS::Accessibility::AccessibilityElementInfo>& parent, const std::shared_ptr<ComponentTree>& componentParent) RecursGetChildElementInfo() argument
/test/ostest/wukong/input_factory/src/
H A Dcomponent_input.cpp126 bool CheckBundleFinished(const std::shared_ptr<WuKongTree>& parent) in CheckBundleFinished() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DIUnknownTest.cpp86 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
H A DTaskpoolSharedTaskTest.cpp198 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
H A DLiteIPCFeatureTest.cpp109 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
H A DTaskpoolNoTaskTest.cpp104 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
H A DTaskpoolSpecifiedTaskTest.cpp156 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_sharedtask_func_test.c201 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
H A Dtaskpool_specifiedtask_func_test.c161 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
H A Dtaskpool_notask_func_test.c106 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
/third_party/elfio/elfio/
H A Delfio.hpp1034 elfio* parent; global() member in ELFIO::elfio::Sections
1089 elfio* parent; global() member in ELFIO::elfio::Segments
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...36