HomeSort by relevance Sort by last modified time
    Searched full:getsecond (Results 1 - 25 of 621) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/MultiDex/
Second.java 18 public String getSecond() {
Main.java 20 System.out.println(second.getSecond());
  /art/test/MultiDexModifiedSecondary/
Main.java 20 System.out.println(second.getSecond());
Second.java 22 public String getSecond() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
ChromosomePair.java 58 public Chromosome getSecond() {
67 return String.format("(%s,%s)", getFirst(), getSecond());
GeneticAlgorithm.java 154 pair = getCrossoverPolicy().crossover(pair.getFirst(), pair.getSecond());
162 getMutationPolicy().mutate(pair.getSecond()));
170 nextGeneration.addChromosome(pair.getSecond());
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 122 String attributeName = resourceInfo.getSecond();
142 return ResourceHelper.getDrawable(value.getSecond(), resources.mContext, theme);
162 ResourceValue resourceValue = value.getSecond();
199 ColorStateList stateList = ResourceHelper.getColorStateList(resValue.getSecond(),
218 ResourceValue resValue = value.getSecond();
237 ResourceValue resValue = value.getSecond();
350 ResourceValue resValue = v.getSecond();
403 ResourceValue value = v.getSecond();
448 ResourceValue value = v.getSecond();
499 ResourceValue resValue = value.getSecond();
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 42 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; }
43 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; }
107 P->getSecond().~ValueT();
162 return TheBucket->getSecond();
211 TheBucket->getSecond().~ValueT();
219 TheBucket->getSecond().~ValueT();
272 P->getSecond().~ValueT();
303 ::new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond()));
307 B->getSecond().~ValueT()
    [all...]
DenseSet.h 32 DenseSetEmpty &getSecond() { return *this; }
33 const DenseSetEmpty &getSecond() const { return *this; }
  /external/deqp/framework/common/
tcuEither.cpp 113 TCU_CHECK(either.getSecond() == floatValue);
149 TCU_CHECK(either.getSecond() == floatValue);
187 TCU_CHECK(either.getSecond() == floatValue);
217 TCU_CHECK(either.getSecond().getValue() == testObject.getValue());
253 TCU_CHECK(either.getSecond().getValue() == testObject.getValue());
291 TCU_CHECK(either.getSecond().getValue() == testObject.getValue());
tcuEither.hpp 57 const Second& getSecond (void) const;
103 return either.getSecond();
244 const Second& Either<First, Second>::getSecond (void) const
  /libcore/support/src/test/java/tests/util/
ForEachRunner.java 48 callback.run(nameAndValue.getSecond());
Pair.java 60 public S getSecond() {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/
DateTime.java 106 public int getSecond() {
115 System.out.println(getYear() + " " + getMonth() + " " + getDay() + "; " + getHour() + " " + getMinute() + " " + getSecond() + " " + getTimeZone());
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/
DateTime.java 106 public int getSecond() {
115 System.out.println(getYear() + " " + getMonth() + " " + getDay() + "; " + getHour() + " " + getMinute() + " " + getSecond() + " " + getTimeZone());
  /build/tools/signapk/src/com/android/signapk/
Pair.java 39 public B getSecond() {
  /frameworks/base/libs/hwui/utils/
Pair.h 38 inline const S& getSecond() const {
  /hardware/bsp/intel/peripheral/libupm/examples/java/
TM1637Sample.java 58 int sec = now.getSecond();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 339 ResourceValue value = mRenderResources.findItemInTheme(resourceInfo.getSecond(),
383 return new ResourceReference(resourceInfo.getSecond(), true);
391 return new ResourceReference(resourceInfo.getSecond(), false);
642 if (typeArrayAndPropertiesPair.getSecond() != null) {
648 defaultPropMap = typeArrayAndPropertiesPair.getSecond();
651 defaultPropMap.putAll(typeArrayAndPropertiesPair.getSecond());
739 defStyleAttribute.getSecond());
749 if (defStyleAttribute.getSecond()) {
777 item = mRenderResources.getStyle(value.getSecond(), isFrameworkRes);
789 defStyleRes, value.getSecond()),
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeExpandableAdapter.java 139 mSkipCallbackParser = pair.getSecond();
151 mSkipCallbackParser = pair.getSecond();
FakeAdapter.java 116 mSkipCallbackParser = pair.getSecond();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 149 ViewElementDescriptor descriptor = mClassNames.get(selectionIndex).getSecond();
182 List<String> thirdPartyViews = result.getSecond();
206 List<ViewElementDescriptor> list = pair.getSecond();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 184 int required = dependency.getSecond();
225 int required = dependency.getSecond();
274 int version = dependency.getSecond();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java 50 UiElementNode uiNode = pair.getSecond();
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPDateTimeImpl.java 238 * @see XMPDateTime#getSecond()
240 public int getSecond()

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 91011>>