/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
pgen.py | 235 changes = True
236 while changes:
237 changes = False
246 changes = True
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
pgen.c | 570 int changes;
local 574 changes = 0;
585 changes++;
590 } while (changes);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
faqwiz.py | 4 to keep track of changes to individual FAQ entries. It is fully
267 # (Skip Montanaro, with changes by Guido)
783 # Check that there were any changes
785 self.error("You didn't make any changes!")
|
/external/ImageMagick/www/api/ |
colorspace.php | 90 <p>SetImageGray() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities and changes the type of the image to bi-level or grayscale.</p> 117 <p>SetImageMonochrome() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities and the intensity is either 0 or QuantumRange and changes the type of the image to bi-level.</p>
|
paint.php | 59 <p>FloodfillPaintImage() changes the color value of any pixel that matches target and is an immediate neighbor. If the method FillToBorderMethod is specified, the color value is changed for any neighbor pixel that does not match the bordercolor member of image.</p> 141 <p>OpaquePaintImage() changes any pixel that matches color with the color defined by fill argument.</p> 183 <p>TransparentPaintImage() changes the opacity value associated with any pixel that matches color to the value defined by opacity.</p> 225 <p>TransparentPaintImageChroma() changes the opacity value associated with any pixel that matches color to the value defined by opacity.</p>
|
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/ |
background.js | 185 function(changes) { 186 self._setResult("onNetworkListChanged", changes);
|
/external/autotest/docs/ |
test-that.md | 11 - Running emerge after python-only test changes is no longer necessary. 12 test_that uses autotest_quickmerge to copy your python changes to the
|
/external/guava/guava/src/com/google/common/collect/ |
MinMaxPriorityQueue.java | 394 MoveDesc<E> changes = fillHole(index, toTrickle); local 397 if (changes == null) { 403 return new MoveDesc<E>(actualLastElement, changes.replaced); 407 return changes;
|
/external/iptables/iptables/ |
iptables-apply | 44 by iptables-restore) to iptables, then prompt the user whether the changes
|
/external/perfetto/infra/perfetto-ci.appspot.com/static/ |
script.js | 21 const CHANGES_URL = '/changes/?q=project:platform/external/perfetto+-age:7days+-is:abandoned&o=DETAILED_ACCOUNTS'; 132 const branch = 'changes/' + cl._number;
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
pgen.py | 235 changes = True 236 while changes: 237 changes = False 246 changes = True
|
/external/python/cpython2/Parser/ |
pgen.c | 572 int changes; local 576 changes = 0; 587 changes++; 592 } while (changes);
|
/external/python/cpython2/Tools/faqwiz/ |
faqwiz.py | 4 to keep track of changes to individual FAQ entries. It is fully 267 # (Skip Montanaro, with changes by Guido) 783 # Check that there were any changes 785 self.error("You didn't make any changes!")
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
pgen.py | 235 changes = True 236 while changes: 237 changes = False 246 changes = True
|
/external/toolchain-utils/binary_search_tool/ |
common.py | 202 help=('If True, don\'t propagate good/bad changes '
|
/frameworks/base/cmds/statsd/src/ |
stats_log.proto | 238 repeated Change changes = 2; 348 optional int32 changes = 1;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 235 changes = True 236 while changes: 237 changes = False 246 changes = True
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 235 changes = True 236 while changes: 237 changes = False 246 changes = True
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 235 changes = True 236 while changes: 237 changes = False 246 changes = True
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
pgen.py | 235 changes = True 236 while changes: 237 changes = False 246 changes = True
|
/frameworks/native/services/inputflinger/ |
InputReader.h | 60 // Describes changes that have occurred. 331 * The changes flag is a bitfield that indicates what has changed and whether 333 virtual void requestRefreshConfiguration(uint32_t changes) = 0; 435 virtual void requestRefreshConfiguration(uint32_t changes); 520 void refreshConfigurationLocked(uint32_t changes); 573 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes); [all...] |
/build/soong/android/ |
writedocs.go | 50 // Blueprints files, as any relevant changes to the Blueprints files would have caused
|
/external/ltp/include/mk/ |
module.mk | 53 # kernel internal API changes. The user-space test will return TCONF, if it
|
/external/v8/tools/foozzie/ |
v8_mock.js | 5 // This is intended for permanent JS behavior changes for mocking out
|
/external/webrtc/tools/valgrind-webrtc/ |
webrtc_tests.bat | 10 :: This script is a copy of chrome_tests.bat with the following changes:
|