Searched refs:saveState (Results 1 - 25 of 40) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp24 virtual void saveState(QSessionManager &manager);
35 void WpaGuiApp::saveState(QSessionManager &manager) function in class:WpaGuiApp
37 QApplication::saveState(manager);
38 w->saveState();
H A Dwpagui.h38 void saveState();
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dlog_util.js79 * tab's saveState function and passes it to |callback|.
114 if (view.saveState)
115 tabData[tabId] = view.saveState();
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DBlit9.h84 void saveState();
H A DBlit9.cpp189 saveState();
327 saveState();
575 void Blit9::saveState() function in class:rx::Blit9
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py410 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
452 self.UndoAdd(saveState)
464 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
519 self.UndoAdd(saveState)
557 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
559 self.UndoAdd(saveState)
584 saveState = JetState(self.jet_file, self.currentSegmentIndex, self.currentEventIndex)
590 self.UndoAdd(saveState)
594 def UndoAdd(self, saveState):
596 self.UndoStack.append(saveState)
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dustring.c576 UChar **saveState)
582 /* If saveState is NULL, the user messed up. */
585 *saveState = src; /* Set to "src" in case there are no delimiters */
587 else if (*saveState) {
588 tokSource = *saveState;
591 /* src == NULL && *saveState == NULL */
605 *saveState = nextToken;
608 else if (*saveState) {
610 *saveState = NULL;
616 *saveState
574 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) argument
[all...]
/external/icu/icu4c/source/common/
H A Dustring.cpp577 UChar **saveState)
583 /* If saveState is NULL, the user messed up. */
586 *saveState = src; /* Set to "src" in case there are no delimiters */
588 else if (*saveState) {
589 tokSource = *saveState;
592 /* src == NULL && *saveState == NULL */
606 *saveState = nextToken;
609 else if (*saveState) {
611 *saveState = NULL;
617 *saveState
575 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) argument
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DSaveRestoreStateTest.java20 * Tests for the {@link android.webkit.WebView#saveState} and
122 boolean result = vars.awContents.saveState(bundle);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js784 saveState: false,
824 var canSelect, openParents, saveState,
846 saveState = function() {
847 if (_this.options.saveState) {
848 return _this.save_state_handler.saveState();
853 saveState();
875 return saveState();
1177 this.options.saveState = false;
1253 if (this.options.saveState) {
1452 if (this.options.saveState) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentsView.java400 public void saveState(IMemento memento) { method in class:ComponentsView
404 super.saveState(memento);
H A DComponentResultsView.java402 * @see org.eclipse.ui.part.ViewPart#saveState(org.eclipse.ui.IMemento)
404 public void saveState(IMemento memento) { method in class:ComponentResultsView
405 super.saveState(memento);
H A DPerformancesView.java634 public void saveState(IMemento memento) { method in class:PerformancesView
635 super.saveState(memento);
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h122 const BytesTrie &saveState(State &state) const { function in class:BytesTrie
135 * @see saveState
H A Ducharstrie.h122 const UCharsTrie &saveState(State &state) const { function in class:UCharsTrie
135 * @see saveState
H A Dustring.h387 * tokens. Unlike strtok(), the saveState (the current pointer within the
388 * original string) is maintained in saveState. In the first call, the
391 * NULL. The value saveState is set by this function to maintain the
401 * @param saveState The current pointer within the original string,
402 * which is set by this function. The saveState
413 UChar **saveState);
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c336 CSaveState saveState; member in struct:__anon12441
342 CSaveState *dest = &p->saveState;
368 const CSaveState *p = &dest->saveState;
1697 p->saveState.litProbs = 0;
1712 alloc->Free(alloc, p->saveState.litProbs);
1714 p->saveState.litProbs = 0;
1910 if (p->litProbs == 0 || p->saveState.litProbs == 0 || p->lclp != lclp)
1914 p->saveState.litProbs = (CLzmaProb *)alloc->Alloc(alloc, (0x300 << lclp) * sizeof(CLzmaProb));
1915 if (p->litProbs == 0 || p->saveState.litProbs == 0)
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c337 CSaveState saveState; member in struct:__anon14034
343 CSaveState *dest = &p->saveState;
369 const CSaveState *p = &dest->saveState;
1698 p->saveState.litProbs = 0;
1713 alloc->Free(alloc, p->saveState.litProbs);
1715 p->saveState.litProbs = 0;
1911 if (p->litProbs == 0 || p->saveState.litProbs == 0 || p->lclp != lclp)
1915 p->saveState.litProbs = (CLzmaProb *)alloc->Alloc(alloc, (0x300 << lclp) * sizeof(CLzmaProb));
1916 if (p->litProbs == 0 || p->saveState.litProbs == 0)
/external/lzma/C/
H A DLzmaEnc.c336 CSaveState saveState; member in struct:__anon25876
342 CSaveState *dest = &p->saveState;
368 const CSaveState *p = &dest->saveState;
1697 p->saveState.litProbs = 0;
1712 alloc->Free(alloc, p->saveState.litProbs);
1714 p->saveState.litProbs = 0;
1910 if (p->litProbs == 0 || p->saveState.litProbs == 0 || p->lclp != lclp)
1914 p->saveState.litProbs = (CLzmaProb *)alloc->Alloc(alloc, (0x300 << lclp) * sizeof(CLzmaProb));
1915 if (p->litProbs == 0 || p->saveState.litProbs == 0)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h382 * tokens. Unlike strtok(), the saveState (the current pointer within the
383 * original string) is maintained in saveState. In the first call, the
386 * NULL. The value saveState is set by this function to maintain the
396 * @param saveState The current pointer within the original string,
397 * which is set by this function. The saveState
408 UChar **saveState);
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp226 // Check that saveState() and resetToState() interact properly
731 trie.saveState(state);
775 trie.saveState(state);
790 "saveState/next(0)/resetToState",
797 "saveState/next(0)/resetToState",
804 errln("trie does not seem to contain %s after saveState/next(rest)/resetToState",
H A Ducharstrietest.cpp235 // Check that saveState() and resetToState() interact properly
911 trie.saveState(state);
947 trie.saveState(state);
962 "saveState/next(0)/resetToState",
969 "saveState/next(0)/resetToState",
976 errln("trie does not seem to contain %s after saveState/next(rest)/resetToState",
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp5967 // way to exit is a goto saveState, which happens when we have filled
5974 goto saveState;
6018 goto saveState;
6036 goto saveState;
6085 goto saveState;
6145 goto saveState;
6243 goto saveState;
6299 goto saveState;
6339 goto saveState;
6410 goto saveState;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp124 void saveTrieState(const UCharsTrie &trie) { trie.saveState(state); }

Completed in 683 milliseconds

12