HomeSort by relevance Sort by last modified time
    Searched full:getcurrent (Results 126 - 150 of 346) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 134 Sdk.getCurrent().getDocumentationBaseUrl());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 103 if (Display.getCurrent() != null) {
  /external/llvm/include/llvm/ADT/
STLExtras.h 128 inline const RootIt &getCurrent() const { return current; }
187 return mapped_iterator<Iterator, Func>(X.getCurrent() - N, X.getFunc());
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 863 : m_ContentIterator.GetCurrent();
915 : m_ContentIterator.GetCurrent();
  /external/v8/src/
lookup.cc 127 return PrototypeIterator::GetCurrent<JSGlobalObject>(iter);
410 if (iter.GetCurrent<JSReceiver>() == holder) return true;
messages.cc 246 Handle<Object> current = PrototypeIterator::GetCurrent(iter);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 151 final Drawable current = getCurrent();
208 final Drawable d = getCurrent();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 236 final SettingsValues settingsValues = Settings.getInstance().getCurrent();
358 Settings.getInstance().getCurrent().mShouldShowLxxSuggestionUi);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 128 IAndroidTarget target = Sdk.getCurrent().getTarget(project);
129 AndroidTargetData data = Sdk.getCurrent().getTargetData(target);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 171 Sdk sdk = Sdk.getCurrent();
194 Sdk sdk = Sdk.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 329 File annotationsJar = new File(Sdk.getCurrent().getSdkOsLocation(),
342 buildToolInfo = Sdk.getCurrent().getLatestBuildTool();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 764 if (Sdk.getCurrent() != null) {
765 targets = Sdk.getCurrent().getTargets();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 401 assertSame(mockDrawable, mockDrawable.getCurrent());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 42 private static final Color COLOR_VALID = Display.getCurrent().getSystemColor(
  /external/v8/src/compiler/
access-info.cc 157 PrototypeIterator::GetCurrent<JSReceiver>(i);
  /external/v8/src/debug/
debug-evaluate.cc 116 result = PrototypeIterator::GetCurrent<JSObject>(iter);
  /external/v8/test/cctest/
test-feedback-vector.cc 27 v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str(name));
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 296 if (drawable.getCurrent() != null) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 148 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 191 public SettingsValues getCurrent() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 317 Sdk sdk = Sdk.getCurrent();
ResourceManagerBuilder.java 121 Sdk currentSdk = Sdk.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 448 File sdkLocation = new File(Sdk.getCurrent().getSdkOsLocation());
    [all...]
IconFactory.java 351 Display display = Display.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java 377 Sdk sdk = Sdk.getCurrent();

Completed in 916 milliseconds

1 2 3 4 56 7 8 91011>>