Searched +full:use +full:- +full:external +full:- +full:names (Results 1 – 25 of 1080) sorted by relevance
12345678910>>...44
/external/llvm-project/clang/test/VFS/ |
D | external-names.c | 1 …-e "s@INPUT_DIR@%{/S:regex_replacement}/Inputs@g" -e "s@OUT_DIR@%{/t:regex_replacement}@g" -e "s@E… 2 …d -e "s@INPUT_DIR@%{/S:regex_replacement}/Inputs@g" -e "s@OUT_DIR@%{/t:regex_replacement}@g" -e "s… 4 #include "external-names.h" 6 #include "external-names.h" 12 // RUN: %clang_cc1 -I %t -ivfsoverlay %t.external.yaml -E %s | FileCheck -check-prefix=CHECK-PP-EXT… 13 // CHECK-PP-EXTERNAL: # {{[0-9]*}} "[[NAME:.*Inputs(/|\\\\)external-names.h]]" 14 // CHECK-PP-EXTERNAL-NEXT: void foo(char **c) { 15 // CHECK-PP-EXTERNAL-NEXT: *c = "[[NAME]]"; 17 // RUN: %clang_cc1 -I %t -ivfsoverlay %t.yaml -E %s | FileCheck -check-prefix=CHECK-PP %s 18 // CHECK-PP-NOT: Inputs [all …]
|
/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/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. 51 for the feature and property names. 59 namespace-prefixes; default). 60 | access: (parsing) read-only; (not parsing) read/write 65 | value: ``"http://xml.org/sax/features/namespace-prefixes"`` 66 | true: Report the original prefixed names and attributes used for Namespace 69 optionally do not report original prefixed names (default). 70 | access: (parsing) read-only; (not parsing) read/write [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/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/llvm-project/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-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/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/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-project/flang/docs/ |
D | Calls.md | 1 <!--===- docs/Calls.md 5 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 --> 40 * An *explicit-shape* array has all of its bounds specified; lower 43 * An *assumed-size* array is an explicit-shape array with `*` as its 44 final dimension, which is the most-significant one in Fortran 46 * A *deferred-shape* array (`DIMENSION::A(:)`) is a `POINTER` or `ALLOCATABLE`. 48 * An *assumed-shape* (not size!) array (`DIMENSION::A(:)`) is a dummy argument 53 * An *assumed-length* `CHARACTER(*)` dummy argument 55 * An *assumed-length* `CHARACTER(*)` *result* of an external function (C721) [all …]
|
/external/llvm-project/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) 46 process = subprocess.Popen(['nm','-P','-Xany','-C','-p',lib], bufsize=1, 50 process = subprocess.Popen(['nm','-P',lib], bufsize=1, 55 # Look for external symbols that are defined in some section 62 process = subprocess.Popen(['llvm-readobj','-symbols',lib], bufsize=1, 67 # When looking through the output of llvm-readobj we expect to see Name, 69 # them and decide if this is a defined external symbol when we see 82 storageclass == 'External': [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/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.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/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/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.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/python/cpython3/PCbuild/ |
D | readme.txt | 2 ----------------- 7 get_externals.bat (via build.bat) will download and use Python via 9 2. Run "build.bat" to build Python in 32-bit Release configuration. 10 3. (Optional, but recommended) Run the test suite with "rt.bat -q". 14 ------------------------------------------ 21 command-line builds, Visual Studio 2015 may also be used.) 24 external dependencies. To build, simply run the "build.bat" script without 31 used to build standard x86-compatible 32-bit binaries, output into the 32 win32 sub-directory. The x64 platform is used for building 64-bit AMD64 33 (aka x86_64 or EM64T) binaries, output into the amd64 sub-directory. [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/boringssl/src/util/ |
D | read_symbols.go | 3 // Permission to use, copy, modify, and/or distribute this software for any 11 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 13 // CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 41 outFlag = flag.String("out", "-", "File to write output symbols") 42 …objFileFormat = flag.String("obj-file-format", defaultObjFileFormat(runtime.GOOS), "Object file fo… 55 // cross-compile from an unsupported platform to a supported platform by 71 …printAndExit("Usage: %s [-out OUT] [-obj-file-format FORMAT] ARCHIVE_FILE [ARCHIVE_FILE [...]]", o… 76 if *outFlag != "-" { 120 // symbol-prefixing strategy that we cannot distinguish 183 var names []string [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 …]
|
12345678910>>...44