HomeSort by relevance Sort by last modified time
    Searched full:storevalue (Results 1 - 20 of 20) 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/libchrome/base/
task_runner_util_unittest.cc 22 void StoreValue(int* destination, int value) {
76 Bind(&StoreValue, &result));
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 72 const Value *StoreValue[4];
PPCHazardRecognizers.cpp 305 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i])
310 if (StoreValue[i] == LoadValue) {
409 StoreValue[NumStores] = MO->getValue();
PPCISelLowering.cpp     [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...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h 266 /// StoreValue = Operation(tmp)
267 /// strexCond success, StoreValue, [Addr]
    [all...]
IceTargetLoweringARM32.cpp     [all...]
  /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/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 

Completed in 388 milliseconds