HomeSort by relevance Sort by last modified time
    Searched defs:second (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /external/llvm/include/llvm/ADT/
IntervalMap.h 198 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[i];
    [all...]
STLExtras.h 195 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;
StringMap.h 37 T.second = InitVal;
113 ValueTy second; member in class:llvm::StringMapEntry
116 : StringMapEntryBase(strLen), second() {}
118 : StringMapEntryBase(strLen), second(V) {}
124 const ValueTy &getValue() const { return second; }
125 ValueTy &getValue() { return second; }
127 void setValue(const ValueTy &V) { second = V; }
192 (reinterpret_cast<char*>(&EPtr->second) -
298 return it->second;
ValueMap.h 135 Map.insert(std::make_pair(Wrap(KV.first), KV.second));
136 return std::make_pair(iterator(map_result.first), map_result.second);
179 // function because ValueMapCVH is constructed with a second parameter.
235 ValueT Target(I->second);
282 ValueT& second; member in struct:llvm::ValueMapIterator::ValueTypeProxy
285 return std::make_pair(first, second);
290 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
332 const ValueT& second; member in struct:llvm::ValueMapConstIterator::ValueTypeProxy
335 return std::make_pair(first, second);
340 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
    [all...]
  /external/openssl/crypto/
o_time.c 179 short year, month, day, hour, minute, second, member in struct:vms_vectime
202 result->tm_sec = time_values.second;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/
SDL_syscdrom.c 55 msf_to_frame(int minute, int second, int frame)
57 return(minute * FRAMES_PER_MINUTE + second * FRAMES_PER_SECOND + frame);
458 int sts, minute, second, frame, eminute, esecond, eframe; local
463 frame_to_msf(start, &minute, &second, &frame);
466 cdb[4] = second;
  /external/regex-re2/util/
sparse_array.h 244 IndexValue(int index, const Value& value) : second(value), index_(index) {}
247 Value value() const { return second; }
249 // Provide the data in the 'second' member so that the utilities
251 Value second; member in class:re2::SparseArray::IndexValue
327 p = make_pair(set_new(new_value.index_, new_value.second), true);
361 dense_[sparse_to_dense_[i]].second = v;
384 return dense_[sparse_to_dense_[i]].second;
  /external/stlport/src/
time_facets.cpp 466 char first, second, third; local
475 second = *++fmt;
483 return (second == 'm' && third == 'y') ? time_base::dmy
486 return (second == 'd' && third == 'y') ? time_base::mdy
489 switch (second) {
  /external/v8/src/
hashmap.h 303 Value* second; member in struct:v8::TemplateHashMap::value_type
  /external/webkit/Source/WebCore/html/
DateComponents.h 44 // * Time type: hour-minute-second-millisecond
45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
62 int second() const { return m_second; } function in class:WebCore::DateComponents
71 None, // Suppress the second part and the millisecond part if they are 0.
72 Second, // Always show the second part, and suppress the millisecond part if it is 0.
73 Millisecond // Always show the second part and the millisecond part.
99 // Sets hour, minute, second and millisecond.
101 // Sets year, month, monthDay, hour, minute, second and millisecond.
103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebplugindatabase/
tst_qwebplugindatabase.cpp 274 QTest::addColumn<QWebPluginInfo>("second");
287 QWebPluginInfo second = plugins.at(i + 1); local
289 QTest::newRow(QString("%1==%2").arg(first.name(), second.name()).toUtf8().constData())
290 << first << second << false;
297 QFETCH(QWebPluginInfo, second);
300 QCOMPARE(first == second, equal);
404 QTest::addColumn<QWebPluginInfo>("second");
412 QWebPluginInfo second = plugins.at(i + 1); local
414 QTest::newRow(QString("%1=%2").arg(first.name(), second.name()).toUtf8().constData()) << first << second; local
    [all...]
  /frameworks/base/core/java/android/widget/
AnalogClock.java 227 int second = mCalendar.second; local
229 mMinutes = minute + second / 60.0f;
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 249 final NetworkStats second = new NetworkStats(TEST_START, 2) local
253 first.combineAllValues(second);
  /hardware/ti/omap4xxx/camera/inc/
NV12_resize.h 34 mmInt32 second; member in struct:__anon18371
45 mmInt32 second; member in struct:__anon18372
  /libcore/luni/src/main/java/java/lang/
ClassLoader.java 417 Enumeration second = findResources(resName); local
419 return new TwoEnumerationsInOne(first, second);
450 * second parameter of {@link #loadClass(String, boolean)} is ignored
714 * first enumeration until it's empty, then from the second one.
720 private Enumeration<URL> second; field in class:TwoEnumerationsInOne
722 public TwoEnumerationsInOne(Enumeration<URL> first, Enumeration<URL> second) {
724 this.second = second;
728 return first.hasMoreElements() || second.hasMoreElements();
735 return second.nextElement()
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 70 int second = localeName.indexOf('_', first + 1); local
74 } else if (second == -1) {
79 return new Locale(localeName.substring(0, first), localeName.substring(first + 1, second), localeName.substring(second + 1));
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 466 char first, second, third; local
475 second = *++fmt;
483 return (second == 'm' && third == 'y') ? time_base::dmy
486 return (second == 'd' && third == 'y') ? time_base::mdy
489 switch (second) {
  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h 33 typedef struct { int first; int second; int replacement; } digraph_t; member in struct:latinime::UnigramDictionary::__anon19675
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 184 * @return a pair of lists, the first containing custom views and the second
332 String second = parameterTypes[1]; local
333 if (second.equals("QAttributeSet;") //$NON-NLS-1$
334 || second.equals("Qandroid.util.AttributeSet;")) { //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 150 Element second = children.get(1); local
153 || second.getTagName().equals(TEXT_VIEW);
156 || second.getTagName().equals(IMAGE_VIEW);
215 Element second = children.get(1); local
220 image = second;
222 text = second;
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintUtils.java 225 * @param id2 the second id to compare
263 * @param t the second string to compare
352 * @param file2 the second file to be compared
368 File second = file2.getParentFile(); local
369 while (second != null) {
370 if (first.equals(second)) {
373 second = second.getParentFile();
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 175 String second = (String) mTokenizer.terminateToken("SECOND"); local
178 mEditable.append(first + extra + second);
181 int secondStart = mEditable.toString().indexOf(second);
182 int secondEnd = secondStart + second.trim().length();
189 assertEquals(editableString.indexOf(second), secondStart - extra.length());
190 assertEquals(editableString, (first + second));
212 String second = (String) mTokenizer.terminateToken("SECOND"); local
215 mEditable.append(first + second);
239 String second = (String) mTokenizer.terminateToken("SECOND"); local
255 String second = (String) mTokenizer.terminateToken("SECOND"); local
290 String second = (String) mTokenizer.terminateToken("SECOND"); local
351 String second = (String) mTokenizer.terminateToken("SECOND"); local
430 String second = (String) mTokenizer.terminateToken("SE,COND"); local
471 String second = (String) mTokenizer.terminateToken("SECOND"); local
517 String second = (String) mTokenizer.terminateToken("SECOND"); local
590 assertEquals(mEditable.toString(), first + second); local
606 String second = (String) mTokenizer.terminateToken("SECOND"); local
758 String second = (String) mTokenizer.terminateToken("SECOND"); local
890 String second = (String) mTokenizer.terminateToken("SECOND"); local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 223 // Make sure a second, later, nudge is unaffected by first (no coalescing).
294 // Issue 2 config commands. Second one right after the first has failed
446 // Make sure a second, later, nudge is unaffected by first (no coalescing).
764 const TimeDelta second = TimeDelta::FromMilliseconds(10); local
773 EXPECT_CALL(*delay(), GetDelay(Eq(first))).WillOnce(Return(second))
775 EXPECT_CALL(*delay(), GetDelay(Eq(second))).WillOnce(Return(third))
784 EXPECT_GE(r.times[2] - r.times[1], second);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 471 const llvm::APSInt &second = local
475 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
477 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 124 /** second member
126 protected int second; field in class:SIPDate
145 this.second == other.second;
158 second = -1;
248 second = javaCal.get(Calendar.SECOND);
276 if (second < 10) {
277 secondString = "0" + second;
279 secondString = "" + second;
    [all...]

Completed in 3281 milliseconds

1 2 34 5 6 7 8 9