Home
last modified time | relevance | path

Searched refs:inject (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DmetadataOfClassFromModule.symbols5 export function inject(target: any, key: string): void { }
6 >inject : Symbol(inject, Decl(metadataOfClassFromModule.ts, 0, 17))
16 @inject leftLeg: Leg;
17 >inject : Symbol(inject, Decl(metadataOfClassFromModule.ts, 0, 17))
DmetadataOfClassFromModule.js4 export function inject(target: any, key: string): void { }
9 @inject leftLeg: Leg;
26 function inject(target, key) { } function
27 MyModule.inject = inject;
38 inject,
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.types10 >() => { return x => this; // New scope. So should inject new _this capture } …
12 return x => this; // New scope. So should inject new _this capture
28 >() => { return x => this; // New scope. So should inject new _this capture } …
30 return x => this; // New scope. So should inject new _this capture
52 >() => { return x => this; // New scope. So should inject new _this capture } …
54 return x => this; // New scope. So should inject new _this capture
76 >() => { return x => this; // New scope. So should inject new _this capture } …
78 return x => this; // New scope. So should inject new _this capture
DcollisionSuperAndParameter.types10 >(_super: number) => { // No Error return x => this; // New scope. So should inject
13 return x => this; // New scope. So should inject new _this capture
25 >() => { return x => this; // New scope. So should inject new _this capture } …
27 return x => this; // New scope. So should inject new _this capture
47 >(_super: number) => { // Error return x => this; // New scope. So should inject new…
50 return x => this; // New scope. So should inject new _this capture
62 >() => { return x => this; // New scope. So should inject new _this capture } …
64 return x => this; // New scope. So should inject new _this capture
156 >() => { return x => this; // New scope. So should inject new _this capture } …
158 return x => this; // New scope. So should inject new _this capture
DmetadataOfClassFromModule.types5 export function inject(target: any, key: string): void { }
6 >inject : (target: any, key: string) => void
16 @inject leftLeg: Leg;
17 >inject : (target: any, key: string) => void
DcollisionThisExpressionAndPropertyNameAsConstuctorParameter.symbols11 return x => this; // New scope. So should inject new _this capture
27 return x => this; // New scope. So should inject new _this capture
49 return x => this; // New scope. So should inject new _this capture
71 return x => this; // New scope. So should inject new _this capture
DcollisionThisExpressionAndParameter.types16 … return x => this; // New scope. So should inject new _this capture into function inner
27 >(_this: number) => { // Error return x => this; // New scope. So should inject new …
30 return x => this; // New scope. So should inject new _this capture
42 >() => { return x => this; // New scope. So should inject new _this capture } …
44 return x => this; // New scope. So should inject new _this capture
188 >() => { return x => this; // New scope. So should inject new _this capture } …
190 return x => this; // New scope. So should inject new _this capture
DcollisionSuperAndParameter.symbols12 return x => this; // New scope. So should inject new _this capture
24 return x => this; // New scope. So should inject new _this capture
45 return x => this; // New scope. So should inject new _this capture
57 return x => this; // New scope. So should inject new _this capture
145 return x => this; // New scope. So should inject new _this capture
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Derst-inj.mk3 erst-inject: erst-inj/erst-inject.c
4 ${CC} ${CFLAGS} -o erst-inject erst-inj/erst-inject.c
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_pake.data137 PSA PAKE: inject ERR_INJECT_ROUND1_CLIENT_KEY_SHARE_PART1
141 PSA PAKE: inject ERR_INJECT_ROUND1_CLIENT_ZK_PUBLIC_PART1
145 PSA PAKE: inject ERR_INJECT_ROUND1_CLIENT_ZK_PROOF_PART1
149 PSA PAKE: inject ERR_INJECT_ROUND1_CLIENT_KEY_SHARE_PART2
153 PSA PAKE: inject ERR_INJECT_ROUND1_CLIENT_ZK_PUBLIC_PART2
157 PSA PAKE: inject ERR_INJECT_ROUND1_CLIENT_ZK_PROOF_PART2
161 PSA PAKE: inject ERR_INJECT_ROUND1_SERVER_KEY_SHARE_PART1
165 PSA PAKE: inject ERR_INJECT_ROUND1_SERVER_ZK_PUBLIC_PART1
169 PSA PAKE: inject ERR_INJECT_ROUND1_SERVER_ZK_PROOF_PART1
173 PSA PAKE: inject ERR_INJECT_ROUND1_SERVER_KEY_SHARE_PART2
[all …]
/third_party/ltp/testcases/kernel/mce-test/doc/
Dverify.txt3 MCE record (for software inject error: the input MCE record). To
7 human readable, compatible with MCE parser in mce-inject, easy to
24 - Enhance mce-inject or develop a new tool to convert from other
27 - Develop a new tool based on /usr/sbin/mcelog to output mce-inject
Dhowto.txt40 - Get mce-inject git version from
41 git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git.
43 git clone git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git
44 cd mce-inject
112 cases/soft-inj/* is based on mce-inject MCE software injection tool.
191 3.1 mce-inject
193 mce-inject is a software MCE injection tool, which is based on Linux
194 kernel software MCE injection mechanism. To inject a MCE into Linux
195 kernel via mce-inject, a data file should be provided. The syntax is
197 Please refer to the documentation of mce-inject for more information.
[all …]
/third_party/mesa3d/src/panfrost/lib/
Dpan_scoreboard.h163 bool inject) in panfrost_add_job() argument
173 if (scoreboard->tiler_dep && !inject) in panfrost_add_job()
190 if (inject) in panfrost_add_job()
194 if (inject) { in panfrost_add_job()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/
DREADME.markdown6 Easily inject arbitrary read-only resources into executable formats
26 filename The executable to inject into
28 resource The resource to inject
40 const { inject } = require('postject');
42 await inject('a.out', 'lol', Buffer.from('Hello, world!'));
74 ability to inject the resources into pre-built executables, with the
/third_party/typescript/tests/cases/compiler/
DmetadataOfClassFromModule.ts6 export function inject(target: any, key: string): void { } function
11 @inject leftLeg: Leg;
/third_party/libdrm/tests/amdgpu/
Dras_tests.c343 struct ras_inject_if inject; member
654 struct ras_inject_if *inject = &data.inject; in amdgpu_ras_inject() local
662 inject->head.block = block; in amdgpu_ras_inject()
663 inject->head.type = type; in amdgpu_ras_inject()
664 inject->head.sub_block_index = sub_block; in amdgpu_ras_inject()
665 strncpy(inject->head.name, ras_block_str(block), sizeof(inject->head.name)-1); in amdgpu_ras_inject()
666 inject->address = address; in amdgpu_ras_inject()
667 inject->value = value; in amdgpu_ras_inject()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dthugetlb.c118 int inject = 0; in main() local
153 inject = 1; in main()
192 if (inject && corrupt_page * PS > file_size * HPAGE_SIZE) in main()
283 if (inject && corrupt_page != -1) { in main()
DMakefile8 EXE := tinjpage tsimpleinj tkillpoison tprctl tsoft tsoftinj thugetlb erst-inject
74 test-erst: erst-inject
75 ./erst-inject.sh
/third_party/libwebsockets/lib/system/fault-injection/
Dfault-injection.c56 goto inject; in lws_fi()
62 goto inject; in lws_fi()
67 goto inject; in lws_fi()
74 goto inject; in lws_fi()
84 inject: in lws_fi()
/third_party/ltp/testcases/kernel/mce-test/lib/
Dmce.sh26 mce-inject --dump "$org" > "$outf"
37 mce-inject --dump "$inf" > $tmpf
95 mce-inject --dump "$inf" | tr '\n' '#' | sed '1,$s/##/\n/g' | \
Dsoft-inject.sh97 mce-inject --no-random $SDIR/data/$bcase
100 mce-inject $SDIR/data/$bcase
Dapei-inject.sh10 . $ROOT/lib/soft-inject.sh
46 mce-inject --dump $mcelog_refer > $RDIR/$this_case/mcelog_refer
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
Dcli.js6 const { inject } = require("./api.js");
37 await inject(filename, resourceName, resourceData, {
/third_party/cJSON/tests/unity/test/tests/
Dtest_generate_test_runner.rb1181 allgood = expected[:to_pass].inject(true) {|s,v| s && verify_match(/#{v}:PASS/, output) }
1182 allgood = expected[:to_fail].inject(allgood) {|s,v| s && verify_match(/#{v}:FAIL/, output) }
1183 allgood = expected[:to_ignore].inject(allgood) {|s,v| s && verify_match(/#{v}:IGNORE/, output) }
1192 allgood = expected[:text].inject(allgood) {|s,v| s && verify_match(/#{v}/, output) }
/third_party/unity/test/tests/
Dtest_generate_test_runner.rb1189 allgood = expected[:to_pass].inject(true) {|s,v| s && verify_match(/#{v}:PASS/, output) }
1190 allgood = expected[:to_fail].inject(allgood) {|s,v| s && verify_match(/#{v}:FAIL/, output) }
1191 allgood = expected[:to_ignore].inject(allgood) {|s,v| s && verify_match(/#{v}:IGNORE/, output) }
1200 allgood = expected[:text].inject(allgood) {|s,v| s && verify_match(/#{v}/, output) }

123456