HomeSort by relevance Sort by last modified time
    Searched refs:RESET (Results 1 - 25 of 27) sorted by null

1 2

  /external/dhcpcd/compat/
linkaddr.c 45 #define RESET 3
87 state = RESET;
93 case RESET | DIGIT:
102 state = RESET;
110 case RESET | END:
  /external/webkit/Source/WebCore/html/
HTMLButtonElement.h 40 enum Type { SUBMIT, RESET, BUTTON };
HTMLButtonElement.cpp 72 case RESET: {
73 DEFINE_STATIC_LOCAL(const AtomicString, reset, ("reset"));
74 return reset;
85 if (equalIgnoringCase(attr->value(), "reset"))
86 m_type = RESET;
107 if (form() && m_type == RESET)
108 form()->reset();
  /system/core/sh/
mkinit.sh 55 RESET["{ "]* ) event=reset;;
181 echo "reset() {"
redir.c 329 RESET {
input.c 127 RESET {
output.c 91 RESET {
eval.c 115 * Called to reset things after an exception.
121 RESET {
929 shellparam.reset = 1;
parser.c 536 /* If we don't have any redirections already, then we must reset */
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 90 NONE, CHANGED, RESET;
97 } else if (value == RESET.ordinal()) {
98 return RESET;
383 * Reset the connection and wait for it to complete.
  /external/webkit/Tools/Scripts/
run-api-tests 175 print BOLD GREEN, "Passed", RESET, "\n";
177 print BOLD RED, "Failed", RESET, "\n";
  /frameworks/base/media/libmedia/
IMediaRecorder.cpp 37 RESET,
257 status_t reset() function in class:android::BpMediaRecorder
259 LOGV("reset");
262 remote()->transact(RESET, data, &reply);
311 case RESET: {
312 LOGV("RESET");
314 reply->writeInt32(reset());
IMediaPlayer.cpp 46 RESET,
193 status_t reset() function in class:android::BpMediaPlayer
197 remote()->transact(RESET, data, &reply);
393 case RESET: {
395 reply->writeInt32(reset());
  /frameworks/base/services/audioflinger/
AudioMixer.h 70 RESET = 0x4101,
AudioMixer.cpp 233 if (name == RESET) {
311 resampler->reset();
    [all...]
  /external/grub/netboot/
sis900.h 42 RESET = 0x00000100,
sis900.c 310 nic->reset = sis900_init;
498 /* Soft reset the chip. */
535 outl(RxRESET | TxRESET | RESET, ioaddr + cr);
537 /* Check that the chip has finished the reset. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 382 mPreviewIconFactory.reset();
    [all...]
  /external/clang/tools/scan-build/
scan-build 52 print RESET;
70 print RESET, RED @_;
71 print RESET;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 54 * should be shown or reset, callbacks to the phone window manager to notify
70 * - screen turned off -> reset the keyguard, and show it so it will be ready
107 private static final int RESET = 4;
645 * Send message to keyguard telling it to reset its state.
650 Message msg = mHandler.obtainMessage(RESET);
    [all...]
  /frameworks/base/cmds/keystore/
keystore.cpp 372 reset();
385 bool reset() { function in class:KeyStore
624 static ResponseCode reset(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) { function
625 return keyStore->reset() ? NO_ERROR : SYSTEM_ERROR;
674 RESET = 64,
698 {reset, 'r', STATE_ANY, RESET, {0, 0}},
  /external/oprofile/utils/
opcontrol 149 --reset clears out data from current session
159 count: reset counter value e.g. 100000
748 --reset)
750 RESET=yes
808 # reset any read-in defaults from daemonrc
1363 # Reset driver's IBS fetch setting
1368 # Reset driver's IBS op setting
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 145 prop_.reset(new ViewProp(GetNativeView(), kWindowObjectKey, this));
148 tab_contents_.reset(existing_contents);
153 tab_contents_.reset(new TabContentsWrapper(new_contents));
226 tab_contents_.reset(NULL);
614 external_context_menu_.reset(
675 browser_.reset(Browser::CreateForType(Browser::TYPE_POPUP,
806 prop_.reset();
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /external/chromium/chrome/browser/ui/
browser.cc 448 // Reset the preference so we don't show the bubble for subsequent windows.
459 // Reset the preference so we don't call it again for subsequent windows.
479 find_bar_controller_.reset(new FindBarController(find_bar));
    [all...]

Completed in 395 milliseconds

1 2