/external/mesa3d/src/mapi/glapi/gen/ |
D | apiexec.py | 45 def __init__(self, compatibility=None, core=None, es1=None, es2=None): argument 46 if compatibility is not None: 47 assert isinstance(compatibility, int) 48 assert compatibility >= 10 49 assert compatibility <= 30 63 self.compatibility = compatibility 153 "FramebufferParameteri": exec_info(compatibility=30, core=31, es2=31), 154 "GetFramebufferParameteri": exec_info(compatibility=30, core=31, es2=31),
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | update_ops_main.cc | 30 OpCompatibilityLib compatibility( in WriteUpdateTo() local 36 const string& ops_file = compatibility.ops_file(); in WriteUpdateTo() 38 TF_QCHECK_OK(WriteStringToFile(env, ops_file, compatibility.OpsString())); in WriteUpdateTo() 47 TF_QCHECK_OK(compatibility.ValidateCompatible(env, &changed_ops, &added_ops, in WriteUpdateTo() 53 const string& history_file = compatibility.op_history_file(); in WriteUpdateTo()
|
D | backwards_compatibility_test.cc | 28 OpCompatibilityLib compatibility("tensorflow/core/ops", in TEST() local 36 compatibility.ValidateCompatible(env, &changed_ops, &added_ops, nullptr)); in TEST()
|
/external/tensorflow/tensorflow/tools/docs/ |
D | pretty_docs.py | 79 parts.append(_build_compatibility(page_info.doc.compatibility)) 120 parts.append(_build_compatibility(page_info.doc.compatibility)) 143 parts.append(_build_compatibility(prop_info.doc.compatibility)) 169 parts.append(_build_compatibility(method_info.doc.compatibility)) 211 parts.append(_build_compatibility(page_info.doc.compatibility)) 294 def _build_compatibility(compatibility): argument 297 sorted_keys = sorted(compatibility.keys()) 300 value = compatibility[key]
|
/external/mesa3d/include/HaikuGL/ |
D | README | 3 Headers in this directory preserve some BeOS™ compatibility 4 compatibility, so changes should be mentioned to the Haiku 27 allow legacy compatibility with the BeOS™ and its 3D GL
|
/external/icu/icu4c/source/data/mappings/ |
D | lmb-excp.ucm | 33 <U005E> \x01\x33 |3 # R5 compatibility 34 <U005E> \x01\x6D |3 # R5 compatibility 36 <U0060> \x01\x34 |3 # R5 compatibility 38 <U007E> \x01\x31 |3 # R5 compatibility 39 <U007E> \x01\x6C |3 # R5 compatibility 43 <U00A8> \x01\x30 |3 # R5 compatibility 46 <U00B4> \x01\x35 |3 # R5 compatibility 115 <U02DA> \x01\x32 |3 # R5 compatibility 116 <U02DA> \x01\x44 |3 # R5 compatibility
|
/external/compiler-rt/test/profile/ |
D | gcc-flag-compatibility.test | 3 RUN: %clang_profgen_gcc=%t.d/d1/d2 -o %t.d/code %S/Inputs/gcc-flag-compatibility.c 15 RUN: %clang_profuse_gcc=%t.d -o %t.d/code %S/Inputs/gcc-flag-compatibility.c 18 RUN: %clang_profuse_gcc=%t.profdata -o %t.d/code %S/Inputs/gcc-flag-compatibility.c
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | version_compat.md | 3 This document is for users who need backwards compatibility across different 5 to modify TensorFlow while preserving compatibility. 19 for details on data compatibility. 43 the compatibility guarantee. 107 about backwards compatibility of the wire protocol. 136 endeavor to preserve backwards compatibility even across major releases when 170 ## Graph and checkpoint compatibility when extending TensorFlow 176 ### Backward and partial forward compatibility 180 * **Backward compatibility** to support loading graphs and checkpoints 182 * **Forward compatibility** to support scenarios where the producer of a [all …]
|
/external/abi-compliance-checker/ |
D | README | 2 …hecker (ABICC) - a tool for checking backward binary and source-level compatibility of a C/C++ sof… 4 …s and analyzes changes in API/ABI that may break binary and/or source compatibility: changes in ca… 6 …braries and Linux maintainers who are interested in ensuring backward compatibility, i.e. allow ol… 8 …ports for visualization of the ABI structure and high detailed binary compatibility analysis here:…
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.compat | 2 # Obsolete names for backwards compatibility with older users files. 25 # For compatibility with MERIT users files. 40 # For compatibility with ESVA RADIUS, Old Cistron RADIUS
|
/external/python/cpython3/Doc/library/ |
D | unicodedata.rst | 110 based on the definition of canonical equivalence and compatibility equivalence. 121 compatibility equivalence. In Unicode, certain characters are supported which 124 However, it is supported in Unicode for compatibility with existing character 127 The normal form KD (NFKD) will apply the compatibility decomposition, i.e. 128 replace all compatibility characters with their equivalents. The normal form KC 129 (NFKC) first applies the compatibility decomposition, followed by the canonical
|
/external/python/cpython2/Doc/library/ |
D | unicodedata.rst | 107 based on the definition of canonical equivalence and compatibility equivalence. 118 compatibility equivalence. In Unicode, certain characters are supported which 121 However, it is supported in Unicode for compatibility with existing character 124 The normal form KD (NFKD) will apply the compatibility decomposition, i.e. 125 replace all compatibility characters with their equivalents. The normal form KC 126 (NFKC) first applies the compatibility decomposition, followed by the canonical
|
/external/gflags/cmake/ |
D | version.cmake.in | 8 # check compatibility 10 # Perform compatibility check here using the input CMake variables.
|
/external/icu/icu4c/source/data/lang/ |
D | root.txt | 11 compatibility{"{0} — compatibility"}
|
D | en_GB.txt | 25 compatibility{"{0} – compatibility"}
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | ChangeLog | 5 * Added FreeBSD and HP-UX compatibility, thanks to Rodrigo Rubira Branco 15 * Solaris compatibility, thanks to Rodrigo Rubira Branco
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 14 MSVC compatibility 18 MSVC. There are multiple dimensions to compatibility. 23 ABI is a work in progress. If you don't require MSVC ABI compatibility or don't 34 parsing and semantic compatibility tweaks are controlled by 35 ``-fms-compatibility`` and ``-fdelayed-template-parsing``, and they are a work 128 substitution, which is not what MSVC does. The following compatibility tweaks 143 http://clang.llvm.org/compatibility.html#dep_lookup
|
/external/llvm/test/CodeGen/Mips/ |
D | abiflags32.ll | 6 ; We don't emit '.module fp=32' for compatibility with binutils 2.24 which 15 ; We don't emit '.module fp=64' for compatibility with binutils 2.24 which
|
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/ |
D | control.jetstream | 11 This script iterates through all jetstream access points in the AP compatibility 13 performed in the AP compatibility lab.
|
D | control.open | 11 This script iterates through all of the access points in the AP compatibility 13 performed in the AP compatibility lab.
|
D | control.debug | 11 This script iterates through all of the access points in the AP compatibility 13 performed in the AP compatibility lab.
|
D | control.open_n | 13 This script iterates through all of the access points in the AP compatibility 15 performed in the AP compatibility lab.
|
D | control.wpapsk | 11 This script iterates through all of the access points in the AP compatibility 13 performed in the AP compatibility lab.
|
D | control.wpa2psk | 14 This script iterates through all of the access points in the AP compatibility 16 performed in the AP compatibility lab.
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | README | 28 big5 codes already, a roundtrip compatibility is not guaranteed for 66 The euc-jp codec is a compatibility instance on these points: 75 instead of using JIS X 0201 for compatibility. The differences are:
|