HomeSort by relevance Sort by last modified time
    Searched refs:patch (Results 51 - 75 of 319) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 75 patch => <<'END',
107 patch => <<'END',
143 patch => <<'END',
184 patch => <<'END',
226 patch => <<'END',
259 patch => <<'END',
295 patch => <<'END',
335 patch => <<'END',
374 patch => <<'END',
412 patch => <<'END'
    [all...]
parsePatch.pl 42 my $patch = <<'END',
81 open($fileHandle, "<", \$patch);
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_html_test.py 42 with mock.patch('sys.stdout'):
43 with mock.patch('os.path.exists'):
44 with mock.patch('os.path.isfile'):
  /external/chromium_org/android_webview/public/browser/
draw_sw.h 41 typedef void (SkiaVersionFunction)(int* major, int* minor, int* patch);
  /external/chromium_org/third_party/skia/include/core/
SkGraphics.h 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
  /external/chromium_org/third_party/skia/src/animator/
SkDraw3D.h 35 Sk3D_Patch* patch; member in class:Sk3D_Camera
SkDraw3D.cpp 39 SK_MEMBER(patch, 3D_Patch),
47 Sk3D_Camera::Sk3D_Camera() : hackWidth(0), hackHeight(0), patch(NULL) {
56 fCamera.patchToMatrix(patch->fPatch, &matrix);
  /external/skia/include/core/
SkGraphics.h 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
  /external/skia/src/animator/
SkDraw3D.h 35 Sk3D_Patch* patch; member in class:Sk3D_Camera
SkDraw3D.cpp 39 SK_MEMBER(patch, 3D_Patch),
47 Sk3D_Camera::Sk3D_Camera() : hackWidth(0), hackHeight(0), patch(NULL) {
56 fCamera.patchToMatrix(patch->fPatch, &matrix);
  /frameworks/base/libs/hwui/
Patch.cpp 24 #include "Patch.h"
35 Patch::Patch(): vertices(NULL), verticesCount(0), indexCount(0), hasEmptyQuads(false) {
38 Patch::~Patch() {
45 uint32_t Patch::getSize() const {
49 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight,
50 float width, float height, const Res_png_9patch* patch) {
52 return createMesh(bitmapWidth, bitmapHeight, width, height, mapper, patch);
55 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight
    [all...]
Patch.h 36 // 9-patch structures
39 struct Patch {
40 Patch();
41 ~Patch();
44 * Returns the size of this patch's mesh in bytes.
58 float width, float height, const Res_png_9patch* patch);
60 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch);
71 }; // struct Patch
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper_unittest.cc 51 base::FilePath patch = data_dir_.AppendASCII("archive.diff"); local
57 archive_helper.set_last_uncompressed_file(patch);
setup_util.h 33 // Applies a patch file to source file using Courgette. Returns 0 in case of
37 const base::FilePath& patch,
40 // Applies a patch file to source file using bsdiff. This function uses
45 const base::FilePath& patch,
  /external/chromium_org/courgette/
courgette.h 30 C_BAD_ENSEMBLE_MAGIC = 5, // Ensemble patch has bad magic.
31 C_BAD_ENSEMBLE_VERSION = 6, // Ensemble patch has wrong version.
32 C_BAD_ENSEMBLE_HEADER = 7, // Ensemble patch has corrupt header.
33 C_BAD_ENSEMBLE_CRC = 8, // Ensemble patch has corrupt data.
55 // This is part of the patch format. Never reuse an id number.
71 // Applies the patch to the bytes in |old| and writes the transformed ensemble
74 Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch,
77 // Applies the patch in |patch_file_name| to the bytes in |old_file_name| and
80 // This function first validates that the patch file has a proper header, so the
81 // function can be used to 'try' a patch
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkit-tools-completion.sh 73 complete -F _webkit-patch_complete webkit-patch
svn-create-patch 112 print STDERR "WARNING: Patch's size is " . int($patchSize/1024) . " kbytes.\n";
227 my $patch = "";
236 $patch .= $_;
240 my $changeLogHash = fixChangeLogPatch($patch);
241 $patch = $changeLogHash->{patch};
243 print $patch;
245 print "\n" if ($patch && $patch =~ m/\n\S+$/m);
248 return length($patch);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx.c 103 int major, minor, patch; local
108 if (!XAppleDRIQueryVersion(dpy, &major, &minor, &patch))
  /external/mesa3d/src/glx/apple/
apple_glx.c 103 int major, minor, patch; local
108 if (!XAppleDRIQueryVersion(dpy, &major, &minor, &patch))
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 28 if [ ! -e splash2-modified.patch.gz ]; then
29 wget -q http://www.capsl.udel.edu/splash/splash2-modified.patch.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
36 patch -p1 -s <<'EOF'
58 radiosity.h: patch.h model.h parallel.h task.h
80 patch -p1 -s <<EOF
157 @@ -6,7 +6,7 @@ HS = model.h parallel.h patch.h radiosit
  /external/aac/libSBRenc/src/
ton_corr.cpp 484 \brief resets the patch
494 INT xposctrl, /*!< Different patch modes. */
501 INT patch,k,i;
530 /* First patch */
535 patch = 0;
539 if (patch >= MAX_NUM_PATCHES)
542 patchParam[patch].guardStartBand = targetStopBand;
544 patchParam[patch].targetStartBand = targetStopBand;
546 numBandsInPatch = goalSb - targetStopBand; /* get the desired range of the patch */
549 /* desired number bands are not available -> patch whole source range *
    [all...]
  /bootable/recovery/applypatch/
applypatch.sh 85 run_command rm $WORK_DIR/patch.bsdiff
155 # --------------- apply patch ----------------------
158 $ADB push $DATA_DIR/patch.bsdiff $WORK_DIR
162 # Check that the partition has enough space to apply the patch without
169 echo "Not enough space on /$WORK_FS to patch test file."
177 testname "apply bsdiff patch"
178 run_command $WORK_DIR/applypatch $WORK_DIR/old.file - $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.bsdiff || fail
182 testname "reapply bsdiff patch"
183 run_command $WORK_DIR/applypatch $WORK_DIR/old.file - $NEW_SHA1 $NEW_SIZE $BAD1_SHA1:$WORK_DIR/foo $OLD_SHA1:$WORK_DIR/patch.bsdiff || fail
188 # --------------- apply patch in new location ---------------------
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 90 #define GCC_VERSION_AT_LEAST(major, minor, patch) (GCC_VERSION >= (major * 10000 + minor * 100 + patch))
93 #define GCC_VERSION_AT_LEAST(major, minor, patch) 0
  /external/chromium_org/third_party/skia/src/core/
SkGraphics.cpp 32 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
39 if (patch) {
40 *patch = SKIA_VERSION_PATCH;
  /external/skia/src/core/
SkGraphics.cpp 32 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
39 if (patch) {
40 *patch = SKIA_VERSION_PATCH;

Completed in 802 milliseconds

1 23 4 5 6 7 8 91011>>