HomeSort by relevance Sort by last modified time
    Searched refs:RESET (Results 1 - 25 of 39) 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:
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
NonClosingInputStream.java 29 * {@link InputStream#reset()} instead (if supported by the underlying stream)
50 * {@link InputStream#reset()} on the underlying stream. This will
56 RESET
96 case RESET:
97 mInputStream.reset();
  /frameworks/compile/linkloader/tests/images/
gen-testcases.sh 20 RESET='\033[m'
22 echo -e "${CYAN}Generating bitcode ...${RESET}"
28 echo -e "${CYAN}Generating for $1 ...${RESET}"
  /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/security/keystore/
keystore.h 53 RESET = 6,
80 'r', // RESET
keystore.cpp 540 reset();
553 bool reset() { function in class:KeyStore
1001 static ResponseCode reset(KeyStore* keyStore, int, uid_t, Value*, Value*, Value*) { function
1002 ResponseCode rc = keyStore->reset() ? NO_ERROR : SYSTEM_ERROR;
    [all...]
  /system/core/sh/
mkinit.sh 55 RESET["{ "]* ) event=reset;;
181 echo "reset() {"
redir.c 329 RESET {
input.c 127 RESET {
output.c 91 RESET {
  /external/webkit/Tools/Scripts/
run-api-tests 175 print BOLD GREEN, "Passed", RESET, "\n";
177 print BOLD RED, "Failed", RESET, "\n";
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 37 RESET,
257 status_t reset() function in class:android::BpMediaRecorder
259 ALOGV("reset");
262 remote()->transact(RESET, data, &reply);
311 case RESET: {
312 ALOGV("RESET");
314 reply->writeInt32(reset());
IMediaPlayer.cpp 45 RESET,
195 status_t reset() function in class:android::BpMediaPlayer
199 remote()->transact(RESET, data, &reply);
440 case RESET: {
442 reply->writeInt32(reset());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DataConnectionAc.java 135 NONE, CHANGED, RESET;
142 } else if (value == RESET.ordinal()) {
143 return RESET;
428 * Reset the connection and wait for it to complete.
  /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. */
  /frameworks/av/services/audioflinger/
AudioMixer.h 80 RESET = 0x4101, // Reset sample rate converter without changing sample rate.
201 void resetResampler() { if (resampler != NULL) resampler->reset(); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 392 mPreviewIconFactory.reset();
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewMediator.java 58 * should be shown or reset, callbacks to the phone window manager to notify
74 * - screen turned off -> reset the keyguard, and show it so it will be ready
109 private static final int RESET = 4;
311 // We need to force a reset of the views, since lockNow (called by
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
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;
716 * Send message to keyguard telling it to reset its state.
721 Message msg = mHandler.obtainMessage(RESET);
    [all...]
  /external/clang/tools/scan-build/
scan-build 53 print RESET;
71 print RESET, RED @_;
72 print RESET;
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkStats.java 256 ((NonClosingInputStream) xml).setCloseBehavior(CloseBehavior.RESET);
300 xml.reset();
333 // Failed to reset XML stream
417 // Reset the stream if it supports that operation.
418 xml.reset();
485 xml.reset();
AddonsListFetcher.java 271 ((NonClosingInputStream) xml).setCloseBehavior(CloseBehavior.RESET);
316 xml.reset();
349 // Failed to reset XML stream
434 // Reset the stream if it supports that operation.
436 xml.reset();
496 xml.reset();
  /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...]

Completed in 333 milliseconds

1 2