/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkColorChooser.py | 1 # tk common colour chooser dialogue 26 # color chooser class 28 class Chooser(Dialog): 49 # to simplify application code, the color chooser returns 65 return Chooser(**options).show()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkColorChooser.py | 1 # tk common colour chooser dialogue 26 # color chooser class 28 class Chooser(Dialog): 49 # to simplify application code, the color chooser returns 65 return Chooser(**options).show()
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageDecoder.h | 138 /** \class Chooser 143 class Chooser : public SkRefCnt { 145 SK_DECLARE_INST_COUNT(Chooser) 157 Chooser* getChooser() const { return fChooser; } 158 Chooser* setChooser(Chooser*); 265 If a Chooser is installed via setChooser, it may be used to select 478 Chooser* fChooser;
|
/external/skia/include/core/ |
SkImageDecoder.h | 138 /** \class Chooser 143 class Chooser : public SkRefCnt { 145 SK_DECLARE_INST_COUNT(Chooser) 157 Chooser* getChooser() const { return fChooser; } 158 Chooser* setChooser(Chooser*); 265 If a Chooser is installed via setChooser, it may be used to select 478 Chooser* fChooser;
|
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_empty.cpp | 76 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser*) {
|
/external/skia/src/ports/ |
SkImageDecoder_empty.cpp | 76 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser*) {
|
/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-2.js | 38 " return function Chooser() {\n" + 53 // We patch innermost function "Chooser". 54 // However, this does not actually patch existing "Chooser" instances,
|
/external/v8/test/mjsunit/ |
debug-liveedit-2.js | 38 " return function Chooser() {\n" + 53 // We patch innermost function "Chooser". 54 // However, this does not actually patch existing "Chooser" instances,
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder.cpp | 106 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) { 107 SkRefCnt_SafeAssign(fChooser, chooser); 108 return chooser; 125 Chooser* chooser = fChooser; local 127 if (NULL == chooser) { // no chooser, we just say YES to decoding :) 130 chooser->begin(1) [all...] |
SkImageDecoder_libico.cpp | 98 Chooser* chooser = this->getChooser(); local 99 //FIXME:if no chooser, consider providing the largest color image 101 if (NULL == chooser) { 104 chooser->begin(count); 133 chooser->inspect(i, c, width, height); 135 choice = chooser->choose(); 138 //you never know what the chooser is going to supply
|
/external/skia/src/images/ |
SkImageDecoder.cpp | 106 SkImageDecoder::Chooser* SkImageDecoder::setChooser(Chooser* chooser) { 107 SkRefCnt_SafeAssign(fChooser, chooser); 108 return chooser; 125 Chooser* chooser = fChooser; local 127 if (NULL == chooser) { // no chooser, we just say YES to decoding :) 130 chooser->begin(1) [all...] |
SkImageDecoder_libico.cpp | 98 Chooser* chooser = this->getChooser(); local 99 //FIXME:if no chooser, consider providing the largest color image 101 if (NULL == chooser) { 104 chooser->begin(count); 133 chooser->inspect(i, c, width, height); 135 choice = chooser->choose(); 138 //you never know what the chooser is going to supply
|
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |