Searched refs:initialValues (Results 1 – 4 of 4) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowContentProviderClient.java | 67 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()
|
D | ShadowAsyncQueryHandler.java | 40 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/ |
D | ViewManagerImplTest.java | 403 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/ |
D | es31fTextureLevelStateQueryTests.cpp | 1175 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()
|