/third_party/typescript/tests/baselines/reference/ |
H A D | metadataOfClassFromModule.js | 4 export function inject(target: any, key: string): void { } 9 @inject leftLeg: Leg; 26 function inject(target, key) { }
27 MyModule.inject = inject;
38 inject,
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
H A D | erst-inj.mk | 3 erst-inject: erst-inj/erst-inject.c 4 ${CC} ${CFLAGS} -o erst-inject erst-inj/erst-inject.c
|
H A D | erst-inject.c | 70 void inject(int fd, u64 record_id) in inject() function 125 ERROR_EXIT_ON(rc != len, "Error inject: %d", rc); in inject() 187 printf("Usage: ./erst-inject [option] <id>\n"); in usage() 193 printf("\nExample:\t ./erst-inject -p\n"); in usage() 194 printf("\t\t ./erst-inject -i 0x1234567\n"); in usage() 195 printf("\t\t ./erst-inject -c 5050\n"); in usage() 196 printf("\t\t ./erst-inject -n\n"); in usage() 236 inject(fd, record_id); in main()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/ |
H A D | erst-inj.mk | 3 erst-inject: erst-inj/erst-inject.c 4 ${CC} ${CFLAGS} -o erst-inject erst-inj/erst-inject.c
|
H A D | erst-inject.c | 70 void inject(int fd, u64 record_id) in inject() function 125 ERROR_EXIT_ON(rc != len, "Error inject: %d", rc); in inject() 187 printf("Usage: ./erst-inject [option] <id>\n"); in usage() 193 printf("\nExample:\t ./erst-inject -p\n"); in usage() 194 printf("\t\t ./erst-inject -i 0x1234567\n"); in usage() 195 printf("\t\t ./erst-inject -c 5050\n"); in usage() 196 printf("\t\t ./erst-inject -n\n"); in usage() 236 inject(fd, record_id); in main()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_scoreboard.h | 153 * Inject is used to inject a job at the front, for wallpapering. If you are 163 bool inject) in panfrost_add_job() 173 if (scoreboard->tiler_dep && !inject) in panfrost_add_job() 190 if (inject) in panfrost_add_job() 194 if (inject) { in panfrost_add_job() 157 panfrost_add_job(struct pan_pool *pool, struct pan_scoreboard *scoreboard, enum mali_job_type type, bool barrier, bool suppress_prefetch, unsigned local_dep, unsigned global_dep, const struct panfrost_ptr *job, bool inject) panfrost_add_job() argument
|
/third_party/libdrm/tests/amdgpu/ |
H A D | ras_tests.c | 343 struct ras_inject_if inject; member 383 /* white list for inject test. */ 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 in amdgpu_ras_inject() [all...] |
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | Makefile | 8 EXE := tinjpage tsimpleinj tkillpoison tprctl tsoft tsoftinj thugetlb erst-inject 74 test-erst: erst-inject 75 ./erst-inject.sh
|
H A D | thugetlb.c | 59 " -x|--inject Error injection switch\n" in usage() 96 { "inject" , 0, NULL, 'x' }, 118 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()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | Makefile | 8 EXE := tinjpage tsimpleinj tkillpoison tprctl tsoft tsoftinj thugetlb erst-inject 74 test-erst: erst-inject 75 ./erst-inject.sh
|
H A D | thugetlb.c | 59 " -x|--inject Error injection switch\n" in usage() 96 { "inject" , 0, NULL, 'x' }, 118 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()
|
H A D | erst-inject.sh | 48 ERST=./erst-inject
|
/third_party/libwebsockets/lib/system/fault-injection/ |
H A D | fault-injection.c | 56 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() 314 * One fault to inject looks like, eg, in lws_fi_deserialize()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | cli.js | 6 const { inject } = require("./api.js"); 37 await inject(filename, resourceName, resourceData, { 55 .argument("<filename>", "The executable to inject into") 60 .argument("<resource>", "The resource to inject")
|
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | soft-inject.sh | 2 # Software Inject library: Software inject specific functions 67 echo " Passed: inject process continue" 69 echo " Failed: inject process killed" 77 echo " Passed: inject process killed!" 97 mce-inject --no-random $SDIR/data/$bcase 100 mce-inject $SDIR/data/$bcase
|
H A D | mce.sh | 26 mce-inject --dump "$org" > "$outf" 37 mce-inject --dump "$inf" > $tmpf 95 mce-inject --dump "$inf" | tr '\n' '#' | sed '1,$s/##/\n/g' | \
|
H A D | apei-inject.sh | 10 . $ROOT/lib/soft-inject.sh 46 mce-inject --dump $mcelog_refer > $RDIR/$this_case/mcelog_refer
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1181 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/ |
H A D | test_generate_test_runner.rb | 1227 allgood = expected[:to_pass].inject(true) {|s,v| s && verify_match(/#{v}:PASS/, output) } 1228 allgood = expected[:to_fail].inject(allgood) {|s,v| s && verify_match(/#{v}:FAIL/, output) } 1229 allgood = expected[:to_ignore].inject(allgood) {|s,v| s && verify_match(/#{v}:IGNORE/, output) } 1238 allgood = expected[:text].inject(allgood) {|s,v| s && verify_match(/#{v}/, output) }
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/ |
H A D | cases.sh | 4 # are triggered via the mce-inject tool, and they will not trigger kernel 16 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/apei-inj/ucr/ |
H A D | cases.sh | 4 # are triggered via the apei-inject, and they will not trigger kernel panic. 16 . $ROOT/lib/apei-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/ |
H A D | cases.sh | 4 # the mce-inject tool. 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/ |
H A D | cases.sh | 4 # the mce-inject tool. 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/ |
H A D | cases.sh | 4 # mce-inject tool. 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/ |
H A D | cases.sh | 4 # mce-inject tool. 15 . $ROOT/lib/soft-inject.sh
|