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

1 2 34 5 6 7 8 91011>>

  /external/libchrome/base/
callback_list.h 51 // foo_subscription_ = MyWidget::GetCurrent()->RegisterCallback(
  /external/libweave/third_party/chromium/base/
callback_list.h 51 // foo_subscription_ = MyWidget::GetCurrent()->RegisterCallback(
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
AbstractClassGenerator.java 164 public static AbstractClassGenerator getCurrent() {
  /external/v8/test/cctest/
test-profile-generator.cc 588 script_a->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
594 script_b->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
646 ->Get(v8::Isolate::GetCurrent()->GetCurrentContext(),
705 script->Run(v8::Isolate::GetCurrent()->GetCurrentContext()).ToLocalChecked();
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 101 MacDesktopConfiguration MacDesktopConfiguration::GetCurrent(Origin origin) {
full_screen_chrome_window_detector.cc 138 MacDesktopConfiguration desktop_config = MacDesktopConfiguration::GetCurrent(
  /frameworks/base/core/java/android/widget/
DayPickerViewPager.java 152 final SimpleMonthView current = adapter.getView(getCurrent());
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 126 Drawable drawable = mWifiSld.getCurrent();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
EmojiAltPhysicalKeyDetector.java 174 if (!Settings.getInstance().getCurrent().mEnableEmojiAltPhysicalKey) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 115 // SDK initialization typically hasn't completed yet and Sdk.getCurrent() is null.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 77 Sdk sdk = Sdk.getCurrent();
ConfigurationChooser.java 468 final Sdk sdk = Sdk.getCurrent();
525 LoadStatus targetStatus = Sdk.getCurrent().checkAndLoadTargetData(mProjectTarget,
731 Sdk currentSdk = Sdk.getCurrent();
738 targetStatus = Sdk.getCurrent().checkAndLoadTargetData(mProjectTarget, null);
764 targetData = Sdk.getCurrent().getTargetData(mProjectTarget);
791 targetData = Sdk.getCurrent().getTargetData(target);
798 targetData = Sdk.getCurrent().getTargetData(target);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 260 Sdk currentSdk = Sdk.getCurrent();
428 IAndroidTarget target = Sdk.getCurrent().getTarget(project);
434 Display.getCurrent().getActiveShell(),
684 Sdk sdk = Sdk.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 108 Sdk currentSdk = Sdk.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java 103 Display.getCurrent().getActiveShell(),
ExportHelper.java 338 buildToolInfo = Sdk.getCurrent().getLatestBuildTool();
356 Shell shell = Display.getCurrent().getActiveShell();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 260 //Sdk currentSdk = Sdk.getCurrent();
277 Sdk currentSdk = Sdk.getCurrent();
    [all...]
  /external/v8/src/ic/
handler-compiler.cc 336 last = iter.GetCurrent<JSObject>();
442 last = PrototypeIterator::GetCurrent<JSObject>(iter);
  /external/v8/src/
string-stream.cc 533 if (iter.GetCurrent()->IsJSObject()) {
534 Object* key = iter.GetCurrent<JSObject>()->SlowReverseLookup(fun);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 508 if (mRemoteIndicator.getCurrent() instanceof AnimationDrawable) {
510 (AnimationDrawable) mRemoteIndicator.getCurrent();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 195 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent();
216 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 67 IAndroidTarget target = Sdk.getCurrent().getTarget(iProject);
68 AndroidTargetData data = Sdk.getCurrent().getTargetData(target);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 275 function GetCurrent: TPair<TKey,TValue>;
281 property Current: TPair<TKey,TValue> read GetCurrent;
903 Result := GetCurrent;
911 function TDictionary<TKey,TValue>.TPairEnumerator.GetCurrent: TPair<TKey,TValue>;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 133 Display display = Display.getCurrent();
  /external/jetty/src/java/org/eclipse/jetty/util/statistic/
CounterStatistic.java 104 public long getCurrent()

Completed in 469 milliseconds

1 2 34 5 6 7 8 91011>>