Searched +full:use +full:- +full:external +full:- +full:names (Results 1 – 25 of 1014) sorted by relevance
12345678910>>...41
| /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/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/vulkan-validation-layers/ |
| D | CMakeLists.txt | 9 # vulkan-<major>.dll (and other files). 15 add_definitions(-DVK_USE_PLATFORM_WIN32_KHR -DWIN32_LEAN_AND_MEAN) 18 add_definitions(-DVK_USE_PLATFORM_ANDROID_KHR) 29 add_definitions(-DVK_USE_PLATFORM_XCB_KHR) 34 add_definitions(-DVK_USE_PLATFORM_XLIB_KHR) 39 add_definitions(-DVK_USE_PLATFORM_WAYLAND_KHR) 44 add_definitions(-DVK_USE_PLATFORM_MIR_KHR) 65 set(COMMON_COMPILE_FLAGS "-Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers") 66 set(COMMON_COMPILE_FLAGS "${COMMON_COMPILE_FLAGS} -fno-strict-aliasing -fno-builtin-memcmp") 67 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 ${COMMON_COMPILE_FLAGS}") [all …]
|
| /external/antlr/antlr-3.4/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/pcre/dist2/doc/ |
| D | pcre2.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 16 The source code for PCRE2 can be compiled to support 8-bit, 16-bit, or 32-bit 18 The original work to extend PCRE to 16-bit and 32-bit code units was done by 20 can be interpreted either as one character per code unit, or as UTF-encoded 24 in use can be discovered by running 26 pcre2test -C 28 The three libraries contain identical sets of functions, with names ending in 31 one code unit width can be written using generic names such as 35 In addition to the Perl-compatible matching function, PCRE2 contains an 76 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> [all …]
|
| /external/expat/lib/ |
| D | expat.h | 164 true and default is non-NULL, then this is a "#FIXED" default. 182 parameter will be -1, 0, or 1 indicating respectively that there 203 external protocol or NULL if there is none specified. 209 names and attribute names that belong to a namespace will be 210 expanded; unprefixed attribute names are never expanded; unprefixed 211 element type names are expanded only if there is a default 216 It is a programming error to use the separator '\0' with namespace 224 by memsuite. If memsuite is NULL, then use the standard library memory 225 suite. If namespaceSeparator is non-NULL it creates a parser with 237 /* Prepare a parser object to be re-used. This is particularly [all …]
|
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| D | indic.pl | 4 # * License & terms of use: http://www.unicode.org/copyright.html#License * 7 # * Copyright (C) 2000-2004, International Business Machines Corporation and * 14 # Usage - $0 <remap file> 15 # e.g. - indic indic.txt 26 # a form usable by the IndicTransliterator, that is, the Indic-Indic 44 # $TOOL - name of generating tool 45 # $DATE - date of generation 46 # $SCRIPTFROM - name of source script 47 # $SCRIPTTO - name of target script 48 # $RULES - rules [all …]
|
| /external/clang/docs/ |
| D | AddressSanitizer.rst | 12 instrumentation module and a run-time library. The tool can detect the 15 * Out-of-bounds accesses to heap, stack and globals 16 * Use-after-free 17 * Use-after-return (to some extent) 18 * Double-free, invalid free 31 Simply compile and link your program with ``-fsanitize=address`` flag. The 32 AddressSanitizer run-time library should be linked to the final executable, so 33 make sure to use ``clang`` (not ``ld``) for the final link step. When linking 34 shared libraries, the AddressSanitizer run-time is not linked, so 35 ``-Wl,-z,defs`` may cause link errors (don't use it with AddressSanitizer). To [all …]
|
| /external/curl/docs/ |
| D | FEATURES | 10 - config file support 11 - multiple URLs in a single command line 12 - range "globbing" support: [0-13], {one,two,three} 13 - multiple file upload on a single command line 14 - custom maximum transfer rate 15 - redirectable stderr 16 - metalink support (*13) 19 - full URL syntax with no length limit 20 - custom maximum download time 21 - custom least download speed acceptable [all …]
|
| /external/v8/src/inspector/ |
| D | v8-console.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "src/inspector/v8-console.h" 8 #include "src/inspector/injected-script.h" 9 #include "src/inspector/inspected-context.h" 10 #include "src/inspector/string-util.h" 11 #include "src/inspector/v8-console-message.h" 12 #include "src/inspector/v8-debugger-agent-impl.h" 13 #include "src/inspector/v8-inspector-impl.h" 14 #include "src/inspector/v8-inspector-session-impl.h" 15 #include "src/inspector/v8-profiler-agent-impl.h" [all …]
|
| /external/libxml2/result/valid/ |
| D | REC-xml-19980210.xml | 1 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> 3 <!-- LAST TOUCHED BY: Tim Bray, 8 February 1997 --><!-- The words 'FINAL EDIT' in comments mark pla… 5 publication. --><!ENTITY XML.version "1.0"> 8 <!ENTITY w3c.doc.date "02-Feb-1998"> 19 <!ENTITY mdash "--"> 20 <!-- —, but nsgmls doesn't grok hex --><!ENTITY com "--"> 21 <!ENTITY como "--"> 22 <!ENTITY comc "--"> 24 <!-- <!ENTITY nbsp "�"> --><!ENTITY nbsp " "> 30 <!-- audience and distribution status: for use at publication time --><!ENTITY doc.audience "publi… [all …]
|
| /external/libxml2/test/valid/ |
| D | REC-xml-19980210.xml | 1 <?xml version='1.0' encoding='ISO-8859-1' standalone='no'?> 4 <!-- LAST TOUCHED BY: Tim Bray, 8 February 1997 --> 6 <!-- The words 'FINAL EDIT' in comments mark places where changes 8 publication. --> 13 <!ENTITY w3c.doc.date "02-Feb-1998"> 27 <!ENTITY mdash "--"> <!-- —, but nsgmls doesn't grok hex --> 28 <!ENTITY com "--"> 29 <!ENTITY como "--"> 30 <!ENTITY comc "--"> 32 <!-- <!ENTITY nbsp "�"> --> [all …]
|
| /external/libxml2/test/relaxng/ |
| D | tutor11_1_3.xml | 1 <?xml version='1.0' encoding='ISO-8859-1' standalone='no'?> 4 <!-- LAST TOUCHED BY: Tim Bray, 8 February 1997 --> 6 <!-- The words 'FINAL EDIT' in comments mark places where changes 8 publication. --> 13 <!ENTITY w3c.doc.date "02-Feb-1998"> 27 <!ENTITY mdash "--"> <!-- —, but nsgmls doesn't grok hex --> 28 <!ENTITY com "--"> 29 <!ENTITY como "--"> 30 <!ENTITY comc "--"> 32 <!-- <!ENTITY nbsp "�"> --> [all …]
|
| /external/autotest/utils/ |
| D | pylintrc | 2 # Use of this source code is governed by a BSD-style license that can be 12 #init-hook= 24 # List of plugins (as comma separated values of python modules names) to load, 26 #load-plugins= 49 # W0122: Use of the exec statement 73 #output-format=text 77 include-ids=yes 82 #files-output=no 94 # evaluation = 10.0 - ((float(5 * all_failures) / statement) * 10) 110 #max-line-length=80 [all …]
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
| D | Internalize.cpp | 1 //===-- Internalize.cpp - Mark functions internal -------------------------===// 8 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 33 // APIFile - A file which contains a list of symbols that should not be marked 34 // external. 36 APIFile("internalize-public-api-file", cl::value_desc("filename"), 37 cl::desc("A file containing list of symbol names to preserve")); 39 // APIList - A list of symbols that should not be marked internal. 41 APIList("internalize-public-api-list", cl::value_desc("list"), 42 cl::desc("A list of symbol names to preserve"), [all …]
|
| /external/webrtc/tools/python_charts/webrtc/ |
| D | main.py | 4 # Use of this source code is governed by a BSD-style license 19 The script requires on two external files and one Python library: 20 - A HTML template file with layout and references to the json variables 22 - A data file in Python format, containing the following: 23 - test_configuration - a dictionary of test configuration names and values. 24 - frame_data_types - a dictionary that maps the different metrics to their 26 - frame_data - a list of dictionaries where each dictionary maps a metric to 28 - The gviz_api.py of the Google Visualization Python API, available at 29 http://code.google.com/p/google-visualization-python/ 32 generated by running video_quality_measurement with the --python flag [all …]
|
| /external/pcre/dist2/doc/html/ |
| D | pcre2.html | 34 The source code for PCRE2 can be compiled to support 8-bit, 16-bit, or 32-bit 36 The original work to extend PCRE to 16-bit and 32-bit code units was done by 38 can be interpreted either as one character per code unit, or as UTF-encoded 42 in use can be discovered by running 44 pcre2test -C 48 The three libraries contain identical sets of functions, with names ending in 51 one code unit width can be written using generic names such as 56 In addition to the Perl-compatible matching function, PCRE2 contains an 84 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS_BUILD</b></a> 89 tables that are used by more than one of the exported external functions, but [all …]
|
| /external/libcxx/docs/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 17 # documentation root, use os.path.abspath to make it absolute, like shown here. 20 # -- General configuration ----------------------------------------------------- 25 # Add any Sphinx extension module names here, as strings. They can be extensions 36 #source_encoding = 'utf-8-sig' 43 copyright = u'2011-2017, LLVM Project' 59 # non-false value, then it is used: 62 today_fmt = '%Y-%m-%d' 68 # The reST default role (used for this markup: `text`) to use for all documents. 71 # If true, '()' will be appended to :func: etc. cross-reference text. [all …]
|
| /external/fmtlib/doc/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Tue Dec 18 06:46:16 2012. 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration ----------------------------------------------------- 29 # Add any Sphinx extension module names here, as strings. They can be extensions 43 #source_encoding = 'utf-8-sig' 50 copyright = u'2012-2015, Victor Zverovich' 69 # non-false value, then it is used: 78 # The reST default role (used for this markup: `text`) to use for all documents. 81 # If true, '()' will be appended to :func: etc. cross-reference text. [all …]
|
| /external/clang/docs/analyzer/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Wed Jan 2 15:54:28 2013. 19 # documentation root, use os.path.abspath to make it absolute, like shown here. 22 # -- General configuration ----------------------------------------------------- 27 # Add any Sphinx extension module names here, as strings. They can be extensions 38 #source_encoding = 'utf-8-sig' 45 copyright = u'2013-%d, Analyzer Team' % date.today().year 61 # non-false value, then it is used: 70 # The reST default role (used for this markup: `text`) to use for all documents. 73 # If true, '()' will be appended to :func: etc. cross-reference text. [all …]
|
| /external/openssh/ |
| D | LICENCE | 31 - RSA is no longer included, found in the OpenSSL library 32 - IDEA is no longer included, its use is deprecated 33 - DES is now external, in the OpenSSL library 34 - GMP is no longer used, and instead we call BN code from OpenSSL 35 - Zlib is now external, in a library 36 - The make-ssh-known-hosts script is no longer included 37 - TSS has been removed 38 - MD5 is now external, in the OpenSSL library 39 - RC4 support has been replaced with ARC4 support from OpenSSL 40 - Blowfish is now external, in the OpenSSL library [all …]
|
| /external/libjpeg-turbo/ |
| D | coderules.txt | 4 Copyright (C) 1991-1996, Thomas G. Lane. 5 It was modified by The libjpeg-turbo Project to include only information 6 relevant to libjpeg-turbo. 7 For conditions of distribution and use, see the accompanying README.ijg file. 27 then-part; 29 else-part; 34 Multi-word names should be written in lower case with underscores, e.g., 36 are similar but upper case (MULTI_WORD_NAME). Names should be unique within 43 keywords can be inserted for use in Windows DLLs.) 45 A similar solution is used for external function declarations (see the EXTERN [all …]
|
| /external/mesa3d/src/mesa/main/ |
| D | APIspecutil.py | 3 # Copyright (C) 2009 Chia-I Wu <olv@0xlab.org> 8 # on the rights to use, copy, modify, merge, publish, distribute, sub 18 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 24 Minimal apiutil.py interface for use by es_generator.py. 62 # external functions are manually dispatched 73 """Return a list of all external functions in the API.""" 90 names = [] 92 names.append(func.name) 93 names.sort() [all …]
|
| /external/llvm/docs/ |
| D | conf.py | 1 # -*- coding: utf-8 -*- 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 21 # -- General configuration ----------------------------------------------------- 26 # Add any Sphinx extension module names here, as strings. They can be extensions 37 #source_encoding = 'utf-8-sig' 44 copyright = u'2003-%d, LLVM Project' % date.today().year 60 # non-false value, then it is used: 63 today_fmt = '%Y-%m-%d' 69 # The reST default role (used for this markup: `text`) to use for all documents. 72 # If true, '()' will be appended to :func: etc. cross-reference text. [all …]
|
12345678910>>...41