/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 2871 else if (hid->exist && hid->type == BTC_HID_218) in rtw89_btc_set_policy_v1() 2880 } else if (hid->exist && hid->type == BTC_HID_218) { in rtw89_btc_set_policy_v1() 2962 if (hid->exist || hfp->exist) in rtw89_btc_set_policy_v1() 3949 } else if ((hfp->exist && hid->exist) || hid->pair_cnt > 1) { in _set_wl_tx_limit() 3953 } else if (hfp->exist || hid->exist) { in _set_wl_tx_limit() 4056 if (bt_linfo->hfp_desc.exist) in _action_by_bt() 4059 if (bt_linfo->hid_desc.exist) in _action_by_bt() [all...] |
/third_party/curl/projects/ |
H A D | generate.bat | 42 if not exist ..\GIT-INFO goto norepo
78 if exist ..\buildconf.bat (
208 if not exist %2 (
214 if exist %3 (
361 if exist %1 (
|
/third_party/curl/winbuild/ |
H A D | gen_resp_file.bat | 26 if exist %OUTFILE% (
|
/third_party/node/test/js-native-api/test_general/ |
H A D | testInstanceOf.js | 45 // This test depends on V8 test files, which may not exist in downloaded 48 process.emitWarning(`test file ${fileName} does not exist.`);
|
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/ |
H A D | when-declaration-file-is-referenced-through-triple-slash-but-uses-no-references.js | 64 [[90m12:00:22 AM[0m] Project 'src/solution/tsconfig.json' is out of date because output file 'src/solution/lib/tsconfig.tsbuildinfo' does not exist
|
/foundation/filemanagement/storage_service/services/storage_daemon/client/ |
H A D | storage_daemon_client.cpp | 78 bool exist = false; in CheckServiceStatus() local 80 auto object = samgr->CheckSystemAbility(STORAGE_DAEMON_SAID, exist); in CheckServiceStatus() 87 if (exist == false) { in CheckServiceStatus()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | bind_addr.c | 340 bool exist = false; in sctp_bind_addrs_check() local 348 exist = true; in sctp_bind_addrs_check() 359 return (cnt == cnt2) ? 0 : (exist ? -EEXIST : 1); in sctp_bind_addrs_check()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | bind_addr.c | 340 bool exist = false; in sctp_bind_addrs_check() local 348 exist = true; in sctp_bind_addrs_check() 359 return (cnt == cnt2) ? 0 : (exist ? -EEXIST : 1); in sctp_bind_addrs_check()
|
/third_party/mbedtls/library/ |
H A D | Makefile | 393 if exist *.o del /Q /F *.o 394 if exist libmbed* del /Q /F libmbed* 402 for %f in ($(subst /,\,$(GENERATED_FILES))) if exist %f del /Q /F %f
|
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/ |
H A D | rebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js | 139 [[90m12:00:08 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
143 [[90m12:00:19 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
147 [[90m12:00:30 AM[0m] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | declarationMap-and-sourceMap-disabled.js | 137 [[90m12:00:11 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
141 [[90m12:00:22 AM[0m] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
145 [[90m12:00:33 AM[0m] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.js' does not exist
|
/third_party/python/PCbuild/ |
H A D | build.bat | 111 if not exist "%GIT%" where git > "%TEMP%\git.loc" 2> nul && set /P GIT= < "%TEMP%\git.loc" & del "%TEMP%\git.loc"
112 if exist "%GIT%" set GITProperty=/p:GIT="%GIT%"
113 if not exist "%GIT%" echo Cannot find Git on PATH & set GITProperty=
|
/foundation/arkui/ace_engine_lite/frameworks/module_manager/ |
H A D | module_manager.cpp | 282 bool exist = jerry_get_object_native_pointer(jObj, &nativePtr, nullptr); in GetObjectPointer() local 283 if (!exist || (nativePtr == nullptr)) { in GetObjectPointer()
|
/third_party/lzma/CPP/ |
H A D | Build.mak | 203 if not exist "$O" mkdir "$O"
205 if not exist "$O/asm" mkdir "$O/asm"
|
/third_party/mbedtls/ |
H A D | Makefile | 166 if exist visualc\VS2017\*.vcxproj del /Q /F visualc\VS2017\*.vcxproj 167 if exist visualc\VS2017\mbedTLS.sln del /Q /F visualc\VS2017\mbedTLS.sln
|
/third_party/skia/third_party/externals/tint/kokoro/windows/ |
H A D | build.bat | 51 if not exist ".git\" (
56 if exist %TEMP_DIR% (
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | noEmit-changes-with-initial-noEmit-composite.js | 417 [96msrc/project/src/directUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
427 [96msrc/project/src/indirectUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
473 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"1786859709-export class classC {\n prop1 = 1;\n}","signature":"-3790894605-export declare class classC {\r\n prop1: number;\r\n}\r\n"},{"version":"6324910780-import { classC } from './class';\nexport class indirectClass {\n classC = new classC();\n}","signature":"-9860349972-import { classC } from './class';\r\nexport declare class indirectClass {\r\n classC: classC;\r\n}\r\n"},{"version":"-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","signature":"-4882119183-export {};\r\n"},{"version":"-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","signature":"-4882119183-export {};\r\n"},{"version":"6714567633-export function writeLog(s: string) {\n}","signature":"8117292349-export declare function writeLog(s: string): void;\r\n"},{"version":"-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}","signature":"-4920141752-declare function someFunc(arguments: boolean, ...rest: any[]): void;\r\n","affectsGlobalScope":true}],"options":{"composite":true},"fileIdsList":[[3],[2]],"referencedMap":[[4,1],[3,2],[5,1]],"exportedModulesMap":[[3,2]],"semanticDiagnosticsPerFile":[1,2,[4,[{"file":"./src/directuse.ts","start":76,"length":4,"code":2551,"category":1,"messageText":"Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?","relatedInformation":[{"file":"./src/class.ts","start":26,"length":5,"messageText":"'prop1' is declared here.","category":3,"code":2728}]}]],3,[5,[{"file":"./src/indirectuse.ts","start":76,"length":4,"code":2551,"category":1,"messageText":"Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?","relatedInformation":[{"file":"./src/class.ts","start":26,"length":5,"messageText":"'prop1' is declared here.","category":3,"code":2728}]}]],6,[7,[{"file":"./src/nochangefilewithemitspecificerror.ts","start":18,"length":18,"messageText":"Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.","category":1,"code":2396,"skippedOn":"noEmit"}]]],"latestChangedDtsFile":"./src/class.d.ts"},"version":"FakeTSVersion"}
558 "messageText": "Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?", 582 "messageText": "Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?",
|
H A D | noEmit-changes-with-initial-noEmit-incremental-declaration.js | 408 [96msrc/project/src/directUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
418 [96msrc/project/src/indirectUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
467 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"1786859709-export class classC {\n prop1 = 1;\n}","signature":"-3790894605-export declare class classC {\r\n prop1: number;\r\n}\r\n"},{"version":"6324910780-import { classC } from './class';\nexport class indirectClass {\n classC = new classC();\n}","signature":"-9860349972-import { classC } from './class';\r\nexport declare class indirectClass {\r\n classC: classC;\r\n}\r\n"},{"version":"-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","signature":"-4882119183-export {};\r\n"},{"version":"-8953710208-import { indirectClass } from './indirectClass';\nnew indirectClass().classC.prop;","signature":"-4882119183-export {};\r\n"},{"version":"6714567633-export function writeLog(s: string) {\n}","signature":"8117292349-export declare function writeLog(s: string): void;\r\n"},{"version":"-19339541508-function someFunc(arguments: boolean, ...rest: any[]) {\n}","signature":"-4920141752-declare function someFunc(arguments: boolean, ...rest: any[]): void;\r\n","affectsGlobalScope":true}],"options":{"declaration":true},"fileIdsList":[[3],[2]],"referencedMap":[[4,1],[3,2],[5,1]],"exportedModulesMap":[[3,2]],"semanticDiagnosticsPerFile":[1,2,[4,[{"file":"./src/directuse.ts","start":76,"length":4,"code":2551,"category":1,"messageText":"Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?","relatedInformation":[{"file":"./src/class.ts","start":26,"length":5,"messageText":"'prop1' is declared here.","category":3,"code":2728}]}]],3,[5,[{"file":"./src/indirectuse.ts","start":76,"length":4,"code":2551,"category":1,"messageText":"Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?","relatedInformation":[{"file":"./src/class.ts","start":26,"length":5,"messageText":"'prop1' is declared here.","category":3,"code":2728}]}]],6,[7,[{"file":"./src/nochangefilewithemitspecificerror.ts","start":18,"length":18,"messageText":"Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters.","category":1,"code":2396,"skippedOn":"noEmit"}]]]},"version":"FakeTSVersion"}
552 "messageText": "Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?", 576 "messageText": "Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?",
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | checkpoint.c | 142 bool exist; in __is_bitmap_valid() local 151 exist = f2fs_test_bit(offset, se->cur_valid_map); in __is_bitmap_valid() 155 return exist; in __is_bitmap_valid() 157 if (exist && type == DATA_GENERIC_ENHANCE_UPDATE) { in __is_bitmap_valid() 159 blkaddr, exist); in __is_bitmap_valid() 161 return exist; in __is_bitmap_valid() 164 if (!exist && type == DATA_GENERIC_ENHANCE) { in __is_bitmap_valid() 166 blkaddr, exist); in __is_bitmap_valid() 170 return exist; in __is_bitmap_valid()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | namespace_devs.c | 383 * @exist: first allocation with same id in the mapping 394 struct resource *next, struct resource *exist, in space_valid() 415 if (!exist) in space_valid() 419 if (valid->start == exist->end + 1 in space_valid() 420 || valid->end == exist->start - 1) in space_valid() 438 struct resource *res, *exist = NULL, valid; in scan_allocate() local 444 exist = res; in scan_allocate() 468 space_valid(nd_region, ndd, label_id, NULL, next, exist, in scan_allocate() 479 space_valid(nd_region, ndd, label_id, res, next, exist, in scan_allocate() 490 space_valid(nd_region, ndd, label_id, res, next, exist, in scan_allocate() 392 space_valid(struct nd_region *nd_region, struct nvdimm_drvdata *ndd, struct nd_label_id *label_id, struct resource *prev, struct resource *next, struct resource *exist, resource_size_t n, struct resource *valid) space_valid() argument [all...] |
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw.bat | 43 if exist "%NODE_EXE_PATH%" goto execute
|
/kernel/linux/linux-5.10/tools/power/cpupower/ |
H A D | Makefile | 18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
/kernel/linux/linux-6.6/tools/power/cpupower/ |
H A D | Makefile | 18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
|
/third_party/node/benchmark/ |
H A D | _cli.js | 96 console.error(`The "${category}" category does not exist.`);
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | root.js | 41 throw new error_1.ValueError(`role ${role} does not exist`);
|