Home
last modified time | relevance | path

Searched refs:compatibility (Results 1 – 25 of 1295) sorted by relevance

12345678910>>...52

/external/mesa3d/src/mapi/glapi/gen/
Dapiexec.py45 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
70 "TexBuffer": exec_info(compatibility=20, core=31, es2=31),
147 "TexBufferRange": exec_info(compatibility=20, core=31, es2=31),
151 "FramebufferParameteri": exec_info(compatibility=30, core=31, es2=31),
152 "GetFramebufferParameteri": exec_info(compatibility=30, core=31, es2=31),
/external/tensorflow/tensorflow/core/ops/compat/
Dupdate_ops_main.cc30 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()
Dbackwards_compatibility_test.cc28 OpCompatibilityLib compatibility("tensorflow/core/ops", in TEST() local
36 compatibility.ValidateCompatible(env, &changed_ops, &added_ops, nullptr)); in TEST()
/external/deqp-deps/glslang/Test/
D140.vert14 gl_ClipVertex; // could be ERROR, but compiling under compatibility profile
15 gl_Color; // could be ERROR, but compiling under compatibility profile
16 gl_LightSource[0]; // could be ERROR, but compiling under compatibility profile
18 gl_TexCoord; // could be ERROR, but compiling under compatibility profile
19 gl_FogFragCoord; // could be ERROR, but compiling under compatibility profile
20 gl_FrontColor; // could be ERROR, but compiling under compatibility profile
/external/tensorflow/tensorflow/tools/docs/
Dpretty_docs.py77 parts.append(_build_compatibility(page_info.doc.compatibility))
117 parts.append(_build_compatibility(page_info.doc.compatibility))
145 parts.append(_build_compatibility(prop_info.doc.compatibility))
194 parts.append(_build_compatibility(method_info.doc.compatibility))
213 parts.append(_build_compatibility(page_info.doc.compatibility))
297 def _build_compatibility(compatibility): argument
300 sorted_keys = sorted(compatibility.keys())
303 value = compatibility[key]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/
DLLVM.Cpp.Common.targets54 …s not support fiber safe optimizations (/GT). Disable this option in compatibility settings to si…
59 …does not support MSVC Link Time Optimization. Disable this option in compatibility settings to si…
64 …ot support Ignore Standard Include Path (/X). Disable this option in compatibility settings to si…
69 … does not support Smaller Type Check (/RTCc). Disable this option in compatibility settings to si…
74 …t Basic Runtime Checks (/RTCu, /RTC1, /RTCs). Disable this option in compatibility settings to si…
79 …e generation with #pragma loop(hint) (/Qpar). Disable this option in compatibility settings to si…
84 …ort creating hotpatchable images (/hotpatch). Disable this option in compatibility settings to si…
89 …g for loop scope conformance (/Zc:forScope-). Disable this option in compatibility settings to si…
94 …wchar_t as a non builtin type (/Zc:wchar_t-). Disable this option in compatibility settings to si…
99 …ating xml documentation comment files (/doc). Disable this option in compatibility settings to si…
[all …]
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dforminfo.go54 composing, compatibility bool // form type member
62 compatibility: false,
68 compatibility: false,
74 compatibility: true,
80 compatibility: true,
/external/lzma/CPP/7zip/UI/Console/
DConsole.manifest6 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application>
12 </application></compatibility>
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mt/
Dbig_merge.test7 RUN: /manifest %p/Inputs/compatibility.manifest \
31 CHECK-NEXT: <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
34 CHECK-NEXT: </compatibility>
Dsingle_file.test21 CHECK-NEXT: <compatibility>
28 CHECK-NEXT: </compatibility>
/external/mesa3d/include/HaikuGL/
DREADME3 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/
Dlmb-excp.ucm33 <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/grpc-grpc/doc/core/
Dpending_api_cleanups.md2 backward-compatibility (e.g., a macro or some other function to preserve
7 can take the opportunity to clean up any pending backward-compatibility
10 This file lists all pending backward-compatibility changes that should
/external/compiler-rt/test/profile/
Dgcc-flag-compatibility.test3 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/ppp/pppd/plugins/radius/etc/
Ddictionary.compat2 # 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/grpc-grpc/doc/cpp/
Dpending_api_cleanups.md2 backward-compatibility (e.g., a macro or some other function to preserve
7 can take the opportunity to clean up any pending backward-compatibility
10 This file lists all pending backward-compatibility changes that should
/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2_main.py23 from tensorflow.tools.compatibility import ast_edits
24 from tensorflow.tools.compatibility import tf_upgrade_v2
25 from tensorflow.tools.compatibility import ipynb
/external/gflags/cmake/
Dversion.cmake.in8 # check compatibility
10 # Perform compatibility check here using the input CMake variables.
/external/python/cpython2/Doc/library/
Dunicodedata.rst107 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/python/cpython3/Doc/library/
Dunicodedata.rst110 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/icu/icu4c/source/data/lang/
Droot.txt11 compatibility{"{0} — compatibility"}
Den_001.txt23 compatibility{"{0} – compatibility"}
/external/tensorflow/tensorflow/tools/compatibility/update/
DBUILD15 "//tensorflow/tools/compatibility:tf_upgrade_v2_lib",
29 "//tensorflow/tools/compatibility:tf_upgrade_v2_lib",
/external/ltp/utils/benchmark/ebizzy-0.3/
DChangeLog5 * Added FreeBSD and HP-UX compatibility, thanks to Rodrigo Rubira Branco
15 * Solaris compatibility, thanks to Rodrigo Rubira Branco
/external/clang/docs/
DMSVCCompatibility.rst14 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

12345678910>>...52