HomeSort by relevance Sort by last modified time
    Searched defs:second (Results 101 - 125 of 1918) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/src/regexp/
regexp-utils.cc 163 const uint16_t second = string->Get(index + 1); local
164 if (second >= 0xDC00 && second <= 0xDFFF) {
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 31 SkPathEffect* second = reinterpret_cast<SkPathEffect*>(secondHandle); local
33 sk_ref_sp(second)).release();
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DuotoneFilter.java 47 "uniform vec3 second;\n" +
52 " vec3 new_color = (1.0 - energy) * first + energy * second;\n" +
115 float second[] = { Color.red(mSecondColor)/255f, local
120 mProgram.setHostValue("second", second);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportProgressServiceTest.java 110 assertEquals(account(expectedEmail), actual.second);
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PaintCompat.java 103 paint.getTextBounds(string, 0, length, rects.second);
104 return !rects.first.equals(rects.second);
114 rects.second.setEmpty();
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/paging/
LimitOffsetDataSourceTest.java 84 List<User> second = dataSource.loadRange(1, 1); local
85 assertThat(second.get(0), is(users.get(1)));
  /libcore/ojluni/src/main/java/java/sql/
Time.java 42 * given values for the hour, minute, and second.
52 * @param second 0 to 59
58 public Time(int hour, int minute, int second) {
59 super(70, 0, 1, hour, minute, second);
93 int second; local
106 second = Integer.parseInt(s.substring(secondColon+1));
111 return new Time(hour, minute, second);
122 int second = super.getSeconds(); local
137 if (second < 10) {
138 secondString = "0" + second;
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapUtility.java 104 int second = Integer.parseInt(range.substring(colonPos + 1)); local
105 if (first < second) {
106 for (int i = first; i <= second; i++) {
110 for (int i = first; i >= second; i--) {
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapUtility.java 108 int second = Integer.parseInt(range.substring(colonPos + 1)); local
109 if (first < second) {
110 for (int i = first; i <= second; i++) {
114 for (int i = first; i >= second; i--) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
CSite.h 29 short second; member in struct:__anon52913
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/
PreferenceListCacheTest.java 70 Preference second = createPreference("second"); local
72 Preference[] preferences = new Preference[] {first, second, third};
77 assertEquals(second, mCache.getCachedPreference("second"));
87 Preference second = createPreference("second"); local
89 Preference[] preferences = new Preference[] {first, second, third};
94 assertEquals(second, mCache.getCachedPreference("second"));
105 Preference second = createPreference("second"); local
123 Preference second = createPreference("first"); local
    [all...]
  /packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
FetchDownloadsLoaderTest.java 85 File second = temporaryFolder.newFile(); local
86 fileWriter = new FileWriter(second);
89 second.setLastModified(0);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
ViewModeTests.java 39 ViewMode second = new ViewMode(); local
40 second.handleRestore(state);
41 assertEquals(ViewMode.CONVERSATION_LIST, second.getMode());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_pair.h 93 * @tparam _T2 Type of second object.
99 typedef _T2 second_type; /// @c second_type is the second bound type
102 _T2 second; /// @c second is a copy of the second object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), second(__p.second) { }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
iterator.h 69 ++_Base::second; member in class:__gnu_parallel::_IteratorPair::_Base
76 { return _IteratorPair(_Base::first++, _Base::second++); }
83 --_Base::second;
90 { return _IteratorPair(_Base::first--, _Base::second--); }
94 { return _Base::second; }
100 _Base::second = __other.second; member in class:__gnu_parallel::_IteratorPair::_Base
106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_pair.h 93 * @tparam _T2 Type of second object.
99 typedef _T2 second_type; /// @c second_type is the second bound type
102 _T2 second; /// @c second is a copy of the second object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), second(__p.second) { }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
iterator.h 69 ++_Base::second; member in class:__gnu_parallel::_IteratorPair::_Base
76 { return _IteratorPair(_Base::first++, _Base::second++); }
83 --_Base::second;
90 { return _IteratorPair(_Base::first--, _Base::second--); }
94 { return _Base::second; }
100 _Base::second = __other.second; member in class:__gnu_parallel::_IteratorPair::_Base
106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_generators.py 1188 # Generate the second moves.
1189 def second(): function in function:Knights.__init__
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_generators.py 1188 # Generate the second moves.
1189 def second(): function in function:Knights.__init__
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py 1188 # Generate the second moves.
1189 def second(): function in function:Knights.__init__
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py 1188 # Generate the second moves.
1189 def second(): function in function:Knights.__init__
    [all...]
  /system/core/libcutils/tests/
fs_config.cpp 72 size_t second; local
75 for (second = idx + 1; second < paths.size(); ++second) {
76 if (path == paths[second]) {
87 for (second = 0; second < paths.size(); ++second) {
88 if (path == paths[second]) {
90 << paths[idx] << " and " << paths[second]
    [all...]
  /system/extras/tests/sdcard/
stopwatch.cpp 136 long second = mData[i * 2].mTime.tv_sec - mStart.tv_sec; local
139 SNPRINTF_OR_RETURN(*str, *size, "%f %f\n", double(second) + double(nano) / 1.0e9, mDeltas[i]);
172 long second = mData[i + 1].mTime.tv_sec - mData[i].mTime.tv_sec; local
175 mDeltas[i / 2] = double(second) + double(nano) / 1.0e9;
  /art/libdexfile/dex/
utf.cc 185 const uint16_t second = GetTrailingUtf16Char(pair); local
186 if (second != 0) {
187 hash = hash * 31 + second;
  /bootable/recovery/otautil/
rangeset.cpp 75 size_t second; local
77 !android::base::ParseUint(pieces[i + 2], &second, static_cast<size_t>(INT_MAX))) {
80 pairs.emplace_back(first, second);
86 if (range.first >= range.second) {
87 LOG(ERROR) << "Empty or negative range: " << range.first << ", " << range.second;
90 size_t sz = range.second - range.first;
127 size_t range_blocks = range.second - range.first;
152 result += android::base::StringPrintf(",%zu,%zu", r.first, r.second);
163 if (idx < range.second - range.first) {
166 idx -= (range.second - range.first)
    [all...]

Completed in 965 milliseconds

1 2 3 45 6 7 8 91011>>