| /third_party/rust/crates/io-lifetimes/src/ |
| H A D | lib.rs | 1 //! 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 D | test_source_encoding.py | 8 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 D | when-packageJson-has-types-field-when-solution-is-already-built.js | 16 {"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 D | when-packageJson-has-types-field-with-preserveSymlinks-when-solution-is-already-built.js | 16 {"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 D | when-packageJson-has-types-field-with-scoped-package-when-solution-is-already-built.js | 16 {"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 D | when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js | 16 {"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 D | when-referencing-file-from-subFolder-when-solution-is-already-built.js | 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 D | when-referencing-file-from-subFolder-with-preserveSymlinks-when-solution-is-already-built.js | 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 D | when-referencing-file-from-subFolder-with-scoped-package-when-solution-is-already-built.js | 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 D | when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js | 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:
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_lazy.py | 5 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 D | vktApiMaintenance3Check.cpp | 77 // 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 D | basic_rust_types.rs | 18 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 D | log_filter.h | 28 uint16_t types; member 44 std::cout << " types: " << types << std::endl; in Print()
|
| /base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/ |
| H A D | setdonotdisturbdate_fuzzer.cpp | 41 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 D | unified_data_impl.cpp | 133 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 D | parser_lite.py | 18 import types namespace 64 if isinstance(func, types.FunctionType):
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeMaskFilterTest.cpp | 43 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 D | CalendarUtil.java | 86 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 D | CalendarUtil.java | 88 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 D | v8_mock_archs.js | 68 const types = [ 81 for (const type of types) {
|
| /third_party/node/benchmark/http/ |
| H A D | create-clientrequest.js | 7 const types = Object.keys(common.urls) 12 url: types.concat(['wpt']),
|
| /third_party/node/benchmark/buffers/ |
| H A D | dataview-set.js | 4 const types = [ 22 type: types,
|
| /third_party/ltp/testcases/kernel/syscalls/ipc/semget/ |
| H A D | semget02.c | 25 #include <sys/types.h> 27 #include <sys/types.h>
|
| /third_party/ltp/testcases/kernel/syscalls/dup/ |
| H A D | dup07.c | 33 #include <sys/types.h> 35 #include <sys/types.h>
|