Home
last modified time | relevance | path

Searched refs:types (Results 301 - 325 of 5714) sorted by relevance

1...<<11121314151617181920>>...229

/third_party/rust/crates/io-lifetimes/src/
H A Dlib.rs1 //! Experimental new types and traits to replace the `Raw` family of types and
39 mod types; modules
59 pub use types::{BorrowedFd, OwnedFd};
62 pub use types::{
81 // `From`/`Into` because that allowed it to implement them for foreign types,
82 // including std types like File and TcpStream, and popular third-party types.
85 // can implement them for std types itself, and std won't be implementing them
86 // for third-party types
[all...]
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_source_encoding.py8 import types namespace
94 module = types.ModuleType(self.module_name)
120 r"""Source written with the three types of line endings (\n, \r\n, \r)
150 module = types.ModuleType(module_name)
/third_party/typescript/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/
H A Dwhen-packageJson-has-types-field-when-solution-is-already-built.js16 {"main":"lib/index.js","types":"lib/index.d.ts"}
214 /user/username/projects/myproject/packages/a/node_modules/@types:
216 /user/username/projects/myproject/packages/node_modules/@types:
218 /user/username/projects/myproject/node_modules/@types:
H A Dwhen-packageJson-has-types-field-with-preserveSymlinks-when-solution-is-already-built.js16 {"main":"lib/index.js","types":"lib/index.d.ts"}
214 /user/username/projects/myproject/packages/a/node_modules/@types:
216 /user/username/projects/myproject/packages/node_modules/@types:
218 /user/username/projects/myproject/node_modules/@types:
H A Dwhen-packageJson-has-types-field-with-scoped-package-when-solution-is-already-built.js16 {"main":"lib/index.js","types":"lib/index.d.ts"}
214 /user/username/projects/myproject/packages/a/node_modules/@types:
216 /user/username/projects/myproject/packages/node_modules/@types:
218 /user/username/projects/myproject/node_modules/@types:
H A Dwhen-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js16 {"main":"lib/index.js","types":"lib/index.d.ts"}
214 /user/username/projects/myproject/packages/a/node_modules/@types:
216 /user/username/projects/myproject/packages/node_modules/@types:
218 /user/username/projects/myproject/node_modules/@types:
H A Dwhen-referencing-file-from-subFolder-when-solution-is-already-built.js214 /user/username/projects/myproject/packages/a/node_modules/@types:
216 /user/username/projects/myproject/packages/node_modules/@types:
218 /user/username/projects/myproject/node_modules/@types:
H A Dwhen-referencing-file-from-subFolder-with-preserveSymlinks-when-solution-is-already-built.js214 /user/username/projects/myproject/packages/a/node_modules/@types:
216 /user/username/projects/myproject/packages/node_modules/@types:
218 /user/username/projects/myproject/node_modules/@types:
H A Dwhen-referencing-file-from-subFolder-with-scoped-package-when-solution-is-already-built.js214 /user/username/projects/myproject/packages/a/node_modules/@types:
216 /user/username/projects/myproject/packages/node_modules/@types:
218 /user/username/projects/myproject/node_modules/@types:
H A Dwhen-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js214 /user/username/projects/myproject/packages/a/node_modules/@types:
216 /user/username/projects/myproject/packages/node_modules/@types:
218 /user/username/projects/myproject/node_modules/@types:
/third_party/python/Lib/test/test_importlib/
H A Dtest_lazy.py5 import types namespace
70 module = types.ModuleType(TestingImporter.module_name)
130 fresh_module = types.ModuleType(TestingImporter.module_name)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp77 // as we assign descriptor counts to the different types. A limit is affected by (or itself affects) one or more
78 // descriptor types. Note a type may be involved in several limits, and a limit may affect several types.
109 // Get the subset of alive types from the given map.
121 // Get the subset of alive types for a specific limit, among the set of types affected by the limit.
133 // Distribute descriptor counts as evenly as possible among the given set of types, taking into account the
143 // finding out how many more descriptors can be distributed among the affected types that are still alive in distributeCounts()
160 // Distribute remaining count evenly among alive types. in distributeCounts()
164 // More types tha in distributeCounts()
372 calculateBindings( const DevProp1& prop1, const DevIubProp& iubProp, const MaintDevProp3& maintProp3, const vector<vk::VkDescriptorType> &types) calculateBindings() argument
646 vector<vk::VkDescriptorType> types; iterate() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs18 use crate::service_impl::{cloud_service, types};
50 /// Vector enum in C side to adapt Vector generic types.
55 Value(Vec<types::Value>),
57 Database(Vec<types::Database>),
58 Table(Vec<types::Table>),
59 Field(Vec<types::Field>),
65 VecDatabase(Vec<Vec<types::Database>>),
66 HashMapValue(Vec<HashMap<String, types::Value>>),
69 /// Hashmap enum in C side to adapt Vector generic types. String as the key, enum type only
74 Value(HashMap<String, types
[all...]
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_filter.h28 uint16_t types; member
44 std::cout << " types: " << types << std::endl; in Print()
/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
H A Dsetdonotdisturbdate_fuzzer.cpp41 uint8_t types = *data % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
42 Notification::NotificationConstant::SlotType slotType = Notification::NotificationConstant::SlotType(types); in DoSomethingInterestingWithMyAPI()
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_data_impl.cpp133 std::vector<std::string> types = unifiedData_->GetTypesLabels(); in GetTypes() local
134 return StringVectorToArray(types); in GetTypes()
/test/testfwk/xdevice/src/xdevice/_core/driver/
H A Dparser_lite.py18 import types namespace
64 if isinstance(func, types.FunctionType):
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeMaskFilterTest.cpp43 OH_Drawing_BlurType types[] = { in HWTEST_F() local
50 for (OH_Drawing_BlurType type : types) { in HWTEST_F()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarUtil.java86 UResource.Array types = value.getArray(); in put()
88 if (types.getValue(0, value)) { in put()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCalendarUtil.java88 UResource.Array types = value.getArray(); in put()
90 if (types.getValue(0, value)) { in put()
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock_archs.js68 const types = [
81 for (const type of types) {
/third_party/node/benchmark/http/
H A Dcreate-clientrequest.js7 const types = Object.keys(common.urls)
12 url: types.concat(['wpt']),
/third_party/node/benchmark/buffers/
H A Ddataview-set.js4 const types = [
22 type: types,
/third_party/ltp/testcases/kernel/syscalls/ipc/semget/
H A Dsemget02.c25 #include <sys/types.h>
27 #include <sys/types.h>
/third_party/ltp/testcases/kernel/syscalls/dup/
H A Ddup07.c33 #include <sys/types.h>
35 #include <sys/types.h>

Completed in 11 milliseconds

1...<<11121314151617181920>>...229