HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 201 - 225 of 537) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/devlib/devlib/platform/
__init__.py 7 class Platform(object):
52 # May be overwritten by subclasses to provide platform-specific
arm.py 22 from devlib.platform import Platform
29 class VersatileExpressPlatform(Platform):
gem5.py 25 from devlib.platform import Platform
28 class Gem5SimulationPlatform(Platform):
166 raise TargetError('The platform has no gem5 simulation! '
285 connection_screencapped = self.platform.gem5_capture_screen(filepath)
289 self.logger.debug('{} was not able to screen cap, using the original target implementation'.format(self.platform.__class__.__name__))
  /external/guava/guava/src/com/google/common/base/
Enums.java 77 return Platform.getEnumIfPresent(enumClass, value);
  /external/guava/guava/src/com/google/common/collect/
ObjectArrays.java 61 return Platform.newArray(reference, length);
  /external/guava/guava/src/com/google/common/escape/
UnicodeEscaper.java 180 char[] dest = Platform.charBufferFromThreadLocal();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ObjectArrays.java 47 return Platform.newArray(reference, length);
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
CollectionIteratorTester.java 94 new IteratorTester<E>(Platform.collectionIteratorTesterNumIterations(), features, elements,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
PerCollectionSizeTestSuiteBuilder.java 92 String oneSizeName = Platform.format("%s [collection size: %s]",
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionIteratorTester.java 96 new IteratorTester<E>(Platform.collectionIteratorTesterNumIterations(), features, elements,
  /external/mesa3d/src/egl/main/
egldisplay.h 144 _EGLPlatformType Platform; /**< The type of the platform display */
145 void *PlatformDisplay; /**< A pointer to the platform display */
egldisplay.c 64 * Map --with-egl-platforms names to platform types.
67 _EGLPlatformType platform; member in struct:__anon27509
80 * Return the native platform by parsing EGL_PLATFORM.
98 plat = egl_platforms[i].platform;
137 * Try detecting native platform with the help of native display characteristcs.
164 /* If not matched to any other platform, fallback to x11. */
178 * Return the native platform. It is the platform of the EGL native types.
199 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)",
253 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy
    [all...]
  /external/okhttp/
Android.mk 23 okhttp_system_src_files := $(filter-out %/Platform.java, $(okhttp_common_src_files))
  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 168 v8::Platform* platform = v8::platform::CreateDefaultPlatform(); local
169 v8::V8::InitializePlatform(platform);
  /external/v8/src/heap/
page-parallel-job.h 96 task, v8::Platform::kShortRunningTask);
store-buffer.cc 98 task, v8::Platform::kShortRunningTask);
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.asm 44 ; Platform init
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentingRunnerModule.java 24 import com.google.caliper.platform.Platform;
184 Platform platform,
206 // Make sure that the instrument is supported on the platform.
207 if (platform.supports(clazz)) {
218 className, platform.name());
  /external/compiler-rt/make/
lib_platforms.mk 17 $$(info MAKE: $(PlatformName): Loading platform)
21 $(call Set,PlatformKey,Platform.$(PlatformName))
26 # Reset platform specific variables to sentinel value.
36 # Get the platform variables.
53 # Collect all the platform variables for subsequent use.
71 $$(info MAKE: $(PlatformName): Done loading platform)
76 PlatformFiles := $(wildcard make/platform/*.mk)
  /external/curl/projects/
build-wolfssl.bat 86 rem Compiler and platform are required parameters.
193 rem Usage: CALL :build <configuration> <platform>
196 rem VS Platform: Win32 or x64.
227 echo Error: build: Platform not recognized.
249 -p:Platform="%MSBUILD_PLATFORM%" ^
282 echo Usage: build-wolfssl ^<compiler^> ^<platform^> [configuration] [directory]
291 echo Platform:
  /external/libunwind/doc/
unw_getcontext.tex 22 platform-specific, but, in general, at least all preserved
29 \section{Platform-specific Notes}
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkHeaders.java 8 import com.squareup.okhttp.internal.Platform;
40 static final String PREFIX = Platform.get().getPrefix();
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
content.mak 9 # Platform :
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 34 import org.eclipse.core.runtime.Platform;
111 Location install = Platform.getInstallLocation();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 166 // <-- Platform -->
170 private Platform mPlatform = new Platform();
504 Platform p = mPlatform;
519 Platform p = mPlatform;
581 Platform p = mPlatform;
619 Platform p = mPlatform;
661 Platform p = mPlatform;
695 Platform p = mPlatform;
    [all...]

Completed in 401 milliseconds

1 2 3 4 5 6 7 891011>>