Home
last modified time | relevance | path

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

123456

/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/skia/site/dev/contrib/
Dsubmit.md71 ### Find a reviewer
77 ### Uploading changes for review
95 ### Submit try jobs
116 ### Request review
/external/skqp/site/dev/contrib/
Dsubmit.md71 ### Find a reviewer
77 ### Uploading changes for review
95 ### Submit try jobs
116 ### 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.cc38 void GetLinkedTensorRTVersion(int* major, int* minor, int* patch) { in GetLinkedTensorRTVersion()
50 void GetLoadedTensorRTVersion(int* major, int* minor, int* patch) { in GetLoadedTensorRTVersion()
/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/clang/
Dversion.py3 patch = '275480' variable
/external/mesa3d/src/vulkan/util/
Dvk_util.c36 int patch = patch_string ? atoi(patch_string + 1) : 0; in vk_get_driver_version() local
/external/syzkaller/dashboard/app/
Djobs.go23 func handleTestRequest(c context.Context, bugID, user, extID, link, patch, repo, branch string, argument
78 user, extID, link, patch, repo, branch string, jobCC []string) (string, error) { argument
/external/tensorflow/tensorflow/core/util/
Dsemver_test.cc52 uint64 major, minor, patch; in TEST() local
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.proto60 optional int32 patch = 3; field
/external/mesa3d/src/mapi/
Dentry_x86_tls.h87 char patch[8] = { in entry_patch_public() local
/external/apache-commons-bcel/src/examples/
Dhelloify.java104 InstructionList patch = new InstructionList(); in helloifyMethod() local
/external/v8/tools/perf/
Dstatistics-for-json.R32 patch <- fromJSON(file=args[1]) globalVar
/external/fsverity-utils/
Delide_patch.c23 bool patch; /* false if elision, true if patch */ member
281 } patch; in append_elide_patch_exts() member
/external/mesa3d/src/glx/apple/
Dapple_glx.c101 int major, minor, patch; in apple_init_glx() local
/external/tensorflow/tensorflow/core/protobuf/
Dautotuning.proto16 int32 patch = 3; field
/external/curl/lib/
Dversion.c96 unsigned int patch = brotli_version & 0x00000FFF; in brotli_version() local

123456