HomeSort by relevance Sort by last modified time
    Searched refs:different (Results 1 - 25 of 425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/tests/libtest/
test1013.pl 45 my $different = $curlproto ne $curlconfigproto;
46 if ($different) {
51 exit $different;
test1022.pl 48 my $different = $version ne $curlconfigversion;
49 if ($different || !$version) {
  /external/llvm/test/MC/ELF/
common-error3.s 3 # CHECK: Symbol: C redeclared as different type
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
common-error3.s 3 # CHECK: Symbol: C redeclared as different type
  /external/curl/docs/cmdline-opts/
location.d 6 If the server reports that the requested page has moved to a different
11 host. If a redirect takes curl to a different host, it won't be able to
basic.d 8 previously set option that sets a different authentication method (such as
  /external/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/
__init__.py 8 a bit different symbol computation.
  /external/python/oauth2client/oauth2client/contrib/
xsrfutil.py 103 different = 0
105 different |= x ^ y
106 return not different
  /external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp 23 expected-error{{redefinition of 'pi0' as different kind of symbol}}
  /external/clang/test/Sema/
vector-cast.c 22 't2' (vector of 16 'char' values) and 't1' (vector of 1 'long long' value) of different size}}
24 't1' (vector of 1 'long long' value) and 't2' (vector of 16 'char' values) of different size}}
31 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
35 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
62 d += f2; // expected-error {{cannot convert between vector values of different size}}
63 c -= vget_low_f64(v); // expected-error {{cannot convert between vector values of different size}}
  /external/llvm/test/MC/X86/AlignedBundling/
switch-section-locked-error.s 3 # This test invokes .bundle_lock and then switches to a different section
  /external/protobuf/objectivec/google/protobuf/
Empty.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Any.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Duration.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
FieldMask.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
SourceContext.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Timestamp.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
switch-section-locked-error.s 3 # This test invokes .bundle_lock and then switches to a different section
  /external/tensorflow/tensorflow/core/lib/random/
simple_philox_test.cc 48 bool different = false; local
51 different = true;
55 CHECK(different) << "different seeds but same output!";
62 DifferenceTest("SimplePhilox: different seeds", &gen1, &gen2);
  /external/u-boot/doc/
README.power-framework 19 designers strive to cut down power consumption. Hence several different types of
27 One package can integrate PMIC and MUIC with different addresses on the I2C bus.
28 The same device - e.g. MAX8997 uses two different I2C busses and addresses.
31 different ICs use different endianess. For this reason struct pmic holds
59 be maintained for different classes of devices.
117 __Example for trats (this can be very different for other board):__
  /external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 7 * in a subrule are different: (ID INT)+ where |ID|!=|INT|
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_noasm.go 10 // 16-byte result into out. Authenticating two different messages with the same
  /external/grpc-grpc-java/buildscripts/kokoro/
windows.bat 16 @rem Clear JAVA_HOME to prevent a different Java version from being used
  /external/opencensus-java/buildscripts/kokoro/
windows.bat 13 @rem Clear JAVA_HOME to prevent a different Java version from being used
  /external/golang-protobuf/proto/
equal_test.go 110 {"different types", &pb.GoEnum{}, &pb.GoTestField{}, false},
115 {"different typed nil", (*pb.GoEnum)(nil), (*pb.GoTestField)(nil), false},
119 {"different set fields", &pb.GoTestField{Label: String("foo")}, &pb.GoTestField{Label: String("bar")}, false},
123 {"repeated, different length", &pb.GoTest{F_Int32Repeated: []int32{2, 3}}, &pb.GoTest{F_Int32Repeated: []int32{2}}, false},
124 {"repeated, different value", &pb.GoTest{F_Int32Repeated: []int32{2}}, &pb.GoTest{F_Int32Repeated: []int32{3}}, false},
131 "nested, different",
157 {"extension vs. different extension", messageWithExtension1a, messageWithExtension2, false},
160 {"int32 extension vs. a different int32", messageWithInt32Extension1, messageWithInt32Extension2, false},
163 {"unregistered extension different", messageWithExtension3a, messageWithExtension3c, false},
189 "map different entry"
    [all...]

Completed in 2453 milliseconds

1 2 3 4 5 6 7 8 91011>>