/external/clang/test/CXX/over/over.built/ |
p23.cpp | 8 Variant getValue(); 11 bool ret1 = getValue() || getValue(); 12 bool ret2 = getValue() && getValue(); 13 bool ret3 = !getValue();
|
/external/apache-harmony/support/src/test/resources/tests/resources/ |
hyts_checkInput.txt | 3 //System.out.print("value of crc"+crc.getValue());
|
/libcore/support/src/test/java/tests/resources/ |
hyts_checkInput.txt | 3 //System.out.print("value of crc"+crc.getValue());
|
/external/nist-sip/java/javax/sip/header/ |
ExtensionHeader.java | 6 String getValue();
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
StringResourceLoader.java | 12 public String getValue(int resourceId) { 13 return stringResolver.getValue(resourceExtractor.getResourceName(resourceId)); 16 public String getValue(String resourceName, boolean isSystem) { 17 return getValue(resourceExtractor.getResourceId(resourceName, isSystem));
|
DimenResourceLoader.java | 15 public float getValue(int resourceId) { 16 return dimenResolver.getValue(resourceExtractor.getResourceName(resourceId)); 19 public float getValue(String resourceName, boolean isSystem) { 20 return getValue(resourceExtractor.getResourceId(resourceName, isSystem));
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
LazyThreadReference.java | 46 return getValue().currentContendedMonitor(); 50 getValue().forceEarlyReturn(value); 54 return getValue().frame(index); 58 return getValue().frameCount(); 62 return getValue().frames(); 66 return getValue().frames(start, length); 70 getValue().interrupt(); 74 return getValue().isAtBreakpoint(); 78 return getValue().isSuspended(); 82 return getValue().name() [all...] |
LazyObjectReference.java | 48 getValue().disableCollection(); 52 return getValue().referenceType(); 55 @Override public Value getValue(Field sig) { 56 return getValue().getValue(sig); 60 return getValue().getValues(fields); 64 getValue().setValue(field, value); 71 return getValue().invokeMethod(thread, method, arguments, options); 75 getValue().enableCollection(); 79 return getValue().isCollected() [all...] |
LazyArrayReference.java | 48 public Value getValue(int index) { 49 return getValue().getValue(index); 53 return getValue().getValues(); 57 return getValue().getValues(index, length); 61 return getValue().length(); 65 getValue().setValue(index, value); 69 getValue().setValues(index, values, srcIndex, length); 73 getValue().setValues(values);
|
LazyPrimitiveValue.java | 44 return getValue().booleanValue(); 48 return getValue().byteValue(); 52 return getValue().charValue(); 56 return getValue().doubleValue(); 60 return getValue().floatValue(); 64 return getValue().intValue(); 68 return getValue().longValue(); 72 return getValue().shortValue(); 76 return getValue().toString();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
UnicodeLabel.java | 15 public abstract String getValue(int codepoint, boolean isShort); 18 return getValue(codepoint, true); 21 public String getValue(String s, String separator, boolean withCodePoint) { 23 return getValue(s.charAt(0), withCodePoint); 30 sb.append(getValue(cp, withCodePoint)); 40 public String getValue(int codepoint, boolean isShort) { 52 public String getValue(int codepoint, boolean isShort) {
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
UnicodeLabel.java | 14 public abstract String getValue(int codepoint, boolean isShort); 17 return getValue(codepoint, true); 20 public String getValue(String s, String separator, boolean withCodePoint) { 22 return getValue(s.charAt(0), withCodePoint); 29 sb.append(getValue(cp, withCodePoint)); 39 public String getValue(int codepoint, boolean isShort) { 51 public String getValue(int codepoint, boolean isShort) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
CRC32Test.java | 29 assertEquals("Constructor of CRC32 failed", 0, crc.getValue()); 33 * java.util.zip.CRC32#getValue() 36 // test methods of java.util.zip.crc32.getValue() 38 assertEquals("getValue() should return a zero as a result of constructing a CRC32 instance", 39 0, crc.getValue()); 43 // System.out.print("value of crc " + crc.getValue()); 47 4278190080L, crc.getValue()); 52 // System.out.print("value of crc"+crc.getValue()); 56 1295764014L, crc.getValue()); 60 // System.out.print("value of crc"+crc.getValue()); [all...] |
Adler32Test.java | 29 assertEquals("Constructor of adl32 failed", 1, adl.getValue()); 33 * java.util.zip.Adler32#getValue() 36 // test methods of java.util.zip.getValue() 38 assertEquals("GetValue should return a zero as a result of construction an object of Adler32", 39 1, adl.getValue()); 43 // System.out.print("value of adl"+adl.getValue()); 46 131074, adl.getValue()); 49 .getValue()); 53 // System.out.print("value of adl " + adl.getValue()); 56 65537L, adl.getValue()); [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
DimenResourceLoaderTest.java | 27 assertThat(dimenResourceLoader.getValue(R.dimen.test_dp_dimen), 29 assertThat(dimenResourceLoader.getValue(R.dimen.test_dip_dimen), 31 assertThat(dimenResourceLoader.getValue(R.dimen.test_px_dimen), 33 assertThat(dimenResourceLoader.getValue(R.dimen.test_sp_dimen),
|
StringResourceLoaderTest.java | 23 assertThat(stringResourceLoader.getValue(R.string.hello), equalTo("Hello")); 24 assertThat(stringResourceLoader.getValue(R.string.howdy), equalTo("Howdy")); 29 assertThat(stringResourceLoader.getValue(R.string.some_html), equalTo("Hello, world")); 34 assertThat(stringResourceLoader.getValue(R.string.greeting), equalTo("Howdy"));
|
ColorResourceLoaderTest.java | 27 assertThat(colorResourceLoader.getValue(R.drawable.l0_red), equalTo(-0x000001)); 32 assertThat(colorResourceLoader.getValue(R.color.black), equalTo(0x000000)); 33 assertThat(colorResourceLoader.getValue(R.color.white), equalTo(0xffffff)); 38 assertThat(colorResourceLoader.getValue(R.color.clear), equalTo(0x000001)); 43 assertThat(colorResourceLoader.getValue(R.color.foreground), equalTo(0xf5f5f5)); 48 assertThat(colorResourceLoader.getValue(R.color.background), equalTo(0xf5f5f5)); 53 assertThat(colorResourceLoader.getValue(R.color.color_with_alpha), equalTo(0x802C76AD)); 58 assertThat(colorResourceLoader.getValue(android.R.color.black), equalTo(Color.BLACK)); 63 assertThat(colorResourceLoader.getValue(android.R.color.background_dark), equalTo(0xFF000000)); 68 assertThat(colorResourceLoader.getValue(R.color.android_namespaced_black), equalTo(Color.BLACK)) [all...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/ |
EncodedValueAdaptor.java | 54 BooleanRenderer.writeTo(writer, ((BooleanEncodedValue)encodedValue).getValue()); 57 ByteRenderer.writeTo(writer, ((ByteEncodedValue)encodedValue).getValue()); 60 CharRenderer.writeTo(writer, ((CharEncodedValue)encodedValue).getValue()); 63 DoubleRenderer.writeTo(writer, ((DoubleEncodedValue)encodedValue).getValue()); 68 if (enumEncodedValue.getValue().getDefiningClass().equals(containingClass)) { 72 ReferenceUtil.writeFieldDescriptor(writer, enumEncodedValue.getValue(), useImplicitReference); 77 if (fieldEncodedValue.getValue().getDefiningClass().equals(containingClass)) { 80 ReferenceUtil.writeFieldDescriptor(writer, fieldEncodedValue.getValue(), useImplicitReference); 83 FloatRenderer.writeTo(writer, ((FloatEncodedValue)encodedValue).getValue()); 86 IntegerRenderer.writeTo(writer, ((IntEncodedValue)encodedValue).getValue()); [all...] |
/external/testng/src/main/java/org/testng/annotations/ |
IListenersAnnotation.java | 7 Class<? extends ITestNGListener>[] getValue();
|
/external/junit/src/org/junit/experimental/theories/ |
PotentialAssignment.java | 11 public Object getValue() throws CouldNotGenerateValueException { 28 public abstract Object getValue() throws CouldNotGenerateValueException;
|
/external/doclava/src/com/google/doclava/apicheck/ |
XmlApiFile.java | 75 new PackageInfo(attributes.getValue("name"), SourcePositionInfo.fromXml(attributes 76 .getValue("source"))); 84 SourcePositionInfo position = SourcePositionInfo.fromXml(attributes.getValue("source")); 85 String visibility = attributes.getValue("visibility"); 90 boolean isStatic = Boolean.valueOf(attributes.getValue("static")); 92 boolean isAbstract = Boolean.valueOf(attributes.getValue("abstract")); 98 boolean isFinal = Boolean.valueOf(attributes.getValue("final")); 100 String name = attributes.getValue("name"); 111 mCurrentClass.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); 113 String superclass = attributes.getValue("extends") [all...] |
/frameworks/base/core/java/com/android/internal/app/procstats/ |
PssTable.java | 48 mergeStats(state, (int)that.getValue(key, PSS_SAMPLE_COUNT), 49 that.getValue(key, PSS_MINIMUM), 50 that.getValue(key, PSS_AVERAGE), 51 that.getValue(key, PSS_MAXIMUM), 52 that.getValue(key, PSS_USS_MINIMUM), 53 that.getValue(key, PSS_USS_AVERAGE), 54 that.getValue(key, PSS_USS_MAXIMUM)); 65 final long count = getValue(key, PSS_SAMPLE_COUNT); 79 val = getValue(key, PSS_MINIMUM); 84 val = getValue(key, PSS_AVERAGE) [all...] |
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
CallbackHandlerTest.java | 64 assertTrue(captor.getValue()); 86 assertEquals(enabled, (boolean) enableArg.getValue()); 87 assertEquals(status, statusArg.getValue()); 88 assertEquals(qs, qsArg.getValue()); 89 assertEquals(in, (boolean) inArg.getValue()); 90 assertEquals(out, (boolean) outArg.getValue()); 91 assertEquals(description, descArg.getValue()); 123 assertEquals(status, statusArg.getValue()); 124 assertEquals(qs, qsArg.getValue()); 125 assertEquals(type, (int) typeIconArg.getValue()); [all...] |
/external/deqp/framework/common/ |
tcuEither.cpp | 71 int getValue (void) const 202 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); 203 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); 217 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); 218 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); 235 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()) [all...] |
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
CurrentXmlHandler.java | 65 mCurrentPackageName = getValue(attributes, "name"); 76 mCurrentClassName = getValue(attributes, "name"); 78 String superClass = attributes.getValue("extends"); 91 mCurrentMethodName = getValue(attributes, "name"); 92 mCurrentMethodReturnType = getValue(attributes, "return"); 94 mCurrentMethodVisibility = getValue(attributes, "visibility"); 99 mCurrentParameterTypes.add(getValue(attributes, "type")); 136 static String getValue(Attributes attributes, String key) { 138 return attributes.getValue(key) 144 return "deprecated".equals(attributes.getValue("deprecated")) [all...] |