HomeSort by relevance Sort by last modified time
    Searched refs:PATCH (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/iptables/
release.sh 10 PATCH="patch-iptables-$PREV_VERSION-$VERSION.bz2";
16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
29 gpg -u "Netfilter Core Team" -sb "$PATCH";
30 md5sum "$PATCH" >"$PATCH.md5sum";
31 sha1sum "$PATCH" >"$PATCH.sha1sum";
  /prebuilts/go/darwin-x86/src/net/http/
method.go 15 MethodPatch = "PATCH" // RFC 5789
  /prebuilts/go/linux-x86/src/net/http/
method.go 15 MethodPatch = "PATCH" // RFC 5789
  /external/autotest/client/common_lib/cros/fake_device_server/
resource_method.py 15 """A base class for methods that expose a simple PATCH/PUT mechanism."""
25 def PATCH(self, *args, **kwargs):
29 PATCH .../resource_id
31 Caller must define a json blob to patch the resource with.
51 Caller must define a json blob to patch the resource with.
resource_method_unittest.py 31 """Tests that we correctly patch a resource."""
41 returned_json = self.resource_method.PATCH(1234)
registration_tickets.py 25 device: PATCH .../<id> with json blob # Populate ticket with device info
159 def PATCH(self, *args, **kwargs):
163 PATCH .../ticket_number
165 Caller must define a json blob to patch the ticket with.
188 Caller must define a json blob to patch the ticket with.
registration_tickets_unittest.py 91 """Tests that we correctly patch a ticket."""
101 returned_json = self.registration.PATCH(1234)
  /external/deqp/external/vulkancts/framework/vulkan/
vkDefs.hpp 52 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) (((deUint32)(MAJOR) << 22u) | ((deUint32)(MINOR) << 12u) | (deUint32)(PATCH))
  /external/v8/tools/
v8-info.sh 37 PATCH="V8_PATCH_LEVEL"
64 Output format: [V8 version] [SVN revision] [SVN patch merged]*.
68 Output format: [SVN patch merged]*
116 | grep "$MAJOR\|$MINOR\|$BUILD\|$PATCH" \
  /external/ltp/include/lapi/syscalls/
regen.sh 29 * GENERATED FILE: DO NOT EDIT/PATCH THIS FILE *
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 391 PATCHES=$(find "$LOCAL_PATCHES_DIR" -name "*.patch" | sort)
392 for PATCH in $PATCHES; do
393 echo "Patching $PKG_BASENAME with $PATCH"
394 (cd $SRC_DIR/$PKG_BASENAME && run patch -p1 < $PATCH)
395 fail_panic "Can't patch $SRC_DIR with $PATCH"
471 PATCHES=$(find "$LOCAL_PATCHES_DIR" -name "*.patch" | sort)
472 for PATCH in $PATCHES; do
473 echo "Patching mingw-w64-$MINGW_W64_REVISION with $PATCH"
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 348 uchar PATCH[PATCH_SZ+1][PATCH_SZ+1], RS_PATCH[RS_PATCH_SZ][RS_PATCH_SZ];
353 CvMat _patch = cvMat(PATCH_SZ+1, PATCH_SZ+1, CV_8U, PATCH);
477 float vx = (PATCH[i][j+1] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i+1][j])*dw;
478 float vy = (PATCH[i+1][j] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i][j+1])*dw
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
PatchCheck.py 2 # Check a patch for various format issues
234 (START, PRE_PATCH, PATCH) = range(3)
261 if self.state in (PRE_PATCH, PATCH):
264 if self.state == PATCH:
271 self.format_error('diff found after end of patch')
287 self.state = PATCH
289 elif line.startswith('GIT binary patch'):
290 self.state = PATCH
300 elif self.state == PATCH:
310 self.format_error("unexpected patch line")
    [all...]
  /external/volley/src/test/java/com/android/volley/mock/
TestRequest.java 158 /** Test example of a PATCH request in the new style. */
159 public static class Patch extends Base {
160 public Patch() {
161 super(Method.PATCH, TEST_URL, null);
165 /** Test example of a PATCH request in the new style with a body. */
166 public static class PatchWithBody extends Patch {
  /external/volley/src/test/java/com/android/volley/toolbox/
HttpClientStackTest.java 130 TestRequest.Patch request = new TestRequest.Patch();
131 assertEquals(request.getMethod(), Method.PATCH);
139 assertEquals(request.getMethod(), Method.PATCH);
HurlStackTest.java 146 TestRequest.Patch request = new TestRequest.Patch();
147 assertEquals(request.getMethod(), Method.PATCH);
150 assertEquals("PATCH", mMockConnection.getRequestMethod());
156 assertEquals(request.getMethod(), Method.PATCH);
159 assertEquals("PATCH", mMockConnection.getRequestMethod());
  /hardware/interfaces/audio/common/2.0/
types.hal 41 * Each patch is identified by a handle at the interface used to create that
42 * patch. For instance, when a patch is created by the audio HAL, the HAL
44 * hardware module. But the same patch receives another system wide unique
108 PATCH = 12, // For internal audio flinger tracks. Fixed volume
111 FOR_POLICY_CNT = PATCH,
112 CNT = PATCH + 1
178 * It is also used with output tracks and patch tracks, which never have a
808 * framework interfaces (audio policy, patch panel) or at the audio HAL.
    [all...]
  /external/volley/src/main/java/com/android/volley/
Request.java 56 int PATCH = 7;
76 * TRACE, and PATCH.
  /external/volley/src/main/java/com/android/volley/toolbox/
HttpClientStack.java 139 case Method.PATCH: {
173 public final static String METHOD_NAME = "PATCH";
HurlStack.java 234 case Method.PATCH:
235 connection.setRequestMethod("PATCH");
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 99 PATCH = 309,
Scan.cpp 387 (*KeywordMap)["patch"] = PATCH;
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/
retrofit-2.1.0.jar 
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 130 /// be set to PATCH instead of PUT in order to satisfy HTTP semantics
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 712 milliseconds

1 2 3 4