HomeSort by relevance Sort by last modified time
    Searched defs:second (Results 226 - 250 of 1665) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guice/core/test/com/google/inject/
TypeConversionTest.java 396 Date second = injector.getInstance(Key.get(Date.class, NumericValue.class)); local
397 assertSame(first, second);
  /external/icu/icu4c/source/test/intltest/
measfmttest.cpp 1850 Measure second[] = { local
    [all...]
  /external/v8/src/runtime/
runtime-strings.cc 28 Handle<String> second = Handle<String>(cons->second()); local
34 if (*found) return isolate->factory()->NewConsString(new_first, second);
37 if (!StringReplaceOneCharWithString(isolate, second, search, replace, found,
54 Handle<String> second = local
56 return isolate->factory()->NewConsString(cons1, second);
    [all...]
  /external/v8/src/
type-feedback-vector.cc 850 Object* second = array->get(1); local
851 if (second->IsWeakCell() || second->IsUndefined(isolate)) return 3;
852 DCHECK(IC::IsHandler(second));
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h 396 unsigned second; /*0-60 (to allow for leap seconds)*/ member in struct:LodePNGTime
688 Second byte: uppercase = public, lowercase = private
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 80 final int second = string.indexOf('_', first + 1); local
81 final int third = string.indexOf('_', second + 1);
85 } else if (second == -1) {
100 // If we're here, the length of the second half is either 1 or greater
112 final String secondString = string.substring(first + 1, second);
113 final String thirdString = string.substring(second + 1);
116 // The second subtag is a script.
129 // The second string is a region, and the third a variant.
142 final String secondString = string.substring(first + 1, second);
145 outputArray[IDX_REGION] = string.substring(second + 1, third)
    [all...]
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 453 // one second after what we need.
713 private int second; field in class:ZoneInfo.WallTime
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Long.java 79 * radix specified by the second argument.
149 * unsigned integer value in the radix specified by the second
490 * radix specified by the second argument. The characters in the
637 * radix specified by the second argument. An unsigned integer
699 int second = Character.digit(s.charAt(len - 1), radix); local
700 if (second < 0) {
703 long result = first * radix + second;
753 * with the radix given by the second argument. The first
755 * {@code long} in the radix specified by the second
    [all...]
  /libcore/ojluni/src/main/java/java/time/
LocalTime.java 101 * often viewed as hour-minute-second.
187 * Nanos per second.
217 * The second.
219 private final byte second; field in class:LocalTime
282 * The second and nanosecond fields will be set to zero.
299 * Obtains an instance of {@code LocalTime} from an hour, minute and second.
301 * This returns a {@code LocalTime} with the specified hour, minute and second.
306 * @param second the second-of-minute to represent, from 0 to 59
310 public static LocalTime of(int hour, int minute, int second) {
1667 int second = 0; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 278 int second = t.second; local
282 t.second = second;
299 // we may need to take the second visible position, since the first one maybe the one
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 258 String second = children.get(1).getName(); local
259 if ((first.equals(FQCN_IMAGE_VIEW) && second.equals(FQCN_TEXT_VIEW))
260 || (first.equals(FQCN_TEXT_VIEW) && second.equals(FQCN_IMAGE_VIEW))) {
  /system/libfmq/include/fmq/
MessageQueue.h 278 first(regionFirst), second(regionSecond) {}
282 second = other.second;
337 * Returns a const reference to the second MemRegion in the
340 inline const MemRegion& getSecondRegion() const { return second; }
347 * and second MemRegions and the base addresses to be used for
360 MemRegion second; member in struct:android::hardware::MessageQueue::MemTransaction
455 size_t secondRegionLength = second.getLength();
465 return second.getAddress() + idx - firstRegionLength;
476 size_t secondRegionLength = second.getLength()
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackFragment.java 622 * if first animator is still running, reverse it; otherwise start second animator.
624 static void reverseFirstOrStartSecond(ValueAnimator first, ValueAnimator second,
632 second.start();
634 second.end();
640 * End first or second animator if they are still running.
642 static void endAll(ValueAnimator first, ValueAnimator second) {
645 } else if (second.isStarted()) {
646 second.end();
    [all...]
PlaybackSupportFragment.java 625 * if first animator is still running, reverse it; otherwise start second animator.
627 static void reverseFirstOrStartSecond(ValueAnimator first, ValueAnimator second,
635 second.start();
637 second.end();
643 * End first or second animator if they are still running.
645 static void endAll(ValueAnimator first, ValueAnimator second) {
648 } else if (second.isStarted()) {
649 second.end();
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactModifierTests.java 219 // Add second home
299 // Add second home, which should push to snug limit
632 final ContentValues second = new ContentValues(); local
633 second.put(Data._ID, TEST_ID);
634 second.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
635 second.put(kindPhone.typeColumn, typeHome.rawValue);
636 second.put(Phone.NUMBER, TEST_PHONE);
638 final RawContactDelta state = getRawContact(TEST_ID, first, second);
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-22.9.4.jar 
  /prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /external/guice/extensions/persist/lib/
easymock.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareStateManager.java     [all...]
  /external/deqp/modules/glshared/
glsFboUtil.hpp 74 T2 second; member in struct:deqp::gls::Pair
  /external/dng_sdk/source/
dng_xmp.cpp 366 // 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);
    [all...]

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>