Searched defs:second (Results 151 - 175 of 340) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h168 static EIGEN_STRONG_INLINE void run(Packet2cf& first, const Packet2cf& second) argument
173 first.v = _mm_movelh_ps(first.v, second.v);
372 static EIGEN_STRONG_INLINE void run(Packet1cd& /*first*/, const Packet1cd& /*second*/)
/external/guava/guava/src/com/google/common/collect/
H A DCollections2.java659 * Returns {@code true} if the second list is a permutation of the first.
662 List<?> second) {
663 if (first.size() != second.size()) {
667 Multiset<?> secondMultiset = HashMultiset.create(second);
661 isPermutation(List<?> first, List<?> second) argument
H A DLists.java337 * Returns an unmodifiable list containing the specified first and second
349 * @param second the second element
354 @Nullable E first, @Nullable E second, E[] rest) {
355 return new TwoPlusArrayList<E>(first, second, rest);
362 final E second; field in class:Lists.TwoPlusArrayList
365 TwoPlusArrayList(@Nullable E first, @Nullable E second, E[] rest) { argument
367 this.second = second;
378 return second;
353 asList( @ullable E first, @Nullable E second, E[] rest) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLists.java303 * Returns an unmodifiable list containing the specified first and second
315 * @param second the second element
320 @Nullable E first, @Nullable E second, E[] rest) {
321 return new TwoPlusArrayList<E>(first, second, rest);
328 final E second; field in class:Lists.TwoPlusArrayList
331 TwoPlusArrayList(@Nullable E first, @Nullable E second, E[] rest) { argument
333 this.second = second;
344 return second;
319 asList( @ullable E first, @Nullable E second, E[] rest) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DChineseCalendar.java42 * calendar. The second method uses 60-year cycles from the same starting
193 * @param second the value used to set the {@link #SECOND SECOND} time field
198 int minute, int second)
215 this.set(SECOND, second);
251 * @param second the value used to set the {@link #SECOND SECOND} time field
256 int minute, int second)
271 this.set(SECOND, second);
197 ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour, int minute, int second) argument
255 ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour, int minute, int second) argument
H A DIslamicCalendar.java280 * @param second the value used to set the {@link #SECOND SECOND} time field
285 int minute, int second)
293 this.set(Calendar.SECOND, second);
284 IslamicCalendar(int year, int month, int date, int hour, int minute, int second) argument
/external/icu/icu4c/source/common/
H A Dlistformatter.cpp305 * Joins first and second using the pattern pat.
307 * On exit offset is offset of second in result if recordOffset was set
309 * to point into first. On exit, result is the join of first and second
315 const UnicodeString& second,
323 const UnicodeString *params[2] = {&first, &second};
312 joinStringsAndReplace( const SimpleFormatter& pat, const UnicodeString& first, const UnicodeString& second, UnicodeString &result, UBool recordOffset, int32_t &offset, UErrorCode& errorCode) argument
H A Dnormalizer2.cpp79 const UnicodeString &second,
82 if(&first!=&second) {
83 first.append(second);
92 const UnicodeString &second,
95 if(&first!=&second) {
96 first.append(second);
317 const UChar *second, int32_t secondLength,
323 if( (second==NULL ? secondLength!=0 : secondLength<-1) ||
326 (first==second && first!=NULL)
343 n2wi->normalizeAndAppend(second, secondLengt
78 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const argument
91 append(UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const argument
315 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java41 * calendar. The second method uses 60-year cycles from the same starting
196 * @param second the value used to set the {@link #SECOND SECOND} time field
202 int minute, int second)
219 this.set(SECOND, second);
256 * @param second the value used to set the {@link #SECOND SECOND} time field
262 int minute, int second)
277 this.set(SECOND, second);
201 ChineseCalendar(int year, int month, int isLeapMonth, int date, int hour, int minute, int second) argument
261 ChineseCalendar(int era, int year, int month, int isLeapMonth, int date, int hour, int minute, int second) argument
H A DIslamicCalendar.java305 * @param second the value used to set the {@link #SECOND SECOND} time field
311 int minute, int second)
319 this.set(Calendar.SECOND, second);
310 IslamicCalendar(int year, int month, int date, int hour, int minute, int second) argument
/external/iptables/extensions/
H A Dlibxt_time.c93 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local
135 second = strtoul(s, &e, 10);
136 if (*e != '\0' || second > 59)
145 tm.tm_sec = second;
167 unsigned int hour, minute, second = 0; local
182 second = strtoul(s, &e, 10);
183 if (*e != '\0' || second > 59)
187 return 60 * 60 * hour + 60 * minute + second;
/external/libpcap/
H A Dsockutils.c973 * \param second: a sockaddr_storage structure containing the second address to compare.
977 int sock_cmpaddr(struct sockaddr_storage *first, struct sockaddr_storage *second) argument
979 if (first->ss_family == second->ss_family)
984 &(((struct sockaddr_in *) second)->sin_addr),
991 &(((struct sockaddr_in6 *) second)->sin6_addr),
/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.c21 const int first, const int second,
25 *q1 = vld1q_s16(trans_buf + second * 8);
29 const int second, int16x8_t *const q0,
32 *q1 = vld1q_s16(out + second * 32);
36 const int second, const int16x8_t q0,
39 vst1q_s16(out + second * 32, q1);
20 load_from_transformed(const int16_t *const trans_buf, const int first, const int second, int16x8_t *const q0, int16x8_t *const q1) argument
28 load_from_output(const int16_t *const out, const int first, const int second, int16x8_t *const q0, int16x8_t *const q1) argument
35 store_in_output(int16_t *const out, const int first, const int second, const int16x8_t q0, const int16x8_t q1) argument
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h219 T2 second[N]; member in class:llvm::IntervalMapImpl::NodeBase
233 second[j] = Other.second[i];
255 second[j + Count] = second[i + Count];
563 const KeyT &stop(unsigned i) const { return this->first[i].second; }
564 const ValT &value(unsigned i) const { return this->second[i]; }
567 KeyT &stop(unsigned i) { return this->first[i].second; }
568 ValT &value(unsigned i) { return this->second[i]; }
700 const KeyT &stop(unsigned i) const { return this->second[
[all...]
/external/pdfium/xfa/fgas/localization/
H A Dfgas_datetime.h70 uint8_t second = 0,
179 uint8_t second; member in struct:FX_TIME
201 uint8_t second; member in struct:FX_DATETIME::__anon16810::__anon16811
251 uint8_t second = 0,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntervalMap.h198 T2 second[N]; member in class:llvm::IntervalMapImpl::NodeBase
212 second[j] = Other.second[i];
234 second[j + Count] = second[i + Count];
542 const KeyT &stop(unsigned i) const { return this->first[i].second; }
543 const ValT &value(unsigned i) const { return this->second[i]; }
546 KeyT &stop(unsigned i) { return this->first[i].second; }
547 ValT &value(unsigned i) { return this->second[i]; }
679 const KeyT &stop(unsigned i) const { return this->second[
[all...]
H A DSTLExtras.h195 second_type second; member in struct:llvm::tier
197 tier(first_type f, second_type s) : first(f), second(s) { }
200 second = p.second;
291 /// In a container of pairs (usually a map) whose second element is a pointer,
292 /// deletes the second elements and then clears the container.
296 delete I->second;
/external/v8/src/base/
H A Dhashmap.h460 Value* second; member in struct:TemplateHashMap::value_type
/external/v8/src/runtime/
H A Druntime-strings.cc69 Handle<String> second = Handle<String>(cons->second()); local
75 if (*found) return isolate->factory()->NewConsString(new_first, second);
78 if (!StringReplaceOneCharWithString(isolate, second, search, replace, found,
95 Handle<String> second = local
97 return isolate->factory()->NewConsString(cons1, second);
/external/v8/src/
H A Duri.cc79 uc16 second = uri_content->Get(index + 2); local
81 DCHECK_GT(std::numeric_limits<T>::max(), second); local
84 buffer->Add(second);
/external/guice/lib/build/
H A Deasymock.jar ... substring public static boolean and (boolean, boolean) boolean first boolean second public static byte and (byte, byte) byte first byte second ...
/external/bison/src/
H A Dsymtab.c151 location second)
154 complain_at_indent (second, &i, _("%s redeclaration for %s"), what, s->tag);
161 location second)
164 complain_at_indent (second, &i, _("%s redeclaration for <%s>"), what, s->tag);
520 user_token_number_redeclaration (int num, symbol *first, symbol *second) argument
524 second step, via a traversal of the symbol table sorted on tag.
528 if (location_cmp (first->location, second->location) > 0)
531 first = second;
532 second = tmp;
534 complain_at_indent (second
150 symbol_redeclaration(symbol *s, const char *what, location first, location second) argument
160 semantic_type_redeclaration(semantic_type *s, const char *what, location first, location second) argument
[all...]
/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp32 static llvm::Type *getCommonType(llvm::Type *first, llvm::Type *second) { argument
33 assert(first != second);
37 if (second->isPointerTy()) return first;
39 if (second->isIntegerTy()) return second;
40 if (second->isPointerTy()) return first;
45 if (auto secondVecTy = dyn_cast<llvm::VectorType>(second)) {
48 return (commonTy == firstVecTy->getElementType() ? first : second);
237 auto numElts = split.second;
386 auto numElts = split.second;
408 areBytesInSameUnit(CharUnits first, CharUnits second, CharUnits chunkSize) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp495 const llvm::APSInt &second = IntType.convert(*RHSValue); local
499 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
501 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
/external/clang/test/CXX/drs/
H A Ddr15xx.cpp80 template < class _T1, class _T2 > struct pair { _T2 second; }; member in struct:std::pair

Completed in 773 milliseconds

1234567891011>>