Searched refs:accessible (Results 1 - 12 of 12) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-udev-detect.c | 285 bool accessible; in verify_access() local 294 accessible = access(cd, R_OK|W_OK) >= 0; in verify_access() 295 pa_log_debug("%s is accessible: %s", cd, pa_yes_no(accessible)); in verify_access() 303 if (accessible) { in verify_access() 365 * accessible boolean */ in verify_access() 368 pa_log_debug("%s all sinks and sources of card %s.", accessible ? "Resuming" : "Suspending", d->card_name); in verify_access() 369 pa_card_suspend(card, !accessible, PA_SUSPEND_SESSION); in verify_access()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 42 The machine-state (set of registers) that is accessible through 45 registers are accessible. For signal-trampoline frames, all registers 46 (including ``scratch'' (caller-saved) registers) are accessible. Most 48 accessible when. In case of doubt, it is always safe to \emph{try} to 50 \Func{unw\_get\_fpreg}()) and if the register isn't accessible, the 54 \texttt{r15}-\texttt{r18} are always accessible, even in normal
|
H A D | unw_set_reg.tex | 25 Furthermore, the exact set of accessible registers may depend on the 54 that is either invalid or not accessible in the current frame.
|
H A D | unw_get_fpreg.tex | 25 Furthermore, the exact set of accessible registers may depend on the 53 that is either invalid or not accessible in the current frame.
|
H A D | unw_get_reg.tex | 25 Furthermore, the exact set of accessible registers may depend on the 54 that is either invalid or not accessible in the current frame.
|
H A D | unw_set_fpreg.tex | 25 Furthermore, the exact set of accessible registers may depend on the 53 that is either invalid or not accessible in the current frame.
|
H A D | unw_init_local.tex | 65 wasn't accessible.
|
H A D | unw_init_remote.tex | 63 wasn't accessible.
|
H A D | unw_resume.tex | 78 accessible.
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | change-to-modifier-of-class-expression-field-with-declaration-emit-enabled.js | 148 [96msrc/project/main.ts[0m:[93m3[0m:[93m25[0m - [91merror[0m[90m TS2445: [0mProperty 'message' is protected and only accessible within class 'MessageableClass' and its subclasses.
171 {"program":{"fileNames":["../../lib/lib.d.ts","./messageableperson.ts","./main.ts"],"fileInfos":[{"version":"5700251342-/// <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; };type ReturnType<T extends (...args: any) => any> = T extends (...args: any) => infer R ? R : any;\ntype InstanceType<T extends abstract new (...args: any) => any> = T extends abstract new (...args: any) => infer R ? R : any;","affectsGlobalScope":true},{"version":"3462418372-const Messageable = () => {\n return class MessageableClass {\n protected message = 'hello';\n }\n};\nconst wrapper = () => Messageable();\ntype MessageablePerson = InstanceType<ReturnType<typeof wrapper>>;\nexport default MessageablePerson;","signature":"-16190189821-declare const wrapper: () => {\r\n new (): {\r\n message: string;\r\n };\r\n};\r\ntype MessageablePerson = InstanceType<ReturnType<typeof wrapper>>;\r\nexport default MessageablePerson;\r\n(116,7)Error4094: Property 'message' of exported class expression may not be private or protected."},{"version":"4191603667-import MessageablePerson from './MessageablePerson.js';\nfunction logMessage( person: MessageablePerson ) {\n console.log( person.message );\n}","signature":"-4882119183-export {};\r\n"}],"options":{"declaration":true},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,[3,[{"file":"./main.ts","start":131,"length":7,"messageText":"Property 'message' is protected and only accessible within class 'MessageableClass' and its subclasses.","category":1,"code":2445}]],2]},"version":"FakeTSVersion"}
219 "messageText": "Property 'message' is protected and only accessible within class 'MessageableClass' and its subclasses.",
|
H A D | change-to-modifier-of-class-expression-field.js | 138 [96msrc/project/main.ts[0m:[93m3[0m:[93m25[0m - [91merror[0m[90m TS2445: [0mProperty 'message' is protected and only accessible within class 'MessageableClass' and its subclasses.
152 {"program":{"fileNames":["../../lib/lib.d.ts","./messageableperson.ts","./main.ts"],"fileInfos":[{"version":"5700251342-/// <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; };type ReturnType<T extends (...args: any) => any> = T extends (...args: any) => infer R ? R : any;\ntype InstanceType<T extends abstract new (...args: any) => any> = T extends abstract new (...args: any) => infer R ? R : any;","affectsGlobalScope":true},{"version":"3462418372-const Messageable = () => {\n return class MessageableClass {\n protected message = 'hello';\n }\n};\nconst wrapper = () => Messageable();\ntype MessageablePerson = InstanceType<ReturnType<typeof wrapper>>;\nexport default MessageablePerson;","signature":"-16190189821-declare const wrapper: () => {\r\n new (): {\r\n message: string;\r\n };\r\n};\r\ntype MessageablePerson = InstanceType<ReturnType<typeof wrapper>>;\r\nexport default MessageablePerson;\r\n(116,7)Error4094: Property 'message' of exported class expression may not be private or protected."},{"version":"4191603667-import MessageablePerson from './MessageablePerson.js';\nfunction logMessage( person: MessageablePerson ) {\n console.log( person.message );\n}","signature":"-4882119183-export {};\r\n"}],"options":{"declaration":false},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,[3,[{"file":"./main.ts","start":131,"length":7,"messageText":"Property 'message' is protected and only accessible within class 'MessageableClass' and its subclasses.","category":1,"code":2445}]],2]},"version":"FakeTSVersion"}
200 "messageText": "Property 'message' is protected and only accessible within class 'MessageableClass' and its subclasses.",
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 4867 % Define the user-accessible indexing commands
|
Completed in 14 milliseconds