Home
last modified time | relevance | path

Searched full:path (Results 35176 - 35200 of 37931) sorted by relevance

1...<<1401140214031404140514061407140814091410>>...1518

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs185 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location), global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location.Parser, new[]{ "Path", "Span", "LeadingComments", "TrailingComments", "LeadingDetachedComments" }, null, null, null, null)}), in DescriptorReflection()
186 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.GeneratedCodeInfo), global::Google.Protobuf.Reflection.GeneratedCodeInfo.Parser, new[]{ "Annotation" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation), global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation.Parser, new[]{ "Path", "SourceFile", "Begin", "End" }, null, null, null, null)}) in DescriptorReflection()
4949 /// - The basename of the package import path, if provided.
9241 /// span path represents
9253 /// have an outer location whose path refers to the "extensions" repeated
9255 /// - Multiple locations may have the same path. This happens when a single
9258 /// extend blocks in the same scope, each of which will have the same path.
9433 /// <summary>Field number for the "path" field.</summary>
9442 /// Each element is a field number or an index. They form a path from
9444 /// example, this path
9464 public pbc::RepeatedField<int> Path { global() property in Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
10013 public pbc::RepeatedField<int> Path { global() property in Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h5943 // repeated int32 path = 1 [packed = true];
5957 ::PROTOBUF_NAMESPACE_ID::int32 path(int index) const;
5961 path() const;
6351 // repeated int32 path = 1 [packed = true];
6365 ::PROTOBUF_NAMESPACE_ID::int32 path(int index) const;
6369 path() const;
12272 // repeated int32 path = 1 [packed = true];
12285 inline ::PROTOBUF_NAMESPACE_ID::int32 SourceCodeInfo_Location::path(int index) const { in path() function in SourceCodeInfo_Location
12286 // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.path) in path()
12291 // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.path) in set_path()
12305 SourceCodeInfo_Location::path() const { path() function in SourceCodeInfo_Location
12648 inline ::PROTOBUF_NAMESPACE_ID::int32 GeneratedCodeInfo_Annotation::path(int index) const { path() function in GeneratedCodeInfo_Annotation
12668 GeneratedCodeInfo_Annotation::path() const { path() function in GeneratedCodeInfo_Annotation
[all...]
/third_party/NuttX/
H A DReleaseNotes1942 toolchains due to obscure path formatting issues.
2294 * FLASH: Added a function that accepts the path to a block driver and
2317 * Build System: Use of -print-libgcc-file-name to get path to
2903 nfsmount <server-address> <mount-point> <remote-path>
2905 That command will mount the remote NFS server directory <remote-path> at
3302 - If support for the PATH variable is enabled, the OS start up logic
3303 will create an initial environment containing the default PATH
3304 setting (CONFIG_PATH_INITIAL). This initial PATH will then be
3309 - The NuttX binary loaders have been updated to support the PATH
3310 environment variable. Now, if the PATH i
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dability_context_impl_test.cpp1144 * @tc.desc: Get Bundle Code Path sucess
1156 * @tc.desc: Get Bundle Code Path failed
/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dapplication_context_test.cpp272 * @tc.desc: Get BundleCode Path failed
287 * @tc.desc:Get BundleCode Path sucess
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp717 path = curNavDestination->GetNavDestinationPathInfo()]() { in TransitionWithPush()
725 AceScopedPerformanceCheck::RecordPerformanceCheckData(nodeMap, endTime - startTime, path); in TransitionWithPush()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp494 LOGE("module path is empty"); in LoadLibrary()
533 LOGE("module path is empty"); in LoadLibrary()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp523 { "Path", JSPath::JSBind },
631 { "Path", JSPath::JSBind },
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp245 bool ReadFile(void *chOrg, std::string path, int32_t totalsize, int32_t srcNum) in ReadFile() argument
247 FILE* const fileOrg = fopen(path.c_str(), "rb"); in ReadFile()
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_capi_unit_test.cpp201 std::cout << "open file failed, path: " << inputFilePath_ << std::endl; in InputFunc()
246 std::cout << "open file failed, path: " << outputFilePath_ << std::endl; in OutputFunc()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp132 std::string path = "/proc/" + std::to_string(pid) + "/reclaim"; in ReclaimProcessMemory() local
134 int fd = open(path.c_str(), O_WRONLY); in ReclaimProcessMemory()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp1422 char path[PATH_MAX + 1] = {0x00}; in HWTEST_F() local
1425 if ((soName.length() == 0) || (soName.length() > PATH_MAX) || (realpath(soName.c_str(), path) == nullptr)) { in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp95 LOGE("Failed to canonicalize the path."); in CreateMockSingleDb()
190 LOGE("Failed to canonicalize the path."); in CreateMockMultiDb()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp1118 ZLOGE("mkdir error:%{public}d, path:%{public}s", errno, param.baseDir.c_str()); in GetCurrentAbilityParam()
1129 ZLOGE("mkdir error:%{public}d, path:%{public}s", errno, param.baseDir.c_str()); in GetCurrentAbilityParam()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp108 DHLOGE("mkdir failed, path: %{public}s, errno : %{public}d", DATABASE_DIR.c_str(), errno); in SetUpTestCase()
116 DHLOGE("remove dir failed, path: %{public}s, errno : %{public}d", DATABASE_DIR.c_str(), errno); in TearDownTestCase()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_backdropBlur/entry/src/ohosTest/ets/MainAbility/pages/backdropBlur/
H A DBackdropBlurPage.ets1128 if (this.targetView == 'Path') {
1129 Path()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_backgroundColor/entry/src/ohosTest/ets/MainAbility/pages/backgroundColor/
H A DBackgroundColorPage.ets897 } else if (this.targetView == 'Path') {
898 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_hitTestBehavior/entry/src/ohosTest/ets/MainAbility/pages/hitTestBehavior/
H A DHitTestBehaviorPage.ets1128 if (this.targetView == 'Path') {
1129 Path()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_invert/entry/src/ohosTest/ets/MainAbility/pages/invert/
H A DInvertPage.ets864 } else if (this.targetView == 'Path') {
865 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_lightUpEffect/entry/src/ohosTest/ets/MainAbility/pages/lightUpEffect/
H A DLightUpEffectPage.ets864 } else if (this.targetView == 'Path') {
865 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_mouseResponseRegion/entry/src/ohosTest/ets/MainAbility/pages/mouseResponseRegion/
H A DMouseResponseRegionPage.ets1128 if (this.targetView == 'Path') {
1129 Path()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_obscured/entry/src/ohosTest/ets/MainAbility/pages/obscured/
H A DObscuredPage.ets1128 if (this.targetView == 'Path') {
1129 Path()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_align/entry/src/ohosTest/ets/MainAbility/pages/align/
H A DAlignPage.ets792 } else if (this.targetView == 'Path') {
793 Path().commonStyle()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_focusOnTouch/entry/src/ohosTest/ets/MainAbility/pages/focusOnTouch/
H A DFocusOnTouchPage.ets1128 if (this.targetView == 'Path') {
1129 Path()
/test/xts/acts/arkui/ace_ets_component_seven/ace_ets_component_common_seven_attrs_focusable/entry/src/ohosTest/ets/MainAbility/pages/focusable/
H A DFocusablePage.ets1128 if (this.targetView == 'Path') {
1129 Path()

Completed in 119 milliseconds

1...<<1401140214031404140514061407140814091410>>...1518