Home
last modified time | relevance | path

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

1234

/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.md72 ### Find a reviewer
78 ### Uploading changes for review
96 ### Request review
/external/bsdiff/
Dbsdiff_unittest.cc39 BsdiffPatchFile patch; in TEST_F() local
55 BsdiffPatchFile patch; in TEST_F() local
/external/clang/
Dversion.py3 patch = '275480' variable
/external/autotest/utils/
Dcheck_patch.py86 def apply_patch(self, patch): argument
158 def apply_patch(self, patch): argument
305 def __init__(self, patch=None, patchwork_id=None, confirm=False): argument
/external/v8/tools/testrunner/objects/
Dworkpacket.py34 base_revision=None, patch=None, pubkey=None): argument
/external/mesa3d/src/mapi/
Dentry_x86_tls.h87 char patch[8] = { in entry_patch_public() local
/external/v8/tools/release/
Dtest_scripts.py379 def WriteFakeVersionFile(self, major=3, minor=22, build=4, patch=0): argument
1179 def VerifyPatch(patch): argument
1365 def ResetVersion(major, minor, build, patch=0): argument
1562 def VerifyPatch(patch): argument
1736 def ResetVersion(major, minor, build, patch=0): argument
/external/v8/tools/perf/
Dstatistics-for-json.R32 patch <- fromJSON(file=args[1]) globalVar
/external/v8/tools/testrunner/server/
Dwork_handler.py130 def _ApplyPatch(self, patch): argument
/external/mesa3d/src/glx/apple/
Dapple_glx.c101 int major, minor, patch; in apple_init_glx() local
/external/skia/src/core/
DSkGraphics.cpp34 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { in GetVersion()
DSkMaskFilter.cpp220 NinePatch patch; in filterRRect() local
241 NinePatch patch; in filterPath() local
/external/llvm/include/llvm/Support/
DCompiler.h45 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
49 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
52 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/external/llvm/docs/
DDeveloperPolicy.rst74 .. _patch: target
/external/skia/src/gpu/ops/
DGrLatticeOp.cpp48 Patch& patch = fPatches.push_back(); in NonAALatticeOp() local
114 const Patch& patch = fPatches[i]; in onPrepareDraws() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h49 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
53 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
56 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_s390.cc125 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local
/external/syslinux/diag/geodsp/
Dgeodsp1s.asm223 .patch: label
/external/skia/samplecode/
DSamplePatch.cpp191 Patch* patch) { in drawpatches()
260 Patch patch; in onDrawContent() local
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c702 struct fd_cs_patch *patch = fd_patch_element(&batch->draw_patches, i); in patch_draws() local
713 struct fd_cs_patch *patch = fd_patch_element(&batch->rbrc_patches, i); in patch_rbrc() local
/external/aac/libSBRdec/src/
Dlpp_tran.cpp244 int patch; in lppTransposer() local
863 int i, patch; in resetLppTransposer() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DRequestTest.java116 Request patch = new Request.Builder().url("http://localhost/api").patch(body).build(); in crudVerbs() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c644 unsigned patch = 0; /* assume the worst */ in fd_screen_create() local
/external/toolchain-utils/
Dremote_gcc_build.py40 def GetPatchString(patch): argument

1234