/external/libcups/cups/ |
D | ppd-emit.c | 59 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect() argument 61 return (ppdCollect2(ppd, section, 0.0, choices)); in ppdCollect() 79 ppd_choice_t ***choices) /* O - Pointers to choices */ in ppdCollect2() argument 90 ppd, section, min_order, choices)); in ppdCollect2() 92 if (!ppd || !choices) in ppdCollect2() 94 if (choices) in ppdCollect2() 95 *choices = NULL; in ppdCollect2() 108 *choices = NULL; in ppdCollect2() 114 *choices = NULL; in ppdCollect2() 212 *choices = collect; in ppdCollect2() [all …]
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | menu-all-types-of-entries.py | 110 Cascade_button.menu.choices = Menu(Cascade_button.menu) 113 Cascade_button.menu.choices.weirdones = Menu(Cascade_button.menu.choices) 116 Cascade_button.menu.choices.weirdones.add_command(label='avacado') 117 Cascade_button.menu.choices.weirdones.add_command(label='belgian endive') 118 Cascade_button.menu.choices.weirdones.add_command(label='beefaroni') 121 Cascade_button.menu.choices.add_command(label='Chocolate') 122 Cascade_button.menu.choices.add_command(label='Vanilla') 123 Cascade_button.menu.choices.add_command(label='TuttiFruiti') 124 Cascade_button.menu.choices.add_command(label='WopBopaLoopBapABopBamBoom') 125 Cascade_button.menu.choices.add_command(label='Rocky Road') [all …]
|
/external/libdrm/ |
D | meson_options.txt | 25 choices : ['true', 'false', 'auto'], 32 choices : ['true', 'false', 'auto'], 39 choices : ['true', 'false', 'auto'], 46 choices : ['true', 'false', 'auto'], 53 choices : ['true', 'false', 'auto'], 60 choices : ['true', 'false', 'auto'], 67 choices : ['true', 'false', 'auto'], 74 choices : ['true', 'false', 'auto'], 81 choices : ['true', 'false', 'auto'], 88 choices : ['true', 'false', 'auto'], [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_random.py | 154 choices = self.gen.choices 162 choices(data, k=5), 163 choices(data, range(4), k=5), 164 choices(k=5, population=data, weights=range(4)), 165 choices(k=5, population=data, cum_weights=range(4)), 173 choices(2) 175 self.assertEqual(choices(data, k=0), []) # k == 0 176 …self.assertEqual(choices(data, k=-1), []) # negative k behaves like ``[0] *… 178 choices(data, k=2.5) # k is a float 180 … self.assertTrue(set(choices(str_data, k=5)) <= set(str_data)) # population is a string sequence [all …]
|
/external/mesa3d/ |
D | meson_options.txt | 31 choices : ['auto', 'true', 'false'], 68 choices : ['auto', 'true', 'false'], 81 choices : ['auto', 'true', 'false'], 94 choices : ['auto', 'true', 'false'], 107 choices : ['auto', 'true', 'false'], 120 choices : ['auto', 'true', 'false'], 132 choices : ['icd', 'standalone', 'disabled'], 188 choices : ['auto', 'true', 'false'], 195 choices : ['auto', 'disabled', 'dri', 'xlib', 'gallium-xlib'], 202 choices : ['auto', 'true', 'false'], [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 146 …public static <T extends Appendable> T appendDisplay(Set<Choice> choices, String htmlMessage, T ta… in appendDisplay() argument 149 for (Choice item : choices) { in appendDisplay() 195 public static Appendable appendRowStyles(Set<Choice> choices, Appendable target) { in appendRowStyles() argument 197 if (choices.contains(Choice.changedOldValue)) { in appendRowStyles() 201 for (Choice item : choices) { in appendRowStyles() 733 …public void generateHtmlErrorTables(Appendable output, EnumSet<Choice> choices, String localeID, T… in generateHtmlErrorTables() argument 752 …FileInfo fileInfo = new FileInfo().getFileInfo(sourceFile, lastSourceFile, sorted, choices, locale… in generateHtmlErrorTables() 756 …writeTables(output, sourceFile, lastSourceFile, sorted, choices, localeID, nonVettingPhase, fileIn… in generateHtmlErrorTables() 770 …, WritingInfo> generateFileInfoReview(Appendable output, EnumSet<Choice> choices, String localeID,… in generateFileInfoReview() argument 789 …FileInfo fileInfo = new FileInfo().getFileInfo(sourceFile, lastSourceFile, sorted, choices, locale… in generateFileInfoReview() [all …]
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | tkman.py | 60 self.choices = [] 138 self.choices = [] 142 if choice not in self.choices: 143 self.choices.append(choice) 144 self.choices.sort() 148 self.choices[len(self.choices):] = list 149 self.choices.sort() 176 self.choices)
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
D | TransliteratorInputMethod.java | 74 private static JComboBox choices; field in TransliteratorInputMethod 150 choices = new JComboBox(types.toArray()); in initStatusWindow() 152 choices.setEditable(false); in initStatusWindow() 153 choices.setSelectedIndex(0); in initStatusWindow() 154 choices.setRenderer(new NameRenderer()); in initStatusWindow() 155 choices.setActionCommand("transliterator"); in initStatusWindow() 157 choices.addActionListener(new ActionListener() { in initStatusWindow() 165 sw.add(choices); in initStatusWindow() 260 choices.setSelectedIndex(selectedIndex == -1 ? choices in activate() 264 choices.setForeground(Color.BLACK); in activate() [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ConnectorImpl.java | 400 private final List<String> choices; field in ConnectorImpl.SelectedArgumentImpl 404 boolean mustSpecify, List<String> choices) { in SelectedArgumentImpl() argument 406 this.choices = Collections.unmodifiableList(new ArrayList<String>(choices)); in SelectedArgumentImpl() 413 public List<String> choices() { in choices() method in ConnectorImpl.SelectedArgumentImpl 414 return choices; in choices() 422 return choices.contains(value); in isValid()
|
/external/autotest/site_utils/tester_feedback/ |
D | audio_query_delegate_impl.py | 51 choices = [] 55 choices.append(tool) 57 choices.append('Manual playback') 65 input_handlers.MultipleChoiceInputHandler(choices, default=1), 68 if idx < len(choices) - 1:
|
D | input_handlers.py | 109 def __init__(self, choices, default=None): argument 115 max_idx = len(choices) 118 self._choices = choices
|
/external/brotli/python/ |
D | bro.py | 89 choices=[0, 1, 2], 98 choices=list(range(0, 12)), 106 choices=list(range(10, 25)), 113 choices=[0] + list(range(16, 25)),
|
/external/autotest/frontend/server/ |
D | models.py | 34 choices=STATUS.choices()) 122 role = dbmodels.CharField(max_length=128, choices=ROLE.choices())
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | DriverPropertyInfoTest.java | 75 assertTrue(Arrays.equals(testChoices, aDriverPropertyInfo.choices)); in testPublicFields() 81 aDriverPropertyInfo.choices = updateChoices; in testPublicFields() 87 assertTrue(Arrays.equals(updateChoices, aDriverPropertyInfo.choices)); in testPublicFields()
|
/external/autotest/frontend/afe/ |
D | rdb_model_extensions.py | 191 choices=Status.choices(), 196 choices=host_protections.choices,
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | ListFilter.java | 78 public void setChoices(String[] choices) { in setChoices() argument 86 for (int i = 0; i < choices.length; i++) { in setChoices() 87 select.addItem(choices[i]); in setChoices()
|
D | BooleanFilter.java | 7 private static final String[] choices = {"Yes", "No"}; field in BooleanFilter 11 setChoices(choices); in BooleanFilter()
|
D | MultipleListFilter.java | 39 public void setChoices(String[] choices) { in setChoices() argument 40 super.setChoices(choices); in setChoices()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_knobs.h | 100 choices = knob[1].get('choices') 101 _max_len = calc_max_name_len(choices) %>// 102 % for i in range(len(choices)):
|
/external/chromium-trace/catapult/tracing/ |
D | tracing_project.py | 200 choices = self.GetConfigNames() 203 choices=choices, default=self.GetDefaultConfigName(), 204 help='Picks a browser config. Valid choices: %s' % ', '.join(choices)) 205 return choices
|
/external/autotest/client/common_lib/ |
D | host_protections.py | 43 choices = Protection.choices() variable
|
/external/python/cpython2/Lib/ |
D | tokenize.py | 45 def group(*choices): return '(' + '|'.join(choices) + ')' argument 46 def any(*choices): return group(*choices) + '*' argument 47 def maybe(*choices): return group(*choices) + '?' argument
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | tokenize.py | 48 def group(*choices): return '(' + '|'.join(choices) + ')' argument 49 def any(*choices): return group(*choices) + '*' argument 50 def maybe(*choices): return group(*choices) + '?' argument
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISO2022.java | 1741 byte[] choices = new byte[10]; in encodeLoop() 1822 choices[choiceCount++] = HWKANA_7BIT; in encodeLoop() 1828 choices[choiceCount++] = cs = myConverterData.fromU2022State.cs[0]; in encodeLoop() 1833 choices[choiceCount++] = cs; in encodeLoop() 1841 choices[choiceCount++] = cs; in encodeLoop() 1865 byte cs0 = choices[i]; in encodeLoop() 2248 byte[] choices = new byte[3]; in encodeLoop() 2342 choices[0] = myConverterData.fromU2022State.cs[1]; in encodeLoop() 2345 if (choices[0] == 0) { in encodeLoop() 2346 choices[0] = GB2312_1; in encodeLoop() [all …]
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | HtmlPolicyBuilderFuzzerTest.java | 162 private static String pick(Random rnd, String[] choices) { in pick() argument 163 return choices[rnd.nextInt(choices.length)]; in pick()
|