Searched +full:use +full:- +full:external +full:- +full:names (Results 1 – 25 of 1227) sorted by relevance
12345678910>>...50
| /external/clang/test/VFS/ |
| D | external-names.c | 1 // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" -e "s:EXTERNAL_NAMES:true:" %S/Inputs/… 2 // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" -e "s:EXTERNAL_NAMES:false:" %S/Inputs… 5 #include "external-names.h" 10 // RUN: %clang_cc1 -I %t -ivfsoverlay %t.external.yaml -E %s | FileCheck -check-prefix=CHECK-PP-EXT… 11 // CHECK-PP-EXTERNAL: # {{[0-9]*}} "[[NAME:.*Inputs.external-names.h]]" 12 // CHECK-PP-EXTERNAL-NEXT: void foo(char **c) { 13 // CHECK-PP-EXTERNAL-NEXT: *c = "[[NAME]]"; 15 // RUN: %clang_cc1 -I %t -ivfsoverlay %t.yaml -E %s | FileCheck -check-prefix=CHECK-PP %s 16 // CHECK-PP-NOT: Inputs 21 // RUN: %clang_cc1 -I %t -ivfsoverlay %t.external.yaml -fsyntax-only %s 2>&1 | FileCheck -check-pre… [all …]
|
| /external/python/cpython2/Doc/library/ |
| D | xml.sax.handler.rst | 2 :mod:`xml.sax.handler` --- Base classes for SAX handlers 40 the method in your object to resolve all external entities. 50 for the feature and property names. 58 namespace-prefixes; default). 59 | access: (parsing) read-only; (not parsing) read/write 64 | value: ``"http://xml.org/sax/features/namespace-prefixes"`` 65 | true: Report the original prefixed names and attributes used for Namespace 68 optionally do not report original prefixed names (default). 69 | access: (parsing) read-only; (not parsing) read/write 74 | value: ``"http://xml.org/sax/features/string-interning"`` [all …]
|
| /external/python/cpython2/Lib/xml/sax/ |
| D | handler.py | 37 "Handle a non-recoverable error." 68 position of any document-related event, even if the parser is 69 not reporting an error. Typically, the application will use 73 probably not sufficient for use with a search engine. 77 application should not attempt to use it at any other time.""" 97 """Begin the scope of a prefix-URI Namespace mapping. 101 replace prefixes for element and attribute names when the 105 There are cases, however, when applications need to use 113 be properly nested relative to each-other: all 120 """End the scope of a prefix-URI mapping. [all …]
|
| /external/python/cpython3/Doc/library/ |
| D | xml.sax.handler.rst | 1 :mod:`xml.sax.handler` --- Base classes for SAX handlers 12 -------------- 41 the method in your object to resolve all external entities. 57 for the feature and property names. 65 namespace-prefixes; default). 66 | access: (parsing) read-only; (not parsing) read/write 71 | value: ``"http://xml.org/sax/features/namespace-prefixes"`` 72 | true: Report the original prefixed names and attributes used for Namespace 75 optionally do not report original prefixed names (default). 76 | access: (parsing) read-only; (not parsing) read/write [all …]
|
| /external/python/cpython3/Lib/xml/sax/ |
| D | handler.py | 37 "Handle a non-recoverable error." 68 position of any document-related event, even if the parser is 69 not reporting an error. Typically, the application will use 73 probably not sufficient for use with a search engine. 77 application should not attempt to use it at any other time.""" 97 """Begin the scope of a prefix-URI Namespace mapping. 101 replace prefixes for element and attribute names when the 105 There are cases, however, when applications need to use 113 be properly nested relative to each-other: all 120 """End the scope of a prefix-URI mapping. [all …]
|
| /external/clang/test/VFS/Inputs/ |
| D | use-external-names.yaml | 3 'use-external-names': EXTERNAL_NAMES, 4 'roots': [{ 'type': 'file', 'name': 'OUT_DIR/external-names.h', 5 'external-contents': 'INPUT_DIR/external-names.h'
|
| /external/jackson-core/docs/javadoc/1.9/org/codehaus/jackson/ |
| D | JsonParser.Feature.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:21 PDT 2013 --> 7 <meta name="date" content="2013-07-14"> 11 <script type="text/javascript"><!-- 12 if (location.href.indexOf('is-external=true') == -1) { 15 //--> 20 <!-- ========= START OF TOP NAVBAR ======= --> 22 <!-- --> 23 </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> [all …]
|
| /external/jackson-databind/docs/javadoc/1.9/org/codehaus/jackson/ |
| D | JsonParser.Feature.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:21 PDT 2013 --> 7 <meta name="date" content="2013-07-14"> 11 <script type="text/javascript"><!-- 12 if (location.href.indexOf('is-external=true') == -1) { 15 //--> 20 <!-- ========= START OF TOP NAVBAR ======= --> 22 <!-- --> 23 </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> [all …]
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
| D | PropertyNamingStrategy.java | 9 * Class that defines how names of JSON properties ("external names") 10 * are derived from names of POJO methods and fields ("internal names"), 12 * auto-detected and no explicit annotations exist for naming. 25 * is used, which leaves field names as is, and removes set/get/is prefix 26 * from methods (as well as lower-cases initial sequence of capitalized 34 * Naming convention used in languages like C, where words are in lower-case 54 * naming strategy will not do any transformation between names in data (JSON) and 71 * Naming convention used in languages like Lisp, where words are in lower-case 81 * lower-case letters, separated by dots. 95 * Method called to find external name (name used in JSON) for given logical [all …]
|
| /external/sg3_utils/doc/ |
| D | sg_scan.8.win32 | 1 .TH SG_SCAN "8" "November 2018" "sg3_utils\-1.45" SG3_UTILS 3 sg_scan \- scan storage devices and map to volume names 6 [\fI\-\-bus\fR] [\fI\-\-help\fR] [\fI\-\-letter=VL\fR] [\fI\-\-scsi\fR] 7 [\fI\-\-verbose\fR] [\fI\-\-version\fR] 15 storage device names that can be used by other utilities in this package. 26 Storage and related devices can have several device names in Windows. 35 sub\-addressing in the form of a "bus" number, a "target" identifier and 41 attempts to use it if a class driver has "claimed" the device. There are 44 USB and IEEE 1394 do not have a "scsi" device names of this form. 46 In keeping with DOS file system conventions, the various device names [all …]
|
| /external/antlr/runtime/Python/ |
| D | pylintrc | 1 # lint Python modules using external checkers. 25 cache-size=500 27 # List of plugins (as comma separated values of python modules names) to load, 29 load-plugins= 36 #help-msg= 42 # disable-checker option 43 #enable-checker= 46 # with the disable-checker option 47 #disable-checker= 50 #enable-msg-cat= [all …]
|
| /external/llvm/utils/ |
| D | extract_symbols.py | 27 # different tools. We use subprocess.Popen and yield a symbol at a time instead 38 # Look for external symbols that are defined in some section 39 match = re.match("^.+SECT.+External\s+\|\s+(\S+).*$", line) 50 # Look for external symbols that are defined in some section 57 process = subprocess.Popen(['llvm-readobj','-symbols',lib], bufsize=1, 62 # When looking through the output of llvm-readobj we expect to see Name, 64 # them and decide if this is a defined external symbol when we see 77 storageclass == 'External': 81 # Define functions which determine if the target is 32-bit Windows (as that's 102 output = subprocess.check_output(['objdump','-f',lib], [all …]
|
| /external/jackson-databind/docs/javadoc/2.8/com/fasterxml/jackson/databind/ |
| D | package-use.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Wed Jul 20 08:39:16 PDT 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.8.0 API)</title> 8 <meta name="date" content="2016-07-20"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 …parent.document.title="Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.8.0 API)… 16 //--> [all …]
|
| /external/jackson-databind/docs/javadoc/2.7/com/fasterxml/jackson/databind/ |
| D | package-use.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Fri Jan 15 20:28:46 PST 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.7.0 API)</title> 8 <meta name="date" content="2016-01-15"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 …parent.document.title="Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.7.0 API)… 16 //--> [all …]
|
| /external/tpm2-tss/doc/ |
| D | coding_standard_c.md | 18 yourself disabling `-Werror` you're probably doing something wrong. 28 from functions and objects in a system. Excessive use of comments within a 42 * unlike the Post-It style content of next-line and line comments. 56 4 spaces. Each line of code and documentation will end with a non-whitespace 61 Names should clearly convey the purpose of whatever is being named. While the 63 Multiple word names are descriptive and most easily read if words are 66 Variable and function names must be lowercase. Words in each name must be 68 declared with \#define) must be in all-caps, again with words separated by 72 with individual words in object names as upper case characters. 76 specifications. All function names, parameters, and other data types must [all …]
|
| /external/jackson-databind/docs/javadoc/2.11/com/fasterxml/jackson/databind/ |
| D | package-use.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 17:14:54 PDT 2020 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.11.0 API)</title> 8 <meta name="date" content="2020-04-25"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 …parent.document.title="Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.11.0 API… 21 //--> [all …]
|
| /external/jackson-databind/docs/javadoc/2.10/com/fasterxml/jackson/databind/ |
| D | package-use.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Nov 05 19:39:12 PST 2019 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.10.0 API)</title> 8 <meta name="date" content="2019-11-05"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 …parent.document.title="Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.10.0 API… 21 //--> [all …]
|
| /external/jackson-databind/docs/javadoc/2.11.rc1/com/fasterxml/jackson/databind/ |
| D | package-use.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:44:43 PDT 2020 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.11.0.rc1 API)</title> 8 <meta name="date" content="2020-03-24"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 …parent.document.title="Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.11.0.rc1… 21 //--> [all …]
|
| /external/jackson-databind/docs/javadoc/2.9/com/fasterxml/jackson/databind/ |
| D | package-use.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Jan 23 20:22:19 PST 2018 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.9.0 API)</title> 8 <meta name="date" content="2018-01-23"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 …parent.document.title="Uses of Package com.fasterxml.jackson.databind (jackson-databind 2.9.0 API)… 21 //--> [all …]
|
| /external/jackson-core/docs/javadoc/2.11.rc1/com/fasterxml/jackson/core/ |
| D | JsonFactory.Feature.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:09:59 PDT 2020 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>JsonFactory.Feature (Jackson-core 2.11.0.rc1 API)</title> 8 <meta name="date" content="2020-03-24"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="JsonFactory.Feature (Jackson-core 2.11.0.rc1 API)"; 21 //--> [all …]
|
| /external/jackson-core/docs/javadoc/2.10/com/fasterxml/jackson/core/ |
| D | JsonFactory.Feature.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Wed Sep 25 19:22:22 PDT 2019 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>JsonFactory.Feature (Jackson-core 2.10.0 API)</title> 8 <meta name="date" content="2019-09-25"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="JsonFactory.Feature (Jackson-core 2.10.0 API)"; 21 //--> [all …]
|
| /external/jackson-core/docs/javadoc/2.9/com/fasterxml/jackson/core/ |
| D | JsonFactory.Feature.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Jan 23 20:16:56 PST 2018 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>JsonFactory.Feature (Jackson-core 2.9.0 API)</title> 8 <meta name="date" content="2018-01-23"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="JsonFactory.Feature (Jackson-core 2.9.0 API)"; 21 //--> [all …]
|
| /external/jackson-core/docs/javadoc/2.11/com/fasterxml/jackson/core/ |
| D | JsonFactory.Feature.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 16:56:55 PDT 2020 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>JsonFactory.Feature (Jackson-core 2.11.0 API)</title> 8 <meta name="date" content="2020-04-25"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="JsonFactory.Feature (Jackson-core 2.11.0 API)"; 21 //--> [all …]
|
| /external/jackson-core/docs/javadoc/2.8/com/fasterxml/jackson/core/ |
| D | JsonFactory.Feature.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Sun Jul 03 22:20:50 PDT 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>JsonFactory.Feature (Jackson-core 2.8.0 API)</title> 8 <meta name="date" content="2016-07-03"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="JsonFactory.Feature (Jackson-core 2.8.0 API)"; 16 //--> [all …]
|
| /external/jackson-core/docs/javadoc/2.7/com/fasterxml/jackson/core/ |
| D | JsonFactory.Feature.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Sat Jan 09 21:52:39 PST 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>JsonFactory.Feature (Jackson-core 2.7.0 API)</title> 8 <meta name="date" content="2016-01-09"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="JsonFactory.Feature (Jackson-core 2.7.0 API)"; 16 //--> [all …]
|
12345678910>>...50