Searched refs:patch (Results 101 - 125 of 183) sorted by relevance

12345678

/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.h145 extern void xa_tracker_version(int *major, int *minor, int *patch);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_auth_request_handler.cc81 std::string* patch) const {
87 *patch = version_parts[3];
/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py103 """Make the patch delete the lines starting with |start_line| up to but not
116 """Apply the patch by writing it to self.filename."""
121 # Now apply the patch. Our strategy is to keep the array at the same size,
406 for filename, patch in file_patches.items():
407 patch.Apply()
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dtcmalloc.h.in75 // and/or patch are not NULL, they are set to the major version,
76 // minor version, and patch-code (a string, usually "").
78 const char** patch) __THROW;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/
H A Dtcmalloc.h.in75 // and/or patch are not NULL, they are set to the major version,
76 // minor version, and patch-code (a string, usually "").
78 const char** patch) __THROW;
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dtcmalloc.h.in75 // and/or patch are not NULL, they are set to the major version,
76 // minor version, and patch-code (a string, usually "").
78 const char** patch) __THROW;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/
H A Dtcmalloc.h.in75 // and/or patch are not NULL, they are set to the major version,
76 // minor version, and patch-code (a string, usually "").
78 const char** patch) __THROW;
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp680 CPDF_PatchDrawer patch;
681 patch.alpha = alpha;
682 patch.pDevice = &device;
683 patch.fill_mode = fill_mode;
684 patch.path.SetPointCount(13);
685 FX_PATHPOINT* pPoints = patch.path.GetPoints();
704 tempColors[0] = patch.patch_colors[flag];
705 tempColors[1] = patch.patch_colors[(flag + 1) % 4];
706 FXSYS_memcpy32(patch.patch_colors, tempColors, sizeof(Coon_Color) * 2);
715 patch
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_glx.c344 dri_version.patch = driDpy->driPatch;
373 drm_version.patch = version->version_patchlevel;
379 drm_version.patch = -1;
393 &ddx_version.patch, &driverName)) {
950 int major, minor, patch; local
956 if (!XF86DRIQueryVersion(dpy, &major, &minor, &patch)) {
967 pdpyp->driPatch = patch;
/external/mesa3d/src/glx/
H A Ddri_glx.c344 dri_version.patch = driDpy->driPatch;
373 drm_version.patch = version->version_patchlevel;
379 drm_version.patch = -1;
393 &ddx_version.patch, &driverName)) {
950 int major, minor, patch; local
956 if (!XF86DRIQueryVersion(dpy, &major, &minor, &patch)) {
967 pdpyp->driPatch = patch;
/external/chromium_org/courgette/
H A Densemble_apply.cc5 // This file contains the code to apply a Courgette patch.
22 // multi-stage patch.
308 SourceStream* patch,
313 status = patch_process.ReadHeader(patch);
325 // The rest of the patch stream is a StreamSet.
327 patch_streams.Init(patch);
384 // First read enough of the patch file to validate the header is well-formed.
391 // 'Dry-run' the first step of the patch process to validate format of header.
405 // Apply patch on streams.
307 ApplyEnsemblePatch(SourceStream* base, SourceStream* patch, SinkStream* output) argument
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dcreate_nmf_test.py69 with mock.patch.dict('os.environ', clear=True):
74 with mock.patch.dict('os.environ', {'NACL_SDK_ROOT': '/dummy/path'}):
80 with mock.patch.dict('os.environ', {'NACL_SDK_ROOT': '/dummy/path'}):
/external/smack/asmack-master/
H A Dbuild.bash177 echo "## Step 25: patch build/src"
183 elif [[ $PATCH == *.patch ]]; then
184 patch -p0 < "../../../${1}/$PATCH" || exit 1
257 for dir in `find patch -maxdepth 1 -mindepth 1 -type d`; do
259 patchsrc "patch"
266 custom=$(echo ${dir} | sed 's:patch/:-:')
310 echo "-c: Apply custom patchs from patch directory"
544 patchsrc "patch"
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp684 struct nv50_ir_varying *patch; local
702 info.in[r].patch = 0;
744 info.out[r].patch = 0;
795 patch = &info.in[info.numInputs];
797 patch = &info.out[info.numOutputs];
802 patch[r].mask |= sm4.params_patch[i].Mask;
803 patch[r].id = r;
804 if (patch[r].regular) // already visited
806 patch[r].regular = 1;
807 patch[
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp684 struct nv50_ir_varying *patch; local
702 info.in[r].patch = 0;
744 info.out[r].patch = 0;
795 patch = &info.in[info.numInputs];
797 patch = &info.out[info.numOutputs];
802 patch[r].mask |= sm4.params_patch[i].Mask;
803 patch[r].id = r;
804 if (patch[r].regular) // already visited
806 patch[r].regular = 1;
807 patch[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
H A DMakefile85 -major $(GL_MAJOR) -minor $(GL_MINOR) -patch $(GL_TINY) \
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
H A DMakefile63 -major $(XA_MAJOR) -minor $(XA_MINOR) -patch $(XA_TINY) \
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A DMakefile85 -major $(GL_MAJOR) -minor $(GL_MINOR) -patch $(GL_TINY) \
/external/mesa3d/src/gallium/targets/xa-vmwgfx/
H A DMakefile63 -major $(XA_MAJOR) -minor $(XA_MINOR) -patch $(XA_TINY) \
/external/stlport/etc/
H A DSTLport-4.5.1.spec13 Patch0: STLport-rename.patch
14 #Patch1: STLport-rules.patch
15 #Patch2: STLport-install-dir.patch
/external/valgrind/main/auxprogs/
H A Dupdate-demangler12 # - a patch file with local changes that were applied to the C++
16 # The patch will *not* be applied automacially.
98 echo "Creating patch"
103 # 7) See how the patch would apply
104 echo "Attempting to apply the patch (but not actualy doing it)."
106 patch --dry -p1 < ../our-changes
/external/chromium_org/third_party/pymock/
H A Dmock.py19 'patch',
1164 if not attr.startswith(patch.TEST_PREFIX):
1248 """Perform the patch."""
1374 """Undo the patch."""
1395 """Activate a patch, returning any created mock."""
1402 """Stop an active patch."""
1412 raise TypeError("Need a valid target to patch. You supplied: %r" %
1424 patch.object(target, attribute, new=DEFAULT, spec=None, create=False,
1427 patch the named member (`attribute`) on an object (`target`) with a mock
1430 `patch
1495 def patch( function
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/testing/gtest/scripts/
H A Dupload.py61 # Max size of patch or base file.
441 help="A message to identify the patch. "
643 """Helper that calls GetBase file for each file in the patch.
1142 """Splits a patch into separate pieces for each file.
1182 """Uploads a separate patch for each file in the diff output.
1188 for patch in patches:
1189 if len(patch[1]) > MAX_UPLOAD_SIZE:
1190 print ("Not uploading the patch for " + patch[0] +
1193 form_fields = [("filename", patch[
[all...]

Completed in 701 milliseconds

12345678