Home
last modified time | relevance | path

Searched refs:initialValues (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentProviderClient.java67 protected Uri insert(Uri url, ContentValues initialValues) throws RemoteException { in insert() argument
68 return provider.insert(url, initialValues); in insert()
72 protected int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert() argument
73 return provider.bulkInsert(url, initialValues); in bulkInsert()
DShadowAsyncQueryHandler.java40 protected void startInsert(int token, Object cookie, Uri uri, ContentValues initialValues) { in startInsert() argument
41 Uri resultUri = contentResolver.insert(uri, initialValues); in startInsert()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DViewManagerImplTest.java403 double[] initialValues, /* There are 5 initial values recorded before we call getView(). */ in testRecordInterval() argument
433 putToMeasureMap(statsRecorder.newMeasureMap(), measure, initialValues[i - 1]).record(tags); in testRecordInterval()
442 StatsTestUtil.createAggregationData(aggregation, measure, initialValues)), in testRecordInterval()
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1175 const int initialValues[2] = { GL_RGBA, GL_R8 }; in checkTextureState() local
1177 …queryTarget, queryLevel, GL_TEXTURE_INTERNAL_FORMAT, initialValues, DE_LENGTH_OF_ARRAY(initialValu… in checkTextureState()