Searched defs:second (Results 201 - 225 of 339) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp255 int32_t hour, int32_t minute, int32_t second,
268 set(UCAL_SECOND, second);
254 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& status) argument
H A Ducal.cpp427 int32_t second,
432 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
421 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) argument
/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp1445 LocalPointer<MeasureUnit> second(MeasureUnit::createSecond(status));
1454 1.0, *pound, *second, "1 pound per second");
1457 2.0, *pound, *second, "2 pounds per second");
1466 en, UMEASFMT_WIDTH_SHORT, 1.0, *pound, *second, "1 lb/s");
1468 en, UMEASFMT_WIDTH_SHORT, 2.0, *pound, *second, "2 lb/s");
1475 en, UMEASFMT_WIDTH_NARROW, 1.0, *pound, *second, "1#/s");
1477 en, UMEASFMT_WIDTH_NARROW, 2.0, *pound, *second, "2#/s");
1485 23.3, *pound, *second, "23.
1850 Measure second[] = { local
[all...]
H A Dnumberformat2test.cpp1447 AffixPattern second; local
1448 second.add(AffixPattern::kPercent);
1449 second.addLiteral(chars, 0, 300);
1450 second.addLiteral(chars, 300, 200);
1451 second.addCurrency(2);
1452 second.addLiteral(chars, 0, 150);
1453 second.addLiteral(chars, 150, 106);
1454 assertTrue("", first.equals(second));
1456 second.remove();
1457 assertFalse("", second
[all...]
H A Dtztest.cpp1887 int32_t year, month, day, hour, minute, second; member in struct:__anon7628
1921 data[i].hour, data[i].minute, data[i].second);
1927 data[i].hour, data[i].minute, data[i].second);
1936 data[i].hour, data[i].minute, data[i].second,
1943 data[i].hour, data[i].minute, data[i].second,
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCalendar.java845 * second within the minute.
853 * millisecond within the second.
994 * second month of the year.
1427 * Sets the values for the fields year, month, date, hour, minute, and second.
1436 * @param second the value used to set the SECOND time field.
1440 int second)
1447 calendar.set(getJDKField(SECOND), second);
1439 set(int year, int month, int date, int hour, int minute, int second) argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2745 String second = "\u0301\u0313";
2746 assertEquals("append()", "a\u0313á\u0313", fn2.append(sb, second).toString());
2748 // Same, and also normalize the second string.
2752 "a\u0313á\u0313", fn2.normalizeSecondAndAppend(sb, second).toString());
2876 StringBuilder first, CharSequence second) { return null; }
2878 public StringBuilder append(StringBuilder first, CharSequence second) { return null; } argument
2875 normalizeSecondAndAppend( StringBuilder first, CharSequence second) argument
/external/libchrome/base/test/
H A Dtrace_event_analyzer.cc130 *arg = it->second;
140 *arg = it->second;
150 *arg = it->second->CreateDeepCopy();
524 *num = num_i->second;
575 *str = str_i->second;
787 const Query& second,
800 if (second.Evaluate(this_event)) {
822 // Even if this_event is a |second| event that has matched an earlier
824 // with a later |second| event.
888 thread_names_[this_event.thread] = string_it->second;
786 AssociateEvents(const Query& first, const Query& second, const Query& match) argument
[all...]
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java111 HANDLE_SIZE * handles.size() + FLAG_SIZE * index, handle.second.getFlags());
166 new MessagePipeHandleImpl(this, result.getValue().second));
188 new DataPipeConsumerHandleImpl(this, result.getValue().second));
563 public IntegerPair(Integer first, Integer second) { argument
564 super(first, second);
/external/libxml2/
H A Dtriostr.c394 @param second Second string.
401 TRIO_ARGS2((first, second),
403 TRIO_CONST char *second)
406 assert(second);
408 if ((first != NULL) && (second != NULL))
411 return (0 == strcasecmp(first, second));
413 while ((*first != NIL) && (*second != NIL))
415 if (trio_to_upper(*first) != trio_to_upper(*second))
420 second++;
422 return ((*first == NIL) && (*second
400 trio_equal(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument
439 trio_equal_case(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument
467 trio_equal_case_max(first, max, second), TRIO_CONST char *first, size_t max, TRIO_CONST char *second argument
495 trio_equal_locale(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument
522 trio_equal_max(first, max, second), TRIO_CONST char *first, size_t max, TRIO_CONST char *second argument
[all...]
/external/skia/tests/
H A DBlurTest.cpp305 static bool match(int* first, int* second, int count, int tol) { argument
308 delta = first[i] - second[i];
/external/skia/third_party/etc1/
H A Detc1.cpp176 etc1_uint32 low, bool second, bool flipped) {
179 if (second) {
256 etc1_byte* pColors, bool flipped, bool second) {
263 if (second) {
280 if (second) {
344 etc_compressed* pCompressed, bool flipped, bool second,
349 if (second) {
364 if (second) {
175 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
255 etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, etc1_byte* pColors, bool flipped, bool second) argument
343 etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask, etc_compressed* pCompressed, bool flipped, bool second, const etc1_byte* pBaseColors, const int* pModifierTable) argument
/external/v8/src/
H A Dtype-feedback-vector.cc850 Object* second = array->get(1); local
851 if (second->IsWeakCell() || second->IsUndefined(isolate)) return 3;
852 DCHECK(IC::IsHandler(second));
/external/vixl/src/aarch64/
H A Ddebugger-aarch64.cc1483 Token* second = args[2]; local
1484 if (!second->IsFormat()) {
1487 format = FormatToken::Cast(second);
1546 Token* second = args[2]; local
1547 if (second->IsFormat()) {
1548 format = FormatToken::Cast(second);
1551 } else if (second->IsInteger()) {
1553 count = IntegerToken::Cast(second);
1561 Token* second = args[2]; local
1563 if (!second
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dforward_error_correction.cc76 const SortablePacket* second) {
77 return IsNewerSequenceNumber(second->seq_num, first->seq_num);
74 LessThan( const SortablePacket* first, const SortablePacket* second) argument
/external/curl/lib/
H A Dftp.c717 interval_ms = 1000; /* use 1 second timeout intervals */
724 * timeout at least every second to make the timeout check run.
942 dir) this then allows for a second try to CWD to it */
2115 /* this just dumps information about this second connection */
2173 last .sss part is optional and means fractions of a second */
2174 int year, month, day, hour, minute, second; local
2177 &year, &month, &day, &hour, &minute, &second)) {
2183 year, month, day, hour, minute, second);
3562 * This function only outputs some informationals about this second connection
3638 * This function shall be called when the second FT
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp294 delete shaderIter->second;
1087 bool programBinariesEqual (const ProgramBinary& first, const ProgramBinary& second) argument
1089 if ((first.format != second.format) || (first.data.size() != second.data.size()))
1092 return std::equal(first.data.begin(), first.data.end(), second.data.begin());
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
H A DProxyBuilderTest.java385 public long method(int first, Integer second) { argument
/external/dng_sdk/source/
H A Ddng_xmp.cpp366 // The degree, minute, second values should always be positive.
494 double second = 0.0; local
503 &second) == 6)
529 &second) != 3)
539 timeStamp [2].Set_real64 (second, 1000);
/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h1001 const Packet16f& second) {
1018 Packet16f tmp = _mm512_permutexvar_ps(second_idx, second);
1025 static EIGEN_STRONG_INLINE void run(Packet8d& first, const Packet8d& second) { argument
1039 Packet8d tmp = _mm512_permutexvar_pd(second_idx, second);
1000 run(Packet16f& first, const Packet16f& second) argument
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h664 static EIGEN_STRONG_INLINE void run(Packet4f& first, const Packet4f& second) argument
669 first = vec_sld(first, second, 4); break;
671 first = vec_sld(first, second, 8); break;
673 first = vec_sld(first, second, 12); break;
678 first = vec_sld(second, first, 12); break;
680 first = vec_sld(second, first, 8); break;
682 first = vec_sld(second, first, 4); break;
691 static EIGEN_STRONG_INLINE void run(Packet4i& first, const Packet4i& second) argument
696 first = vec_sld(first, second, 4); break;
698 first = vec_sld(first, second,
1003 run(Packet2d& first, const Packet2d& second) argument
[all...]
/external/eigen/Eigen/src/Core/arch/ZVector/
H A DPacketMath.h290 static EIGEN_STRONG_INLINE void run(Packet4i& first, const Packet4i& second) argument
294 first = vec_sld(first, second, 4); break;
296 first = vec_sld(first, second, 8); break;
298 first = vec_sld(first, second, 12); break;
308 static EIGEN_STRONG_INLINE void run(Packet4f& first, const Packet4f& second) argument
313 first.v4f[1] = vec_sld(first.v4f[1], second.v4f[0], 8);
317 first.v4f[1] = second.v4f[0];
320 first.v4f[0] = vec_sld(first.v4f[1], second.v4f[0], 8);
321 first.v4f[1] = vec_sld(second.v4f[0], second
331 run(Packet2d& first, const Packet2d& second) argument
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h203 // The second half is implicitly reserved to access the result and lhs coefficients.
345 * at the end combine them: swap the second and addsub them
570 Packet second; member in struct:Eigen::internal::DoublePacket
578 res.second = padd(a.second,b.second);
594 // res.second = padd(a.second,b.second);
639 p.second
[all...]
/external/guava/guava-testlib/test/com/google/common/testing/
H A DNullPointerTesterTest.java228 * normalNullable: only second param is Nullable
261 public void reactToNullParameters(Object first, Object second) { argument
265 if (second == null) {
271 public void normalNormal(String first, Integer second) { argument
272 reactToNullParameters(first, second);
275 /** Two-arg method with the second param Nullable. */
276 public void normalNullable(String first, @Nullable Integer second) { argument
277 reactToNullParameters(first, second);
281 public void nullableNormal(@Nullable String first, Integer second) { argument
282 reactToNullParameters(first, second);
286 nullableNullable( @ullable String first, @Nullable Integer second) argument
[all...]
/external/libcxxabi/src/
H A Dcxa_demangle.cpp70 fprintf(stderr, "{%s#%s}\n", s.first.c_str(), s.second.c_str());
80 fprintf(stderr, "{%s#%s}", s.first.c_str(), s.second.c_str());
96 fprintf(stderr, "{%s#%s}", s.first.c_str(), s.second.c_str());
806 // ::= fp <top-level CV-qualifiers> <parameter-2 non-negative number> _ # L == 0, second and later parameters
808 // ::= fL <L-1 non-negative number> p <top-level CV-qualifiers> <parameter-2 non-negative number> _ # L > 0, second and later parameters
1328 db.names.back().first += db.names.back().second;
1329 db.names.back().second = typename C::String();
1667 db.names.back().second.insert(0, sig);
1694 if (!func.second.empty() && func.second
4933 StrT second; member in struct:__cxxabiv1::__anon10305::string_pair
[all...]

Completed in 1421 milliseconds

1234567891011>>