/external/guice/core/src/com/google/inject/binder/ |
D | ConstantBindingBuilder.java | 27 void to(String value); in to() method 32 void to(int value); in to() method 37 void to(long value); in to() method 42 void to(boolean value); in to() method 47 void to(double value); in to() method 52 void to(float value); in to() method 57 void to(short value); in to() method 62 void to(char value); in to() method 69 void to(byte value); in to() method 74 void to(Class<?> value); in to() method [all …]
|
D | LinkedBindingBuilder.java | 35 ScopedBindingBuilder to(Class<? extends T> implementation); in to() method 40 ScopedBindingBuilder to(TypeLiteral<? extends T> implementation); in to() method 45 ScopedBindingBuilder to(Key<? extends T> targetKey); in to() method
|
/external/guice/core/src/com/google/inject/internal/ |
D | ConstantBindingBuilderImpl.java | 54 public void to(final String value) { in to() method in ConstantBindingBuilderImpl 58 public void to(final int value) { in to() method in ConstantBindingBuilderImpl 62 public void to(final long value) { in to() method in ConstantBindingBuilderImpl 66 public void to(final boolean value) { in to() method in ConstantBindingBuilderImpl 70 public void to(final double value) { in to() method in ConstantBindingBuilderImpl 74 public void to(final float value) { in to() method in ConstantBindingBuilderImpl 78 public void to(final short value) { in to() method in ConstantBindingBuilderImpl 82 public void to(final char value) { in to() method in ConstantBindingBuilderImpl 86 public void to(final byte value) { in to() method in ConstantBindingBuilderImpl 90 public void to(final Class<?> value) { in to() method in ConstantBindingBuilderImpl [all …]
|
/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/mesa3d/src/mesa/math/ |
D | m_xform_tmp.h | 80 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 107 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 126 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 148 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 169 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 193 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 216 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 246 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 272 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local 293 GLfloat (*to)[4] = (GLfloat (*)[4])to_vec->start; in TAG() local [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bvgraph.h | 44 bool addEdge(uptr from, uptr to) { in addEdge() 50 uptr addEdges(const BV &from, uptr to, uptr added_edges[], in addEdges() 69 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() 72 bool removeEdge(uptr from, uptr to) { in removeEdge() 77 bool removeEdgesTo(const BV &to) { in removeEdgesTo() 104 bool hasEdge(uptr from, uptr to) const { in hasEdge()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyMetaInfo.java | 101 public final long to; field in CurrencyMetaInfo.CurrencyFilter 111 … private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) { in CurrencyFilter() 185 public static CurrencyFilter onDateRange(Date from, Date to) { in onDateRange() 208 public static CurrencyFilter onDateRange(long from, long to) { in onDateRange() 264 public CurrencyFilter withDateRange(Date from, Date to) { in withDateRange() 290 public CurrencyFilter withDateRange(long from, long to) { in withDateRange() 437 public final long to; field in CurrencyMetaInfo.CurrencyInfo 454 public CurrencyInfo(String region, String code, long from, long to, int priority) { in CurrencyInfo() 465 …public CurrencyInfo(String region, String code, long from, long to, int priority, boolean tender) { in CurrencyInfo()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CurrencyMetaInfo.java | 95 public final long to; field in CurrencyMetaInfo.CurrencyFilter 105 … private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) { in CurrencyFilter() 173 public static CurrencyFilter onDateRange(Date from, Date to) { in onDateRange() 194 public static CurrencyFilter onDateRange(long from, long to) { in onDateRange() 245 public CurrencyFilter withDateRange(Date from, Date to) { in withDateRange() 269 public CurrencyFilter withDateRange(long from, long to) { in withDateRange() 400 public final long to; field in CurrencyMetaInfo.CurrencyInfo 416 public CurrencyInfo(String region, String code, long from, long to, int priority) { in CurrencyInfo() 427 …public CurrencyInfo(String region, String code, long from, long to, int priority, boolean tender) { in CurrencyInfo()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bvgraph_test.cc | 46 bool addEdge(uptr from, uptr to) { in addEdge() 49 bool removeEdge(uptr from, uptr to) { in removeEdge() 56 uptr to = *it & ((1 << 16) - 1); in checkSameAs() local 62 uptr idx(uptr from, uptr to) { in idx() 86 uptr to = my_rand() % g.size(); in BasicTest() local 131 uptr to = my_rand() % g.size(); in RemoveEdges() local 143 for (uptr to = 0; to < g.size(); to++) in RemoveEdges() local 148 for (set<uptr>::iterator to = s.begin(); to != s.end(); ++to) { in RemoveEdges() local
|
/external/compiler-rt/test/asan/TestCases/ |
D | strcat_strict.c | 14 void test1(char *to, int to_size, char *from) { in test1() 19 void test2(char *to, int to_size, char *from) { in test2() 27 char *to = (char*)malloc(to_size); in main() local
|
D | strncat_strict.c | 14 void test1(char *to, int to_size, char *from) { in test1() 19 void test2(char *to, int to_size, char *from) { in test2() 27 char *to = (char*)malloc(to_size); in main() local
|
/external/nist-sip/java/javax/sip/message/ |
D | MessageFactory.java | 17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() 22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() 27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() 33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() 38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() 43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 152 public ReplaceOp(TokenRewriteStream stream, int from, int to, object text) in ReplaceOp() 168 public DeleteOp(TokenRewriteStream stream, int from, int to) : in DeleteOp() 279 public virtual void Replace(int from, int to, object text) { in Replace() 287 public virtual void Replace(IToken from, IToken to, object text) { in Replace() 291 public virtual void Replace(string programName, int from, int to, object text) { in Replace() 301 public virtual void Replace(string programName, IToken from, IToken to, object text) { in Replace() 312 public virtual void Delete(int from, int to) { in Delete() 320 public virtual void Delete(IToken from, IToken to) { in Delete() 324 public virtual void Delete(string programName, int from, int to) { in Delete() 328 public virtual void Delete(string programName, IToken from, IToken to) { in Delete()
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 31 std::vector<char> to(from.size()+1); in main() local 45 std::vector<char> to(from.size()+1); in main() local 58 std::vector<char> to(from.size()-1); in main() local
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MessageFactoryImpl.java | 123 FromHeader from, ToHeader to, List via, in createRequest() 179 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, in createRequest() 232 CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, in createRequest() 287 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() 344 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() 391 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() 546 FromHeader from, ToHeader to, List via, in createRequest() 599 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() 655 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse()
|
/external/nist-sip/java/gov/nist/core/ |
D | ServerLogger.java | 34 void logMessage(SIPMessage message, String from, String to, boolean sender, long time); in logMessage() 36 void logMessage(SIPMessage message, String from, String to, String status, in logMessage() 39 void logMessage(SIPMessage message, String from, String to, String status, in logMessage()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 172 public ReplaceOp( TokenRewriteStream stream, int from, int to, object text ) in ReplaceOp() 317 public virtual void Replace( int from, int to, object text ) in Replace() 327 public virtual void Replace( IToken from, IToken to, object text ) in Replace() 332 public virtual void Replace( string programName, int from, int to, object text ) in Replace() 344 public virtual void Replace( string programName, IToken from, IToken to, object text ) in Replace() 357 public virtual void Delete( int from, int to ) in Delete() 367 public virtual void Delete( IToken from, IToken to ) in Delete() 372 public virtual void Delete( string programName, int from, int to ) in Delete() 377 public virtual void Delete( string programName, IToken from, IToken to ) in Delete()
|
/external/guava/guava/src/com/google/common/io/ |
D | Files.java | 274 public static void write(byte[] from, File to) throws IOException { in write() 285 public static void copy(File from, OutputStream to) throws IOException { in copy() 302 public static void copy(File from, File to) throws IOException { in copy() 318 public static void write(CharSequence from, File to, Charset charset) in write() 333 public static void append(CharSequence from, File to, Charset charset) in append() 349 private static void write(CharSequence from, File to, Charset charset, in write() 364 public static void copy(File from, Charset charset, Appendable to) in copy() 483 public static void move(File from, File to) throws IOException { in move()
|
/external/boringssl/src/crypto/rsa/ |
D | padding.c | 73 int RSA_padding_add_PKCS1_type_1(uint8_t *to, unsigned to_len, in RSA_padding_add_PKCS1_type_1() 102 int RSA_padding_check_PKCS1_type_1(uint8_t *to, unsigned to_len, in RSA_padding_check_PKCS1_type_1() 154 int RSA_padding_add_PKCS1_type_2(uint8_t *to, unsigned to_len, in RSA_padding_add_PKCS1_type_2() 196 int RSA_padding_check_PKCS1_type_2(uint8_t *to, unsigned to_len, in RSA_padding_check_PKCS1_type_2() 262 int RSA_padding_add_none(uint8_t *to, unsigned to_len, const uint8_t *from, in RSA_padding_add_none() 322 int RSA_padding_add_PKCS1_OAEP_mgf1(uint8_t *to, unsigned to_len, in RSA_padding_add_PKCS1_OAEP_mgf1() 396 int RSA_padding_check_PKCS1_OAEP_mgf1(uint8_t *to, unsigned to_len, in RSA_padding_check_PKCS1_OAEP_mgf1()
|
/external/freetype/src/base/ |
D | ftbbox.c | 85 BBox_Move_To( FT_Vector* to, in BBox_Move_To() 117 BBox_Line_To( FT_Vector* to, in BBox_Line_To() 199 FT_Vector* to, in BBox_Conic_To() 395 FT_Vector* to, in BBox_Cubic_To()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftbbox.c | 85 BBox_Move_To( FT_Vector* to, in BBox_Move_To() 117 BBox_Line_To( FT_Vector* to, in BBox_Line_To() 199 FT_Vector* to, in BBox_Conic_To() 395 FT_Vector* to, in BBox_Cubic_To()
|
/external/toybox/toys/lsb/ |
D | dmesg.c | 40 char *data, *to, *from; local 54 char *to; local
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ToParser.java | 47 public ToParser(String to) { in ToParser() 58 To to = new To(); in parse() local
|
/external/skia/src/c/ |
D | sk_c_from_to.h | 8 static bool find_sk(CType from, SKType* to) { in find_sk() 20 static bool find_c(SKType from, CType* to) { in find_c()
|
/external/libcxx/src/ |
D | locale.cpp | 1467 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument 1477 intern_type* to, intern_type*, intern_type*& to_nxt) const in do_in() argument 1486 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 1547 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() 1616 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 1693 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() 1797 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1874 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1951 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16() 2072 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16() [all …]
|