Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 924) sorted by relevance

12345678910>>...37

/external/libxcam/xcore/
Dx3a_result_factory.cpp25 #define XCAM_3A_RESULT_FACTORY(DataType, res_type, from) \ argument
62 X3aResultFactory::create_3a_result (XCam3aResultHead *from) in create_3a_result()
151 X3aResultFactory::create_whitebalance (XCam3aResultWhiteBalance *from) in create_whitebalance()
157 X3aResultFactory::create_blacklevel (XCam3aResultBlackLevel *from) in create_blacklevel()
163 X3aResultFactory::create_rgb2yuv_colormatrix (XCam3aResultColorMatrix *from) in create_rgb2yuv_colormatrix()
169 X3aResultFactory::create_yuv2rgb_colormatrix (XCam3aResultColorMatrix *from) in create_yuv2rgb_colormatrix()
175 X3aResultFactory::create_exposure (XCam3aResultExposure *from) in create_exposure()
181 X3aResultFactory::create_focus (XCam3aResultFocus *from) in create_focus()
187 X3aResultFactory::create_demosaicing (XCam3aResultDemosaic *from) in create_demosaicing()
193 X3aResultFactory::create_defectpixel (XCam3aResultDefectPixel *from) in create_defectpixel()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h44 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()
79 for (uptr from = 0; from < size(); from++) { in removeEdgesTo() local
87 bool removeEdgesFrom(const BV &from) { in removeEdgesFrom()
100 void removeEdgesFrom(uptr from) { in removeEdgesFrom()
104 bool hasEdge(uptr from, uptr to) const { in hasEdge()
111 bool isReachable(uptr from, const BV &targets) { in isReachable()
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.h34 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_l(const Packet& from) { in pexpand_bf16_l()
47 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_u(const Packet& from) { in pexpand_bf16_u()
62 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_l(const Packet4f& from) { in pexpand_bf16_l()
75 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { in pexpand_bf16_u()
89 EIGEN_DEVICE_FUNC inline Packet pinterleave4x64(const Packet& from) { in pinterleave4x64()
118 const typename unpacket_traits<Packet>::type* from) { in pload4bf16()
125 const typename unpacket_traits<Packet>::type* from) { in pload2bf16()
211 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_l(const Packet4f& from) { in pexpand_bf16_l()
220 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { in pexpand_bf16_u()
382 EIGEN_DEVICE_FUNC inline Packet8f pexpand_bf16_l(const Packet8f& from) { in pexpand_bf16_l()
[all …]
/external/jsilver/src/com/google/streamhtmlparser/impl/
DParserStateTable.java101 InternalState getNextState(InternalState from, int currentChar) { in getNextState()
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()
174 private void setRange(InternalState from, char start, char end, in setRange()
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DLenientCopyTool.java15 public <T> void copyToMock(T from, T mock) { in copyToMock()
19 public <T> void copyToRealObject(T from, T to) { in copyToRealObject()
23 private <T> void copy(T from, T to, Class<?> fromClazz) { in copy()
30 private <T> void copyValues(T from, T mock, Class<?> classFrom) { in copyValues()
/external/protobuf/src/google/protobuf/
Dwrappers.pb.cc335 DoubleValue::DoubleValue(const DoubleValue& from) in DoubleValue()
478 void DoubleValue::MergeFrom(const ::google::protobuf::Message& from) { in MergeFrom()
493 void DoubleValue::MergeFrom(const DoubleValue& from) { in MergeFrom()
501 void DoubleValue::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom()
508 void DoubleValue::CopyFrom(const DoubleValue& from) { in CopyFrom()
593 FloatValue::FloatValue(const FloatValue& from) in FloatValue()
736 void FloatValue::MergeFrom(const ::google::protobuf::Message& from) { in MergeFrom()
751 void FloatValue::MergeFrom(const FloatValue& from) { in MergeFrom()
759 void FloatValue::CopyFrom(const ::google::protobuf::Message& from) { in CopyFrom()
766 void FloatValue::CopyFrom(const FloatValue& from) { in CopyFrom()
[all …]
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc46 bool addEdge(uptr from, uptr to) { in addEdge()
49 bool removeEdge(uptr from, uptr to) { in removeEdge()
55 uptr from = *it >> 16; in checkSameAs() local
62 uptr idx(uptr from, uptr to) { in idx()
85 uptr from = my_rand() % g.size(); in BasicTest() local
130 uptr from = my_rand() % g.size(); in RemoveEdges() local
142 for (set<uptr>::iterator from = s.begin(); from != s.end(); ++from) { in RemoveEdges() local
149 for (uptr from = 0; from < g.size(); from++) in RemoveEdges() local
308 BV from; in RunAddEdgesTest() local
/external/compiler-rt/test/asan/TestCases/
Dstrcat_strict.c14 void test1(char *to, int to_size, char *from) { in test1()
19 void test2(char *to, int to_size, char *from) { in test2()
29 char *from = (char*)malloc(from_size); in main() local
Dstrncat_strict.c14 void test1(char *to, int to_size, char *from) { in test1()
19 void test2(char *to, int to_size, char *from) { in test2()
29 char *from = (char*)malloc(from_size); in main() local
/external/libxcam/modules/isp/
Disp_config_translator.cpp52 const XCam3aResultWhiteBalance &from, 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()
119 const XCam3aResultExposure &from, in translate_exposure()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateLikelySubtagTests.java76 private static String writeTestLine(final String from, Map<String, String> likelySubtags) { in writeTestLine()
83 …private static void writeTestLine2(final String from, final String maxFrom, final String minFrom) { in writeTestLine2()
111 private static String getNameOrError(final String from) { in getNameOrError()
119 private static String getItem(String from) { in getItem()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCurrencyMetaInfo.java94 public final long from; 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()
400 public final long from; 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyMetaInfo.java98 public final long from; 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()
432 public final long from; 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/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dwchar_t_out.pass.cpp32 const std::basic_string<F::intern_type> from(L"some text"); in main() local
45 std::basic_string<F::intern_type> from(L"some text"); in main() local
59 std::basic_string<F::intern_type> from(L"some text"); in main() local
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dhash_tools.h29 inline void CombineHash(size_t from, size_t* to) { in CombineHash()
39 inline void CombineHashCommutative(size_t from, size_t* to) { in CombineHashCommutative()
/external/v8/src/objects/
Dfixed-array-inl.h156 void FixedArray::FillWithHoles(int from, int to) { in FillWithHoles()
230 void FixedDoubleArray::FillWithHoles(int from, int to) { in FillWithHoles()
532 typename Traits::ElementType FixedTypedArray<Traits>::from(int value) { in from() function
537 inline uint8_t FixedTypedArray<Uint8ClampedArrayTraits>::from(int value) { in from() function
544 inline int64_t FixedTypedArray<BigInt64ArrayTraits>::from(int value) { in from() function
549 inline uint64_t FixedTypedArray<BigUint64ArrayTraits>::from(int value) { in from() function
554 typename Traits::ElementType FixedTypedArray<Traits>::from(uint32_t value) { in from() function
559 inline uint8_t FixedTypedArray<Uint8ClampedArrayTraits>::from(uint32_t value) { in from() function
567 inline int64_t FixedTypedArray<BigInt64ArrayTraits>::from(uint32_t value) { in from() function
572 inline uint64_t FixedTypedArray<BigUint64ArrayTraits>::from(uint32_t value) { in from() function
[all …]
/external/mesa3d/src/mesa/math/
Dm_xform_tmp.h79 GLfloat *from = from_vec->start; in TAG() local
105 GLfloat *from = from_vec->start; in TAG() local
125 GLfloat *from = from_vec->start; in TAG() local
147 GLfloat *from = from_vec->start; in TAG() local
168 GLfloat *from = from_vec->start; in TAG() local
192 GLfloat *from = from_vec->start; in TAG() local
215 GLfloat *from = from_vec->start; in TAG() local
245 GLfloat *from = from_vec->start; in TAG() local
271 GLfloat *from = from_vec->start; in TAG() local
292 GLfloat *from = from_vec->start; in TAG() local
[all …]
/external/nist-sip/java/gov/nist/javax/sip/parser/
DFromParser.java43 public FromParser(String from) { in FromParser()
53 From from = new From(); in parse() local
/external/skqp/src/c/
Dsk_c_from_to.h8 static bool find_sk(CType from, SKType* to) { in find_sk()
20 static bool find_c(SKType from, CType* to) { in find_c()
/external/grpc-grpc/src/cpp/util/
Derror_details.cc25 Status ExtractErrorDetails(const Status& from, ::google::rpc::Status* to) { in ExtractErrorDetails()
35 Status SetErrorDetails(const ::google::rpc::Status& from, Status* to) { in SetErrorDetails()
/external/skia/src/c/
Dsk_c_from_to.h8 static bool find_sk(CType from, SKType* to) { in find_sk()
20 static bool find_c(SKType from, CType* to) { in find_c()
/external/apache-http/src/org/apache/http/message/
DBasicTokenIterator.java173 protected int findNext(int from) in findNext()
235 protected int findTokenStart(int from) { in findTokenStart()
291 protected int findTokenSeparator(int from) { in findTokenSeparator()
331 protected int findTokenEnd(int from) { in findTokenEnd()
/external/nist-sip/java/gov/nist/core/
DServerLogger.java34 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/guava/guava/src/com/google/common/hash/
DFunnels.java46 public void funnel(byte[] from, PrimitiveSink into) { in funnel()
69 public void funnel(CharSequence from, PrimitiveSink into) { in funnel()
95 public void funnel(CharSequence from, PrimitiveSink into) { in funnel()
146 public void funnel(Integer from, PrimitiveSink into) { in funnel()
172 public void funnel(Iterable<? extends E> from, PrimitiveSink into) { in funnel()
207 public void funnel(Long from, PrimitiveSink into) { in funnel()
/external/nist-sip/java/javax/sip/message/
DMessageFactory.java17 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()

12345678910>>...37