Searched refs:patch (Results 1 - 25 of 95) sorted by relevance

1234

/external/v8/tools/testrunner/objects/
H A Dworkpacket.py34 base_revision=None, patch=None, pubkey=None):
40 self.patch = patch
72 "patch": self.patch,
86 patch = packed["patch"]
89 base_revision=base_revision, patch=patch,
/external/bouncycastle/
H A Dimport_bouncycastle.sh48 echo " ./import_bouncycastle.sh regenerate <patch/*.patch>"
49 echo " ./import_bouncycastle.sh generate <patch/*.patch> </path/to/bcprov-jdk*-*.tar.gz>"
55 die "Bouncy Castle patch directory patches/ not found"
92 declare -r patch=$1
93 shift || usage "No patch file specified."
94 if [[ $BOUNCYCASTLE_BCPROV_PATCHES == *$patch* ]]; then
97 regenerate $patch $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG
98 elif [[ $BOUNCYCASTLE_BCPKIX_PATCHES == *$patch* ]]; the
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DPerspectiveLodCalculator.java48 private TerrainPatch patch; field in class:PerspectiveLodCalculator
78 return calculateLod(patch, locations, updates);
84 float[] lodEntropies = patch.getLodEntropies();
92 Vector3f patchPos = getCenterLocation(patch);
94 // vector from camera to patch
100 for (int i = 0; i <= patch.getMaxLod(); i++) {
101 if (distance < entropyDistances[i] || i == patch.getMaxLod()){
103 if (i != patch.getLod()) {
107 int prevLOD = patch.getLod();
111 UpdatedTerrainPatch utp = updates.get(patch
125 getCenterLocation(TerrainPatch patch) argument
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
H A DBresenhamTerrainPicker.java51 * all of the TerrainPatches hit (in distance order.) The triangles of each patch
89 TerrainPatch patch = pd.targetPatch;
92 tracer.getGridSpacing().set(patch.getWorldScale());
93 tracer.setGridOrigin(patch.getWorldTranslation());
104 checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit);
107 cr.setGeometry(patch);
115 while (loc.x >= -1 && loc.x <= patch.getSize() &&
116 loc.y >= -1 && loc.y <= patch.getSize()) {
121 if (checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit)) {
125 cr.setGeometry(patch);
166 checkTriangles(float gridX, float gridY, Ray pick, Vector3f intersection, TerrainPatch patch, Triangle store) argument
197 getTriangles(float gridX, float gridY, TerrainPatch patch) argument
229 findClosestHeightIndex(Vector3f position, TerrainPatch patch) argument
[all...]
H A DTerrainPickData.java39 * Pick result on a terrain patch with the intersection on the bounding box
40 * of that terrain patch.
52 public TerrainPickData(TerrainPatch patch, CollisionResult cr) { argument
53 this.targetPatch = patch;
/external/v8/test/cctest/
H A Dtest-version.cc39 void SetVersion(int major, int minor, int build, int patch, argument
44 Version::patch_ = patch;
53 int patch, bool candidate,
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
52 CheckVersion(int major, int minor, int build, int patch, bool candidate, const char* expected_version_string, const char* expected_generic_soname) argument
/external/v8/test/mjsunit/es6/
H A Dgenerators-debug-liveedit.js45 function patch(fun, from, to) { function
69 assertThrows(function() { patch(generator, "'Cat'", "'Capybara'") },
79 // At this point one iterator is live, but closed, so the patch will succeed.
80 patch(generator, "'Cat'", "'Capybara'");
89 assertThrows(function() { patch(generator, "'Capybara'", "'Tapir'") },
93 // Try to patch functions with activations inside and outside generator
108 assertThrows(function() { patch(fun_outside, "'Cat'", "'Cobra'") },
111 patch(fun_inside, "'Cat'", "'Koala'");
/external/libnfc-nxp/src/
H A DphLibNfcStatus.h47 #define LIB_NFC_VERSION_SET(v,major,minor,patch,build) ((v) = \
50 ( ((patch) << 8) & 0x0000FF00 ) | \
/external/scrypt/
H A Dimport_scrypt.sh52 echo " ./import_scrypt.sh regenerate <patch/*.patch>"
53 echo " ./import_scrypt.sh generate <patch/*.patch> </path/to/scrypt-*.tar.gz>"
59 die "scrypt patch directory patches/ not found"
90 declare -r patch=$1
91 shift || usage "No patch file specified."
94 regenerate $patch
96 declare -r patch=$1
97 shift || usage "No patch fil
[all...]
/external/mesa3d/src/mapi/mapi/
H A Dentry_x86_tls.h96 char patch[8] = { local
102 *((unsigned long *) (patch + 2)) = x86_current_tls();
105 memcpy(entry, patch, sizeof(patch));
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp240 int patch; local
278 (because the last patch would be too short).
295 /* init bwIndex for each patch */
606 patch = 0;
608 while ( patch < pSettings->noOfPatches ) { /* inner loop over every patch */
610 int hiBand = loBand + patchParam[patch].targetBandOffs;
612 if ( loBand < patchParam[patch].sourceStartBand
613 || loBand >= patchParam[patch].sourceStopBand
616 /* Lowband not in current patch
852 int i, patch; local
[all...]
/external/v8/src/
H A Dversion.h40 friend void SetVersion(int major, int minor, int build, int patch,
/external/mesa3d/src/glx/apple/
H A Dapple_glx.c103 int major, minor, patch; local
108 if (!XAppleDRIQueryVersion(dpy, &major, &minor, &patch))
/external/skia/src/core/
H A DSkMaskFilter.cpp220 // Attempt to speed up drawing by creating a nine patch. If a nine patch
223 NinePatch patch; local
224 patch.fMask.fImage = NULL;
227 &patch)) {
228 SkASSERT(NULL == patch.fMask.fImage);
231 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip, blitter);
244 NinePatch patch; local
[all...]
H A DSkGraphics.cpp30 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { argument
37 if (patch) {
38 *patch = SKIA_VERSION_PATCH;
/external/valgrind/drd/scripts/
H A Ddownload-and-build-splash2.in28 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/
H A Dton_corr.cpp484 \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 whol
[all...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
H A Dbuild.unix202 cnt=`ls ./src/patches/*.patch | wc -c`
233 patches="../../patches/tight-vncviewer-full.patch"
235 patches=`ls ../../patches/tight* | grep -v 'tight-vncviewer-full.patch'`
237 for patch in $patches
239 if [ ! -f "$patch" ]; then
246 echo PATCHING WITH: "$patch"
247 ls -l "$patch"
249 patch -p0 < "$patch"
356 for patch i
[all...]
/external/skia/src/animator/
H A DSkDraw3D.cpp39 SK_MEMBER(patch, 3D_Patch),
47 Sk3D_Camera::Sk3D_Camera() : hackWidth(0), hackHeight(0), patch(NULL) {
56 fCamera.patchToMatrix(patch->fPatch, &matrix);
H A DSkDraw3D.h35 Sk3D_Patch* patch; member in class:Sk3D_Camera
/external/lldb/scripts/
H A Dbuild-lldb-llvm-clang35 echo "Applying patch from '$patch_file'"
36 patch -p0 < "$patch_file"
43 echo "Applying patch from '$patch_file'"
44 patch -p0 < "$patch_file"
/external/skia/include/core/
H A DSkGraphics.h31 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
/external/v8/tools/testrunner/server/
H A Dwork_handler.py69 if not self._ApplyPatch(packet.patch):
130 def _ApplyPatch(self, patch):
131 if not patch: return True # Just skip if the patch is empty.
132 patchfilename = "_dtest_incoming_patch.patch"
134 f.write(patch)
137 self._SendResponse("Error applying patch.")
/external/skia/samplecode/
H A DSamplePatch.cpp209 Patch* patch) {
212 patch->draw(canvas, paint, nu, nv, false, false);
214 patch->draw(canvas, paint, nu, nv, true, false);
216 patch->draw(canvas, paint, nu, nv, false, true);
218 patch->draw(canvas, paint, nu, nv, true, true);
283 Patch patch; local
292 patch.setBounds(fSize0.fX, fSize0.fY);
294 patch.setPatch(fPts);
295 drawpatches(canvas, paint, nu, nv, &patch);
318 patch
208 drawpatches(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, Patch* patch) argument
[all...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
H A D_getpatches8 cp -p /dist/src/apps/VNC/tight_vnc_1.3dev5/tight-vncviewer*patch .

Completed in 1657 milliseconds

1234