HomeSort by relevance Sort by last modified time
    Searched refs:storeValue (Results 1 - 24 of 24) sorted by null

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GraphicsDeviceInfo.java 35 private static void storeValue(DeviceInfoStore store, String name, float[] valueArray,
44 private static void storeValue(DeviceInfoStore store, String name, int[] valueArray,
53 private static void storeValue(DeviceInfoStore store, String name, long[] valueArray,
90 storeValue(store, lowerCaseName, (float[])value, dynamicArray);
92 storeValue(store, lowerCaseName, (long[])value, dynamicArray);
94 storeValue(store, lowerCaseName, (int[])value, dynamicArray);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java 73 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123");
76 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "4.5.6");
79 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar");
99 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_TYPE, "foo");
100 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_NAME, "FOO");
101 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1");
104 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_TYPE, "bar");
105 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_NAME, "BAR");
106 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "1");
130 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1")
    [all...]
BaseContactsProvider2Test.java     [all...]
ContactsProvider2Test.java     [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 964 storeValue(argument.value);
969 storeValue(Nucleus::createConstantBool(x));
974 storeValue(rhs.value);
980 storeValue(value);
986 storeValue(value);
991 storeValue(rhs.value);
999 storeValue(value);
1007 storeValue(value);
1034 storeValue(argument.value);
1041 storeValue(integer)
    [all...]
SubzeroReactor.cpp     [all...]
Optimizer.cpp 192 Ice::Operand *storeValue = storeData(store);
211 replace(load, storeValue);
241 auto &valueUses = uses[storeValue];
255 uses.erase(storeValue);
306 Ice::Operand *storeValue = nullptr;
335 storeValue = storeData(store);
353 replace(load, storeValue);
Reactor.hpp 93 Value *storeValue(Value *value) const;
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 732 Value storeValue = new InstructionOffsetValue(instructionOffset);
733 variables.setProducerValue(storeValue);
734 stack.setProducerValue(storeValue);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java     [all...]
ContactAggregatorTest.java     [all...]
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.1/
proguard-base-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
proguard-base-5.3.2.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1510 milliseconds