HomeSort by relevance Sort by last modified time
    Searched refs:conformance (Results 26 - 50 of 61) sorted by null

12 3

  /external/protobuf/csharp/
generate_protos.sh 61 $PROTOC -Iconformance -Isrc --csharp_out=csharp/src/Google.Protobuf.Conformance \
62 conformance/conformance.proto
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBuildAttrs.h 67 conformance = 67, enumerator in enum:ARMBuildAttrs::AttrType
  /external/protobuf/
tests.sh 23 # decent C++ 11 support in order to compile conformance tests.
38 cd conformance && make test_cpp && cd ..
51 # Just for the conformance tests. We don't currently
70 cd conformance && make test_csharp && cd ..
136 # The conformance tests are hard-coded to work with the $ROOT/java directory.
144 cd conformance && make test_java && cd ..
207 # are up to date. Xcode and conformance tests will be directly invoked.
209 --core-only --skip-xcode --skip-objc-conformance
252 cd conformance && make test_objc && cd ..
287 internal_build_cpp # For conformance tests
    [all...]
configure.ac 167 # Enable ObjC support for conformance directory on OS X.
183 AC_CONFIG_FILES([Makefile src/Makefile benchmarks/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc])
Makefile.am 12 DIST_SUBDIRS = $(subdirs) src conformance benchmarks
35 if test -e conformance/Makefile; then \
36 echo "Making clean in conformance"; \
37 cd conformance && $(MAKE) $(AM_MAKEFLAGS) clean; \
69 csharp/src/Google.Protobuf.Conformance/App.config \
70 csharp/src/Google.Protobuf.Conformance/Conformance.cs \
71 csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \
72 csharp/src/Google.Protobuf.Conformance/Program.cs
    [all...]
  /external/protobuf/util/
tests.sh 23 # decent C++ 11 support in order to compile conformance tests.
38 cd conformance && make test_cpp && cd ..
51 # Just for the conformance tests. We don't currently
70 cd conformance && make test_csharp && cd ..
136 # The conformance tests are hard-coded to work with the $ROOT/java directory.
144 cd conformance && make test_java && cd ..
207 # are up to date. Xcode and conformance tests will be directly invoked.
209 --core-only --skip-xcode --skip-objc-conformance
252 cd conformance && make test_objc && cd ..
287 internal_build_cpp # For conformance tests
    [all...]
configure.ac 167 # Enable ObjC support for conformance directory on OS X.
183 AC_CONFIG_FILES([Makefile src/Makefile benchmarks/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc])
Makefile.am 12 DIST_SUBDIRS = $(subdirs) src conformance benchmarks
35 if test -e conformance/Makefile; then \
36 echo "Making clean in conformance"; \
37 cd conformance && $(MAKE) $(AM_MAKEFLAGS) clean; \
69 csharp/src/Google.Protobuf.Conformance/App.config \
70 csharp/src/Google.Protobuf.Conformance/Conformance.cs \
71 csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \
72 csharp/src/Google.Protobuf.Conformance/Program.cs
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.h 79 #pragma mark ANTLRTreeNodeStream conformance
95 #pragma mark ANTLRIntStream conformance
  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /external/llvm/lib/Support/
ARMBuildAttrs.cpp 61 { ARMBuildAttrs::conformance, "Tag_conformance" },
  /external/protobuf/conformance/
ConformanceJavaLite.java 2 import com.google.protobuf.conformance.Conformance;
47 private Conformance.ConformanceResponse doTest(Conformance.ConformanceRequest request) {
48 Conformance.TestAllTypes testMessage;
53 testMessage = Conformance.TestAllTypes.parseFrom(request.getProtobufPayload());
55 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build();
60 return Conformance.ConformanceResponse.newBuilder().setSkipped(
77 return Conformance.ConformanceResponse.newBuilder().setProtobufPayload(testMessage.toByteString()).build();
80 return Conformance.ConformanceResponse.newBuilder().setSkipped
    [all...]
conformance_test_runner.cc 33 // conformance.proto for pros/cons of these two options.
66 #include "conformance.pb.h"
69 using conformance::ConformanceRequest;
70 using conformance::ConformanceResponse;
124 conformance::ConformanceResponse response_obj;
243 "Usage: conformance-test-runner [options] <test-program>\n");
ConformanceJava.java 2 import com.google.protobuf.conformance.Conformance;
50 private Conformance.ConformanceResponse doTest(Conformance.ConformanceRequest request) {
51 Conformance.TestAllTypes testMessage;
56 testMessage = Conformance.TestAllTypes.parseFrom(request.getProtobufPayload());
58 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build();
64 Conformance.TestAllTypes.Builder builder = Conformance.TestAllTypes.newBuilder();
69 return Conformance.ConformanceResponse.newBuilder().setParseError(e.getMessage()).build()
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 72 conformance = 67, enumerator in enum:llvm::ARMBuildAttrs::AttrType
  /external/llvm/test/MC/ARM/
directive-eabi_attribute.s 14 @ CHECK-OBJ-NEXT: TagName: conformance
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 260 // The conformance tag must be emitted first when serialised
271 return (RHS.Tag != ARMBuildAttrs::conformance) &&
272 ((LHS.Tag == ARMBuildAttrs::conformance) || (LHS.Tag < RHS.Tag));
    [all...]

Completed in 2012 milliseconds

12 3