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

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus-string-private.h 76 * @param real the DBusRealString
78 #define DBUS_GENERIC_STRING_PREAMBLE(real) _dbus_assert ((real) != NULL); _dbus_assert (!(real)->invalid); _dbus_assert ((real)->len >= 0); _dbus_assert ((real)->allocated >= 0); _dbus_assert ((real)->max_length >= 0); _dbus_assert ((real)->len <= ((real)->allocated - _DBUS_STRING_ALLOCATION_PADDING)); _dbus_assert ((real)->len <= (real)->max_length
    [all...]
dbus-string.c 77 fixup_alignment (DBusRealString *real)
83 /* we have to have extra space in real->allocated for the align offset and nul byte */
84 _dbus_assert (real->len <= real->allocated - _DBUS_STRING_ALLOCATION_PADDING);
86 old_align_offset = real->align_offset;
87 real_block = real->str - old_align_offset;
91 real->align_offset = aligned - real_block;
92 real->str = aligned;
94 if (old_align_offset != real->align_offset)
97 memmove (real_block + real->align_offset
133 DBusRealString *real; local
190 DBusRealString *real; local
232 DBusRealString *real; local
263 DBusRealString *real = (DBusRealString*) str; local
793 DBusRealString *real = (DBusRealString *)str; local
    [all...]
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 42 #error "should be a real function"
45 #error "should be a real function"
48 #error "should be a real function"
51 #error "should be a real function"
54 #error "should be a real function"
57 #error "should be a real function"
60 #error "should be a real function"
63 #error "should be a real function"
66 #error "should be a real function"
69 #error "should be a real function
    [all...]
  /ndk/sources/cpufeatures/
Android.mk 2 # this file is only provided to redirect to the real one.
  /prebuilt/android-arm/gdbserver/
gdbserver 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdbserver 
  /dalvik/tests/005-args/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/006-count10/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/007-exceptions/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/008-instanceof/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/009-instanceof2/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/010-instance/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/011-array-copy/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/012-math/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/013-math2/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/014-math3/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/015-switch/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/016-intern/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/017-float/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/018-stack-overflow/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/019-wrong-array-type/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/020-string/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/021-string2/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/022-interface/
info.txt 6 TODO: Real description goes here.
  /dalvik/tests/023-many-interfaces/
info.txt 6 TODO: Real description goes here.

Completed in 390 milliseconds

1 2 3 4 5 6 7 8 91011>>