HomeSort by relevance Sort by last modified time
    Searched refs:platform (Results 826 - 850 of 2067) sorted by null

<<31323334353637383940>>

  /external/libweave/third_party/chromium/base/strings/
string_util.h 28 // C standard-library functions that aren't cross-platform are provided as
30 // then implemented as inline calls to the platform-specific equivalents in the
31 // platform-specific headers.
183 #error Define string operations appropriately for your platform
  /external/libweave/third_party/chromium/build/
build_config.h 5 // This file adds defines about the platform we're currently building on.
32 // A set of macros to use for platform detection.
75 #error Please add support for your platform in build/build_config.h
  /external/mesa3d/
common.py 9 import platform as _platform
21 # Search sys.argv[] for a "platform=foo" argument since we don't have
23 if 'platform' in SCons.Script.ARGUMENTS:
24 target_platform = SCons.Script.ARGUMENTS['platform']
91 opts.Add(EnumOption('platform', 'target platform', host_platform,
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_d3d10.h 77 cl_platform_id platform,
cl_d3d11.h 77 cl_platform_id platform,
  /external/tlsdate/src/
util.c 220 /* TODO: Use platform->file_open but drop NOFOLLOW? */
298 platform->file_close(h->fd);
372 static struct platform default_platform = {
394 struct platform *platform = &default_platform; variable in typeref:struct:platform
434 return "platform-feature";
  /external/v8/src/libplatform/
default-platform.h 13 #include "include/v8-platform.h"
15 #include "src/base/platform/mutex.h"
19 namespace platform { namespace in namespace:v8
25 class DefaultPlatform : public Platform {
36 // v8::Platform implementation.
80 } // namespace platform
  /external/valgrind/coregrind/
pub_core_mallocfree.h 88 # error Unknown platform
  /external/valgrind/include/
pub_tool_machine.h 114 # error Unknown platform
  /frameworks/base/packages/SystemUI/tests/
Android.mk 57 # sign this with platform cert, so this test is allowed to inject key events into
59 LOCAL_CERTIFICATE := platform
  /hardware/qcom/audio/hal/
Android.mk 14 # B-family platform uses msm8974 code base
52 $(AUDIO_PLATFORM)/platform.c
  /ndk/build/core/
setup-abi.mk 29 # For x86 and mips: the minimal platform level is android-9
37 # For 64-bit ABIs: the minimal platform level is android-21
  /ndk/tests/
run-all.py 195 'Platform version must match the format "android-VERSION", where '
209 '--platform', default=None, type=android_platform_version,
210 help=('Run tests against the specified platform version. Defaults '
279 if args.platform is not None:
280 ndk_build_flags.append('APP_PLATFORM={}'.format(args.platform))
328 runner.add_suite('build', 'build', BuildTest, args.abi, args.platform,
332 args.platform, api_level, args.toolchain,
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractStandardAppHelper.java 17 package android.platform.test.helpers;
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DataUsageSettingsTests.java 23 import android.platform.test.helpers.SettingsHelperImpl;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
nested_exception.h 42 # error This platform does not support exception propagation.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
nested_exception.h 42 # error This platform does not support exception propagation.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
nested_exception.h 42 # error This platform does not support exception propagation.
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_random_things.py 8 if sys.platform == "win32":
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
fork_wait.py 61 if sys.platform in ['unixware7']:
test_dircache.py 48 if sys.platform[:3] not in ('win', 'os2'):
test_netrc.py 14 if sys.platform != 'cygwin':
test_select.py 7 @unittest.skipIf(sys.platform[:3] in ('win', 'os2', 'riscos'),
  /prebuilts/gdb/darwin-x86/lib/python2.7/
whichdb.py 35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
_exceptions.py 3 if sys.platform[:4] == "java":

Completed in 1862 milliseconds

<<31323334353637383940>>