Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 25 of 162) sorted by relevance

1234567

/external/brotli/c/include/brotli/
Dport.h28 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) \ argument
31 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) (0) argument
50 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) (0) argument
52 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
55 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
58 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
73 #define BROTLI_INTEL_VERSION_CHECK(major, minor, patch) \ argument
76 #define BROTLI_INTEL_VERSION_CHECK(major, minor, patch) (0) argument
86 #define BROTLI_PGI_VERSION_CHECK(major, minor, patch) \ argument
89 #define BROTLI_PGI_VERSION_CHECK(major, minor, patch) (0) argument
[all …]
/external/curl/docs/
DCONTRIBUTE.md62 ### Follow code style
71 ### Non-clobbering All Over
80 ### Write Separate Changes
96 ### Patch Against Recent Sources
103 ### Documentation
114 ### Test Cases
/external/skqp/site/dev/contrib/
Dsubmit.md71 ### Find a reviewer
77 ### Uploading changes for review
95 ### Submit try jobs
116 ### Request review
/external/skia/site/dev/contrib/
Dsubmit.md74 ### Find a reviewer
80 ### Uploading changes for review
98 ### Submit try jobs
119 ### Request review
/external/bsdiff/
Dpatch_writer_unittest.cc62 test_utils::BsdiffPatchFile patch; in TEST_F() local
79 test_utils::BsdiffPatchFile patch; in TEST_F() local
101 test_utils::BsdiffPatchFile patch; in TEST_F() local
Dpatch_writer_factory.cc35 std::vector<uint8_t>* patch, in CreateEndsleyPatchWriter()
43 std::vector<uint8_t>* patch) { in CreateEndsleyPatchWriter()
Dbsdiff.cc52 BsdiffPatchWriter patch(patch_filename); in bsdiff() local
58 size_t newsize, PatchWriterInterface* patch, in bsdiff()
65 size_t newsize, size_t min_length, PatchWriterInterface* patch, in bsdiff()
Ddiff_encoder.h24 DiffEncoder(PatchWriterInterface* patch, in DiffEncoder()
Dendsley_patch_writer.h43 EndsleyPatchWriter(std::vector<uint8_t>* patch, in EndsleyPatchWriter()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dpy_utils.cc42 void GetLinkedTensorRTVersion(int* major, int* minor, int* patch) { in GetLinkedTensorRTVersion()
54 void GetLoadedTensorRTVersion(int* major, int* minor, int* patch) { in GetLoadedTensorRTVersion()
/external/mesa3d/src/vulkan/util/
Dvk_util.c36 int patch = patch_string ? atoi(patch_string + 1) : 0; in vk_get_driver_version() local
62 int patch = patch_str ? atoi(patch_str + 1) : 0; in vk_get_version_override() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DCompiler.h42 #define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
46 #define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
49 #define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/external/puffin/src/
Dpuffdiff.cc59 Buffer* patch) { in CreatePatch()
105 Buffer* patch) { in PuffDiff()
160 Buffer* patch) { in PuffDiff()
171 Buffer* patch) { in PuffDiff()
Dpuffpatch.cc97 bool DecodePatch(const uint8_t* patch, in DecodePatch()
143 const uint8_t* patch, in PuffPatch()
/external/rust/crates/byteorder/
Dbuild.rs33 patch: u32, field
83 let patch = try!(num.parse::<u32>().map_err(|e| e.to_string())); in parse() localVariable
/external/clang/
Dversion.py3 patch = '275480' variable
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc123 int major, minor, patch; in GetLinkedTensorRTVersion() local
137 int major, minor, patch; in GetLoadedTensorRTVersion() local
/external/python/mock/
Dbackport.py53 def munge(rev, patch): argument
68 def apply_patch(mock_repo, rev, patch): argument
/external/tensorflow/tensorflow/core/util/
Dsemver_test.cc52 uint64 major, minor, patch; in TEST() local
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto61 optional int32 patch = 3; field
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.proto60 optional int32 patch = 3; field
/external/avb/proto/aftl_google/api/
Dhttp.proto338 string patch = 6; field
/external/angle/src/libANGLE/renderer/
Ddriver_utils.cpp176 OSVersion::OSVersion(int major, int minor, int patch) in OSVersion()
210 bool ParseLinuxOSVersion(const char *version, int *major, int *minor, int *patch) in ParseLinuxOSVersion()
/external/apache-commons-bcel/src/examples/
Dhelloify.java104 InstructionList patch = new InstructionList(); in helloifyMethod() local
/external/kernel-headers/original/uapi/sound/sof/
Dabi.h40 #define SOF_ABI_VER(major, minor, patch) \ argument

1234567