HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 251 - 275 of 343) sorted by null

<<11121314

  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 237 # Also try directories for this platform/configuration
343 tag Platform Name="$plat"
gen_msvs_vcxproj.sh 164 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'"
166 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'"
168 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'"
248 # Also try directories for this platform/configuration
344 tag_content Platform $plat
363 Condition="'\$(Configuration)|\$(Platform)'=='$config|$plat'" \
400 Project="\$(UserRootDir)\\Microsoft.Cpp.\$(Platform).user.props" \
401 Condition="exists('\$(UserRootDir)\\Microsoft.Cpp.\$(Platform).user.props')" \
412 Condition="'\$(Configuration)|\$(Platform)'=='$config|$plat'"
422 Condition="'\$(Configuration)|\$(Platform)'=='$config|$plat'
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 69 import org.eclipse.core.runtime.Platform;
381 //IPath defaultLocation = Platform.getLocation();
384 //IPath workspaceLocation = Platform.getLocation().append(projectName);
445 IPath defaultLocation = Platform.getLocation();
520 IPath defaultLocation = Platform.getLocation();
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 92 * std::vector<cl::Platform> platforms;
93 * cl::Platform::get(&platforms);
95 * std::cout << "Platform size 0\n";
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 92 * std::vector<cl::Platform> platforms;
93 * cl::Platform::get(&platforms);
95 * std::cout << "Platform size 0\n";
    [all...]
  /external/chromium_org/chrome/common/extensions/features/
simple_feature_unittest.cc 26 Feature::Platform platform; member in struct:__anon9113::IsAvailableTestData
74 test.platform).result());
271 TEST_F(ExtensionSimpleFeatureTest, Platform) {
356 EXPECT_EQ(Feature::UNSPECIFIED_PLATFORM, feature->platform());
437 value->SetString("platform", "chromeos");
440 EXPECT_EQ(Feature::CHROMEOS_PLATFORM, feature->platform());
479 // Can't test location or platform because we only have one value so far.
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 56 #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
57 #include "third_party/WebKit/public/platform/WebDeviceMotionListener.h"
58 #include "third_party/WebKit/public/platform/WebDeviceOrientationListener.h"
59 #include "third_party/WebKit/public/platform/WebFileInfo.h"
60 #include "third_party/WebKit/public/platform/WebGamepads.h"
61 #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h"
62 #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h"
63 #include "third_party/WebKit/public/platform/WebPluginListBuilder.h"
64 #include "third_party/WebKit/public/platform/WebURL.h"
65 #include "third_party/WebKit/public/platform/WebVector.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMacNonOverlayAPI.mm 32 #include "core/platform/mac/ScrollbarThemeMacNonOverlayAPI.h"
35 #include "core/platform/ScrollbarThemeClient.h"
36 #include "public/platform/mac/WebThemeEngine.h"
37 #include "public/platform/Platform.h"
38 #include "public/platform/WebRect.h"
162 WebKit::Platform::current()->themeEngine()->paintScrollbarThumb(
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 109 Platform.unsafeArrayCopy(elements, 1, rest, 0, elements.length - 1);
121 Platform.unsafeArrayCopy(elements, 2, rest, 0, elements.length - 2);
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 5 # Note: Make sure that cl.exe is configured to include Platform SDK
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 39 import org.eclipse.core.runtime.Platform;
182 // Pick most recent platform
518 IPath workspace = Platform.getLocation();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 66 import org.eclipse.core.runtime.Platform;
365 // just pick the best setting that applies instead for each platform
478 // just pick the best setting that applies instead for each platform
692 IPath workspace = Platform.getLocation();
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 34 #include "public/platform/Platform.h"
35 #include "public/platform/WebDragData.h"
36 #include "public/platform/WebFloatPoint.h"
37 #include "public/platform/WebGestureCurve.h"
38 #include "public/platform/WebImage.h"
39 #include "public/platform/WebLayer.h"
40 #include "public/platform/WebLayerTreeView.h"
41 #include "public/platform/WebPoint.h"
42 #include "public/platform/WebRect.h
    [all...]
FrameLoaderClientImpl.cpp 52 #include "core/platform/MIMETypeRegistry.h"
53 #include "core/platform/mediastream/RTCPeerConnectionHandler.h"
54 #include "core/platform/network/HTTPParsers.h"
80 #include "core/platform/chromium/support/WrappedResourceRequest.h"
81 #include "core/platform/chromium/support/WrappedResourceResponse.h"
82 #include "core/platform/network/SocketStreamHandleInternal.h"
83 #include "public/platform/Platform.h"
84 #include "public/platform/WebMimeRegistry.h"
85 #include "public/platform/WebSocketStreamHandle.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 55 #include "public/platform/Platform.h"
56 #include "public/platform/WebSize.h"
57 #include "public/platform/WebThread.h"
58 #include "public/platform/WebUnitTestSupport.h"
214 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
245 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
250 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 531 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
552 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
713 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 531 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
552 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
713 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 46 #include "core/platform/HistogramSupport.h"
47 #include "core/platform/PlatformMouseEvent.h"
48 #include "core/platform/network/DNS.h"
49 #include "core/platform/network/ResourceRequest.h"
51 #include "public/platform/Platform.h"
52 #include "public/platform/WebPrescientNetworking.h"
53 #include "public/platform/WebURL.h"
65 WebKit::WebPrescientNetworking* prescientNetworking = WebKit::Platform::current()->prescientNetworking();
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.cpp 36 #include "core/platform/Logging.h"
37 #include "core/platform/PurgeableBuffer.h"
38 #include "core/platform/SharedBuffer.h"
39 #include "public/platform/Platform.h"
176 // We should look into removing the expectation of that knowledge from the platform network stacks.
319 // We only expect to receive cached metadata from the platform once.
337 WebKit::Platform::current()->cacheMetadata(m_response.url(), m_response.responseTime(), serializedData.data(), serializedData.size());
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 38 #include "core/platform/PlatformWheelEvent.h"
39 #include "core/platform/ScrollAnimator.h"
40 #include "core/platform/ScrollbarTheme.h"
41 #include "core/platform/chromium/TraceEvent.h"
42 #include "core/platform/chromium/support/WebScrollbarImpl.h"
43 #include "core/platform/chromium/support/WebScrollbarThemeGeometryNative.h"
44 #include "core/platform/graphics/GraphicsLayer.h"
45 #include "core/platform/graphics/IntRect.h"
46 #include "core/platform/graphics/Region.h"
47 #include "core/platform/graphics/transforms/TransformState.h
    [all...]
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 657 return Platform.precomputeCharMatcher(this);
662 * on {@link Platform} so that we can have different behavior in GWT.
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 230 Platform.get().logW("DiskLruCache " + directory + " is corrupt: "

Completed in 1234 milliseconds

<<11121314