/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bubble_gtk.h | 108 // The combo box for selecting the bookmark folder.
|
/external/grub/netboot/ |
config.c | 60 "3Com900-Combo", 0, 0, 0, 0}, 68 "3Com900B-Combo", 0, 0, 0, 0}, 100 "3Com900-Combo", 0, 0, 0, 0}, 104 "3Com900B-Combo", 0, 0, 0, 0},
|
/external/oprofile/gui/ |
oprof_start.h | 81 /// the counter combo has been activated
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
hidden-evals.html | 2 <p><b>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=30212">Bug 30212</a> - Each JS execution in console adds extra item into "scripts" combo</b>
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
ScreenshotTest.java | 43 * A simple test for screenshots that launches an Activity, injects the key event combo
|
/packages/apps/Browser/src/com/android/browser/ |
PhoneUi.java | 421 AnimatorSet combo = new AnimatorSet(); local 422 combo.playSequentially(set1, set2, otheralpha); 423 combo.addListener(new AnimatorListenerAdapter() { 431 combo.start();
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/ |
SOURCES | 43 Options brought in from core combo for IA
|
/external/chromium/chrome/browser/ |
accessibility_events.h | 152 // Accessibility information about a combo box passed to onControlFocused 215 // Accessibility information about a combo box passed to onControlFocused
|
/external/mksh/ |
mkmf.sh | 79 -include $aospdir/build/core/combo/include/arch/linux-arm/AndroidConfig.h \ 80 -I$aospdir/build/core/combo/include/arch/linux-arm/ \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectPage.java | 56 import org.eclipse.swt.widgets.Combo; 84 private Combo mThemeCombo; 89 private Combo mMinSdkCombo; 90 private Combo mTargetSdkCombo; 91 private Combo mBuildSdkCombo; 177 mMinSdkCombo = new Combo(container, SWT.READ_ONLY); 250 mTargetSdkCombo = new Combo(container, SWT.READ_ONLY); 276 mBuildSdkCombo = new Combo(container, SWT.READ_ONLY); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES11Canvas.java | 477 // combo * from + (1 - combo) * to * scale 479 // So, we have combo = alpha * (1 - ratio) 480 // and scale = alpha * ratio / (1 - combo) 482 float combo = alpha * (1 - ratio); local 483 float scale = alpha * ratio / (1 - combo); 491 (toColor & 0xff) * colorScale, combo); [all...] |
/build/core/ |
config.mk | 58 BUILD_COMBOS:= $(BUILD_SYSTEM)/combo 230 build/core/combo/include/arch/$(1)/AndroidConfig.h 234 include $(BUILD_SYSTEM)/combo/select.mk 240 include $(BUILD_SYSTEM)/combo/select.mk 251 include $(BUILD_SYSTEM)/combo/javac.mk
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
AddTranslationDialog.java | 70 import org.eclipse.swt.widgets.Combo; 110 private Combo mLanguageCombo; 111 private Combo mRegionCombo; 140 mLanguageCombo = new Combo(container, SWT.READ_ONLY); 150 mRegionCombo = new Combo(container, SWT.READ_ONLY);
|
/build/core/combo/ |
TARGET_linux-arm.mk | 18 # Included by combo/select.mk 24 # defines in build/core/combo/include/arch/<combo>/AndroidConfig.h. Their
|
HOST_darwin-x86.mk | 18 # Included by combo/select.mk
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
TestCaseEditController.java | 364 private JComboBox combo; field in class:TestCaseEditController.AbstractEditorPane 370 this.combo = comboBox; 380 this.add(combo, BorderLayout.NORTH);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
RubyTarget.java | 314 and then generate code from that. It keeps the combo/parser grammar object 321 - if this method is called with a combo grammar, and the action map 326 (one that's extracted from a combo grammar), check to see if
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationChooser.java | 563 // (since the config combo settings chosen by the user). [all...] |
/frameworks/base/docs/html/tools/help/ |
adt.jd | 444 <li>Screen type combo box: Predefined screen settings for common device configurations. You 447 <li>Screen orientation combo box: Portrait or Landscape screen orientation.</li> 449 <li>Theme combo box: Predefined themes or a custom theme that you have created.</li> 451 <li>Platform combo box: Platform version used to render the canvas and palette as well as 454 <li>Custom layout combo boxes: The locale, dock, and time of day combo boxes let you select
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 79 import org.eclipse.swt.widgets.Combo; 125 private Combo mInstrumentationCombo; 126 private Combo mTestSizeCombo; 306 mInstrumentationCombo = new Combo(comp, SWT.DROP_DOWN | SWT.READ_ONLY); 327 mTestSizeCombo = new Combo(comp, SWT.DROP_DOWN | SWT.READ_ONLY); 386 // look for the name of the instrumentation in the combo. [all...] |
/external/chromium/chrome/browser/resources/ |
bug_report.html | 70 $('issue-with-combo').add(option);
150 <select id="issue-with-combo" class="bug-report-text">
|
/external/chromium/chrome/browser/ui/cocoa/ |
confirm_quit_panel_controller.mm | 272 // fade out to convince the user to release the key combo to finalize 280 // The user has released the key combo. Discard any events (i.e. the
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformanceResultsPreferencePage.java | 120 CCombo combo= new CCombo(parent, SWT.BORDER); local 121 combo.addModifyListener(this); 128 combo.setLayoutData(data); 129 return combo; 814 // Get combo info [all...] |
/external/skia/src/gpu/gl/ |
GrGLCaps.cpp | 158 // ES 2 only guarantees RGBA/uchar + one other format/type combo for 190 // The other supported format/type combo supported for ReadPixels
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler_unittest.cc | 85 EXPECT_EQ("English Language Combo box 13 of 35", description);
|