/third_party/python/Tools/scripts/ |
H A D | highlight.py | 93 opener, closer = colors.get(kind, ('', '')) 94 result += [opener, text, closer] 99 def html_highlight(classified_text,opener='<pre class="python">\n', closer='</pre>\n'): 108 result.append(closer)
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps_ui.c | 95 int (*closer)(UI *ui) = UI_method_get_closer(ui_base_method); in ui_close() 97 if (closer != NULL) in ui_close() 98 return closer(ui); in ui_close()
|
/third_party/python/Lib/idlelib/ |
H A D | parenmatch.py | 19 opener -- highlight the matching left paren (closer); 20 parens -- highlight the left and right parens (opener and closer); 21 expression -- highlight the entire expression from opener to closer. 30 - Highlight when cursor is moved to the right of a closer. 84 "Handle user input of closer." 85 # If user bound non-closer to <<paren-closed>>, quit. 86 closer = self.text.get("insert-1c") 87 if closer not in _openers: 92 indices = hp.get_surrounding_brackets(_openers[closer], True)
|
/third_party/openssl/apps/lib/ |
H A D | apps_ui.c | 95 int (*closer)(UI *ui) = UI_method_get_closer(ui_base_method); in ui_close() 97 if (closer != NULL) in ui_close() 98 return closer(ui); in ui_close()
|
/third_party/skia/third_party/externals/oboe/tests/ |
H A D | testStreamWaitState.cpp | 99 std::thread closer([str] { in checkCloseWhileWaiting() 105 closer.join(); in checkCloseWhileWaiting()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 81 private void assertCloser(String a, String closer, String further) { in assertCloser() argument 82 LocaleMatcher matcher = newLocaleMatcher(further + ", " + closer); in assertCloser() 83 assertEquals("test " + a + " is closer to " + closer + " than to " + further, new ULocale(closer), matcher.getBestMatch(a)); in assertCloser() 84 matcher = newLocaleMatcher(closer + ", " + further); in assertCloser() 85 assertEquals("test " + a + " is closer to " + closer + " than to " + further, new ULocale(closer), matcher.getBestMatch(a)); in assertCloser() 251 // verify that en_AU is closer t in testRegionalSpecials() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 78 private void assertCloser(String a, String closer, String further) { in assertCloser() argument 79 LocaleMatcher matcher = newLocaleMatcher(further + ", " + closer); in assertCloser() 80 assertEquals("test " + a + " is closer to " + closer + " than to " + further, new ULocale(closer), matcher.getBestMatch(a)); in assertCloser() 81 matcher = newLocaleMatcher(closer + ", " + further); in assertCloser() 82 assertEquals("test " + a + " is closer to " + closer + " than to " + further, new ULocale(closer), matcher.getBestMatch(a)); in assertCloser() 272 // verify that en_AU is closer t in testRegionalSpecials() [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_exec.cc | 56 auto closer = defer([&pfd]() { in exec_read_command() local
|
/third_party/python/Modules/ |
H A D | _posixsubprocess.c | 247 * fds_to_keep by invoking closer on each subrange. 259 int (*closer)(int, int)) in _close_range_except() 271 if (closer(start_fd, keep_fd - 1) != 0) in _close_range_except() 276 if (closer(start_fd, end_fd) != 0) in _close_range_except() 255 _close_range_except(int start_fd, int end_fd, int *fds_to_keep, Py_ssize_t fds_to_keep_len, int (*closer)(int, int)) _close_range_except() argument
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractEngine.cpp | 82 CProgressCloser closer(ExtractCallbackSpec->ProgressDialog);
in Process()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_pyparse.py | 178 TestInfo('())\n', [0, 1], NONE), # Extra closer. 179 TestInfo(')(\n', [0, 1], BRACKET), # Extra closer. 430 closer = p.is_block_closer 452 test.assert_(closer())
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ui.h | 250 a closer This function closes the session, maybe by closing 263 closer. Note that if you want to prompt from a terminal or other command 304 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ui.h | 262 a closer This function closes the session, maybe by closing 275 closer. Note that if you want to prompt from a terminal or other command 343 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui));
|