HomeSort by relevance Sort by last modified time
    Searched full:weird (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
macro_checks.cpp 10 # error Weird WCHAR_BIT value.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
34 # error Weird INT_MIN or INT_MAX macro values.
46 # error Weird LONG_MIN or LONG_MAX macro values.
58 # error Weird SCHAR_MIN or SCHAR_MAX macro values.
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
90 # error Weird UCHAR_MAX macro value.
98 # error Weird UINT_MAX macro value.
106 # error Weird ULONG_MAX macro value
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
macro_checks.cpp 10 # error Weird WCHAR_BIT value.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
34 # error Weird INT_MIN or INT_MAX macro values.
46 # error Weird LONG_MIN or LONG_MAX macro values.
58 # error Weird SCHAR_MIN or SCHAR_MAX macro values.
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
90 # error Weird UCHAR_MAX macro value.
98 # error Weird UINT_MAX macro value.
106 # error Weird ULONG_MAX macro value
    [all...]
  /ndk/tests/device/test-stlport/unit/
macro_checks.cpp 10 # error Weird WCHAR_BIT value.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
34 # error Weird INT_MIN or INT_MAX macro values.
46 # error Weird LONG_MIN or LONG_MAX macro values.
58 # error Weird SCHAR_MIN or SCHAR_MAX macro values.
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
90 # error Weird UCHAR_MAX macro value.
98 # error Weird UINT_MAX macro value.
106 # error Weird ULONG_MAX macro value
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
LocaleTest.java 24 Locale weird = new Locale("AaBbCc", "DdEeFf", "GgHhIi"); local
25 assertEquals("aabbcc", weird.getLanguage());
26 assertEquals("", weird.getDisplayLanguage());
27 assertEquals("DDEEFF", weird.getCountry());
28 assertEquals("", weird.getDisplayCountry());
29 assertEquals("GgHhIi", weird.getVariant());
30 assertEquals("", weird.getDisplayVariant());
31 assertEquals("aabbcc (DDEEFF,GgHhIi)", weird.getDisplayName());
  /external/jpeg/
jconfig.st 22 #define ALIGN_TYPE long /* apparently double is a weird size? */
  /external/qemu/android/
user-config.c 73 /* Hmmm, something is weird, let's use a temporary file instead */
76 derror("Weird: Cannot create temporary user-config file?");
79 dwarning("Weird: Content path too long, using temporary user-config.");
89 derror("Weird: Can't find parent of user-config file: %s",
96 derror("Weird: No content path for this AVD: %s", parentPath);
202 D("Weird: can't create user-config iniFile?");
  /frameworks/base/opengl/libs/
Android.mk 20 # needed on sim build because of weird logging issues
79 # needed on sim build because of weird logging issues
115 # needed on sim build because of weird logging issues
  /external/openssl/crypto/des/times/
usparc.cc 29 4 r2 i 63535.10 13.4% <-- very very weird, must be cache problems.
  /frameworks/base/core/java/com/android/internal/logging/
AndroidConfig.java 29 * This looks a bit weird, but it's the way the logging config works: A
  /libcore/dalvik/src/main/java/dalvik/system/
NativeStart.java 22 * when the function returns. That gets a little weird when we're
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libgen.h 31 This is the weird XPG version of this function. It sometimes will
  /external/clearsilver/cs/
test3.cs 58 <?cs def:call_echo2(wow, weird) ?>
59 <?cs call:echo2(weird) ?>
  /external/e2fsprogs/tests/
test_script.in 11 export USE_VALGRIND="valgrind -q --weird-hacks=lax-ioctls"
  /external/iproute2/tc/
README.last 20 It is very slow both because of weird slowness of do_gettimeofday()
  /external/qemu/android/utils/
tempfile.h 21 ** object, or NULL if your system is so weird it doesn't have a temporary directory.
  /external/stlport/src/
stlport.rc 35 /* Borland precompiler happen weird character when trying to transform a
  /ndk/sources/cxx-stl/stlport/src/
stlport.rc 35 /* Borland precompiler happen weird character when trying to transform a
  /bionic/libc/arch-x86/bionic/
__set_tls.c 86 /* this weird computation comes from GLibc */
  /build/tools/acp/
README 14 - Gets really weird when copying a file called "foo.exe", failing with
  /cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java 51 // TODO: Is this good (= expected, = correct), or weird, or bad?
  /external/skia/tests/
skia_test.cpp 6 // need to explicitly declare this, or we get some weird infinite loop llist
  /external/webkit/WebCore/storage/
LocalStorageThread.cpp 85 // Even in weird, exceptional cases, don't wait on a nonexistent thread to terminate.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
sysmacros.h 27 not going to hack weird hacks to support the dev_t representation
  /bionic/libc/tools/
checksyscalls.py 126 print "WEIRD: could not locate the ARM unistd.h header file"
140 print "WEIRD: could not locate the i386/x86 unistd.h header file"
  /bionic/libc/unistd/
pathconf.c 172 #if 0 /* don't know what to do there, the specs are really weird */
240 #if 0 /* don't know what to do there, the specs are really weird */

Completed in 667 milliseconds

1 2 3 4 5 6 7 8 91011>>