/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 …]
|
D | LinkedBindingBuilder.java | 32 ScopedBindingBuilder to(Class<? extends T> implementation); in to() method 35 ScopedBindingBuilder to(TypeLiteral<? extends T> implementation); in to() method 38 ScopedBindingBuilder to(Key<? extends T> targetKey); in to() method
|
/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/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/skia/src/compute/skc/ |
D | assert_state.h | 31 #define SKC_ASSERT_STATE_INIT(sp,to) SKC_ASSERT_STATE_MEMBER(sp) = (to) argument 32 #define SKC_ASSERT_STATE_TRANSITION(from,to,sp) assert(SKC_ASSERT_STATE_MEMBER(sp) == (from)); SKC_… argument 38 #define SKC_ASSERT_STATE_INIT(sp,to) argument 39 #define SKC_ASSERT_STATE_TRANSITION(from,to,sp) argument
|
/external/skqp/src/compute/skc/ |
D | assert_state.h | 31 #define SKC_ASSERT_STATE_INIT(sp,to) SKC_ASSERT_STATE_MEMBER(sp) = (to) argument 32 #define SKC_ASSERT_STATE_TRANSITION(from,to,sp) assert(SKC_ASSERT_STATE_MEMBER(sp) == (from)); SKC_… argument 38 #define SKC_ASSERT_STATE_INIT(sp,to) argument 39 #define SKC_ASSERT_STATE_TRANSITION(from,to,sp) argument
|
/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/compiler-rt/test/asan/TestCases/ |
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
|
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
|
/external/grpc-grpc/test/cpp/util/ |
D | error_details_test.cc | 36 google::rpc::Status to; in TEST() local 57 google::rpc::Status to; in TEST() local 70 Status to; in TEST() local 91 Status to; in TEST() local 108 Status to; in TEST() local
|
/external/libchrome/base/containers/ |
D | vector_buffer.h | 110 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() 121 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() 137 static void MoveRange(T* from_begin, T* from_end, T* to) { in MoveRange() 150 const T* to) { in RangesOverlap()
|
/external/libxcam/modules/isp/ |
D | isp_config_translator.cpp | 53 struct atomisp_wb_config &to) in translate_white_balance() 74 const XCam3aResultBlackLevel &from, struct atomisp_ob_config &to) in translate_black_level() 89 const XCam3aResultColorMatrix &from, struct atomisp_cc_config &to) in translate_color_matrix() 120 struct atomisp_exposure &to) in translate_exposure()
|
/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/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyMetaInfo.java | 104 public final long to; field in CurrencyMetaInfo.CurrencyFilter 114 … private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) { in CurrencyFilter() 188 public static CurrencyFilter onDateRange(Date from, Date to) { in onDateRange() 211 public static CurrencyFilter onDateRange(long from, long to) { in onDateRange() 267 public CurrencyFilter withDateRange(Date from, Date to) { in withDateRange() 293 public CurrencyFilter withDateRange(long from, long to) { in withDateRange() 441 public final long to; field in CurrencyMetaInfo.CurrencyInfo 458 public CurrencyInfo(String region, String code, long from, long to, int priority) { in CurrencyInfo() 469 …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 | 99 public final long to; field in CurrencyMetaInfo.CurrencyFilter 109 … private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) { in CurrencyFilter() 177 public static CurrencyFilter onDateRange(Date from, Date to) { in onDateRange() 198 public static CurrencyFilter onDateRange(long from, long to) { in onDateRange() 249 public CurrencyFilter withDateRange(Date from, Date to) { in withDateRange() 273 public CurrencyFilter withDateRange(long from, long to) { in withDateRange() 407 public final long to; field in CurrencyMetaInfo.CurrencyInfo 423 public CurrencyInfo(String region, String code, long from, long to, int priority) { in CurrencyInfo() 434 …public CurrencyInfo(String region, String code, long from, long to, int priority, boolean tender) { in CurrencyInfo()
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 33 std::vector<char> to(from.size()+1); in main() local 47 std::vector<char> to(from.size()+1); in main() local 60 std::vector<char> to(from.size()-1); in main() local
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | hash_tools.h | 29 inline void CombineHash(size_t from, size_t* to) { in CombineHash() 39 inline void CombineHashCommutative(size_t from, size_t* to) { in CombineHashCommutative()
|
/external/grpc-grpc/src/cpp/util/ |
D | error_details.cc | 25 Status ExtractErrorDetails(const Status& from, ::google::rpc::Status* to) { in ExtractErrorDetails() 35 Status SetErrorDetails(const ::google::rpc::Status& from, Status* to) { in SetErrorDetails()
|
/external/skqp/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/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/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/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/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/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()
|