Home
last modified time | relevance | path

Searched refs:exist (Results 101 - 125 of 319) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c2871 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 Dgenerate.bat42 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 Dgen_resp_file.bat26 if exist %OUTFILE% (
/third_party/node/test/js-native-api/test_general/
H A DtestInstanceOf.js45 // 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 Dwhen-declaration-file-is-referenced-through-triple-slash-but-uses-no-references.js64 [12:00:22 AM] 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 Dstorage_daemon_client.cpp78 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 Dbind_addr.c340 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 Dbind_addr.c340 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 DMakefile393 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 Drebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js139 [12:00:08 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
143 [12:00:19 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
147 [12:00:30 AM] 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 DdeclarationMap-and-sourceMap-disabled.js137 [12:00:11 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
141 [12:00:22 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist
145 [12:00:33 AM] 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 Dbuild.bat111 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 Dmodule_manager.cpp282 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 DBuild.mak203 if not exist "$O" mkdir "$O"
205 if not exist "$O/asm" mkdir "$O/asm"
/third_party/mbedtls/
H A DMakefile166 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 Dbuild.bat51 if not exist ".git\" (
56 if exist %TEMP_DIR% (
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A DnoEmit-changes-with-initial-noEmit-composite.js417 src/project/src/directUse.ts:2:28 - error TS2551: Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
427 src/project/src/indirectUse.ts:2:28 - error TS2551: Property '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 DnoEmit-changes-with-initial-noEmit-incremental-declaration.js408 src/project/src/directUse.ts:2:28 - error TS2551: Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
418 src/project/src/indirectUse.ts:2:28 - error TS2551: Property '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 Dcheckpoint.c142 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 Dnamespace_devs.c383 * @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 Dhvigorw.bat43 if exist "%NODE_EXE_PATH%" goto execute
/kernel/linux/linux-5.10/tools/power/cpupower/
H A DMakefile18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/kernel/linux/linux-6.6/tools/power/cpupower/
H A DMakefile18 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/third_party/node/benchmark/
H A D_cli.js96 console.error(`The "${category}" category does not exist.`);
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
H A Droot.js41 throw new error_1.ValueError(`role ${role} does not exist`);

Completed in 53 milliseconds

12345678910>>...13