HomeSort by relevance Sort by last modified time
    Searched refs:choices (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/compiler-rt/make/platform/
darwin_fat.mk 15 # appropriate choices for CC and CFLAGS.
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_fat.mk 15 # appropriate choices for CC and CFLAGS.
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 547 String[] choices = new String[]{"Disabled", "2x", "4x", "6x", "8x", "16x"}; local
548 antialiasCombo.setModel(new DefaultComboBoxModel(choices));
549 antialiasCombo.setSelectedItem(choices[Math.min(source.getSamples()/2,5)]);
  /external/icu4c/extra/uconv/
makedata.mak 25 !MESSAGE Possible choices for configuration are:
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries.py 347 choices = [status["name"] for status in statuses]
348 chosen_name = self._tool.user.prompt_with_list("Which builder to analyze:", choices)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 307 * Attempts to sort the attribute values to bubble up the most likely choices to
314 * @param choices the set of string resource values
317 List<String> choices) {
319 Collections.sort(choices, new Comparator<String>() {
  /external/v8/tools/
test-wrapper-gypbuild.py 73 choices=PROGRESS_INDICATORS, default="mono")
test.py 1198 choices=PROGRESS_INDICATORS.keys(), default="mono")
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
optparser.py 332 choices=["emacs", "vs7"],
  /external/bluetooth/glib/gio/
gmountoperation.c 221 const char *choices[])
272 * @choices: an array of strings for each possible choice.
275 * choices for the user to choose from.
  /external/llvm/utils/Misc/
zkill 147 choices=kSignals.keys())
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 518 if (schema.choices) {
520 schema.choices.forEach(function(c) {
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 19 !MESSAGE Possible choices for configuration are:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 370 // The proxy settings specify up to three major fallback choices
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 31 // googleOpener.popup(width, height), where 'width' and 'height' are your choices
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 629 boolean[] choices, int size);
    [all...]
  /external/clang/utils/ABITest/
ABITestGen.py 355 type='choice', choices=('random','linear'), default='linear')
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 313 * app, updating the choices in the context menu. We don't have such a menu
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 324 * app, updating the choices in the context menu. We don't have such a menu
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 83 self.ctrls[Text] = wx.RadioBox(panel, Id, label=Lbl, pos=(Col, Row), size=Len, choices=Lst, majorDimension=1, style=wx.RA_SPECIFY_COLS)
    [all...]
  /external/fdlibm/
configure 811 Use these variables to override the choices made by `configure' or to help
    [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak 18 !MESSAGE Possible choices for configuration are:
    [all...]

Completed in 1317 milliseconds

12 3 4