Home
last modified time | relevance | path

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

12345678910>>...63

/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
62 self.compatibility = compatibility
69 "TexBuffer": exec_info(compatibility=20, core=31, es2=31),
72 "FramebufferTexture": exec_info(compatibility=32, core=32, es2=31),
76 "GetSubroutineUniformLocation": exec_info(compatibility=31, core=31),
77 "GetSubroutineIndex": exec_info(compatibility=31, core=31),
78 "GetActiveSubroutineUniformiv": exec_info(compatibility=31, core=31),
[all …]
/external/kotlinx.coroutines/binary-compatibility-validator/
DREADME.md1 # Public API binary compatibility validator
3 This module allows to dump and compare public binary API to ensure binary compatibility with a prev…
4 …y of [original Kotlin compatibility validator](https://github.com/JetBrains/kotlin/tree/master/lib…
9 ./gradlew :binary-compatibility-validator:test -Poverwrite.output=true
/external/tensorflow/tensorflow/core/ops/compat/
Dupdate_ops_main.cc32 OpCompatibilityLib compatibility( in WriteUpdateTo() local
38 const string& ops_file = compatibility.ops_file(); in WriteUpdateTo()
40 TF_QCHECK_OK(WriteStringToFile(env, ops_file, compatibility.OpsString())); in WriteUpdateTo()
49 TF_QCHECK_OK(compatibility.ValidateCompatible(env, &changed_ops, &added_ops, in WriteUpdateTo()
53 const string& history_dir = compatibility.op_history_directory(); 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/angle/third_party/glslang/src/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/arm-trusted-firmware/docs/process/
Dplatform-compatibility-policy.rst7 This document clarifies the project's policy around compatibility for upstream
10 Platform compatibility policy
13 Platform compatibility is mainly affected by changes to Platform APIs (as
16 compatibility for upstream platforms. Due to evolving requirements and
17 enhancements, there might be changes affecting platform compatibility which
/external/tensorflow/tensorflow/tools/docs/
Dpretty_docs.py77 parts.append(_build_compatibility(page_info.doc.compatibility))
115 parts.append(_build_compatibility(page_info.doc.compatibility))
143 parts.append(_build_compatibility(prop_info.doc.compatibility))
192 parts.append(_build_compatibility(method_info.doc.compatibility))
208 parts.append(_build_compatibility(page_info.doc.compatibility))
292 def _build_compatibility(compatibility): argument
295 sorted_keys = sorted(compatibility.keys())
298 value = compatibility[key]
/external/protobuf/java/compatibility_tests/v2.5.0/
Dtest.sh111 cp -f deps/target/compatibility-test-deps-${TEST_VERSION}-jar-with-dependencies.jar deps.jar
115 cp -f protos/target/compatibility-protos-${TEST_VERSION}.jar protos.jar
116 cp -f more_protos/target/compatibility-more-protos-${TEST_VERSION}.jar more_protos.jar
117 cp -f tests/target/compatibility-tests-${TEST_VERSION}.jar tests.jar
134 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos/target/compatibility-prot…
142 …protobuf-java-$VERSION_NUMBER.jar:../protos.jar:../more_protos/target/compatibility-more-protos-${…
/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2_safety.py21 from tensorflow.tools.compatibility import all_renames_v2
22 from tensorflow.tools.compatibility import ast_edits
23 from tensorflow.tools.compatibility import module_deprecations_v2
Dtf_upgrade_v2_main.py26 from tensorflow.tools.compatibility import ast_edits
27 from tensorflow.tools.compatibility import ipynb
28 from tensorflow.tools.compatibility import tf_upgrade_v2
29 from tensorflow.tools.compatibility import tf_upgrade_v2_safety
/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/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/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>
/external/mesa3d/include/HaikuGL/
DREADME3 Headers in this directory preserve some BeOS™ compatibility
4 compatibility, so changes should be mentioned to the Haiku
26 allow legacy compatibility with the BeOS™ and its 3D GL
/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/tensorflow/tensorflow/lite/kernels/internal/
DBUILD43 name = "compatibility",
44 hdrs = ["compatibility.h"],
58 ":compatibility",
239 ":compatibility",
285 ":compatibility",
360 ":compatibility",
408 ":compatibility",
464 ":compatibility",
527 ":compatibility",
569 # Deprecated version of :tensor, kept for backwards compatibility.
[all …]
/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/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/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/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/gflags/cmake/
Dversion.cmake.in8 # check compatibility
10 # Perform compatibility check here using the input CMake variables.
/external/python/google-api-python-client/
DREADME.md4 …PyPI](https://python-compatibility-tools.appspot.com/one_badge_image?package=google-api-python-cli…
5 …-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/googl…
/external/icu/icu4c/source/data/lang/
Droot.txt11 compatibility{"{0} — compatibility"}
/external/tensorflow/tensorflow/tools/compatibility/update/
DBUILD17 "//tensorflow/tools/compatibility:all_renames_v2",
33 "//tensorflow/tools/compatibility:tf_upgrade_v2_lib",

12345678910>>...63