OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testvalues
(Results
26 - 50
of
105
) sorted by null
1
2
3
4
5
/cts/tests/tests/graphics/src/android/graphics/cts/
Paint_JoinTest.java
40
public void
testValues
() {
Paint_StyleTest.java
40
public void
testValues
() {
Path_FillTypeTest.java
41
public void
testValues
() {
Region_OpTest.java
45
public void
testValues
() {
Bitmap_ConfigTest.java
43
public void
testValues
(){
Canvas_VertexModeTest.java
42
public void
testValues
(){
/cts/tests/tests/net/src/android/net/cts/
NetworkInfo_DetailedStateTest.java
38
public void
testValues
() {
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ConstantWithConditionalTest.java
30
public void
testValues
() {
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyRepTypeTest.java
61
public void
testValues
() {
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
EmptyImmutableTableTest.java
109
public void
testValues
() {
SingletonImmutableTableTest.java
119
public void
testValues
() {
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapValuesTester.java
39
public void
testValues
() {
/external/guava/guava-tests/test/com/google/common/collect/
EmptyImmutableTableTest.java
118
public void
testValues
() {
ForwardingMultimapTest.java
123
public void
testValues
() {
ForwardingTableTest.java
140
public void
testValues
() {
SingletonImmutableTableTest.java
128
public void
testValues
() {
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
EnumFilterTest.java
32
public void
testValues
() {
/external/tensorflow/tensorflow/contrib/kfac/examples/tests/
mnist_test.py
29
def
testValues
(self):
/frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java
71
public void
testValues
() {
/external/guava/guava-gwt/test/com/google/common/collect/
EmptyImmutableTableTest_gwt.java
136
public void
testValues
() throws Exception {
138
testCase.
testValues
();
RegularImmutableTableTest_gwt.java
126
public void
testValues
() throws Exception {
128
testCase.
testValues
();
SingletonImmutableTableTest_gwt.java
136
public void
testValues
() throws Exception {
138
testCase.
testValues
();
/cts/tests/tests/provider/src/android/provider/cts/contacts/
Contacts_PeopleTest.java
118
ContentValues
testValues
= new ContentValues();
119
testValues
.put(GroupsColumns.SYSTEM_ID, Groups.GROUP_MY_CONTACTS);
120
mProvider.insert(Groups.CONTENT_URI,
testValues
);
/external/xmlrpcpp/
XmlRpc.sln
6
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "
TestValues
", "Test\
TestValues
.vcproj", "{6181BBE3-DA50-4EEE-8D52-1F4245A1D603}"
/external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp
292
static const tcu::Vec4
testValues
[] =
303
const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(
testValues
)));
306
const tcu::Vec4 testValue = ((m_useNegativeValues) ? (
testValues
[m_iteration] * 2.0f - tcu::Vec4(1.0f)) : (
testValues
[m_iteration])) * ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
313
if (++m_iteration < DE_LENGTH_OF_ARRAY(
testValues
))
Completed in 1233 milliseconds
1
2
3
4
5