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

  /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/sources/android/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...]
  /development/simulator/app/
Preferences.h 61 void SetInt(const char* name, int val);
LogWindow.cpp 303 pPrefs->SetInt("log-display-msg-count", mMaxDisplayMsgs);
304 pPrefs->SetInt("log-pool-size-kbytes", mPool.GetMaxSize() / 1024);
306 pPrefs->SetInt("log-header-format", mHeaderFormat);
308 pPrefs->SetInt("log-extra-spacing", mExtraSpacing);
309 pPrefs->SetInt("log-point-size", mPointSize);
328 pPrefs->SetInt("window-log-x", posn.x);
329 pPrefs->SetInt("window-log-y", posn.y);
330 pPrefs->SetInt("window-log-width", size.GetWidth());
331 pPrefs->SetInt("window-log-height", size.GetHeight());
340 pPrefs->SetInt("log-display-level", selection)
    [all...]
MainFrame.cpp 509 pPrefs->SetInt("window-main-x", pos.x);
510 pPrefs->SetInt("window-main-y", pos.y);
985 pPrefs->SetInt("onion-skin-alpha-value", pSlider->GetValue());
    [all...]
Preferences.cpp 436 void Preferences::SetInt(const char* name, int val)

Completed in 74 milliseconds