HomeSort by relevance Sort by last modified time
    Searched full:getcurrent (Results 101 - 125 of 327) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/samples/
lineprocessor.cc 127 v8::Isolate* isolate = v8::Isolate::GetCurrent();
140 v8::Isolate* isolate = v8::Isolate::GetCurrent();
438 v8::Unlocker unlocker(v8::Isolate::GetCurrent());
442 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 279 Display display = Display.getCurrent();
373 return new Font(Display.getCurrent(), boldData);
381 return new Font(Display.getCurrent(), boldData);
389 return new Font(Display.getCurrent(), boldData);
  /external/replicaisland/src/com/replica/replicaisland/
Interpolator.java 88 public float getCurrent() {
  /external/v8/src/
d8-readline.cc 96 Unlocker unlock(Isolate::GetCurrent());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryManager.java 125 public HistoryItem getCurrent() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestContentAssist.java 63 Sdk sdk = Sdk.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLTrace.java 108 return ProtoBufUtils.getImage(Display.getCurrent(), m);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkLoadingTestCase.java 89 sdk = Sdk.getCurrent();
  /external/chromium/chrome/common/extensions/docs/static/
whats_new.html 198 href="tabs.html#method-getCurrent">chrome.tabs.getCurrent()</a> method
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.cpp 255 v8::Isolate* isolate = v8::Isolate::GetCurrent();
256 // Happens on frame destruction, check otherwise GetCurrent() will crash.
Dictionary.cpp 104 ASSERT(m_isolate == v8::Isolate::GetCurrent());
120 ASSERT(m_isolate == v8::Isolate::GetCurrent());
347 ASSERT(m_isolate == v8::Isolate::GetCurrent());
373 ASSERT(m_isolate == v8::Isolate::GetCurrent());
563 ASSERT(m_isolate == v8::Isolate::GetCurrent());
636 ASSERT(m_isolate == v8::Isolate::GetCurrent());
V8NPObject.cpp 86 v8::Isolate* isolate = v8::Isolate::GetCurrent();
397 DEFINE_STATIC_LOCAL(DOMWrapperMap<NPObject>, npObjectMap, (v8::Isolate::GetCurrent()));
468 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 198 Sdk sdk = Sdk.getCurrent();
237 Sdk sdk = Sdk.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 207 if (Sdk.getCurrent() != null) {
208 sdkTarget = Sdk.getCurrent().getTarget(project);
NewProjectWizardState.java 306 Sdk sdk = Sdk.getCurrent();
340 IAndroidTarget desiredTarget = Sdk.getCurrent().getTargetFromHashString(v);
351 Sdk sdk = Sdk.getCurrent();
SdkSelectionPage.java 214 Sdk sdk = Sdk.getCurrent();
439 if (Sdk.getCurrent() != null) {
440 targets = Sdk.getCurrent().getTargets();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 223 if (Display.getCurrent() != null) {
224 Display.getCurrent().readAndDispatch();
  /external/chromium/chrome/common/extensions/docs/
samples.json 135 "chrome.tabs.getCurrent": "tabs.html#method-getCurrent",
152 "chrome.windows.getCurrent": "windows.html#method-getCurrent",
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 254 String current = choices.getCurrent();
388 String current = choices.getCurrent() != null ? choices.getCurrent() : ""; //$NON-NLS-1$
438 String current = choices.getCurrent() != null ? choices.getCurrent() : ""; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 158 Sdk sdk = Sdk.getCurrent();
245 Sdk.getCurrent().getSdkLocation(),
381 avdManager = Sdk.getCurrent().getAvdManager();
410 AvdManager avdManager = Sdk.getCurrent().getAvdManager();
466 mProjectTarget = Sdk.getCurrent().getTarget(project);
  /external/chromium_org/chrome/renderer/extensions/
messaging_bindings.cc 253 v8::Isolate* isolate = v8::Isolate::GetCurrent();
345 v8::Isolate* isolate = v8::Isolate::GetCurrent();
390 v8::Isolate* isolate = v8::Isolate::GetCurrent();
  /external/chromium_org/chrome/renderer/translate/
translate_helper.cc 199 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
222 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
249 v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
  /external/v8/samples/
lineprocessor.cc 263 bool res = RunCppCycle(script, v8::Context::GetCurrent(),
281 v8::Context::GetCurrent()->Global()->Get(fun_name);
309 result = process_fun->Call(v8::Context::GetCurrent()->Global(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 269 if (Sdk.getCurrent() != null &&
270 Sdk.getCurrent().getDocumentationBaseUrl() != null) {
273 Sdk.getCurrent().getDocumentationBaseUrl());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 33 n = f.getcurrent() # get current message
334 def getcurrent(self): member in class:Folder
438 return self.getcurrent()
444 n = self.getcurrent()
451 n = self.getcurrent()
    [all...]

Completed in 1714 milliseconds

1 2 3 45 6 7 8 91011>>