HomeSort by relevance Sort by last modified time
    Searched refs:getValues (Results 101 - 125 of 218) sorted by null

1 2 3 45 6 7 8 9

  /sdk/emulator/opengl/host/libs/Translator/EGL/
MacNative.m 80 [frmt getValues:val forAttribute:attrib forVirtualScreen:0];
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 91 static ContentValues getValues(ContentProviderOperation operation)
204 final ContentValues expectedValues = getValues(expected);
205 final ContentValues foundValues = getValues(found);
285 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION);
480 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues();
538 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues()
EntityDeltaTests.java 260 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED);
339 source.getValues().markDeleted();
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 305 assertEquals(value, enumType.getValues().get(0));
311 for (int i = 0; i < enumType.getValues().size(); i++) {
312 assertEquals(i, enumType.getValues().get(i).getIndex());
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 30 public static final int MSCALE_X = 0; //!< use with getValues/setValues
31 public static final int MSKEW_X = 1; //!< use with getValues/setValues
32 public static final int MTRANS_X = 2; //!< use with getValues/setValues
33 public static final int MSKEW_Y = 3; //!< use with getValues/setValues
34 public static final int MSCALE_Y = 4; //!< use with getValues/setValues
35 public static final int MTRANS_Y = 5; //!< use with getValues/setValues
36 public static final int MPERSP_0 = 6; //!< use with getValues/setValues
37 public static final int MPERSP_1 = 7; //!< use with getValues/setValues
38 public static final int MPERSP_2 = 8; //!< use with getValues/setValues
719 public void getValues(float[] values)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
ant-junit.jar 
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 112 m_reportTypes = Strings.merge (opt.getValues (), COMMA_DELIMITERS, true);
  /external/llvm/include/llvm/MC/
MCDwarf.h 303 const StringRef getValues() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 153 const SmallVector<DIEValue*, 32> &getValues() const { return Values; }
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 189 const std::vector<RecordVal> &Vals = R->getValues();
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
SparseArray.java 359 public List<E> getValues() {
  /frameworks/base/core/java/android/net/
NetworkStats.java 186 entry = getValues(i, entry);
241 public Entry getValues(int i, Entry recycle) {
315 entry = another.getValues(i, entry);
616 entry = getValues(i, entry);
NetworkStatsHistory.java 261 public Entry getValues(int i, Entry recycle) {
465 public Entry getValues(long start, long end, Entry recycle) {
466 return getValues(start, end, Long.MAX_VALUE, recycle);
473 public Entry getValues(long start, long end, long now, Entry recycle) {
  /frameworks/base/services/java/com/android/server/wm/
BlackFrame.java 64 mTmpMatrix.getValues(mTmpFloats);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extensions.java 351 @Override public Collection getValues(Object object) {
NameConstraints.java 276 @Override protected void getValues(Object object, Object[] values) {
TBSCertificate.java 268 @Override protected void getValues(Object object, Object[] values) {
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatterySipper.java 86 double[] getValues() {
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 321 expected.getMatrix().getValues(expectedValues);
322 actual.getMatrix().getValues(actualValues);
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 320 static void getValues(JNIEnv* env, jobject clazz, SkMatrix* matrix, jfloatArray values) {
400 {"native_getValues","(I[F)V", (void*) SkMatrixGlue::getValues},
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 210 EncodedValue[] values = annotation.getValues().clone();
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 372 Vector val = x509Name.getValues();
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 314 Entry statsEntry = stats.getValues(i, null);
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsRecorder.java 169 entry = delta.getValues(i, entry);

Completed in 370 milliseconds

1 2 3 45 6 7 8 9