Searched refs:swallow (Results 1 – 25 of 26) sorted by relevance
12
/external/clang/test/SemaCXX/ |
D | array-bounds-ptr-arith.cpp | 3 void swallow (const char *x) { (void)x; } in swallow() function 8 swallow("Hello world!" + 6); // no-warning in test_pointer_arithmetic() 9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}} in test_pointer_arithmetic() 10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}} in test_pointer_arithmetic() 11 swallow("Hello world!" + 13); // no-warning in test_pointer_arithmetic() 13 swallow(hello + 6); // no-warning in test_pointer_arithmetic() 14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}} in test_pointer_arithmetic() 15 swallow(hello + 14); // expected-warning {{refers past the end of the array}} in test_pointer_arithmetic() 16 swallow(hello + 13); // no-warning in test_pointer_arithmetic() 18 swallow(helloptr + 6); // no-warning in test_pointer_arithmetic() [all …]
|
/external/python/cpython2/Misc/ |
D | indent.pro | 22 --swallow-optional-blank-lines
|
D | NEWS | 5648 would swallow the exception and raise a new one, making it impossible 6317 - Issue #7865: The close() method of :mod:`io` objects should not swallow
|
/external/python/cpython2/Doc/tutorial/ |
D | stdlib2.rst | 95 >>> d = dict(item='unladen swallow') 101 'Return the unladen swallow to $owner.'
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 666 呑>'[swallow]'; 820 嚥>'[swallow]'; 3101 燕>'[swallow (bird)]';
|
/external/python/cpython2/Lib/test/ |
D | test_descr.py | 1717 def swallow(*args): function 1743 ("__enter__", run_context, iden, set(), {"__exit__" : swallow}), 1744 ("__exit__", run_context, swallow, set(), {"__enter__" : iden}),
|
/external/bison/tests/ |
D | regression.at | 174 [[/* Bison used to swallow the character after '}'. */
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 4164 吞聲 < to\-swallow\-one''s\-cries; 5744 噋 < to\-swallow\-hastily; 11129 䲻 < the\-swallow; 12386 䑍 < to\-swallow; 12509 併吞 < swallow\-up; 13227 鷾 < a\-swallow; 15777 燕 < swallow; 26812 吞聲 > to\-swallow\-one''s\-cries; 29893 併吞 > swallow\-up; 30080 吞噬 > to\-swallow; [all …]
|
/external/python/cpython2/Doc/howto/ |
D | logging.rst | 953 The logging package is designed to swallow exceptions which occur while logging
|
D | logging-cookbook.rst | 1469 # implicit return of None => don't swallow exceptions
|
/external/netperf/doc/ |
D | texinfo.tex | 1022 \fixbackslash % Turn off hack to swallow `\input texinfo'. 2670 % We have to swallow the remaining "\ST@P". 4899 % Define a command to swallow text until we reach `@end copying'.
|
/external/bison/build-aux/ |
D | texinfo.tex | 1044 \fixbackslash % Turn off hack to swallow `\input texinfo'. 4122 % We have to swallow the remaining "\_STOP_". 6427 % We want to swallow spaces (but not other tokens) after the fake 8373 % swallow the left brace
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 1045 \fixbackslash % Turn off hack to swallow `\input texinfo'. 4123 % We have to swallow the remaining "\_STOP_". 6428 % We want to swallow spaces (but not other tokens) after the fake 8374 % swallow the left brace
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 1045 \fixbackslash % Turn off hack to swallow `\input texinfo'. 4123 % We have to swallow the remaining "\_STOP_". 6428 % We want to swallow spaces (but not other tokens) after the fake 8374 % swallow the left brace
|
/external/elfutils/libdw/ |
D | ChangeLog | 1778 swallow DWARF_E_NO_DEBUG_RANGES but not other errors.
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 1126 \fixbackslash % Turn off hack to swallow `\input texinfo'. 3007 % We have to swallow the remaining "\_STOP_". 6442 % swallow the left brace
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 1126 \fixbackslash % Turn off hack to swallow `\input texinfo'. 3007 % We have to swallow the remaining "\_STOP_". 6442 % swallow the left brace
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 1490 catch and swallow the :exc:`KeyboardInterrupt` exception. (Fixed by
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3949 N^V "swallow" :G2P
|
/external/libjpeg-turbo/ |
D | libjpeg.txt | 1672 may swallow the EOI and again demand data ... just keep feeding it fake EOIs.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 4320 N^V "swallow" :G2P
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1208 managed to swallow a morsel of the lefthand bit.
|
/external/brotli/tests/testdata/ |
D | alice29.txt | 1211 managed to swallow a morsel of the lefthand bit.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 7051 must swallow everything it can. So, while both \d+ and \d+? are pre-
|
12