Searched +full:native +full:- +full:test (Results 1 – 25 of 1086) sorted by relevance
12345678910>>...44
1 // REQUIRES: arm-registered-target2 // RUN: %clang_cc1 -emit-llvm -o - -triple arm-none-linux-gnueabi %s | FileCheck %s --check-prefix=…3 // RUN: %clang_cc1 -emit-llvm -o - -triple aarch64-none-linux-gnueabi %s | FileCheck %s --check-pre…4 // RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-linux-gnu %s | FileCheck %s --check-prefix=NOTNAT…5 …clang_cc1 -emit-llvm -o - -triple arm-none-linux-gnueabi -fallow-half-arguments-and-returns %s | F…6 …ang_cc1 -emit-llvm -o - -triple aarch64-none-linux-gnueabi -fallow-half-arguments-and-returns %s |…7 // RUN: %clang_cc1 -emit-llvm -o - -triple arm-none-linux-gnueabi -fnative-half-type %s \8 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF9 // RUN: %clang_cc1 -emit-llvm -o - -triple aarch64-none-linux-gnueabi -fnative-half-type %s \10 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF[all …]
1 // REQUIRES: arm-registered-target2 …-ffp-exception-behavior=maytrap -fexperimental-strict-floating-point -emit-llvm -o - -triple arm-n…3 …-ffp-exception-behavior=maytrap -fexperimental-strict-floating-point -emit-llvm -o - -triple aarch…4 …-ffp-exception-behavior=maytrap -fexperimental-strict-floating-point -emit-llvm -o - -triple x86_6…5 …-ffp-exception-behavior=maytrap -fexperimental-strict-floating-point -emit-llvm -o - -triple arm-n…6 …-ffp-exception-behavior=maytrap -fexperimental-strict-floating-point -emit-llvm -o - -triple aarch…7 …%clang_cc1 -ffp-exception-behavior=maytrap -fexperimental-strict-floating-point -emit-llvm -o - -t…8 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF --check-prefix=CHECK9 …lang_cc1 -ffp-exception-behavior=maytrap -fexperimental-strict-floating-point -emit-llvm -o - -tri…10 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF --check-prefix=CHECK[all …]
1 // REQUIRES: arm-registered-target2 // RUN: %clang_cc1 -emit-llvm -o - -triple arm-none-linux-gnueabi %s | FileCheck %s --check-prefix=…3 // RUN: %clang_cc1 -emit-llvm -o - -triple aarch64-none-linux-gnueabi %s | FileCheck %s --check-pre…4 … %clang_cc1 -emit-llvm -o - -triple arm-none-linux-gnueabi -fallow-half-arguments-and-returns %s |…5 …clang_cc1 -emit-llvm -o - -triple aarch64-none-linux-gnueabi -fallow-half-arguments-and-returns %s…6 // RUN: %clang_cc1 -emit-llvm -o - -triple arm-none-linux-gnueabi -fnative-half-type %s \7 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF8 // RUN: %clang_cc1 -emit-llvm -o - -triple aarch64-none-linux-gnueabi -fnative-half-type %s \9 // RUN: | FileCheck %s --check-prefix=NATIVE-HALF10 // RUN: %clang_cc1 -emit-llvm -o - -x renderscript %s \[all …]
1 # coding: utf-828 with open(os.path.join(fixtures_dir, 'keys/test-der.key'), 'rb') as f:32 'two-prime',33 key['version'].native37 key['modulus'].native41 key['public_exponent'].native45 key['private_exponent'].native49 key['prime1'].native53 key['prime2'].native57 key['exponent1'].native[all …]
1 # coding: utf-8114 self.assertEqual(unicode_string, x509.IPAddress.load(der_bytes).native)118 self.assertEqual('example.com', e.native)124 self.assertEqual('example.com', e.native)146 b'\x16\x10xn--bcher-kva.ch',175 self.assertEqual('https://example.com', u.native)181 self.assertEqual('https://example.com/', u.native)185 self.assertEqual('https://example.com', u2.native)189 self.assertEqual('https://example.com:443/', u3.native)195 self.assertEqual('https://example.com', u.native)[all …]
1 # coding: utf-825 with open(os.path.join(fixtures_dir, 'test-tripledes.p12'), 'rb') as f:30 info['version'].native37 auth_safe['content_type'].native49 content_info['content_type'].native54 content_info['content_type'].native56 safe_contents = pkcs12.SafeContents.load(content_info['content'].native)68 bag_attributes[0]['type'].native72 bag_attributes[0]['values'].native76 bag_attributes[1]['type'].native[all …]
1 # coding: utf-8186 # This class attribute may be a 2-element tuple of integers,187 # or a tuple of 2-element tuple of integers. The first form284 # https://misc.daniel-marschall.de/asn.1/oid_facts.html370 (-127, b'\x02\x01\x81'),371 (-127, b'\x02\x01\x81'),373 (-32768, b'\x02\x02\x80\x00'),374 (-32769, b'\x02\x03\xFF\x7F\xFF'),378 def integer(self, native, der_bytes): argument379 i = core.Integer(native)[all …]
1 # coding: utf-828 with open(os.path.join(fixtures_dir, 'test-inter-der.csr'), 'rb') as f:35 cri['version'].native48 cri['subject'].native55 cri['subject_pk_info']['algorithm'].native59 cri['subject_pk_info']['public_key'].parsed['modulus'].native63 cri['subject_pk_info']['public_key'].parsed['public_exponent'].native67 cri['attributes'].native71 with open(os.path.join(fixtures_dir, 'test-third-der.csr'), 'rb') as f:78 cri['version'].native[all …]
19 . $srcdir/test-subr.sh23 # this test if it is missing parts of the backend implementation.25 # As new backend code is added to satisfy the test, be sure to update26 # the fixed test cases (run-allregs.sh et al) to test that backend29 tempfiles native.c native30 echo 'main () { while (1) pause (); }' > native.c32 native=035 test $native -eq 0 || {36 kill -9 $native 2> /dev/null || :37 wait $native 2> /dev/null || :[all …]
2 echo "Testing ${docker_image:=grpc_interop_node:1415ecbf-5d0f-423e-8c2c-e0cb6d154e73}"3 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…4 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…5 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…6 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…7 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…8 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…9 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…10 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…11 …-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…[all …]
7 // https://www.apache.org/licenses/LICENSE-2.025 constexpr std::endian kNonNative = (std::endian::native == std::endian::little)34 // clang-format off36 // Native endianess conversions (should do nothing)38 // Convert unsigned to native endianness39 static_assert(ConvertOrderTo(std::endian::native, uint8_t{0x12}) == uint8_t{0x12});40 static_assert(ConvertOrderTo(std::endian::native, uint16_t{0x0011}) == uint16_t{0x0011});41 static_assert(ConvertOrderTo(std::endian::native, uint32_t{0x33221100}) == uint32_t{0x33221100});42 static_assert(ConvertOrderTo(std::endian::native, uint64_t{0x0011223344556677}) == uint64_t{0x00112…44 // Convert signed to native endianness[all …]
... /native/eas_mmapi.h Sonivox/mmapi/native/eas_mmapi_config.h Sonivox/mmapi/native/ ...
1 """Load dependencies needed to compile and test the grpc library as a 3rd-party consumer."""4 """Loads dependencies need to compile and test the grpc library."""6 native.bind(11 native.bind(12 name = "absl-base",16 native.bind(17 name = "absl-time",21 native.bind(26 native.bind(31 native.bind([all …]
5 """BouncyCastle version-specific tests."""9 native.java_test(20 # We can't use native.alias, because aliased tests are not run.21 # So, we simply duplicate the test.22 native.java_test(32 """BouncyCastle version-specific tests."""36 native.java_test(47 # We can't use native.alias, because aliased tests are not run.48 # So, we simply duplicate the test.49 native.java_test([all …]
3 # Use of this source code is governed by a BSD-style license that can be8 This test suite contains various tests for the JNI generator.9 It exercises the low-level parser all the way up to the106 # This is the caller test method.108 self.assertTrue(caller.startswith('test'),110 'test* method, not %s' % caller)122 # This function can only be called from a test* method.132 private native int nativeInit();133 private native void nativeDestroy(int nativeChromeBrowserProvider);134 private native long nativeAddBookmark([all …]
3 … td_includes = [], td_relative_includes = [], strip_include_prefix = None, test = False, **kwargs):17 test: Whether to create a test to invoke the tool too.18 **kwargs: Extra keyword arguments to pass to native rules such as cc_library below.26 "-I external/llvm-project/mlir/include -I external/org_tensorflow",27 "-I $(GENDIR)/external/llvm-project/mlir/include -I $(GENDIR)/external/org_tensorflow",31 "-I%s" % td_include,32 "-I$(GENDIR)/%s" % td_include,36 …"-I%s/%s -Iexternal/org_tensorflow/%s/%s" % (native.package_name(), td_include, native.package_nam…37 "-I$(GENDIR)/%s/%s" % (native.package_name(), td_include),40 local_inc = "-I $$(dirname $(location %s))" % td_file[all …]
7 # http://www.apache.org/licenses/LICENSE-2.022 # Each rule listed must be re-written for Google's internal build system, and30 # The set of pollers to test against if a test exercises polling83 copts = if_mac(["-DGRPC_CFSTREAM"])85 copts = copts + if_not_windows(["-std=c99"])86 linkopts = if_not_windows(["-pthread"])88 linkopts = linkopts + if_mac(["-framework CoreFoundation"])93 native.cc_library(118 "src/core/ext/upb-generated", # Once upb code-gen issue is resolved, remove this.119 "src/core/ext/upbdefs-generated", # Once upb code-gen issue is resolved, remove this.[all …]
8 * http://www.apache.org/licenses/LICENSE-2.038 // for latency test45 // for buffer test63 private int mPerformanceMode = -1;71 // for buffer test164 public static native TestSettings nativeComputeDefaultSettings( in nativeComputeDefaultSettings()166 public native long nativeInit(int threadType, in nativeInit()172 public native int nativeProcessNext(long nativeHandle, double[] samples, long offset); in nativeProcessNext()173 public native int nativeDestroy(long nativeHandle); in nativeDestroy()176 public native int[] nativeGetRecorderBufferPeriod(long nativeHandle); in nativeGetRecorderBufferPeriod()[all …]
8 * http://www.apache.org/licenses/LICENSE-2.049 /** A Test that runs a native test package on given device. */63 @Option(name = "module-name", description = "The name of the native test module to run.")66 @Option(name = "command-filter-prefix",67 description = "The prefix required for each test filter when running the shell command")71 name = "native-test-timeout",73 "The max time in ms for the test to run. "74 + "Test run will be aborted if any test takes longer."78 @Option(name = "run-test-as", description = "User to execute test binary as.")82 name = "runtime-hint",[all …]
41 "UTF-32BE", "UTF-32LE",42 "UTF-16BE", "UTF-16LE",43 "UTF-32", "UTF-16",44 "UCS-4BE", "UCS-4LE",45 "UCS-2BE", "UCS-2LE",46 "UCS-4", "UCS-2"50 "ASCII", "ASCII-GR", "ISO8859-1"62 iconv_t test = 0; in try() local66 test = iconv_open(asciiTries[i], testCp); in try()67 if(test != (iconv_t) -1) in try()[all …]
1 langtools-19293ea3999f/test/jdk/javadoc/doclet/testAnchorNames/pkg1/RegClass.java4 langtools-19293ea3999f/test/jdk/javadoc/doclet/testSourceTab/DoubleTab/C.java7 langtools-19293ea3999f/test/jdk/javadoc/doclet/testSourceTab/SingleTab/C.java10 langtools-19293ea3999f/test/jdk/javadoc/doclet/testUnnamedPackage/BadSource.java11 …bstract" "class" "default" "enum" "final" "import" "interface" "module" "native" "open" "private" …13 langtools-19293ea3999f/test/jdk/javadoc/tool/6964914/Error.java16 langtools-19293ea3999f/test/jdk/javadoc/tool/6964914/JavacWarning.java19 langtools-19293ea3999f/test/jdk/javadoc/tool/enum/docComments/pkg1/Operation.java22 langtools-19293ea3999f/test/jdk/javadoc/tool/T4994049/FileWithTabs.java25 langtools-19293ea3999f/test/tools/javac/6302184/T6302184.java[all …]
3 set -e4 set -o xtrace6 CROSS_FILE=/cross_file-"$CROSS".txt8 # We need to control the version of llvm-config we're using, so we'll9 # tweak the cross file or generate a native file to do so.10 if test -n "$LLVM_VERSION"; then11 LLVM_CONFIG="llvm-config-${LLVM_VERSION}"12 echo -e "[binaries]\nllvm-config = '`which $LLVM_CONFIG`'" > native.file13 if [ -n "$CROSS" ]; then14 sed -i -e '/\[binaries\]/a\' -e "llvm-config = '`which $LLVM_CONFIG`'" $CROSS_FILE[all …]
2 // Use of this source code is governed by a BSD-style license that can be17 namespace test { namespace37 struct SerializeStructHelperTraits<native::NativeStruct> {38 using DataView = native::NativeStructDataView;50 const size_t payload_start = message->payload_buffer()->cursor(); in SerializeStruct()52 mojo::internal::Serialize<DataViewType>(input, message->payload_buffer(), in SerializeStruct()55 return message->payload_buffer()->cursor() - payload_start; in SerializeStruct()82 void* subsequent_area = message.payload_buffer()->AllocateAndGet(32); in SerializeAndDeserialize()93 using StructTest = testing::Test;129 EXPECT_FALSE(clone_region->name); in TEST_F()[all …]
2 <!--10 -->13 <title>iron-form</title>15 <script src="../../webcomponentsjs/webcomponents-lite.js"></script>16 <script src="../../web-component-tester/browser.js"></script>19 <link rel="import" href="../../paper-checkbox/paper-checkbox.html">20 <link rel="import" href="../../paper-input/paper-input.html">21 <link rel="import" href="../../paper-button/paper-button.html">22 <link rel="import" href="../iron-form.html">27 <dom-module id="x-input-wrapper">[all …]