| /third_party/skia/third_party/externals/icu/source/data/zone/ |
| D | ceb.txt | 19 ld{"Oras sa Tag-init sa British"} 34 ld{"Oras sa Tag-init sa West Africa"} 39 ld{"Oras sa Tag-init sa Alaska"} 44 ld{"Oras sa Tag-init sa Amazon"} 49 ld{"Sentrong Oras sa Tag-init"} 54 ld{"Oras sa Tag-init sa Sidlakan"} 59 ld{"Oras sa Tag-init sa Kabukiran"} 64 ld{"Oras sa Tag-init sa Pasipiko"} 69 ld{"Oras sa Tag-init sa Apia"} 74 ld{"Oras sa Tag-init sa Arabia"} [all …]
|
| /third_party/icu/icu4c/source/data/zone/ |
| D | ceb.txt | 19 ld{"Oras sa Tag-init sa British"} 34 ld{"Oras sa Tag-init sa West Africa"} 44 ld{"Oras sa Tag-init sa Amazon"} 74 ld{"Oras sa Tag-init sa Arabia"} 79 ld{"Oras sa Tag-init sa Argentina"} 84 ld{"Oras sa Tag-init sa Western Argentina"} 89 ld{"Oras sa Tag-init sa Armenia"} 99 ld{"Oras sa Tag-init sa Central Australia"} 104 ld{"Oras sa Tag-init sa Central Western Australia"} 109 ld{"Oras sa Tag-init sa Eastern Australia"} [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/data/zone/ |
| D | ceb.txt | 19 ld{"Oras sa Tag-init sa British"} 34 ld{"Oras sa Tag-init sa West Africa"} 44 ld{"Oras sa Tag-init sa Amazon"} 74 ld{"Oras sa Tag-init sa Arabia"} 79 ld{"Oras sa Tag-init sa Argentina"} 84 ld{"Oras sa Tag-init sa Western Argentina"} 89 ld{"Oras sa Tag-init sa Armenia"} 99 ld{"Oras sa Tag-init sa Central Australia"} 104 ld{"Oras sa Tag-init sa Central Western Australia"} 109 ld{"Oras sa Tag-init sa Eastern Australia"} [all …]
|
| D | fil.txt | 64 ld{"Oras sa Tag-init ng Britain"} 88 ld{"Oras sa Tag-init ng Kanlurang Africa"} 98 ld{"Oras sa Tag-init ng Amazon"} 138 ld{"Oras sa Tag-init ng Argentina"} 143 ld{"Oras sa Tag-init ng Kanlurang Argentina"} 148 ld{"Oras sa Tag-init ng Armenia"} 178 ld{"Oras sa Tag-init ng Azerbaijan"} 183 ld{"Oras sa Tag-init ng Azores"} 188 ld{"Oras sa Tag-init ng Bangladesh"} 199 ld{"Oras sa Tag-init ng Brasilia"} [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
| D | Record.h | 287 class Init { 343 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {} in Kind() 346 Init(const Init &) = delete; 347 Init &operator=(const Init &) = delete; 348 virtual ~Init() = default; 376 virtual Init *getCastTo(RecTy *Ty) const = 0; 381 virtual Init *convertInitializerTo(RecTy *Ty) const = 0; 385 /// out, returning them as a new init of bits type. If it is not legal to use 387 virtual Init *convertInitializerBitRange(ArrayRef<unsigned> Bits) const { in convertInitializerBitRange() 393 /// elements, returning them as a new init of list type. If it is not legal [all …]
|
| /third_party/openssl/include/internal/ |
| D | thread_once.h | 37 # define DEFINE_RUN_ONCE(init) \ argument 38 static int init(void); \ 39 int init##_ossl_ret_ = 0; \ 40 void init##_ossl_(void) \ 42 init##_ossl_ret_ = init(); \ 44 static int init(void) 50 # define DECLARE_RUN_ONCE(init) \ argument 51 extern int init##_ossl_ret_; \ 52 void init##_ossl_(void); 69 # define DEFINE_RUN_ONCE_STATIC(init) \ argument [all …]
|
| /third_party/cups-filters/filter/braille/drivers/index/ |
| D | index.sh.in | 83 INIT= 85 INIT+=,FO0 90 INIT+=,MC$NB 93 INIT+=,MI$MULTIPLEIMPACT 101 None,False,False,False) INIT+=,DP1 ;; # Single Sided 102 DuplexNoTumble,False,False,False) INIT+=,DP2 ;; # Double Sided 104 DuplexNoTumble,True,False,False) INIT+=,DP3 ;; # Double Sided z-folding 105 None,True,False,False) INIT+=,DP5 ;; # Single Sided z-folding 107 DuplexNoTumble,False,True,False) INIT+=,DP4 ;; # Double Sided Saddle Stitch 108 None,False,True,False) INIT+=,DP8 ;; # Single Sided Saddle Stitch [all …]
|
| D | indexv3.sh.in | 33 INIT=$'\033'D 36 INIT+=TM0,BI0 39 #INIT+=,BP 42 INIT+="$(commonOptions)" 48 INIT+=,PW$(mmToIndexIn $PAGEWIDTH),PL$(mmToIndexIn $PAGEHEIGHT) 51 INIT+=,PW$(($PAGEWIDTH / 100)),PL$(($PAGEHEIGHT / 100)) 57 250) INIT+=,LS0 ;; 58 375) INIT+=,LS1 ;; 59 450) INIT+=,LS2 ;; 60 475) INIT+=,LS3 ;; [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/keep_order/ |
| D | test_keep_order.py | 45 init = self.alloc_status() 48 init = F.depend(init, sum_) 49 init = F.depend(init, product) 50 get_status = self.get_status(init) 54 init = F.depend(init, out) 55 clear = self.clear_status(init) 72 init = self.alloc_status() 75 init = F.depend(init, sum1) 76 init = F.depend(init, dx) 77 get_status = self.get_status(init) [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/ |
| D | pybind_composite.cc | 34 .def(py::init<bool, py::object>(), py::arg("reverse"), py::arg("ops")) in RegCompositeOpsGroup() 35 .def(py::init<bool>(), py::arg("reverse")); in RegCompositeOpsGroup() 38 …(void)py::class_<Tail, MetaFuncGraph, std::shared_ptr<Tail>>(*m, "Tail_").def(py::init<std::string… in RegCompositeOpsGroup() 42 .def(py::init<std::string &>(), py::arg("fn")) in RegCompositeOpsGroup() 43 ….def(py::init<std::string &, bool, bool, bool, bool, bool, bool, bool, bool>(), py::arg("fn"), py:… in RegCompositeOpsGroup() 49 .def(py::init<const std::string &>(), py::arg("fn")); in RegCompositeOpsGroup() 54 ….def(py::init<const std::string &, const PrimitivePyAdapterPtr &, int64_t>(), py::arg("fn"), py::a… in RegCompositeOpsGroup() 59 .def(py::init<const std::string &>(), py::arg("fn")); in RegCompositeOpsGroup() 62 …upleAdd, MetaFuncGraph, std::shared_ptr<TupleAdd>>(*m, "TupleAdd_").def(py::init<std::string &>()); in RegCompositeOpsGroup() 65 …(void)py::class_<ListAdd, MetaFuncGraph, std::shared_ptr<ListAdd>>(*m, "ListAdd_").def(py::init<st… in RegCompositeOpsGroup() [all …]
|
| /third_party/python/Lib/test/test_importlib/ |
| D | test_api.py | 3 init = test_util.import_importlib('importlib') variable 25 module = self.init.import_module('top_level') 35 module = self.init.import_module(name) 47 self.init.import_module(pkg_name) 48 module = self.init.import_module(relative_name, pkg_name) 55 self.init.import_module('a') 56 self.init.import_module('a.b') 57 module = self.init.import_module('..c', 'a.b') 68 self.init.import_module(pkg_name) 69 module = self.init.import_module(name, pkg_name) [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | Record.cpp | 292 void Init::anchor() {} in anchor() 295 LLVM_DUMP_METHOD void Init::dump() const { return print(errs()); } in dump() 303 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() 307 Init *UnsetInit::convertInitializerTo(RecTy *Ty) const { in convertInitializerTo() 318 Init *BitInit::convertInitializerTo(RecTy *Ty) const { in convertInitializerTo() 335 ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range) { in ProfileBitsInit() 338 for (Init *I : Range) in ProfileBitsInit() 342 BitsInit *BitsInit::get(ArrayRef<Init *> Range) { in get() 352 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(Range.size()), in get() 356 I->getTrailingObjects<Init *>()); in get() [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/parallel/tensor_layout/ |
| D | tensor_redistribution_test.cc | 45 g_device_manager->Init(dev_list, local_dev, stage_map, "hccl"); in SetUp() 58 Status status = in_device_arrangement.Init(device_arrangement); in TEST_F() 61 status = in_tensor_map.Init(tensor_map); in TEST_F() 64 status = in_tensor_shape.Init(tensor_shape); in TEST_F() 67 status = from_layout.Init(in_device_arrangement, in_tensor_map, in_tensor_shape); in TEST_F() 74 status = out_device_arrangement.Init(device_arrangement); in TEST_F() 77 status = out_tensor_map.Init(tensor_map); in TEST_F() 80 status = out_tensor_shape.Init(tensor_shape); in TEST_F() 83 status = to_layout.Init(out_device_arrangement, out_tensor_map, out_tensor_shape); in TEST_F() 88 tensor_redistribution.Init(from_layout, to_layout, dev_list); in TEST_F() [all …]
|
| D | tensor_layout_test.cc | 42 Status status = device_arrangement.Init(in_device_arrangement_shape); in ReshapeExpandDeviceArrangementTestFunction() 45 status = tensor_map.Init(in_tensor_map_shape); in ReshapeExpandDeviceArrangementTestFunction() 48 status = tensor_shape.Init(in_tensor_shape_shape); in ReshapeExpandDeviceArrangementTestFunction() 51 status = device_arrangement_new.Init(out_device_arrangement_shape); in ReshapeExpandDeviceArrangementTestFunction() 54 tensor_layout.Init(device_arrangement, tensor_map, tensor_shape); in ReshapeExpandDeviceArrangementTestFunction() 162 Status status = device_arrangement.Init(in_device_arrangement_shape); in ExpandTensorShapeTestFunction() 165 status = tensor_map.Init(in_tensor_map_shape); in ExpandTensorShapeTestFunction() 168 status = tensor_shape.Init(in_tensor_shape_shape); in ExpandTensorShapeTestFunction() 171 status = tensor_shape_new.Init(out_tensor_shape_shape); in ExpandTensorShapeTestFunction() 174 tensor_layout.Init(device_arrangement, tensor_map, tensor_shape); in ExpandTensorShapeTestFunction() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceClFlags.def | 36 cl::desc("IR File"), cl::init("-")) \ 40 cl::init(2)) \ 43 cl::init(Ice::Opt_m1), cl::value_desc("level"), \ 51 cl::desc("Override output filename"), cl::init("-"), \ 55 cl::desc("Target architecture:"), cl::init(Ice::Target_X8632), \ 76 cl::init(false)) \ 83 cl::init(false)) \ 88 cl::init(false)) \ 96 cl::init(false)) \ 100 cl::init(false)) \ [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/ |
| D | dtype_py.cc | 58 (void)py::class_<Number, Type, std::shared_ptr<Number>>(m_sub, "Number").def(py::init()); in RegTyping() 60 .def(py::init()) in RegTyping() 69 .def(py::init()) in RegTyping() 70 .def(py::init<int>(), py::arg("nbits")) in RegTyping() 85 .def(py::init()) in RegTyping() 86 .def(py::init<int>(), py::arg("nbits")) in RegTyping() 101 .def(py::init()) in RegTyping() 102 .def(py::init<int>(), py::arg("nbits")) in RegTyping() 117 .def(py::init()) in RegTyping() 118 .def(py::init<int>(), py::arg("nbits")) in RegTyping() [all …]
|
| /third_party/musl/porting/linux/user/src/thread/ |
| D | pthread_once.c | 11 hidden int __pthread_once_full(pthread_once_t *control, void (*init)(void)) in __pthread_once_full() 14 * 0 - we're the first or the other cancelled; run init in __pthread_once_full() 15 * 1 - another thread is running init; wait in __pthread_once_full() 16 * 2 - another thread finished running init; just return in __pthread_once_full() 17 * 3 - another thread is running init, waiters present; wait */ in __pthread_once_full() 22 init(); in __pthread_once_full() 40 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once() 42 /* Return immediately if init finished before, use load aquire to ensure that in __pthread_once() 43 * effects of the init routine are visible to the caller. */ in __pthread_once() 47 return __pthread_once_full(control, init); in __pthread_once() [all …]
|
| /third_party/musl/src/thread/ |
| D | pthread_once.c | 11 hidden int __pthread_once_full(pthread_once_t *control, void (*init)(void)) in __pthread_once_full() 14 * 0 - we're the first or the other cancelled; run init in __pthread_once_full() 15 * 1 - another thread is running init; wait in __pthread_once_full() 16 * 2 - another thread finished running init; just return in __pthread_once_full() 17 * 3 - another thread is running init, waiters present; wait */ in __pthread_once_full() 22 init(); in __pthread_once_full() 40 int __pthread_once(pthread_once_t *control, void (*init)(void)) in __pthread_once() 42 /* Return immediately if init finished before, use load aquire to ensure that in __pthread_once() 43 * effects of the init routine are visible to the caller. */ in __pthread_once() 47 return __pthread_once_full(control, init); in __pthread_once() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| D | sfn_instrfromstring_test.cpp | 26 void add_dest_from_string(const char *init); 27 void add_dest_vec4_from_string(const char *init); 30 void check(const string& init, const Instr& expect); 243 auto init = std::string("ALU MOV R2000.y : R1999.x {WL} ") + str; in TEST_F() local 251 check(init, expect); in TEST_F() 265 auto init = std::string("ALU DOT4_IEEE R2000.y : R199.x R198.w + R199.y R198.z + " in TEST_F() local 281 check(init, expect); in TEST_F() 294 auto init = std::string("ALU DOT4_IEEE R2000.y : -R199.x R198.w + R199.y |R198.z| + " in TEST_F() local 316 check(init, expect); in TEST_F() 317 auto instr = from_string(init); in TEST_F() [all …]
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | glslang.y | 1237 $$.init($1.loc); 1247 $$.init($1.loc); 1254 $$.init($1.loc); 1261 $$.init($1.loc); 1268 $$.init($1.loc); 1276 $$.init($1.loc); 1284 $$.init($1.loc); 1294 $$.init($1.loc); 1304 $$.init($1.loc); 1311 $$.init($1.loc); [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
| D | mem_intrin.cpp | 19 reset_buf(uint8_t *buf, uint8_t init, SizeT length) { in reset_buf() argument 21 SizeT v = init; in reset_buf() 43 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memcpy_test() argument 44 reset_buf(buf, init, length); in memcpy_test() 49 int memmove_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memmove_test() argument 57 reset_buf(buf, init, length); in memmove_test() 68 int memset_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memset_test() argument 69 memset((void *)buf, init, length); in memset_test() 70 memset((void *)buf2, init + 4, length); in memset_test() 75 int memcpy_test_fixed_len_##NBYTES(uint8_t init) { \ [all …]
|
| /third_party/ltp/testcases/kernel/syscalls/fanotify/ |
| D | fanotify14.c | 62 struct test_case_flags_t init; member 71 .init = FLAGS_DESC(FAN_CLASS_CONTENT | FAN_REPORT_FID), 77 .init = FLAGS_DESC(FAN_CLASS_PRE_CONTENT | FAN_REPORT_FID), 83 .init = FLAGS_DESC(FAN_CLASS_NOTIF), 91 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_FID), 99 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_NAME), 105 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_FID | FAN_REPORT_NAME), 111 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_TARGET_FID | FAN_REPORT_DFID_NAME), 117 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_TARGET_FID | FAN_REPORT_DFID_FID), 123 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_DFID_FID), [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/ |
| D | test_using_seed_for_initializer.py | 17 import mindspore.common.initializer as init namespace 27 …self.para_xavier_uniform = Parameter(init.initializer('xavier_uniform', parameter_shape), name="xa… 28 …self.para_he_uniform = Parameter(init.initializer('he_uniform', parameter_shape), name="he_uniform… 29 … self.para_xavier_uniform2 = Parameter(init.initializer(init.XavierUniform(), parameter_shape), 31 …self.para_he_uniform2 = Parameter(init.initializer(init.HeUniform(), parameter_shape), name="he_un… 32 … self.para_truncated_normal = Parameter(init.initializer(init.TruncatedNormal(), parameter_shape), 34 … self.para_normal = Parameter(init.initializer(init.Normal(), parameter_shape), name="normal") 35 … self.para_uniform = Parameter(init.initializer(init.Uniform(), parameter_shape), name="uniform")
|
| /third_party/typescript/tests/baselines/reference/ |
| D | genericFunctionParameters.types | 43 declare const s: <R>(go: <S>(ops: { init(): S; }) => R) => R; 44 >s : <R>(go: <S>(ops: { init(): S; }) => R) => R 45 >go : <S>(ops: { init(): S; }) => R 46 >ops : { init(): S; } 47 >init : () => S 49 const x = s(a => a.init()); // x is any, should have been {} 51 >s(a => a.init()) : unknown 52 >s : <R>(go: <S>(ops: { init(): S; }) => R) => R 53 >a => a.init() : <S>(a: { init(): S; }) => S 54 >a : { init(): S; } [all …]
|
| D | mixinIntersectionIsValidbaseType.types | 7 init(...args: any[]): void; 8 >init : (...args: any[]) => void 16 …ny[]): SerializableLocal; prototype: Serializable<any>.SerializableLocal; init(...args: any[]): vo… 17 …ny[]): SerializableLocal; prototype: Serializable<any>.SerializableLocal; init(...args: any[]): vo… 24 …ny[]): SerializableLocal; prototype: Serializable<any>.SerializableLocal; init(...args: any[]): vo… 25 …ny[]): SerializableLocal; prototype: Serializable<any>.SerializableLocal; init(...args: any[]): vo… 29 …ny[]): SerializableLocal; prototype: Serializable<any>.SerializableLocal; init(...args: any[]): vo… 30 …ny[]): SerializableLocal; prototype: Serializable<any>.SerializableLocal; init(...args: any[]): vo… 35 …ny[]): SerializableLocal; prototype: Serializable<any>.SerializableLocal; init(...args: any[]): vo… 36 …ny[]): SerializableLocal; prototype: Serializable<any>.SerializableLocal; init(...args: any[]): vo… [all …]
|