Home
last modified time | relevance | path

Searched defs:fail (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/third_party/pulseaudio/src/pulsecore/
Dcli-command.c215 static int pa_cli_command_exit(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_exit()
227 static int pa_cli_command_help(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_help()
243 static int pa_cli_command_modules(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_modules()
257 static int pa_cli_command_clients(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_clients()
271 static int pa_cli_command_cards(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_cards()
285 static int pa_cli_command_sinks(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_sinks()
299 static int pa_cli_command_sources(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_sources()
313 static int pa_cli_command_sink_inputs(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_sink_inputs()
327 static int pa_cli_command_source_outputs(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_source_outputs()
341 static int pa_cli_command_stat(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_stat()
[all …]
/third_party/boost/boost/metaparse/v1/
Dfail.hpp18 struct fail struct
20 typedef fail type;
23 struct apply : reject<Msg, Pos> {};
/third_party/node/test/wpt/status/
Dencoding.json22 …"fail": "iso-2022-jp decoder state handling bug: https://encoding.spec.whatwg.org/#iso-2022-jp-dec… string
29 "fail": "The iso-8859-16 encoding is not supported" string
33 "fail": "The iso-8859-16 encoding is not supported" string
37 "fail": "The iso-8859-16 encoding is not supported" string
40 "fail": "No implementation of TextDecoderStream and TextEncoderStream" string
49 "fail": "No implementation of TextDecoderStream and TextEncoderStream" string
Durl.json10 "fail": "missing Request and Response" string
13 "fail": "getter/setter names are wrong, etc." string
Dconsole.json3 "fail": ".table, .dir and .timeLog parameter lengths are wrong" string
/third_party/libexif/test/
Dtest-tagtable.c36 int fail = 0; in support_level() local
174 int fail = 0; in name() local
214 int fail = 0; in main() local
/third_party/node/test/wpt/status/html/webappapis/
Dmicrotask-queuing.json3 "fail": "Node.js does not have a global addEventListener function" string
6 "fail": "MutationObserver is not implemented" string
Datob.json3 …"fail": "promise_test: Unhandled rejection with value: object \"Error: ENOENT: no such file or dir… string
/third_party/boost/boost/spirit/home/qi/detail/
Dattributes.hpp31 static void fail(Exposed&) {} in fail() function
41 static void fail(Attribute&) {} in fail() function
53 static void fail(Exposed&) {} in fail() function
63 static void fail(Attribute&) {} in fail() function
91 static void fail(boost::optional<Exposed>& val) in fail() function
104 static void fail(unused_type) {} in fail() function
/third_party/node/deps/npm/node_modules/iferr/
Diferr.js3 const iferr = (fail, succ) => (err, ...a) => err ? fail(err) : succ(...a) argument
6 const tiferr = (fail, succ) => iferr(fail, (...a) => { argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DAssert.java17 public static void fail(Exception e) { in fail() method in Assert
20 public static void fail(String msg) { in fail() method in Assert
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DAssert.java13 public static void fail(Exception e) { in fail() method in Assert
16 public static void fail(String msg) { in fail() method in Assert
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/iferr/
Dindex.js6 iferr = function(fail, succ) { argument
18 tiferr = function(fail, succ) { argument
/third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/iferr/
Dindex.js6 iferr = function(fail, succ) { argument
18 tiferr = function(fail, succ) { argument
/third_party/node/deps/npm/node_modules/gentle-fs/node_modules/iferr/
Dindex.js6 iferr = function(fail, succ) { argument
18 tiferr = function(fail, succ) { argument
/third_party/typescript/tests/baselines/reference/
DneverReturningFunctions1.js158 const fail = (): never => { throw new Error(); }; constant
284 function fail(message) { function
303 function f11(x, fail) { argument
308 function f12(x, fail) { argument
314 function f13(x, fail) { argument
346 Test.prototype.fail = function (message) { method in Test
433 var fail = function () { throw new Error(); }; function
/third_party/typescript/tests/cases/conformance/controlFlow/
DneverReturningFunctions1.ts5 function fail(message?: string): never { function
44 export declare function fail(message?: string): never; function
71 fail(message?: string): never { method in Debug.Test
161 const fail = (): never => { throw new Error(); }; constant
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dsystem_cipher.js29 fail: '[PC preview] unknow fail', property
41 fail: '[PC preview] unknow fail', property
/third_party/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh37 fail() { function
/third_party/jerryscript/tests/jerry/
Dand-or.js15 function fail() { function
/third_party/typescript/tests/cases/projects/relative-nested/main/
Dconsume.ts3 declare function fail(); function
/third_party/typescript/tests/cases/projects/relative-nested-ref/main/
Dconsume.ts5 declare function fail(); function
/third_party/typescript/tests/cases/projects/relative-global-ref/
Dconsume.ts5 declare function fail(); function
/third_party/typescript/tests/cases/projects/non-relative/
Dconsume.ts11 declare function fail(); function
/third_party/glib/tests/
Drun-assert-msg-test.sh3 fail () function

12345678910>>...19