HomeSort by relevance Sort by last modified time
    Searched refs:crazy (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /ndk/sources/android/crazy_linker/src/
crazy_linker_search_path_list_unittest.cpp 10 namespace crazy { namespace
90 } // namespace crazy
crazy_linker_system.cpp 17 namespace crazy { namespace
112 } // namespace crazy
crazy_linker_elf_relocations.h 12 namespace crazy { namespace
126 } // namespace crazy
crazy_linker_elf_view.cpp 9 namespace crazy { namespace
121 } // namespace crazy
crazy_linker_shared_library.h 18 namespace crazy { namespace
23 // A class that models a shared library loaded by the crazy linker.
27 // form an ADG, where the root is the crazy linker itself, since all
206 } // namespace crazy
crazy_linker_thread_unittest.cpp 9 namespace crazy { namespace
124 } // namespace crazy
crazy_linker_util.cpp 9 namespace crazy { namespace
124 } // namespace crazy
crazy_linker_elf_relro.cpp 16 namespace crazy { namespace
228 } // namespace crazy
crazy_linker_elf_symbols.cpp 10 namespace crazy { namespace
146 } // namespace crazy
crazy_linker_wrappers.cpp 37 namespace crazy { namespace
74 // corresponding to the current executable. This can't be a crazy
75 // library, so don't try to handle it with the crazy linker.
127 // when |lib_handle| corresponds to a crazy library, except that
166 // First, perform search in crazy libraries.
214 // First lookup in crazy libraries.
227 // First, iterate over crazy libraries.
277 } // namespace crazy
crazy_linker_rdebug.cpp 18 namespace crazy { namespace
53 crazy::FileDescriptor fd;
429 } // namespace crazy
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.h 12 namespace crazy { namespace
126 } // namespace crazy
crazy_linker_elf_view.cpp 13 namespace crazy { namespace
125 } // namespace crazy
crazy_linker_shared_library.h 18 namespace crazy { namespace
23 // A class that models a shared library loaded by the crazy linker.
27 // form an ADG, where the root is the crazy linker itself, since all
206 } // namespace crazy
crazy_linker_thread_unittest.cpp 9 namespace crazy { namespace
124 } // namespace crazy
crazy_linker_util.cpp 9 namespace crazy { namespace
124 } // namespace crazy
crazy_linker_elf_relro.cpp 16 namespace crazy { namespace
228 } // namespace crazy
crazy_linker_elf_symbols.cpp 10 namespace crazy { namespace
146 } // namespace crazy
crazy_linker_wrappers.cpp 37 namespace crazy { namespace
74 // corresponding to the current executable. This can't be a crazy
75 // library, so don't try to handle it with the crazy linker.
127 // when |lib_handle| corresponds to a crazy library, except that
166 // First, perform search in crazy libraries.
214 // First lookup in crazy libraries.
227 // First, iterate over crazy libraries.
277 } // namespace crazy
crazy_linker_rdebug.cpp 18 namespace crazy { namespace
53 crazy::FileDescriptor fd;
429 } // namespace crazy
crazy_linker_proc_maps.cpp 16 namespace crazy { namespace
295 } // namespace crazy
crazy_linker_proc_maps_unittest.cpp 11 namespace crazy { namespace
215 } // namespace crazy
crazy_linker_util.h 13 namespace crazy { namespace
56 // without all the crazy iterator / iostream stuff.
58 // Required because crazy linker should only link against the system
143 // Required because crazy linker should only link against the system
255 // Given that the crazy linker doesn't expect to deal with hundreds
300 } // namespace crazy
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 858 crazy = {
871 self.assertEqual(get_fmt(Decimal('12.7'), crazy), '1-2&7')
876 self.assertEqual(get_fmt(1234567890123, crazy), '123456-78-9012-3')
881 self.assertEqual(get_fmt(123456789, crazy, '.6n'), '1&23457e+8')
896 self.assertEqual(get_fmt(123456, crazy, '06n'), '1-2345-6')
897 self.assertEqual(get_fmt(123456, crazy, '07n'), '1-2345-6')
898 self.assertEqual(get_fmt(123456, crazy, '08n'), '1-2345-6')
899 self.assertEqual(get_fmt(123456, crazy, '09n'), '01-2345-6')
900 self.assertEqual(get_fmt(123456, crazy, '010n'), '0-01-2345-6')
901 self.assertEqual(get_fmt(123456, crazy, '011n'), '0-01-2345-6'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 858 crazy = {
871 self.assertEqual(get_fmt(Decimal('12.7'), crazy), '1-2&7')
876 self.assertEqual(get_fmt(1234567890123, crazy), '123456-78-9012-3')
881 self.assertEqual(get_fmt(123456789, crazy, '.6n'), '1&23457e+8')
896 self.assertEqual(get_fmt(123456, crazy, '06n'), '1-2345-6')
897 self.assertEqual(get_fmt(123456, crazy, '07n'), '1-2345-6')
898 self.assertEqual(get_fmt(123456, crazy, '08n'), '1-2345-6')
899 self.assertEqual(get_fmt(123456, crazy, '09n'), '01-2345-6')
900 self.assertEqual(get_fmt(123456, crazy, '010n'), '0-01-2345-6')
901 self.assertEqual(get_fmt(123456, crazy, '011n'), '0-01-2345-6'
    [all...]

Completed in 301 milliseconds

1 2 34 5 6