/ndk/tests/awk/gen-windows-host-path/ |
D | test-1.in | 1 C:/cygwin/bin on /usr/bin type ntfs (binary,auto) 2 C:/cygwin/lib on /usr/lib type ntfs (binary,auto) 3 C:/cygwin on / type ntfs (binary,auto) 4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) 5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
|
/ndk/tests/awk/gen-cygwin-deps-converter/ |
D | test-1.in | 1 C:/cygwin/bin on /usr/bin type ntfs (binary,auto) 2 C:/cygwin/lib on /usr/lib type ntfs (binary,auto) 3 C:/cygwin on / type ntfs (binary,auto) 4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) 5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
|
D | test-2.in | 1 C:\cygwin/bin on /usr/bin type ntfs (binary,auto) 2 C:\cygwin/lib on /usr/lib type ntfs (binary,auto) 3 C:\cygwin on / type ntfs (binary,auto) 4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) 5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 1 # A kind of clone of dc geared towards binary operations. 6 # b convert decimal to binary 7 # d convert binary to decimal 10 # < shift left binary by decimal number of bits (11 3< gives 11000) 11 # > shift right binary by decimal number of bits (1011 2> gives 10) 12 # & binary AND (between two binary operands) 13 # | binary OR (between two binary operands) 14 # ^ binary XOR (between two binary operands) 15 # ~ binary NOT (between one binary operand) 59 # " | sed -f binary.sed` [all …]
|
D | binary2.sed | 1 # A kind of clone of dc geared towards binary operations. 6 # b convert decimal to binary 7 # d convert binary to decimal 10 # < shift left binary by decimal number of bits (11 3< gives 11000) 11 # > shift right binary by decimal number of bits (1011 2> gives 10) 12 # & binary AND (between two binary operands) 13 # | binary OR (between two binary operands) 14 # ^ binary XOR (between two binary operands) 15 # ~ binary NOT (between one binary operand) 60 # " | sed -f binary.sed` [all …]
|
D | binary3.sed | 1 # A kind of clone of dc geared towards binary operations. 6 # b convert decimal to binary 7 # d convert binary to decimal 10 # < shift left binary by decimal number of bits (11 3< gives 11000) 11 # > shift right binary by decimal number of bits (1011 2> gives 10) 12 # & binary AND (between two binary operands) 13 # | binary OR (between two binary operands) 14 # ^ binary XOR (between two binary operands) 15 # ~ binary NOT (between one binary operand) 63 # " | sed -f binary.sed` [all …]
|
D | Makefile.am | 29 factor binary3 binary2 binary dc 43 binary.good binary.inp binary.sed binary2.sed binary3.sed \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/ |
D | openmode.pass.cpp | 28 assert(std::ios_base::binary); in main() 37 & std::ios_base::binary in main()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_stdio.cpp | 189 case ios_base::out | ios_base::binary: in _M_open() 190 case ios_base::out | ios_base::trunc | ios_base::binary: in _M_open() 198 case ios_base::out | ios_base::app | ios_base::binary: in _M_open() 206 case ios_base::in | ios_base::binary: in _M_open() 214 case ios_base::in | ios_base::out | ios_base::binary: in _M_open() 222 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary: in _M_open()
|
/ndk/tests/device/test-stlport/unit/ |
D | fstream_test.cpp | 232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg() 244 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg() 263 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg() 279 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg() 364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf() 394 … fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in seek() 402 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary ); in seek() 511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in rdbuf() 529 ofstream ofstr("test_file.txt", ios_base::binary); in streambuf_output() 538 ifstream in("test_file.txt", ios_base::binary); in streambuf_output() [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | fstream_test.cpp | 232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc); in tellg() 244 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg() 263 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg() 279 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg() 364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in buf() 394 … fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in seek() 402 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary ); in seek() 511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc ); in rdbuf() 529 ofstream ofstr("test_file.txt", ios_base::binary); in streambuf_output() 538 ifstream in("test_file.txt", ios_base::binary); in streambuf_output() [all …]
|
/ndk/toolchains/llvm-3.4/ |
D | setup.mk | 32 TARGET_LDFLAGS += -Wl,-link-native-binary 45 TARGET_LDFLAGS += -Wl,-link-native-binary 58 TARGET_LDFLAGS += -Wl,-link-native-binary 71 TARGET_LDFLAGS += -Wl,-link-native-binary 84 TARGET_LDFLAGS += -Wl,-link-native-binary 97 TARGET_LDFLAGS += -Wl,-link-native-binary 111 TARGET_LDFLAGS += -Wl,-link-native-binary 125 TARGET_LDFLAGS += -Wl,-link-native-binary
|
/ndk/toolchains/llvm-3.3/ |
D | setup.mk | 32 TARGET_LDFLAGS += -Wl,-link-native-binary 45 TARGET_LDFLAGS += -Wl,-link-native-binary 58 TARGET_LDFLAGS += -Wl,-link-native-binary 71 TARGET_LDFLAGS += -Wl,-link-native-binary 84 TARGET_LDFLAGS += -Wl,-link-native-binary
|
/ndk/sources/android/crazy_linker/ |
D | LICENSE | 3 // Redistribution and use in source and binary forms, with or without 9 // * Redistributions in binary form must reproduce the above 33 * Redistribution and use in source and binary forms, with or without 38 * * Redistributions in binary form must reproduce the above copyright
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cwchar | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstdint | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cwctype_is_not_supported | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | climits | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | utility | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
/ndk/sources/cxx-stl/system/include/ |
D | climits | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cstdint | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cwctype_is_not_supported | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | cwchar | 6 * Redistribution and use in source and binary forms, with or without 11 * * Redistributions in binary form must reproduce the above copyright
|
D | utility | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
/ndk/sources/android/support/include/ |
D | cuchar | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|