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

/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp28 virtual void saveState(QSessionManager &manager);
39 void WpaGuiApp::saveState(QSessionManager &manager) function in class:WpaGuiApp
41 QApplication::saveState(manager);
42 w->saveState();
H A Dwpagui.h44 void saveState();
H A Dwpagui.cpp1698 void WpaGui::saveState() function in class:WpaGui
/external/webkit/JavaScriptCore/yarr/
H A DRegexParser.h297 ParseState state = saveState();
346 ParseState state = saveState();
596 ParseState state = saveState();
676 ParseState saveState() function in class:JSC::Yarr::Parser
752 ParseState state = saveState();
/external/webkit/WebCore/history/qt/
H A DHistoryItemQt.cpp93 QDataStream& WebCore::HistoryItem::saveState(QDataStream& out, int version) const function in class:WebCore::HistoryItem
/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/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/icu4c/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/webkit/WebCore/history/
H A DHistoryItem.h186 QDataStream& saveState(QDataStream& out, int version) const;
/external/webkit/JavaScriptCore/icu/unicode/
H A Dustring.h376 * tokens. Unlike strtok(), the saveState (the current pointer within the
377 * original string) is maintained in saveState. In the first call, the
380 * NULL. The value saveState is set by this function to maintain the
390 * @param saveState The current pointer within the original string,
391 * which is set by this function. The saveState
402 UChar **saveState);
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dustring.h376 * tokens. Unlike strtok(), the saveState (the current pointer within the
377 * original string) is maintained in saveState. In the first call, the
380 * NULL. The value saveState is set by this function to maintain the
390 * @param saveState The current pointer within the original string,
391 * which is set by this function. The saveState
402 UChar **saveState);
/external/webkit/WebCore/icu/unicode/
H A Dustring.h376 * tokens. Unlike strtok(), the saveState (the current pointer within the
377 * original string) is maintained in saveState. In the first call, the
380 * NULL. The value saveState is set by this function to maintain the
390 * @param saveState The current pointer within the original string,
391 * which is set by this function. The saveState
402 UChar **saveState);
/external/webkit/WebKit/mac/icu/unicode/
H A Dustring.h376 * tokens. Unlike strtok(), the saveState (the current pointer within the
377 * original string) is maintained in saveState. In the first call, the
380 * NULL. The value saveState is set by this function to maintain the
390 * @param saveState The current pointer within the original string,
391 * which is set by this function. The saveState
402 UChar **saveState);
/external/webkit/WebKit/qt/Api/
H A Dqwebhistory.cpp504 items[i].get()->saveState(target, version);
/external/chromium/third_party/icu/public/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/icu4c/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/chromium/third_party/icu/source/i18n/
H A Ducol.cpp6112 // way to exit is a goto saveState, which happens when we have filled
6119 goto saveState;
6158 goto saveState;
6176 goto saveState;
6225 goto saveState;
6284 goto saveState;
6377 goto saveState;
6433 goto saveState;
6473 goto saveState;
6544 goto saveState;
[all...]
/external/icu4c/i18n/
H A Ducol.cpp5920 // way to exit is a goto saveState, which happens when we have filled
5927 goto saveState;
5966 goto saveState;
5984 goto saveState;
6033 goto saveState;
6093 goto saveState;
6191 goto saveState;
6247 goto saveState;
6287 goto saveState;
6358 goto saveState;
[all...]

Completed in 628 milliseconds