Searched refs:extn (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | config.py | 424 for extn in userExtns: 425 if extn not in extns: #user has added own extension 426 extns.append(extn) 427 for extn in ('AutoComplete','CodeContext', 429 extns.remove(extn) 434 for extn in extns: 435 if self.GetOption('extensions', extn, 'enable', default=True, 443 if self.GetOption('extensions', extn,option, 446 activeExtns.append(extn) 448 activeExtns.append(extn) [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | cli-command.c | 2065 char *extn; in pa_cli_command_execute_line_stateful() local 2071 extn = &de->d_name[flen-3]; in pa_cli_command_execute_line_stateful() 2072 if (strncmp(extn, ".pa", 3) == 0) in pa_cli_command_execute_line_stateful()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | dumpICUrules.bat | 79 # --4 ("."+extn)--| = 31 characters total.
|
/third_party/libcoap/ |
D | configure.ac | 905 libcoap DTLS lib extn : "$LIBCOAP_DTLS_LIB_EXTENSION_NAME"
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_bindless_texture.txt | 1502 Merge in typo fixes from v3 of the ARB extn.
|
/third_party/openGLES/extensions/NV/ |
D | NV_bindless_texture.txt | 1502 Merge in typo fixes from v3 of the ARB extn.
|