/external/guice/core/src/com/google/inject/binder/ |
D | ConstantBindingBuilder.java | 23 void to(String value); in to() method 26 void to(int value); in to() method 29 void to(long value); in to() method 32 void to(boolean value); in to() method 35 void to(double value); in to() method 38 void to(float value); in to() method 41 void to(short value); in to() method 44 void to(char value); in to() method 51 void to(byte value); in to() method 54 void to(Class<?> value); in to() method [all …]
|
/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 48 VkExtent2D* to) { in deepcopy_VkExtent2D() 55 VkExtent3D* to) { in deepcopy_VkExtent3D() 62 VkOffset2D* to) { in deepcopy_VkOffset2D() 69 VkOffset3D* to) { in deepcopy_VkOffset3D() 76 VkRect2D* to) { in deepcopy_VkRect2D() 85 const VkBaseInStructure* from, VkBaseInStructure* to) { in deepcopy_VkBaseInStructure() 106 const VkBaseOutStructure* from, VkBaseOutStructure* to) { in deepcopy_VkBaseOutStructure() 127 const VkBufferMemoryBarrier* from, VkBufferMemoryBarrier* to) { in deepcopy_VkBufferMemoryBarrier() 149 VkDispatchIndirectCommand* to) { in deepcopy_VkDispatchIndirectCommand() 157 VkDrawIndexedIndirectCommand* to) { in deepcopy_VkDrawIndexedIndirectCommand() [all …]
|
/external/guice/core/src/com/google/inject/internal/ |
D | ConstantBindingBuilderImpl.java | 55 public void to(final String value) { in to() method in ConstantBindingBuilderImpl 60 public void to(final int value) { in to() method in ConstantBindingBuilderImpl 65 public void to(final long value) { in to() method in ConstantBindingBuilderImpl 70 public void to(final boolean value) { in to() method in ConstantBindingBuilderImpl 75 public void to(final double value) { in to() method in ConstantBindingBuilderImpl 80 public void to(final float value) { in to() method in ConstantBindingBuilderImpl 85 public void to(final short value) { in to() method in ConstantBindingBuilderImpl 90 public void to(final char value) { in to() method in ConstantBindingBuilderImpl 95 public void to(final byte value) { in to() method in ConstantBindingBuilderImpl 100 public void to(final Class<?> value) { in to() method in ConstantBindingBuilderImpl [all …]
|
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | path_traits.hpp | 111 std::wstring & to, in convert() 120 std::string & to, in convert() 152 void convert(const char* from, const char* from_end, std::string & to, in convert() 162 std::string & to, in convert() 172 void convert(const wchar_t* from, const wchar_t* from_end, std::wstring & to, in convert() 182 std::wstring & to, in convert() 192 void convert(const char* from, const char* from_end, std::string & to) in convert() 200 void convert(const char* from, std::string & to) in convert() 209 void convert(const wchar_t* from, const wchar_t* from_end, std::wstring & to) in convert() 217 void convert(const wchar_t* from, std::wstring & to) in convert() [all …]
|
/external/llvm-libc/test/src/unistd/ |
D | swab_test.cpp | 17 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 24 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 31 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 46 char to[3] = {}; in TEST() local 53 char to[5] = {}; in TEST() local 60 char to[7] = {}; in TEST() local 70 char to[3] = {}; in TEST() local 77 char to[5] = {}; in TEST() local 84 char to[7] = {}; in TEST() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/unistd/ |
D | swab_test.cpp | 17 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 24 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 31 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 46 char to[3] = {}; in TEST() local 53 char to[5] = {}; in TEST() local 60 char to[7] = {}; in TEST() local 70 char to[3] = {}; in TEST() local 77 char to[5] = {}; in TEST() local 84 char to[7] = {}; in TEST() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/unistd/ |
D | swab_test.cpp | 17 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 24 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 31 char to[4] = {'x', 'y', 'z', '\0'}; in TEST() local 46 char to[3] = {}; in TEST() local 53 char to[5] = {}; in TEST() local 60 char to[7] = {}; in TEST() local 70 char to[3] = {}; in TEST() local 77 char to[5] = {}; in TEST() local 84 char to[7] = {}; in TEST() local
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futex_waitv01.c | 28 static void init_timeout(struct timespec *to) in init_timeout() 43 struct timespec to; in test_invalid_flags() local 57 struct timespec to; in test_unaligned_address() local 70 struct timespec to; in test_null_address() local 83 struct timespec to; in test_null_waiters() local 93 struct timespec to; in test_invalid_clockid() local 104 struct timespec to; in test_invalid_nr_futexes() local 118 struct timespec to; in test_mismatch_between_uaddr_and_val() local 132 struct timespec to; in test_timeout() local
|
/external/AFLplusplus/utils/afl_untracer/ |
D | README.md | 16 ### Modify afl-untracer.c 22 ### Generate patches.txt file 39 ### Fuzzing 50 ### Testing and debugging
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | FrameworkType.java | 41 public CodeBlock to( in to() method 85 public Expression to( in to() method 117 public CodeBlock to( in to() method 134 public Expression to( in to() method 220 public abstract CodeBlock to( in to() method in FrameworkType 234 public abstract Expression to( in to() method in FrameworkType
|
/external/flac/src/share/utf8/ |
D | utf8.c | 42 int utf8_encode(const char *from, char **to) in utf8_encode() 81 int utf8_decode(const char *from, char **to) in utf8_decode() 148 char **to, size_t *tolen) in convert_buffer() 168 const char *from, char **to, char replace) in convert_string() 192 int utf8_encode(const char *from, char **to) in utf8_encode() 197 int utf8_decode(const char *from, char **to) in utf8_decode()
|
/external/openscreen/util/ |
D | saturate_cast_unittest.cc | 15 int32_t to; in TEST() member 42 uint32_t to; in TEST() member 62 uint32_t to; in TEST() member 85 int32_t to; in TEST() member 105 uint32_t to; in TEST() member 123 int32_t to; in TEST() member 143 uint64_t to; in TEST() member 161 int64_t to; in TEST() member 181 int32_t to; in TEST() member 210 int64_t to; in TEST() member [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/list/ |
D | exception_safety.pass.cpp | 110 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 117 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 125 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 158 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 166 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 181 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 188 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 203 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 211 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/list/ |
D | exception_safety.pass.cpp | 110 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 117 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 125 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 158 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 166 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 181 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 188 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 203 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 211 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
|
/external/mesa3d/src/amd/registers/ |
D | gfx8.json | 1096 "map": {"at": 68, "to": "mm"}, string 1102 "map": {"at": 72, "to": "mm"}, string 1108 "map": {"at": 76, "to": "mm"}, string 1114 "map": {"at": 80, "to": "mm"}, string 1120 "map": {"at": 84, "to": "mm"}, string 1126 "map": {"at": 88, "to": "mm"}, string 1132 "map": {"at": 92, "to": "mm"}, string 1138 "map": {"at": 96, "to": "mm"}, string 1143 "map": {"at": 100, "to": "mm"}, string 1149 "map": {"at": 104, "to": "mm"}, string [all …]
|
D | gfx10.json | 1050 "map": {"at": 1028, "to": "mm"}, string 1056 "map": {"at": 1032, "to": "mm"}, string 1062 "map": {"at": 1036, "to": "mm"}, string 1068 "map": {"at": 1040, "to": "mm"}, string 1074 "map": {"at": 1044, "to": "mm"}, string 1080 "map": {"at": 1048, "to": "mm"}, string 1086 "map": {"at": 1052, "to": "mm"}, string 1092 "map": {"at": 1056, "to": "mm"}, string 1097 "map": {"at": 1060, "to": "mm"}, string 1103 "map": {"at": 1064, "to": "mm"}, string [all …]
|
D | gfx103.json | 962 "map": {"at": 40, "to": "mm"}, string 968 "map": {"at": 44, "to": "mm"}, string 974 "map": {"at": 1028, "to": "mm"}, string 980 "map": {"at": 1032, "to": "mm"}, string 986 "map": {"at": 1036, "to": "mm"}, string 992 "map": {"at": 1040, "to": "mm"}, string 998 "map": {"at": 1044, "to": "mm"}, string 1004 "map": {"at": 1048, "to": "mm"}, string 1010 "map": {"at": 1052, "to": "mm"}, string 1016 "map": {"at": 1056, "to": "mm"}, string [all …]
|
D | gfx7.json | 1066 "map": {"at": 68, "to": "mm"}, string 1072 "map": {"at": 72, "to": "mm"}, string 1078 "map": {"at": 76, "to": "mm"}, string 1084 "map": {"at": 80, "to": "mm"}, string 1090 "map": {"at": 84, "to": "mm"}, string 1096 "map": {"at": 88, "to": "mm"}, string 1102 "map": {"at": 92, "to": "mm"}, string 1108 "map": {"at": 96, "to": "mm"}, string 1113 "map": {"at": 100, "to": "mm"}, string 1119 "map": {"at": 104, "to": "mm"}, string [all …]
|
D | gfx11.json | 938 "map": {"at": 40, "to": "mm"}, string 944 "map": {"at": 44, "to": "mm"}, string 950 "map": {"at": 1028, "to": "mm"}, string 956 "map": {"at": 1032, "to": "mm"}, string 962 "map": {"at": 1036, "to": "mm"}, string 968 "map": {"at": 1044, "to": "mm"}, string 974 "map": {"at": 1048, "to": "mm"}, string 980 "map": {"at": 1052, "to": "mm"}, string 986 "map": {"at": 1056, "to": "mm"}, string 991 "map": {"at": 1060, "to": "mm"}, string [all …]
|
D | gfx12.json | 865 "map": {"at": 40, "to": "mm"}, string 871 "map": {"at": 44, "to": "mm"}, string 877 "map": {"at": 1028, "to": "mm"}, string 883 "map": {"at": 1032, "to": "mm"}, string 889 "map": {"at": 1040, "to": "mm"}, string 895 "map": {"at": 1044, "to": "mm"}, string 901 "map": {"at": 1048, "to": "mm"}, string 907 "map": {"at": 1052, "to": "mm"}, string 913 "map": {"at": 1076, "to": "mm"}, string 919 "map": {"at": 1080, "to": "mm"}, string [all …]
|
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/utils/contrast/ |
D | Color.java | 57 @IntRange(from = 0, to = 255) int alpha, in argb() argument
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | ParserStateTable.java | 121 void setExpression(String expr, InternalState from, InternalState to) { in setExpression() 144 private void fill(InternalState from, InternalState to) { in fill() 151 private void setDefaultDestination(InternalState from, InternalState to) { in setDefaultDestination() 162 private void setDestination(InternalState from, char chr, InternalState to) { in setDestination() 175 InternalState to) { in setRange()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | call_final_info.cc | 21 static void move64bits(uint64_t* from, uint64_t* to) { in move64bits() 27 grpc_transport_one_way_stats* to) { in grpc_transport_move_one_way_stats() 34 grpc_transport_stream_stats* to) { in grpc_transport_move_stats()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/forwardlist/ |
D | exception_safety.pass.cpp | 101 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 109 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 124 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 149 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 157 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 172 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 187 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 195 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/forwardlist/ |
D | exception_safety.pass.cpp | 101 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 109 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 124 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to){ in main() 149 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 157 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 172 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 187 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main() 195 test_exception_safety_throwing_copy<ThrowOn, Size>([](T* from, T* to) { in main()
|