Home
last modified time | relevance | path

Searched refs:handling (Results 1 – 25 of 1845) sorted by relevance

12345678910>>...74

/third_party/boost/libs/math/example/
DJamfile.v241 <exception-handling>off:<source>../test//no_eh
45 [ run bessel_zeros_example_1.cpp : : : <exception-handling>off:<build>no ]
46 [ run bessel_zeros_interator_example.cpp : : : <exception-handling>off:<build>no ]
47 [ run neumann_zeros_example_1.cpp : : : <exception-handling>off:<build>no ]
49 …../../test/build//boost_unit_test_framework/<link>static : : : <exception-handling>off:<build>no ]
50 [ run binomial_coinflip_example.cpp : : : <exception-handling>off:<build>no ]
53 [ run binomial_quiz_example.cpp : : : <exception-handling>off:<build>no ]
58 [ run chi_square_std_dev_test.cpp : : : <exception-handling>off:<build>no ]
59 [ run distribution_construction.cpp : : : <exception-handling>off:<build>no ]
60 [ run error_handling_example.cpp : : : <exception-handling>off:<build>no ]
[all …]
/third_party/gettext/gettext-tools/src/
DFILES43 Error handling during writing and reading of PO files.
71 | Charset handling while reading PO files.
121 Concatenate message lists from several files, with handling
216 format-c.c Format string handling for C.
217 format-c-parse.h Format string handling for C, parsing routine.
218 format-python.c Format string handling for Python.
219 format-python-brace.c Format string handling for Python, braced syntax.
220 format-java.c Format string handling for Java.
221 format-java-printf.c Format string handling for Java, printf syntax.
222 format-csharp.c Format string handling for C#.
[all …]
/third_party/flutter/flutter/dev/automated_tests/flutter_test/
Dexception_handling_expectation.txt14 Exception handling in test harness - string
18 The test description was: Exception handling in test harness - string
33 Exception handling in test harness - FlutterError
37 The test description was: Exception handling in test harness - FlutterError
55 Exception handling in test harness - uncaught Future error
59 The test description was: Exception handling in test harness - uncaught Future error
Dexception_handling_test.dart9 testWidgets('Exception handling in test harness - string', (WidgetTester tester) async {
12 testWidgets('Exception handling in test harness - FlutterError', (WidgetTester tester) async {
15 …testWidgets('Exception handling in test harness - uncaught Future error', (WidgetTester tester) as…
Dtest_async_utils_unguarded_expectation.txt25 TestAsyncUtils - handling unguarded async helper functions
27 .*..:.. \+0 -1: TestAsyncUtils - handling unguarded async helper functions *
29 The test description was: TestAsyncUtils - handling unguarded async helper functions
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.2.rst15 has better ctype and attribute handling. The detailed changes follow.
24 * Fix handling of ident-less declarations
27 * Fix attribute/asm handling
39 * Fix handling of typedefs with several declarators
40 * preparations to ->declarator() cleanup - separate typedef handling
43 * Rewrite and fix specifiers handling
48 * Restore __attribute__((mode)) handling
50 * Fix declaration_specifiers() handling of typedef name shadowed by NS_SYMBOL
51 * Fix __label__ handling
131 * Expand "dubious !x & y" handling to other combinations of !, &, and \|.
Dv0.5.0.rst24 * Fix handling of __func__
25 * Fix tab handling in nextchar_slow()
27 * Gentler handling of bitwise warnings in unary operations
28 * simplify handling of newline/whitespace flags in expand()
29 * fix handling of -include
30 * massage handling of wide string literals/character constants in tokenizer
31 * switch to delayed handling of escape sequences
81 * simplify: conservative handling of casts with pointers
98 * sparse, llvm: Fix loops, by properly handling OP_PHI forward references
193 * sparse, llvm: Make 'sparsec' error handling more robust
[all …]
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go38 handling map[ID]*Request member
78 handling: make(map[ID]*Request),
99 handling, found := c.handling[id]
102 handling.cancel()
297 r.conn.handling[*r.ID] = r
299 delete(r.conn.handling, *r.ID)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go38 handling map[ID]*Request member
78 handling: make(map[ID]*Request),
99 handling, found := c.handling[id]
102 handling.cancel()
297 r.conn.handling[*r.ID] = r
299 delete(r.conn.handling, *r.ID)
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go38 handling map[ID]*Request member
78 handling: make(map[ID]*Request),
99 handling, found := c.handling[id]
102 handling.cancel()
297 r.conn.handling[*r.ID] = r
299 delete(r.conn.handling, *r.ID)
/third_party/boost/tools/build/src/tools/features/
Dexception-feature.jam12 [[bbv2.builtin.features.exception-handling]]`exception-handling`::
19 feature.feature exception-handling
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
DTODO10 - Refactor connection, pull out the ad-hoc read and write handling and put it
13 - Refactor elements and pull out the common connection+mainloop handling code
23 - Post-connect onStatus handling (needed for src EOS and async errors?)
40 Proper GstBuffer timestamps need proper timestamp wraparound handling
/third_party/ltp/testcases/network/stress/dns/
D00_Descriptions.txt2 Verify the dns server or the kernel is not down after handling
6 Verify the dns server or the kernel is not down after handling
/third_party/libinput/doc/user/
Dswitches.rst22 Lid switch handling
33 This handling of lid switches is transparent to the user, no notifications
44 Tablet mode switch handling
58 This handling of tablet mode switches is transparent to the user, no
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/
Dam_edit766 …$handling = "$program.all_$suffix.$suffix: \$(srcdir)/Makefile.in" . $source_deps . " " . join(' '…
767 $handling .= "\t\@echo 'creating $program.all_$suffix.$suffix ...'; \\\n";
768 $handling .= "\trm -f $program.all_$suffix.files $program.all_$suffix.final; \\\n";
769 $handling .= "\techo \"#define KDE_USE_FINAL 1\" >> $program.all_$suffix.final; \\\n";
770 $handling .= "\tfor file in " . $sourcelist{$suffix} . "; do \\\n";
771 … $handling .= "\t echo \"#include \\\"\$\$file\\\"\" >> $program.all_$suffix.files; \\\n";
772 …$handling .= "\t test ! -f \$\(srcdir\)/\$\$file || egrep '^#pragma +implementation' \$\(srcdir\)…
773 $handling .= "\tdone; \\\n";
774 …$handling .= "\tcat $program.all_$suffix.final $program.all_$suffix.files > $program.all_$suffix.$…
775 $handling .= "\trm -f $program.all_$suffix.final $program.all_$suffix.files\n";
[all …]
/third_party/boost/tools/quickbook/doc/
Dchange_log.qbk42 * Better &nbsp; and whitespace handling in code snippets.
80 * Improved handling of unexpected characters in code blocks.
81 * Improved handling of unmatched escape in code blocks.
102 * Use the cygwin 1.7 API for better path handling.
182 * Fix handling empty category attributes.
216 * Better handling of block templates expanded in a phrase context.
229 * Fix some minor regressions in SVG handling.
230 * Better handling of invalid command line macros.
237 * Better handling of macros with the same name.
239 * Better handling of significant punctuation (e.g. escapes, square brackets).
[all …]
/third_party/boost/libs/throw_exception/test/
DCMakeLists.txt16 #run throw_exception_nx_test.cpp : : : <exception-handling>off ;
17 #run throw_exception_nx_test2.cpp : : : <exception-handling>off ;
/third_party/boost/libs/config/test/
Dboost_no_exceptions.ipp9 // TITLE: exception handling support
11 // exception handling.
/third_party/python/Doc/c-api/
Dcodec.rst31 *encoding* using the error handling method defined by *errors*. *errors* may
40 *encoding* using the error handling method defined by *errors*. *errors* may
83 Register the error handling callback function *error* under the given *name*.
102 Lookup the error handling callback function registered under *name*. As a
103 special case ``NULL`` can be passed, in which case the error handling callback
/third_party/f2fs-tools/
DREADME.OpenSource9 …"Description" : "The f2fs-tools package contains the utilities for handling the f2fs fil…
18 …"Description" : "The f2fs-tools package contains the utilities for handling the f2fs fil…
/third_party/boost/libs/outcome/doc/src/content/
D_index.md9 … a set of tools for reporting and handling function failures in contexts where *directly* using C+…
22 - there are parts of the program/framework that themselves implement exception handling and prefer
27 …- there is an external requirement (such as a company-wide policy) that failure handling paths are…
31 Outcome addresses failure handling through returning a special type from functions, which is able t…
54 makes Outcome return competitive results to alternative error handling choices, improving comparati…
/third_party/openssl/ssl/statem/
DREADME13 - Remove duplication of code between each of the message handling functions
20 - message flow state = when to flush buffers; handling restarts in the
21 event of NBIO events; handling the common flow of steps for reading a
/third_party/boost/libs/phoenix/doc/inside/
Dcustom_terminal.qbk26 // Call out boost::reference_wrapper for special handling
32 // Special handling for boost::reference_wrapper
/third_party/boost/libs/outcome/doc/src/content/videos/
D_index.md14 *Literature review of the WG21 papers relating to deterministically handling failure, and using lib…
36 *Covers the history of error handling in C++, and how the LEWG Expected works.*
/third_party/libxml2/
DTODO85 - problem: do we want to keep and maintain the code for handling
125 => defaulted attributes handling
138 - HTML: handling of Script and style data elements, need special code in
139 the parser and saving functions (handling of < > " ' ...):
176 - checking/handling of newline normalization
180 - checking/handling of xml:space
182 - handling done, not well tested
268 - Better error handling, use a dedicated, overridable error
269 handling function.

12345678910>>...74