Home
last modified time | relevance | path

Searched +full:- +full:compat (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/external/cldr/common/transforms/
DLatin-ASCII.xml1 <?xml version="1.0" encoding="UTF-8" ?>
3 <!--
4 Copyright © 1991-2013 Unicode, Inc.
7 -->
11 …<transform source="Latin" target="ASCII" direction="both" alias="und-t-d0-ascii und-Latn-t-s0-asci…
24 [[:Latin:][0-9]] { [:Mn:]+ → ; # maps to nothing; remove all Mn following Latin letter/digit
27 # Some of the following mappings (noted) are from CLDR ‹character-fallback› data.
28 # (Note, here "‹character-fallback›" uses U+2039/U+203A to avoid XML issues)
32 Æ → AE ; # 00C6;LATIN CAPITAL LETTER AE (from ‹character-fallback›)
36 ß → ss ; # 00DF;LATIN SMALL LETTER SHARP S (from ‹character-fallback›)
[all …]
/external/icu/icu4c/source/data/translit/
DLatin_ASCII.txt19 [[:Latin:][0-9]] { [:Mn:]+ → ; # maps to nothing; remove all Mn following Latin letter/digit
22 # Some of the following mappings (noted) are from CLDR ‹character-fallback› data.
23 # (Note, here "‹character-fallback›" uses U+2039/U+203A to avoid XML issues)
27 Æ → AE ; # 00C6;LATIN CAPITAL LETTER AE (from ‹character-fallback›)
31 ß → ss ; # 00DF;LATIN SMALL LETTER SHARP S (from ‹character-fallback›)
32 æ → ae ; # 00E6;LATIN SMALL LETTER AE (from ‹character-fallback›)
41 IJ → IJ ; # 0132;LATIN CAPITAL LIGATURE IJ (compat)
42 ij → ij ; # 0133;LATIN SMALL LIGATURE IJ (compat)
44 Ŀ → L ; # 013F;LATIN CAPITAL LETTER L WITH MIDDLE DOT (compat)
45 ŀ → l ; # 0140;LATIN SMALL LETTER L WITH MIDDLE DOT (compat)
[all …]
/external/tensorflow/tensorflow/tools/compatibility/
Drenames_v2.py7 # http://www.apache.org/licenses/LICENSE-2.0
15 # pylint: disable=line-too-long
20 bazel-bin/tensorflow/tools/compatibility/update/generate_v2_renames_map
29 'tf.compat.v1.AUTO_REUSE',
31 'tf.compat.v1.AttrValue',
37 'tf.compat.v1.ConditionalAccumulator',
39 'tf.compat.v1.ConditionalAccumulatorBase',
41 'tf.compat.v1.ConfigProto',
43 'tf.compat.v1.DeviceSpec',
45 'tf.compat.v1.Dimension',
[all …]
Dtf_upgrade_v2.py7 # http://www.apache.org/licenses/LICENSE-2.0
32 # pylint: disable=g-explicit-bool-comparison,g-bool-id-comparison
448 # pylint: disable=line-too-long
457 "tf.compat.v1.batch_gather",
463 "tf.compat.v1.estimator.inputs",
517 "tf.compat.v1.contrib.data.batch_and_drop_remainder",
549 "tf.compat.v1.contrib.data.padded_batch_and_drop_remainder",
557 "tf.compat.v1.contrib.data.read_batch_features",
559 "tf.compat.v1.contrib.data.reduce_dataset",
571 "tf.compat.v1.contrib.data.sliding_window_batch",
[all …]
Dtf_upgrade_v2_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
90 if hasattr(tf.compat, "v2"):
100 visitor.private_map["tf.compat"] = ["v1"]
101 traverse.traverse(tf.compat.v2, visitor)
103 if hasattr(tf.compat, "v1"):
113 traverse.traverse(tf.compat.v1, visitor)
127 self.assertTrue(report.find("Failed to parse") != -1)
146 if not hasattr(tf.compat, "v2"):
160 not text.startswith("tf.compat.v1") and
161 not text.startswith("tf.compat.v2") and
[all …]
/external/openssh/
DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
4 -Wall \
5 -Werror \
6 -Wno-error=implicit-function-declaration \
7 -Wno-pointer-sign \
8 -Wno-sign-compare \
9 -Wno-type-limits \
10 -Wno-unused-parameter \
11 -Wno-unused-variable \
12 -Wno-error \
[all …]
DMakefile.in25 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
26 SFTP_SERVER=$(libexecdir)/sftp-server
27 SSH_KEYSIGN=$(libexecdir)/ssh-keysign
28 SSH_PKCS11_HELPER=$(libexecdir)/ssh-pkcs11-helper
34 PATHS= -DSSHDIR=\"$(sysconfdir)\" \
35 -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
36 -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
37 -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
38 -D_PATH_SSH_KEY_SIGN=\"$(SSH_KEYSIGN)\" \
39 -D_PATH_SSH_PKCS11_HELPER=\"$(SSH_PKCS11_HELPER)\" \
[all …]
/external/libxkbcommon/xkbcommon/test/data/
Dsync.sh5 if [ ! -d test/data ]; then
52 compat/complete \
53 compat/lednum \
54 compat/pc \
55 compat/ledscroll \
56 compat/basic \
57 compat/misc \
58 compat/iso9995 \
59 compat/accessx \
60 compat/xfree86 \
[all …]
/external/tensorflow/tensorflow/python/compat/
Dcompat_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
22 from tensorflow.python.compat import compat
29 date = compat._FORWARD_COMPATIBILITY_HORIZON # pylint: disable=protected-access
33 …date = compat._FORWARD_COMPATIBILITY_HORIZON + datetime.timedelta(days=n) # pylint: disable=prote…
38 one_day_before = self._n_days_after(-1)
39 self.assertTrue(compat.forward_compatible(*one_day_before))
40 self.assertFalse(compat.forward_compatible(*compatibility_date))
45 with compat.forward_compatibility_horizon(*one_day_after):
46 self.assertTrue(compat.forward_compatible(*compatibility_date))
47 self.assertFalse(compat.forward_compatible(*one_day_after))
[all …]
/external/syzkaller/sys/syz-extract/
Dnetbsd.go19 …return fmt.Errorf("provide path to kernel checkout via -sourcedir flag (or make extract SOURCEDIR)…
22 return fmt.Errorf("netbsd requires -build flag")
55 "-fmessage-length=0",
56 "-nostdinc",
57 "-D_KERNEL",
58 "-D__BSD_VISIBLE=1",
59 "-I", filepath.Join(arch.sourceDir, "sys"),
60 "-I", filepath.Join(arch.sourceDir, "sys", "sys"),
61 "-I", filepath.Join(arch.sourceDir, "sys", "arch", "amd64"),
62 "-I", filepath.Join(arch.sourceDir, "common", "include"),
[all …]
Dfreebsd.go19 …return fmt.Errorf("provide path to kernel checkout via -sourcedir flag (or make extract SOURCEDIR)…
22 return fmt.Errorf("freebsd requires -build flag")
41 "-fmessage-length=0",
42 "-nostdinc",
43 "-D_KERNEL",
44 "-D__BSD_VISIBLE=1",
45 "-I", filepath.Join(arch.sourceDir, "sys"),
46 "-I", filepath.Join(arch.sourceDir, "sys", "sys"),
47 "-I", filepath.Join(arch.sourceDir, "sys", "amd64"),
48 "-I", arch.buildDir,
[all …]
/external/bcc/scripts/
Dcheck-helpers.sh4 libbpf=$(grep -oP '(?<={")\w+(?=", "\d\.\d+")' src/cc/libbpf.c | sort)
5 doc=$(grep -oP "(?<=BPF_FUNC_)\w+" docs/kernel-versions.md | sort)
7 if [ $? -ne 0 ]; then
8 echo "The lists of helpers in src/cc/libbpf.c and docs/kernel-versions.md differ:"
9 echo -e "$dif\n"
13 compat=$(grep -oP "(?<=^\sFN\()\w+" src/cc/compat/linux/bpf.h | tail -n +2 | sort)
14 dif=$(diff <(echo "$doc") <(echo "$compat"))
15 if [ $? -ne 0 ]; then
16 echo "The lists of helpers in docs/kernel-versions.md and src/cc/compat/linux/bpf.h differ:"
17 echo -e "$dif\n"
[all …]
/external/tensorflow/tensorflow/contrib/bigtable/python/kernel_tests/
Dbigtable_ops_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
30 from tensorflow.python.util import compat
37 return [(compat.as_bytes(i[0]), compat.as_bytes(i[1])) for i in values]
71 compat.as_bytes(want), compat.as_bytes(output),
94 compat.as_bytes(want), compat.as_bytes(output[0]),
98 compat.as_bytes(want), compat.as_bytes(output[1]),
134 compat.as_bytes(elem[0]), compat.as_bytes(output[0]),
136 (i, compat.as_bytes(elem[0]), compat.as_bytes(output[0])))
138 compat.as_bytes(elem[1]), compat.as_bytes(output[1]),
140 (i, compat.as_bytes(elem[1]), compat.as_bytes(output[1])))
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DInternal.java9 * http://www.apache.org/licenses/LICENSE-2.0
43 @dalvik.annotation.compat.UnsupportedAppUsage
52 @dalvik.annotation.compat.UnsupportedAppUsage
55 @dalvik.annotation.compat.UnsupportedAppUsage
58 @dalvik.annotation.compat.UnsupportedAppUsage
61 @dalvik.annotation.compat.UnsupportedAppUsage
64 @dalvik.annotation.compat.UnsupportedAppUsage
67 @dalvik.annotation.compat.UnsupportedAppUsage
71 @dalvik.annotation.compat.UnsupportedAppUsage
74 @dalvik.annotation.compat.UnsupportedAppUsage
[all …]
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java9 * http://www.apache.org/licenses/LICENSE-2.0
30 * Public shim allowing us to stay backward-compatible with legacy applications which were using
64 @dalvik.annotation.compat.UnsupportedAppUsage
70 @dalvik.annotation.compat.UnsupportedAppUsage
77 @dalvik.annotation.compat.UnsupportedAppUsage
88 @dalvik.annotation.compat.UnsupportedAppUsage
95 @dalvik.annotation.compat.UnsupportedAppUsage
101 @dalvik.annotation.compat.UnsupportedAppUsage
111 @dalvik.annotation.compat.UnsupportedAppUsage
116 @dalvik.annotation.compat.UnsupportedAppUsage
[all …]
/external/libxkbcommon/xkbcommon/test/
Drules-file.c25 #include "xkbcomp-priv.h"
41 const char *compat; member
53 data->rules, data->model, data->layout, data->variant, data->options in test_rules()
57 fprintf(stderr, "\n\nChecking : %s\t%s\t%s\t%s\t%s\n", data->rules, in test_rules()
58 data->model, data->layout, data->variant, data->options); in test_rules()
60 if (data->should_fail) in test_rules()
64 data->keycodes, data->types, data->compat, data->symbols); in test_rules()
68 return data->should_fail; in test_rules()
72 kccgst.keycodes, kccgst.types, kccgst.compat, kccgst.symbols); in test_rules()
74 passed = streq(kccgst.keycodes, data->keycodes) && in test_rules()
[all …]
/external/iptables/iptables/
Dxtables-compat-multi.c6 #include "xtables-multi.h"
9 {"iptables-xml", iptables_xml_main},
12 {"iptables-compat", xtables_ip4_main},
16 {"iptables-save", xtables_ip4_save_main},
17 {"iptables-restore", xtables_ip4_restore_main},
18 {"iptables-compat-save", xtables_ip4_save_main},
19 {"iptables-compat-restore", xtables_ip4_restore_main},
21 {"ip6tables-compat", xtables_ip6_main},
25 {"ip6tables-save", xtables_ip6_save_main},
26 {"ip6tables-restore", xtables_ip6_restore_main},
[all …]
DMakefile.am1 # -*- Makefile -*-
4 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include -I${top_sr…
5 AM_YFLAGS = -d
9 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c
13 xtables_multi_CFLAGS += -DALL_INCLUSIVE
16 xtables_multi_SOURCES += iptables-save.c iptables-restore.c \
17 iptables-standalone.c iptables.c
18 xtables_multi_CFLAGS += -DENABLE_IPV4
22 xtables_multi_SOURCES += ip6tables-save.c ip6tables-restore.c \
23 ip6tables-standalone.c ip6tables.c
[all …]
/external/libusb-compat/libusb-compat.xcodeproj/
Dproject.pbxproj38 …busb.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libu…
39 …8D /* libusb-compat.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"…
57 08FB7794FE84155DC02AAC07 /* libusb-compat */ = {
66 name = "libusb-compat";
83 D2AAC0630554660B00DB518D /* libusb-compat.dylib */,
112 D2AAC0620554660B00DB518D /* libusb-compat */ = {
114 …List = 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "libusb-compat" */;
125 name = "libusb-compat";
126 productName = "libusb-compat";
127 productReference = D2AAC0630554660B00DB518D /* libusb-compat.dylib */;
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
29 from six.moves import xrange # pylint: disable=redefined-builtin
73 from tensorflow.python.util import compat
83 constant_op.constant(boston.data), [-1, _BOSTON_INPUT_DIM]),
85 labels = array_ops.reshape(constant_op.constant(boston.target), [-1, 1])
92 constant_op.constant(iris.data), [-1, _IRIS_INPUT_DIM])
93 labels = array_ops.reshape(constant_op.constant(iris.target), [-1])
100 constant_op.constant(iris.data), [-1, _IRIS_INPUT_DIM])
102 'labels': array_ops.reshape(constant_op.constant(iris.target), [-1])
248 const = constant_op.constant(-1, dtype=dtypes.int64)
[all …]
/external/tensorflow/tensorflow/python/util/
Dcompat.py7 # http://www.apache.org/licenses/LICENSE-2.0
42 def as_bytes(bytes_or_text, encoding='utf-8'):
43 """Converts either bytes or unicode to `bytes`, using utf-8 encoding for text.
64 def as_text(bytes_or_text, encoding='utf-8'):
88 tf_export('compat.as_bytes', 'compat.as_str')(as_bytes)
89 tf_export('compat.as_text')(as_text)
92 tf_export('compat.as_bytes')(as_bytes)
93 tf_export('compat.as_text', 'compat.as_str')(as_text)
96 @tf_export('compat.as_str_any')
112 @tf_export('compat.path_to_str')
[all …]
/external/e2fsprogs/lib/e2p/
Dfeature.c2 * feature.c --- convert between features and strings
6 * %Begin-Header%
9 * %End-Header%
21 #include <ext2fs/kernel-jbd.h>
24 int compat; member
72 "read-only" },
132 const char *e2p_feature2string(int compat, unsigned int mask) in e2p_feature2string() argument
139 for (f = feature_list; f->string; f++) { in e2p_feature2string()
140 if ((compat == f->compat) && in e2p_feature2string()
141 (mask == f->mask)) in e2p_feature2string()
[all …]
/external/libusb-compat/
DNEWS4 2009-07-09: libusb-compat-0.1.3 release
5 * Fix cross-compiling
8 2009-06-11: libusb-compat-0.1.2 release
11 2009-05-28: libusb-compat-0.1.1 release
12 * Further improvements to match libusb-0.1 endpoint addressing behaviour
14 2008-12-13: libusb-compat-0.1.0 release
17 2008-11-21: libusb-compat-0.1.0-beta3 release
20 2008-06-28: libusb-compat-0.1.0-beta2 release
21 * Match libusb-0.1 endpoint addressing behaviour
22 * Update for libusb-0.9.1
[all …]
/external/u-boot/arch/arm/mach-uniphier/
Dboard_late_init.c1 // SPDX-License-Identifier: GPL-2.0+
4 * Copyright (C) 2015-2016 Socionext Inc.
26 * driver just for a really SoC-specific thing. in nand_denali_wp_disable()
37 const char *compat; in uniphier_set_fdt_file() local
44 compat = fdt_stringlist_get(gd->fdt_blob, 0, "compatible", 0, NULL); in uniphier_set_fdt_file()
45 if (!compat) in uniphier_set_fdt_file()
46 return -EINVAL; in uniphier_set_fdt_file()
49 compat = strchr(compat, ','); in uniphier_set_fdt_file()
50 if (!compat) in uniphier_set_fdt_file()
51 return -EINVAL; in uniphier_set_fdt_file()
[all …]
/external/u-boot/arch/powerpc/include/asm/
Dfsl_liodn.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2009-2011 Freescale Semiconductor, Inc.
35 + (port - 1) * 0x200 \
40 const char * compat; member
52 const char *compat[2]; member
70 { .compat[0] = name1, \
71 .compat[1] = name2, \
78 { .compat = name, \
85 { .compat = name, \
91 #define SET_GUTS_LIODN(compat, liodn, name, compatoff) \ argument
[all …]

12345678910>>...42