HomeSort by relevance Sort by last modified time
    Searched defs:SetInt (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/service/
service_process_prefs.cc 69 void ServiceProcessPrefs::SetInt(const std::string& key, int value) {
  /art/runtime/mirror/
art_field-inl.h 178 inline void ArtField::SetInt(Object* object, int32_t i) {
  /external/stlport/test/unit/
set_test.cpp 285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
289 SetInt sint1(intLess, stack1);
292 SetInt sint1Cpy(sint1);
294 SetInt sint2(intLess, stack2);
297 SetInt sint2Cpy(sint2);
314 SetInt sint1(intLess, stack1);
315 SetInt sint1Cpy(sint1);
317 SetInt sint2(intLess, stack2);
320 SetInt sint2Cpy(sint2);
337 SetInt sint1(intLess, stack1)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
289 SetInt sint1(intLess, stack1);
292 SetInt sint1Cpy(sint1);
294 SetInt sint2(intLess, stack2);
297 SetInt sint2Cpy(sint2);
314 SetInt sint1(intLess, stack1);
315 SetInt sint1Cpy(sint1);
317 SetInt sint2(intLess, stack2);
320 SetInt sint2Cpy(sint2);
337 SetInt sint1(intLess, stack1)
    [all...]
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
289 SetInt sint1(intLess, stack1);
292 SetInt sint1Cpy(sint1);
294 SetInt sint2(intLess, stack2);
297 SetInt sint2Cpy(sint2);
314 SetInt sint1(intLess, stack1);
315 SetInt sint1Cpy(sint1);
317 SetInt sint2(intLess, stack2);
320 SetInt sint2Cpy(sint2);
337 SetInt sint1(intLess, stack1)
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 57 void SetInt(const char* name, int value);
85 void JavaStruct::SetInt(const char* name, int value) {
213 result.SetInt("exponent", exp);
242 result.SetInt("gammaSign", sign);
362 result.SetInt("quotient", quotient);

Completed in 213 milliseconds