/packages/apps/LegacyCamera/src/com/android/camera/ |
ModePicker.java | 36 * A widget that includes three mode selections {@code RotateImageView}'s and
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringAction.java | 101 // Note, two kinds of selections are returned here:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 309 # selections (the pool) in a list or previous selections in a set. 311 # When the number of selections is small compared to the 312 # population, then tracking selections is efficient, requiring 314 # a larger number of selections, the pool tracking method is
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 309 # selections (the pool) in a list or previous selections in a set. 311 # When the number of selections is small compared to the 312 # population, then tracking selections is efficient, requiring 314 # a larger number of selections, the pool tracking method is
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 1058 List<SelectionItem> selections = mSelectionManager.getSelections(); local 1394 List<SelectionItem> selections = getSelectionManager().getSelections(); local [all...] |
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_handler.h | 143 // notification about uninstall confirmation dialog selections.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
externs.js | 387 setSelections: function(selections, primaryIndex, config) { },
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
Intermediate.cpp | 340 // For compile time constant selections, prune the code and
|
IntermNode.h | 653 // Conservatively assume selections have side-effects
|
/external/chromium_org/third_party/polymer/components/core-selector/ |
core-selector.html | 114 * If true, multiple selections are allowed.
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win.h | 123 // Selections not applicable to views.
|
/external/replicaisland/tools/ |
ExtractPoints.js | 232 // same thing can be accomplished with selections instead.
|
/frameworks/base/core/java/android/text/ |
Selection.java | 23 * Utility class for manipulating cursors and selections in CharSequences.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
ChooseConfigurationPage.java | 146 // We get "res/foo" from selections relative to the project when we want a "/res/foo" path.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategyTest.java | 51 // Determine the offset, and possibly make text range selections as well
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
VisibleSelection.cpp | 505 // purposes of comparing selections). This is an ideal point of the code 525 // class for editing to use that can manipulate selections that are not currently valid.
|
/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/ |
ComponentResultsView.java | 158 // Set selections (tab and line) 318 * Selections are set onto the first found error if this is the first tab creation (typically on a component change event from the ComponentsView)
|
/frameworks/base/docs/html/training/printing/ |
custom-docs.jd | 86 a document for printing. These selections can influence the final output as the user chooses 88 As these selections are made, the print framework asks your adapter to lay out and generate a
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_metrics.h | 117 // Selections within the account switcher:
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ContextMenuClientImpl.cpp | 162 // Caret and range selections always return valid normalized ranges.
|
/external/clang/utils/ABITest/ |
TypeGen.py | 237 # combinations, selections of a sequence
|
/external/llvm/cmake/modules/ |
HandleLLVMOptions.cmake | 3 # selections.
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
tv.jd | 32 control device to navigate and make selections rather than touching elements on screen. These
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV1.java | 353 // save current selections to be restored if the dialog is invoked again
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
navigation_manager.js | 258 // Convert to selections. 262 // Default to document body if selections are null. [all...] |