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

1 2 3 4 56 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
inf.h 21 # error "Never use <bits/inf.h> directly; include <math.h> instead."
netdb.h 20 # error "Never include <bits/netdb.h> directly; use <netdb.h> instead."
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_mac.h 5 #error Looks like unsupported platform
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
spinlock_types_up.h 16 #error "please don't include this file directly"
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_mac.h 5 #error Looks like unsupported platform
  /prebuilt/sdk/11/renderscript/clang-include/
nmmintrin.h 28 #error "SSE4.2 instruction set not enabled"
  /prebuilt/sdk/12/renderscript/clang-include/
nmmintrin.h 28 #error "SSE4.2 instruction set not enabled"
  /prebuilt/sdk/13/renderscript/clang-include/
nmmintrin.h 28 #error "SSE4.2 instruction set not enabled"
  /prebuilt/sdk/14/renderscript/clang-include/
nmmintrin.h 28 #error "SSE4.2 instruction set not enabled"
  /system/extras/tests/bionic/libstdc++/
test_csignal.cpp 31 #error "Wrong header file included!!"
43 #error "raise must not be a macro"
47 #error "SIGABRT must be a macro"
51 #error "SIGILL must be a macro"
  /external/webkit/Source/WebKit/chromium/src/
WebURLError.cpp 42 WebURLError::WebURLError(const ResourceError& error)
44 *this = error;
47 WebURLError& WebURLError::operator=(const ResourceError& error)
49 if (error.isNull())
52 domain = error.domain();
53 reason = error.errorCode();
54 unreachableURL = KURL(ParsedURLString, error.failingURL());
  /libcore/luni/src/main/java/libcore/io/
GaiException.java 24 * methods fail. This exception contains the native error value, for comparison against the
30 public final int error; field in class:GaiException
32 public GaiException(String functionName, int error) {
34 this.error = error;
37 public GaiException(String functionName, int error, Throwable cause) {
40 this.error = error;
44 * Converts the stashed function name and error value to a human-readable string.
49 String gaiName = OsConstants.gaiName(error);
    [all...]
  /external/stlport/test/unit/
macro_checks.cpp 6 # error Missing CHAR_BIT definition.
10 # error Weird WCHAR_BIT value.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
34 # error Weird INT_MIN or INT_MAX macro values.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
macro_checks.cpp 6 # error Missing CHAR_BIT definition.
10 # error Weird WCHAR_BIT value.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
34 # error Weird INT_MIN or INT_MAX macro values.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition
    [all...]
  /ndk/tests/device/test-stlport/unit/
macro_checks.cpp 6 # error Missing CHAR_BIT definition.
10 # error Weird WCHAR_BIT value.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
34 # error Weird INT_MIN or INT_MAX macro values.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
error.js 1 description("Tests Geolocation error callback using the mock service.");
12 var error;
17 error = e;
18 shouldBe('error.code', 'mockCode');
19 shouldBe('error.message', 'mockMessage');
20 shouldBe('error.UNKNOWN_ERROR', 'undefined');
21 shouldBe('error.PERMISSION_DENIED', '1');
22 shouldBe('error.POSITION_UNAVAILABLE', '2');
23 shouldBe('error.TIMEOUT', '3');
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipErrorTest.java 30 ZipError error = new ZipError("ZipError"); local
31 assertEquals("ZipError", error.getMessage());
38 ZipError error = new ZipError("serialization test"); local
39 SerializationTest.verifySelf(error);
46 ZipError error = new ZipError("serialization test"); local
47 SerializationTest.verifyGolden(this, error);

Completed in 3156 milliseconds

1 2 3 4 56 7 8 91011>>