Home
last modified time | relevance | path

Searched full:init (Results 1 – 25 of 8857) sorted by relevance

12345678910>>...355

/third_party/ltp/tools/sparse/sparse-src/validation/
Ddesignated-init.c162 designated-init.c:23:36: warning: in initializer for s2_positional: positional init of field in str…
163 designated-init.c:23:39: warning: in initializer for s2_positional: positional init of field in str…
164 designated-init.c:27:11: warning: in initializer for s2: positional init of field in struct s2, dec…
165 designated-init.c:27:14: warning: in initializer for s2: positional init of field in struct s2, dec…
166 designated-init.c:31:17: warning: in initializer for s2: positional init of field in struct s2, dec…
167 designated-init.c:31:20: warning: in initializer for s2: positional init of field in struct s2, dec…
168 designated-init.c:42:9: warning: in initializer for nest2_positional: positional init of field in s…
169 designated-init.c:43:9: warning: in initializer for nest2_positional: positional init of field in s…
170 designated-init.c:43:11: warning: in initializer for s2: positional init of field in struct s2, dec…
171 designated-init.c:43:14: warning: in initializer for s2: positional init of field in struct s2, dec…
[all …]
/third_party/icu/icu4c/source/data/zone/
Dceb.txt19 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/skia/third_party/externals/icu/source/data/zone/
Dceb.txt19 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/mindspore/tests/ut/python/utils/
Dtest_initializer.py23 import mindspore.common.initializer as init namespace
36 class InitTwo(init.Initializer):
40 init._assignment(arr, 2)
60 tensor = init.initializer(InitTwo(), [2, 2], ms.int32)
67 tensor = init.initializer(tensor, [1, 2, 3], ms.float32)
72 tensor = init.initializer(init.Zero(), [2, 2])
78 tensor = init.initializer(init.Zero(), [2, 2], ms.float32)
83 tensor = init.initializer('zeros', [1, 2])
89 tensor = init.initializer('zeros', [1, 2], ms.float32)
94 tensor = init.initializer(init.One(), [2, 2], ms.float32)
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-inferrable-types.ts53 init: TSESTree.Expression,
56 if (init.type === AST_NODE_TYPES.ChainExpression) {
57 return isFunctionCall(init.expression, callName);
61 init.type === AST_NODE_TYPES.CallExpression &&
62 init.callee.type === AST_NODE_TYPES.Identifier &&
63 init.callee.name === callName
66 function isLiteral(init: TSESTree.Expression, typeName: string): boolean {
68 init.type === AST_NODE_TYPES.Literal && typeof init.value === typeName
72 init: TSESTree.Expression,
76 init.type === AST_NODE_TYPES.Identifier && names.includes(init.name)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h287 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/
Dthread_once.h26 #define DEFINE_RUN_ONCE(init) \ argument
27 static int init(void); \
28 int init##_ossl_ret_ = 0; \
29 void init##_ossl_(void) \
31 init##_ossl_ret_ = init(); \
33 static int init(void)
39 #define DECLARE_RUN_ONCE(init) \ argument
40 extern int init##_ossl_ret_; \
41 void init##_ossl_(void);
58 #define DEFINE_RUN_ONCE_STATIC(init) \ argument
[all …]
/third_party/node/deps/npm/test/tap/
Dinit-create.js7 test('npm init <name>', function (t) {
26 var init = requireInject('../../lib/init', {
27 'init-package-json': initJsonMock,
31 init(['name'], function () {})
37 test('npm init expands scopes', function (t) {
43 var init = requireInject('../../lib/init', {
51 init(['@scope'], function () {})
57 init(['@scope/name'], function () {})
63 test('npm init expands version names', function (t) {
69 var init = requireInject('../../lib/init', {
[all …]
/third_party/node/deps/npm/man/man1/
Dnpm-init.11 .TH "NPM\-INIT" "1" "April 2022" "" ""
3 \fBnpm-init\fR \- create a package\.json file
8 npm init [\-\-force|\-f|\-\-yes|\-y|\-\-scope]
9 npm init <@scope> (same as `npx <@scope>/create`)
10 npm init [<@scope>/]<name> (same as `npx [<@scope>/]create\-<name>`)
19 $ npm init react\-app \./my\-react\-app
28 $ npm init esm \-\-yes
32 Generate a plain old package\.json using legacy init:
37 $ git init
38 $ npm init
[all …]
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-init.md3 title: npm-init
7 # npm-init(1)
13 npm init [--force|-f|--yes|-y|--scope]
14 npm init <@scope> (same as `npx <@scope>/create`)
15 npm init [<@scope>/]<name> (same as `npx [<@scope>/]create-<name>`)
22 $ npm init react-app ./my-react-app
28 $ npm init esm --yes
31 Generate a plain old package.json using legacy init:
34 $ git init
35 $ npm init
[all …]
/third_party/mindspore/tests/ut/python/keep_order/
Dtest_keep_order.py43 init = self.alloc_status()
46 init = F.depend(init, sum_)
47 init = F.depend(init, product)
48 get_status = self.get_status(init)
52 init = F.depend(init, out)
53 clear = self.clear_status(init)
70 init = self.alloc_status()
73 init = F.depend(init, sum1)
74 init = F.depend(init, dx)
75 get_status = self.get_status(init)
[all …]
/third_party/boost/boost/phoenix/statement/
Dfor.hpp19 (meta_grammar) // Init
31 typename Init
39 Init const& init in operator ()()
46 …for(boost::phoenix::eval(init, ctx); boost::phoenix::eval(cond, ctx); boost::phoenix::eval(step, c… in operator ()()
56 template <typename Init, typename Cond, typename Step>
59 for_gen(Init const& init_, Cond const& cond_, Step const& step_) in for_gen()
60 : init(init_), cond(cond_), step(step_) {} in for_gen()
63 typename expression::for_<Init, Cond, Step, Do>::type const
68 for_<Init, Cond, Step, Do>:: in operator []()
69 make(init, cond, step, do_it); in operator []()
[all …]
/third_party/python/Lib/test/test_importlib/
Dtest_api.py3 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/
DRecord.cpp292 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/tests/ut/cpp/parallel/tensor_layout/
Dtensor_redistribution_test.cc45 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 …]
Dtensor_layout_test.cc42 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/boost/libs/python/doc/reference/
Dinit.qbk1 [section boost/python/init.hpp]
3 <boost/python/init.hpp> defines the interface for exposing C++ constructors to Python as extension …
4 [section init-expressions]
5 An init-expression is used to describe a family of `__init__` methods to be generated for an extens…
10 …argument types which will be used to construct the wrapped C++ object. An init expression has one …
14 [section Class template `init`]
21 struct init
23 init(char const* doc = 0);
24 template <class Keywords> init(Keywords const& kw, char const* doc = 0);
25 template <class Keywords> init(char const* doc, Keywords const& kw);
[all …]
/third_party/node/deps/npm/node_modules/init-package-json/
Dpackage.json4 "init-package-json@1.10.3",
8 "_from": "init-package-json@1.10.3",
9 "_id": "init-package-json@1.10.3",
12 "_location": "/init-package-json",
17 "raw": "init-package-json@1.10.3",
18 "name": "init-package-json",
19 "escapedName": "init-package-json",
27 "_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.10.3.tgz",
36 "url": "https://github.com/npm/init-package-json/issues"
58 "init-package-json.js"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceClFlags.def36 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/node/test/async-hooks/
Dtest-tcpwrap.js10 const initHooks = require('./init-hooks');
36 checkInvocations(tcpserver, { init: 1 }, 'when calling server.listen'); property
57 checkInvocations(tcpserver, { init: 1 }, property
59 checkInvocations(tcp1, { init: 1 }, 'tcp1 when client is connecting'); property
74 { init: 1, before: 1, after: 1 } :
75 { init: 1, before: 1 };
90 // been invoked at this point already, otherwise it only was 'init'ed
91 const expected = serverConnection ? { init: 1 } : { init: 1, before: 1 };
102 { init: 1, before: 1, after: 1 } :
103 { init: 1 };
[all …]
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y1182 $$.init($1.loc);
1192 $$.init($1.loc);
1199 $$.init($1.loc);
1207 $$.init($1.loc);
1214 $$.init($1.loc);
1222 $$.init($1.loc);
1232 $$.init($1.loc);
1239 $$.init($1.loc);
1246 $$.init($1.loc);
1270 $$.init($1.loc);
[all …]
Dglslang.m41182 $$.init($1.loc);
1192 $$.init($1.loc);
1199 $$.init($1.loc);
1207 $$.init($1.loc);
1214 $$.init($1.loc);
1222 $$.init($1.loc);
1232 $$.init($1.loc);
1239 $$.init($1.loc);
1246 $$.init($1.loc);
1270 $$.init($1.loc);
[all …]
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Ddtype_py.cc54 (void)py::class_<Number, Type, std::shared_ptr<Number>>(m_sub, "Number").def(py::init()); in __anon1e19e6ba0102()
56 .def(py::init()) in __anon1e19e6ba0102()
65 .def(py::init()) in __anon1e19e6ba0102()
66 .def(py::init<int>(), py::arg("nbits")) in __anon1e19e6ba0102()
81 .def(py::init()) in __anon1e19e6ba0102()
82 .def(py::init<int>(), py::arg("nbits")) in __anon1e19e6ba0102()
97 .def(py::init()) in __anon1e19e6ba0102()
98 .def(py::init<int>(), py::arg("nbits")) in __anon1e19e6ba0102()
113 .def(py::init()) in __anon1e19e6ba0102()
114 .def(py::init<int>(), py::arg("nbits")) in __anon1e19e6ba0102()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dmem_intrin.cpp19 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/boost/boost/compute/algorithm/
Daccumulate.hpp35 T init, in generic_accumulate() argument
43 return init; in generic_accumulate()
49 first, last, device_result.begin(), init, function, queue in generic_accumulate()
63 inline bool can_accumulate_with_reduce(T init, F function) in can_accumulate_with_reduce() argument
65 (void) init; in can_accumulate_with_reduce()
73 inline bool can_accumulate_with_reduce(type init, plus<type>) \
75 return init == type(0); \
77 inline bool can_accumulate_with_reduce(type init, multiplies<type>) \
79 return init == type(1); \
89 inline bool can_accumulate_with_reduce(T init, min<T>) in can_accumulate_with_reduce() argument
[all …]

12345678910>>...355