OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getvalue
(Results
226 - 250
of
10882
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/common/py_utils/py_utils/
logging_util_unittest.py
19
self.assertTrue(s.
getvalue
().endswith('test\n'))
/external/google-breakpad/src/client/linux/minidump_writer/
proc_cpuinfo_reader_unittest.cc
80
ASSERT_STREQ("bar", reader.
GetValue
());
108
ASSERT_STREQ("bar", reader.
GetValue
());
112
ASSERT_STREQ("tut", reader.
GetValue
());
125
ASSERT_STREQ("bar", reader.
GetValue
());
138
ASSERT_STREQ("bar", reader.
GetValue
());
151
ASSERT_STREQ("tut", reader.
GetValue
());
164
ASSERT_STREQ("bar", reader.
GetValue
());
168
ASSERT_STREQ("bar", reader.
GetValue
());
181
ASSERT_STREQ("zoo", reader.
GetValue
());
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
Extension.java
29
public String
getValue
() {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
Extension.java
29
public String
getValue
() {
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
ResultAnd.java
31
public A
getValue
() {
/external/llvm/test/Transforms/Util/MemorySSA/
multiple-backedges-hal.ll
31
declare i8 @
getValue
() readnone
37
%Val.Entry = call i8 @
getValue
()
47
%Val.Outer = call i8 @
getValue
()
59
%Val.Inner = call i8 @
getValue
()
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java
82
assertEquals("Bar", headers1[0].
getValue
());
88
assertEquals("Bar", headers2[0].
getValue
());
89
assertEquals("Baz", headers2[1].
getValue
());
160
assertEquals("text/html", headers1[0].
getValue
());
162
assertEquals("text/html", response1.getEntity().getContentType().
getValue
());
168
assertEquals("application/json", headers2[0].
getValue
());
170
assertEquals("application/json", response2.getEntity().getContentType().
getValue
());
185
assertEquals("application/json", response.getEntity().getContentType().
getValue
());
200
assertEquals("gzip", encodingHeaders[0].
getValue
());
202
assertEquals("gzip", entity.getContentEncoding().
getValue
());
[
all
...]
/external/pdfium/core/fxcrt/css/
cfx_cssvaluelist.cpp
22
RetainPtr<CFX_CSSValue> CFX_CSSValueList::
GetValue
(int32_t index) const {
cfx_cssvaluelist.h
20
RetainPtr<CFX_CSSValue>
GetValue
(int32_t index) const;
/external/pdfium/xfa/fxfa/parser/
cxfa_color.h
19
FX_ARGB
GetValue
();
/external/proguard/src/proguard/evaluation/
ConstantValueFactory.java
68
value = valueFactory.createIntegerValue(integerConstant.
getValue
());
73
value = valueFactory.createLongValue(longConstant.
getValue
());
78
value = valueFactory.createFloatValue(floatConstant.
getValue
());
83
value = valueFactory.createDoubleValue(doubleConstant.
getValue
());
/external/python/cpython2/Lib/test/
test_softspace.py
17
self.assertEqual(f.
getvalue
(), 'a\nb c d\te\nf g\n')
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
RoutingResourceTable.java
28
@Override public TypedResource
getValue
(@Nonnull ResName resName, ResTable_config config) {
29
return pickFor(resName).
getValue
(resName, config);
32
@Override public TypedResource
getValue
(int resId, ResTable_config config) {
34
return resName != null ?
getValue
(resName, config) : null;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
BooleanEncodedValue.java
46
boolean
getValue
();
55
* int hashCode =
getValue
()?1:0;
65
* This BooleanEncodedValue is equal to another BooleanEncodedValue if the values returned by
getValue
() are equal.
76
* BooleanEncodedValue, the return values of
getValue
() are compared, based on the semantics of
ByteEncodedValue.java
46
byte
getValue
();
55
* int hashCode =
getValue
();
65
* This ByteEncodedValue is equal to another ByteEncodedValue if the values returned by
getValue
() are equal.
76
* ByteEncodedValue, the return values of
getValue
() are compared.
CharEncodedValue.java
46
char
getValue
();
55
* int hashCode =
getValue
();
65
* This CharEncodedValue is equal to another CharEncodedValue if the values returned by
getValue
() are equal.
76
* CharEncodedValue, the return values of
getValue
() are compared.
IntEncodedValue.java
46
int
getValue
();
55
* int hashCode =
getValue
();
65
* This IntEncodedValue is equal to another IntEncodedValue if the values returned by
getValue
() are equal.
76
* IntEncodedValue, the return values of
getValue
() are compared.
LongEncodedValue.java
46
long
getValue
();
55
* long v =
getValue
();
66
* This LongEncodedValue is equal to another LongEncodedValue if the values returned by
getValue
() are equal.
77
* LongEncodedValue, the return values of
getValue
() are compared.
MethodEncodedValue.java
48
MethodReference
getValue
();
57
* int hashCode =
getValue
.hashCode();
67
* This MethodEncodedValue is equal to another MethodEncodedValue if the values returned by
getValue
() are equal.
78
* MethodEncodedValue, the return values of
getValue
() are compared.
ShortEncodedValue.java
46
short
getValue
();
55
* int hashCode =
getValue
();
65
* This ShortEncodedValue is equal to another ShortEncodedValue if the values returned by
getValue
() are equal.
76
* ShortEncodedValue, the return values of
getValue
() are compared.
StringEncodedValue.java
46
@Nonnull String
getValue
();
55
* int hashCode =
getValue
().hashCode();
65
* This StringEncodedValue is equal to another StringEncodedValue if the values returned by
getValue
() are equal.
76
* StringEncodedValue, the return values of
getValue
() are compared.
TypeEncodedValue.java
46
@Nonnull String
getValue
();
55
* int hashCode =
getValue
().hashCode();
65
* This TypeEncodedValue is equal to another TypeEncodedValue if the values returned by
getValue
() are equal.
76
* TypeEncodedValue, the return values of
getValue
() are compared.
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21c/
StringWrapper.smali
15
.method public
getValue
()Ljava/lang/String;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
YamlComposeTest.java
43
ScalarNode node1 = (ScalarNode) node.
getValue
().get(0).getKeyNode();
44
assertEquals("abc", node1.
getValue
());
45
ScalarNode node2 = (ScalarNode) node.
getValue
().get(0).getValueNode();
46
assertEquals("56", node2.
getValue
());
/external/testng/src/test/java/test/factory/
FactoryOrderMainTest.java
24
Assert.assertEquals(((FactoryOrderSampleTest) passed.get(i).getInstance()).
getValue
(), i);
Completed in 436 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>