/external/chromium_org/build/mac/ |
tweak_info_plist.py | 83 '@MAJOR@.@MINOR@.@BUILD@.@PATCH@']) 87 '@BUILD@.@PATCH@']) 270 default=None, help='The version string [major.minor.build.patch]')
|
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
verify_ppapi_test.py | 162 with mock.patch('sys.stderr') as sys_stderr:
|
/external/chromium_org/third_party/WebKit/ |
PRESUBMIT.py | 279 'your patch before uploading:\n%s' % '\n'.join(errors))]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_program.c | 137 if (info->in[i].patch && offset >= 0x20) 185 if (info->out[i].patch && offset >= 0x20) 235 if (info->in[i].patch) 249 if (info->out[i].patch) 349 unsigned opcs = 6; /* output patch constants (at least the TessFactors) */
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_program.c | 137 if (info->in[i].patch && offset >= 0x20) 185 if (info->out[i].patch && offset >= 0x20) 235 if (info->in[i].patch) 249 if (info->out[i].patch) 349 unsigned opcs = 6; /* output patch constants (at least the TessFactors) */
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_syswm.c | 283 info->version.patch) >=
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11modes.c | 463 int major, minor, patch, version, scannum; local 464 major = 0; minor = 0; patch = 0; 465 scannum = fscanf(metro_fp, "%d.%d.%d", &major, &minor, &patch); 470 version = major*100+minor*10+patch; [all...] |
SDL_x11wm.c | 600 info->version.patch) >= 1002 ) { 608 info->version.patch) >= 1212 ) {
|
/external/v8/tools/ |
merge-to-branch.sh | 35 TEMPORARY_PATCH_FILE="$PERSISTFILE_BASENAME-temporary-patch" 51 -p Specify a patch file to apply as part of the merge 102 die "Either a patch file or revision numbers must be specified" 114 echo ">>> Step $CURRENT_STEP: Create a fresh branch for the patch." 135 NEW_COMMIT_MSG="Applied patch to $MERGE_TO_BRANCH branch." 169 echo "Applying patch for $HASH to $MERGE_TO_BRANCH..." 189 restore_if_unset "PATCH" 190 NEWPATCH=$(($PATCH + 1))
|
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | [all...] |
/ndk/build/tools/ |
download-toolchain-sources.sh | 55 register_var_option "--no-patches" OPTION_NO_PATCHES "Do not patch sources" 252 # Patch the toolchain sources 257 run $PROGDIR/patch-sources.sh $FLAGS $TMPDIR $PATCHES_DIR 259 dump "ERROR: Could not patch sources."
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 755 patch = (sysv & 0x000F) 761 # issue (needed because patch levels can 763 major,minor,patch = _mac_ver_lookup(('sys1','sys2','sys3')) 764 release = '%i.%i.%i' %(major, minor, patch) 766 release = '%s.%i.%i' % (_bcd2str(major),minor,patch) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 755 patch = (sysv & 0x000F) 761 # issue (needed because patch levels can 763 major,minor,patch = _mac_ver_lookup(('sys1','sys2','sys3')) 764 release = '%i.%i.%i' %(major, minor, patch) 766 release = '%s.%i.%i' % (_bcd2str(major),minor,patch) [all...] |
/external/chromium_org/third_party/pymock/ |
mock.py | 19 'patch', 1495 def patch( function [all...] |
/external/blktrace/doc/ |
blktrace.tex | 36 \item[Kernel patch] A patch to the Linux kernel which includes the 39 you don't need to patch blktrace support as it is already included. 51 The blktrace and blkparse utilities and associated kernel patch are provided 65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be: 75 A patch for a \emph{specific Linux kernel} is provided in bt/kernel (where 82 linux-2.6.13.tar.bz2 and patch-2.6.14-rc1.bz2 88 % bunzip2 -c ../patch-2.6.14-rc1.bz2 | patch -p1 92 patch-2.6.14-rc1.bz2 [all...] |
/frameworks/base/core/java/android/view/ |
GLES20Canvas.java | 777 public void drawPatch(NinePatch patch, Rect dst, Paint paint) { 778 Bitmap bitmap = patch.getBitmap(); 784 nDrawPatch(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, patch.mNativeChunk, 792 public void drawPatch(NinePatch patch, RectF dst, Paint paint) { 793 Bitmap bitmap = patch.getBitmap(); 799 nDrawPatch(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, patch.mNativeChunk, [all...] |
/external/chromium_org/chrome/installer/test/ |
alternate_version_generator.cc | 125 WORD patch() const { return static_cast<WORD>(version_); } function in class:__anon6763::ChromeVersion 139 major(), minor(), build(), patch());
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 59 assertEquals(false, successfully_changed, "applying patch second time");
|
debug-liveedit-patch-positions.js | 112 // Check that after the second patch maping between sources position and
|
error-constructors.js | 75 // Monkey-patch prototype.
|
/external/chromium_org/v8/tools/push-to-trunk/ |
test_scripts.py | 49 PATCH_FILE: "/tmp/test-v8-push-to-trunk-tempfile-patch", 407 self.assertEquals("0", self.MakeStep().Restore("patch")) 411 self.assertEquals("0", step._state["patch"]) 497 self.assertEquals("0", self.MakeStep().Restore("patch")) 558 ["diff svn/trunk hash1", "patch content"], 572 patch = FileToText(TEST_CONFIG[ PATCH_FILE]) 573 self.assertTrue(re.search(r"patch content", patch)) 642 ["diff svn/trunk hash1", "patch content\n"],
|
/external/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 59 assertEquals(false, successfully_changed, "applying patch second time");
|
debug-liveedit-patch-positions.js | 112 // Check that after the second patch maping between sources position and
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
mock.py | 56 'patch', 294 def patch(target, new=DEFAULT, spec=None, create=False): function 298 raise TypeError("Need a valid target to patch. You supplied: %r" % (target,))
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 1319 const char* patch; local [all...] |