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

  /external/webkit/WebCore/html/
HTMLButtonElement.h 63 enum Type { SUBMIT, RESET, BUTTON };
HTMLInputElement.h 50 RESET,
125 bool isTextButton() const { return m_type == SUBMIT || m_type == RESET || m_type == BUTTON; }
194 virtual void reset();
  /frameworks/base/media/libmedia/
IMediaPlayer.cpp 39 RESET,
145 status_t reset() function in class:android::BpMediaPlayer
149 remote()->transact(RESET, data, &reply);
314 case RESET: {
316 reply->writeInt32(reset());
IMediaRecorder.cpp 34 RESET,
240 status_t reset() function in class:android::BpMediaRecorder
242 LOGV("reset");
245 remote()->transact(RESET, data, &reply);
294 case RESET: {
295 LOGV("RESET");
297 reply->writeInt32(reset());
  /frameworks/base/cmds/keystore/
keystore.c 332 static int8_t reset() function
402 reset();
461 RESET = 64,
480 {reset, 'r', 0, RESET, {0}},
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 56 * should be shown or reset, callbacks to the phone window manager to notify
72 * - screen turned off -> reset the keyguard, and show it so it will be ready
108 private static final int RESET = 4;
561 * Send message to keyguard telling it to reset its state.
566 Message msg = mHandler.obtainMessage(RESET);
    [all...]
  /external/grub/netboot/
sis900.h 42 RESET = 0x00000100,
  /prebuilt/common/osgi/
osgi.jar 

Completed in 143 milliseconds