HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 2551 - 2575 of 5944) sorted by null

<<101102103104105106107108109110>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleMacTest.cpp 60 DateComponents timeComponents(int hour, int minute, int second, int millisecond)
63 date.setMillisecondsSinceMidnight(hour * msPerHour + minute * msPerMinute + second * msPerSecond + millisecond);
96 String formatTime(const String& localeString, int hour, int minute, int second, int millisecond, bool useShortFormat)
99 return locale->formatDateTime(timeComponents(hour, minute, second, millisecond), (useShortFormat ? Locale::FormatTypeShort : Locale::FormatTypeMedium));
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 513 // Read leap second info, if any.
514 // *** We discard leap second data. ***
912 return !p.second.isset();
920 return finalRules.find(p.second.ruleid) == finalRules.end();
936 ruleIDset.erase(p.second.ruleid);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_field_util.cc 59 return it->second;
address_ui.cc 118 !fields.insert(format_it->GetField()).second) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
criticalsection_unittest.cc 87 EXPECT_TRUE(result.second)
httpcommon.cc 261 if (!attributes[i].second.empty()) {
262 ss << "=\"" << EscapeAttribute(attributes[i].second) << "\"";
302 attribute.second.append(1, data[pos]);
308 attribute.second.append(1, data[pos++]);
325 *value = it->second;
343 *value = attributes[index].second;
452 it->second.append(",");
453 it->second.append(value);
477 *value = it->second;
natsocketfactory.cc 470 delete it->second;
477 return (it != end()) ? it->second : NULL;
490 delete it->second;
499 nat = it->second->FindClient(int_ip);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
util.hpp 136 v.push_back(p.second);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 84 std::vector<std::pair<unsigned, unsigned> > targets; // first is normal, second shadow/comparison
199 unsigned target = shadow ? targets[resource].second : targets[resource].first;
722 targets[idx].second = TGSI_TEXTURE_SHADOW1D;
726 targets[idx].second = TGSI_TEXTURE_SHADOW1D_ARRAY;
730 targets[idx].second = TGSI_TEXTURE_SHADOW2D;
734 targets[idx].second = TGSI_TEXTURE_SHADOW2D_ARRAY;
738 targets[idx].second = 0;
742 targets[idx].second = 0;
748 targets[idx].second = TGSI_TEXTURE_SHADOW2D;
799 ureg_fixup_label(ureg, label_to_sm4_insn_num[i].first, sm4_to_tgsi_insn_num[label_to_sm4_insn_num[i].second]);
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_editing_test.cc 51 if (it->second->cmap_id() == CMapTable::WINDOWS_BMP) {
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 17 const SkDCubic& second() const { return (const SkDCubic&) pts[3]; } function in struct:SkDCubicPair
  /external/chromium_org/third_party/webrtc/base/
criticalsection_unittest.cc 70 EXPECT_TRUE(result.second)
httpcommon.cc 244 if (!attributes[i].second.empty()) {
245 ss << "=\"" << EscapeAttribute(attributes[i].second) << "\"";
285 attribute.second.append(1, data[pos]);
291 attribute.second.append(1, data[pos++]);
308 *value = it->second;
326 *value = attributes[index].second;
435 it->second.append(",");
436 it->second.append(value);
460 *value = it->second;
natsocketfactory.cc 453 delete it->second;
460 return (it != end()) ? it->second : NULL;
473 delete it->second;
482 nat = it->second->FindClient(int_ip);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h 62 // True if first is <= than second.
64 const SortablePacket* second);
  /external/chromium_org/third_party/webrtc/video/
send_statistics_proxy.cc 61 return &it->second;
  /external/chromium_org/tools/gn/
loader.cc 118 if (!invocations_.insert(load_id).second)
202 return &found_toolchain->second->settings;
357 record = empty_label->second;
385 record = found_toolchain->second;
ninja_writer.cc 77 i->second)) {
  /external/chromium_org/ui/compositor/
layer_animation_observer.cc 162 iter->second;
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_android.cc 71 // The first element in the pair is a list of accepted types, the second
86 accept_types.second,
  /external/chromium_org/v8/test/intl/date-format/
property-override.js 49 second: 'numeric', timeZoneName: 'short'}).resolvedOptions();
59 'second', 'timeZone', 'timeZoneName', 'weekday', 'year'
  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 59 // These strings match two backslashes (the second with the '/' escaped).
84 // The second half checks that:
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 98 /// contents of other files on the system (the second part of each
104 /// of the specified memory buffer (the second part of each pair).
183 PrecompiledPreambleBytes.second = 0;
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 118 PropsTy &props = findAtLoc->second;
131 PropsTy &props = I->second;
149 PropsTy &props = I->second;
186 doPropAction(I->second, props, atLoc, false);

Completed in 1184 milliseconds

<<101102103104105106107108109110>>