HomeSort by relevance Sort by last modified time
    Searched full:platforms (Results 351 - 375 of 4043) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/features2d/misc/java/test/
ORBDescriptorExtractorTest.java 105 actual = actual.replaceAll("e\\+000", "e+00"); // NOTE: workaround for different platforms double representation
116 actual = actual.replaceAll("e\\+000", "e+00"); // NOTE: workaround for different platforms double representation
SIFTDescriptorExtractorTest.java 92 actual = actual.replaceAll("e([+-])0(\\d\\d)", "e$1$2"); // NOTE: workaround for different platforms double representation
103 actual = actual.replaceAll("e([+-])0(\\d\\d)", "e$1$2"); // NOTE: workaround for different platforms double representation
  /external/protobuf/gtest/msvc/
gtest_main-md.vcproj 8 <Platforms>
11 </Platforms>
gtest_main.vcproj 8 <Platforms>
11 </Platforms>
gtest_prod_test-md.vcproj 8 <Platforms>
11 </Platforms>
gtest_prod_test.vcproj 8 <Platforms>
11 </Platforms>
gtest_unittest-md.vcproj 8 <Platforms>
11 </Platforms>
gtest_unittest.vcproj 8 <Platforms>
11 </Platforms>
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_atomicword_compat.h 37 // which in turn means int. On some LP32 platforms, intptr_t is an int, but
44 // On LP64 platforms, AtomicWord and Atomic64 are both always long,
  /external/protobuf/vsprojects/
test_plugin.vcproj 11 <Platforms>
15 </Platforms>
  /external/skia/third_party/vulkan/
vk_platform.h 44 * Platforms should define these so that Vulkan clients call Vulkan commands
72 // On other platforms, use the default calling convention
  /external/v8/src/
futex-emulation.h 19 // are natively supported by Linux, but must be emulated for other platforms.
20 // This library emulates them on all platforms using mutexes and condition
  /external/v8/tools/
concatenate-files.py 35 # on all supported build platforms, but Python is, and hence this provides
36 # us with an easy and uniform way of doing this on all platforms.
  /external/valgrind/docs/internals/
directory-structure.txt 9 2. Multiple architectures, OSes, and platforms (arch/OS combinations).
44 cases for different archs/OSes/platforms. It's pretty straightforward.
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 44 * Platforms should define these so that Vulkan clients call Vulkan commands
72 // On other platforms, use the default calling convention
  /external/vulkan-validation-layers/tests/gtest-1.7.0/msvc/
gtest_prod_test-md.vcproj 8 <Platforms>
11 </Platforms>
gtest_prod_test.vcproj 8 <Platforms>
11 </Platforms>
gtest_unittest-md.vcproj 8 <Platforms>
11 </Platforms>
gtest_unittest.vcproj 8 <Platforms>
11 </Platforms>
  /external/xmlrpcpp/
XmlRpc.vcproj 8 <Platforms>
11 </Platforms>
  /frameworks/av/services/audiopolicy/common/include/
policy.h 50 * Stub audio output device. Used in policy configuration file on platforms without audio outputs.
55 * Stub audio input device. Used in policy configuration file on platforms without audio inputs.
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 37 * Platforms should define these so that Vulkan clients call Vulkan commands
65 // On other platforms, use the default calling convention
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityRoleDescriptionSupportActivity.java 91 // This call will succeed on all platforms, but it will only set the role description
92 // on devices running KitKat (API 19) or later. On older platforms the method call
  /hardware/libhardware/include/hardware/
local_time_hal.h 82 * time counter. On success, platforms should return 0. Platforms which
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 99 * This exception is the correct behavior for platforms which do
117 * to throw an exception. So, on platforms which do not support the option,

Completed in 1205 milliseconds

<<11121314151617181920>>