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

  /development/simulator/app/
Preferences.cpp 436 void Preferences::SetInt(const char* name, int val)
  /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...]

Completed in 162 milliseconds