/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
diff_parser_unittest.py | 85 "See my awesome patch below!\n", 129 patch = p.sub(lambda x: " %s/" % prefix[x.group(1)], DIFF_TEST_DATA) 130 self.test_diff_parser(diff_parser.DiffParser(patch.splitlines()))
|
/external/chromium_org/v8/tools/ |
v8-info.sh | 37 PATCH="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/libvpx/libvpx/tools/ |
ftfy.sh | 18 --msg-only Reformat the commit message only, ignore the patch itself. 43 [ $INTERSECT_RESULT -ne 0 ] && patch -p1 < "$1"
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
stepsequence.py | 42 def handle_script_error(cls, tool, patch, script_error):
|
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
tcmalloc.h | 85 // and/or patch are not NULL, they are set to the major version, 86 // minor version, and patch-code (a string, usually ""). 88 const char** patch) __THROW;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/ |
tcmalloc.h | 75 // 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/ |
tcmalloc.h | 75 // 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/Suse/ |
dnsmasq-suse.spec | 42 patch -p0 <rpm/%{name}-SuSE.patch
|
/external/llvm/utils/ |
codegen-diff | 98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch 131 You will need my B<gdb> patch: 133 http://llvm.cs.uiuc.edu/~gaeke/gdb-disassembly-print-bytes.patch
|
/frameworks/base/core/jni/android/graphics/ |
NinePatch.cpp | 18 #define LOG_TAG "9patch" 38 * IMPORTANT NOTE: 9patch chunks can be manipuated either as an array of bytes 40 * array required to hold a 9patch chunk is greater than sizeof(Res_png_9patch). 78 static void finalize(JNIEnv* env, jobject, int8_t* patch) { 81 Res_png_9patch* p = (Res_png_9patch*) patch; 86 delete[] patch; 92 ALOGV("Drawing unscaled 9-patch: (%g,%g)-(%g,%g)", 107 ALOGV("Drawing scaled 9-patch: (%g,%g)-(%g,%g) srcDensity=%d destDensity=%d",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
NinePatchedImage.java | 247 * Ensure that image data is 9-patch. 297 * Convert to 9-patch image. 320 * Set patch or content. 376 Tick patch = null; local 389 if (patch != null) { 390 if (patch.color != pixel) { 391 patch.end = i; 392 out.add(patch); 393 patch = null; 396 if (patch == null) [all...] |
/frameworks/base/libs/hwui/ |
DisplayListRenderer.h | 106 virtual status_t drawPatch(SkBitmap* bitmap, Res_png_9patch* patch, 325 inline Res_png_9patch* refPatch(Res_png_9patch* patch) { 326 mPatchResources.add(patch); 327 mCaches.resourceCache.incrementRefcount(patch); 328 return patch;
|
/prebuilts/devtools/tools/lib/ |
draw9patch.jar | |
/external/openssh/contrib/redhat/ |
openssh.spec | 419 (patch from bet@rahul.net) 444 - add Markus's patch to compile with OpenSSL 0.9.5a (from 453 - drop debug patch, fixed upstream 501 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298) 505 - pull cvs patch to add -t flag to sshd (#28611) 512 - pull cvs patch to fix remote port forwarding with protocol 2 515 - pull cvs patch to add session initialization to no-pty sessions 516 - pull cvs patch to not cut off challengeresponse auth needlessly 533 - disable the gssapi patch 537 - refresh to a new version of the gssapi patch [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
bg.js | 173 buildbot.requestURL(patchURL, "json", function(patch) { 177 issue.full_patchsets[patch.patchset] = patch; 182 // patch.try_job_results.forEach(function(results) { 186 // fetchTryJobResults(patch, results.builder, results.buildnumber,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch.rb | 22 # by webkit-patch for git checkouts. 70 GIT_BINARY_FILE_MARKER_FORMAT = /^GIT binary patch$/ 587 @image_error = "Exception raised during decoding git binary patch:<pre>#{CGI.escapeHTML($!.to_s + "\n" + $!.backtrace.join("\n"))}</pre>" 688 GIT binary patch 701 GIT binary patch 728 def self.run_git_apply_on_patch(output_filepath, patch) 729 # Apply the git binary patch using git-apply. 733 stdin.puts(patch) 738 error = "Error running " + cmd + "\n" + "with patch:\n" + patch[0..500] + "...\n" + erro [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkCamera.cpp | 405 SkPatch3D patch; local 406 patch.transform(fRec->fMatrix); 407 return patch.dotWith(x, y, z); 412 SkPatch3D patch; local 413 patch.transform(fRec->fMatrix); 414 fCamera.patchToMatrix(patch, matrix);
|
/external/skia/src/utils/ |
SkCamera.cpp | 405 SkPatch3D patch; local 406 patch.transform(fRec->fMatrix); 407 return patch.dotWith(x, y, z); 412 SkPatch3D patch; local 413 patch.transform(fRec->fMatrix); 414 fCamera.patchToMatrix(patch, matrix);
|
/external/chromium_org/courgette/ |
ensemble_apply.cc | 5 // This file contains the code to apply a Courgette patch. 22 // multi-stage patch. 305 SourceStream* patch, 310 status = patch_process.ReadHeader(patch); 322 // The rest of the patch stream is a StreamSet. 324 patch_streams.Init(patch); 381 // First read enough of the patch file to validate the header is well-formed. 388 // 'Dry-run' the first step of the patch process to validate format of header. 402 // Apply patch on streams.
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
create_nmf_test.py | 89 with mock.patch.dict('os.environ', clear=True): 94 with mock.patch.dict('os.environ', {'NACL_SDK_ROOT': '/dummy/path'}): 100 with mock.patch.dict('os.environ', {'NACL_SDK_ROOT': '/dummy/path'}):
|
/external/chromium_org/remoting/webapp/ |
build-webapp.py | 82 patches: An array of strings listing patch files to be applied to the 83 webapp directory. Paths in the patch file should be relative to 177 # Patch the files, if necessary. Do this before updating any placeholders 179 for patch in patches: 180 patchfile = os.path.join(os.getcwd(), patch) 181 if subprocess.call(['patch', '-d', destination, '-i', patchfile, 183 print 'Patch ' + patch + ' failed to apply.'
|
/external/chromium_org/v8/tools/testrunner/network/ |
network_execution.py | 77 self.patch = subprocess.check_output( 178 patch=self.patch,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 47 unsigned patch : 1; /* patch constant value */ member in struct:nv50_ir_varying
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_tracker.h | 145 extern void xa_tracker_version(int *major, int *minor, int *patch);
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-2.js | 53 // We patch innermost function "Chooser". 54 // However, this does not actually patch existing "Chooser" instances,
|