HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 126 - 150 of 164) sorted by null

1 2 3 4 56 7

  /external/guava/src/com/google/common/collect/
ImmutableSortedSet.java 200 * We can't use Platform.clone() because of GWT bug 3621. See our GWT
242 Platform.unsafeArrayCopy(array, 0, copy, 0, size);
Iterators.java 589 return (pad || count == size) ? list : Platform.subList(list, 0, count);
    [all...]
Synchronized.java 444 return list(Platform.subList(delegate(), fromIndex, toIndex), mutex);
    [all...]
AbstractMultimap.java 764 Platform.subList(getListDelegate(), fromIndex, toIndex),
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.h 32 #include <wtf/Platform.h>
195 #error "JITStackFrame not defined for this platform."
JITInlineMethods.h 29 #include <wtf/Platform.h>
275 #error "SAMPLING_FLAGS not implemented on this platform."
  /external/webkit/WebCore/accessibility/
AccessibilityObject.h 37 #include <wtf/Platform.h>
41 #if PLATFORM(MAC)
43 #elif PLATFORM(WIN) && !OS(WINCE)
46 #elif PLATFORM(CHROMIUM)
69 #if PLATFORM(GTK)
522 #if PLATFORM(GTK)
534 // a platform-specific method for determining if an attachment is ignored
562 #if PLATFORM(MAC)
564 #elif PLATFORM(WIN) && !OS(WINCE)
566 #elif PLATFORM(GTK
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 38 #include <wtf/Platform.h>
40 #if PLATFORM(CG)
42 #elif PLATFORM(CAIRO)
44 #elif PLATFORM(OPENVG)
49 #elif PLATFORM(QT)
54 #elif PLATFORM(WX)
73 #elif PLATFORM(SKIA)
74 #if PLATFORM(ANDROID)
83 #elif PLATFORM(HAIKU)
93 #if PLATFORM(GTK
    [all...]
  /external/webkit/WebKit/android/jni/
WebSettings.cpp 29 #include <wtf/Platform.h>
JavaBridge.cpp 54 #include <wtf/Platform.h>
WebHistory.cpp 51 #include <wtf/Platform.h>
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 39 #include <wtf/Platform.h>
EventSender.cpp 37 #include <wtf/Platform.h>
LayoutTestControllerWin.cpp 50 #include <wtf/Platform.h>
    [all...]
  /external/guava/src/com/google/common/base/
CharMatcher.java 631 return Platform.precomputeCharMatcher(this);
636 * calls through a method on {@link Platform} so that we can have different
    [all...]
  /external/webkit/JavaScriptCore/API/
JSObjectRef.cpp 51 #include <wtf/Platform.h>
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86_64.h 29 #include <wtf/Platform.h>
ARMAssembler.h 30 #include <wtf/Platform.h>
MacroAssemblerX86Common.h 29 #include <wtf/Platform.h>
MacroAssemblerARM.h 31 #include <wtf/Platform.h>
  /external/webkit/JavaScriptCore/runtime/
JSImmediate.h 25 #include <wtf/Platform.h>
  /external/webkit/WebCore/dom/
XMLTokenizerQt.cpp 55 #include <wtf/Platform.h>
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.cpp 42 #include <wtf/Platform.h>
  /frameworks/base/docs/html/resources/
resources_toc.cs 27 <li><a href="<?cs var:toroot ?>resources/dashboard/platform-versions.html">
28 <span class="en">Platform Versions</span>
  /external/stlport/
configure.bat 48 REM platform option
51 if "%1" == "--platform" goto opt_plat
126 echo "-p <platform>" or "--platform <platform>"
127 echo Build STLport for the specified platform. Not all existing platforms are
368 REM to correctly check the platform:
429 REM * Platform configuration
438 echo Unknown platform: %2
442 echo Setting platform: Windows 9
    [all...]

Completed in 1004 milliseconds

1 2 3 4 56 7