HomeSort by relevance Sort by last modified time
    Searched full:terminate (Results 1 - 25 of 1373) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemMessage.java 35 * terminate (yes|no) "no"
46 * If the terminate attribute has the value yes, then the
47 * XSLT transformer should terminate processing after sending
54 * Set the "terminate" attribute.
55 * If the terminate attribute has the value yes, then the
56 * XSLT transformer should terminate processing after sending
59 * @param v Value to set for "terminate" attribute.
67 * Get the "terminate" attribute.
68 * If the terminate attribute has the value yes, then the
69 * XSLT transformer should terminate processing after sendin
    [all...]
  /external/nist-sip/java/javax/sip/
Transaction.java 25 void terminate() throws ObjectInUseException; method in interface:Transaction
  /external/bluetooth/bluez/compat/
hidd.1 35 Terminate HID connection
38 Terminate all connections
  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_done.c 20 /** Terminate the chain
21 @param cbc The CBC chain to terminate
  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_done.c 20 /** Terminate the chain
21 @param cfb The CFB chain to terminate
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_done.c 20 /** Terminate the chain
21 @param ctr The CTR chain to terminate
  /external/dropbear/libtomcrypt/src/modes/ecb/
ecb_done.c 20 /** Terminate the chain
21 @param ecb The ECB chain to terminate
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_done.c 20 /** Terminate the chain
21 @param f8 The F8 chain to terminate
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_done.c 21 Terminate a LRW state
22 @param lrw The state to terminate
  /external/dropbear/libtomcrypt/src/modes/ofb/
ofb_done.c 20 /** Terminate the chain
21 @param ofb The OFB chain to terminate
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 55 printAndExit("-d conflicts with -e and -s", false /* terminate */);
60 printAndExit("-e conflicts with -d and -s", false /* terminate */);
66 printAndExit("Missing serial number after -s", false /* terminate */);
70 printAndExit("-s conflicts with -d and -e", false /* terminate */);
82 printAndExit("Too many arguments!", false /* terminate */);
139 printAndExit("No devices found!", true /* terminate */);
153 true /* terminate */);
155 printAndExit("Error: more than one device connected!",true /* terminate */);
171 true /* terminate */);
185 printAndExit("Could not find matching device/emulator.", true /* terminate */);
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 84 ATTRIBUTE Acct-Terminate-Cause 49 integer
193 # Acct Terminate Causes, available in 3.3.2 and later
195 VALUE Acct-Terminate-Cause User-Request 1
196 VALUE Acct-Terminate-Cause Lost-Carrier 2
197 VALUE Acct-Terminate-Cause Lost-Service 3
198 VALUE Acct-Terminate-Cause Idle-Timeout 4
199 VALUE Acct-Terminate-Cause Session-Timeout 5
200 VALUE Acct-Terminate-Cause Admin-Reset 6
201 VALUE Acct-Terminate-Cause Admin-Reboot 7
202 VALUE Acct-Terminate-Cause Port-Error
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
package.html 9 scan, add, save, terminate and initiate Wi-Fi connections.</p>
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_encrypt.c 14 OCB implementation, terminate encryption, by Tom St Denis
21 Terminate an encryption OCB state
ocb_done_decrypt.c 14 OCB implementation, terminate decryption, by Tom St Denis
21 Terminate a decrypting OCB state
  /external/chromium/third_party/icu/source/common/
ustr_imp.h 175 * NUL-terminate a UChar * string if possible.
176 * If length < destCapacity then NUL-terminate.
177 * If length == destCapacity then do not terminate but set U_STRING_NOT_TERMINATED_WARNING.
178 * If length > destCapacity then do not terminate but set U_BUFFER_OVERFLOW_ERROR.
191 * NUL-terminate a char * string if possible.
198 * NUL-terminate a UChar32 * string if possible.
205 * NUL-terminate a wchar_t * string if possible.
  /external/icu4c/common/
ustr_imp.h 168 * NUL-terminate a UChar * string if possible.
169 * If length < destCapacity then NUL-terminate.
170 * If length == destCapacity then do not terminate but set U_STRING_NOT_TERMINATED_WARNING.
171 * If length > destCapacity then do not terminate but set U_BUFFER_OVERFLOW_ERROR.
184 * NUL-terminate a char * string if possible.
191 * NUL-terminate a UChar32 * string if possible.
198 * NUL-terminate a wchar_t * string if possible.
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_done.c 14 EAX implementation, terminate session, by Tom St Denis
21 Terminate an EAX session and get the tag.
65 /* terminate the CTR chain */
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_done.c 15 f9 Support, terminate the state
20 /** Terminate the f9-MAC state
21 @param f9 f9 state to terminate
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_done.c 15 XCBC Support, terminate the state
20 /** Terminate the XCBC-MAC state
21 @param xcbc XCBC state to terminate
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Terminator.java 28 public void terminate(boolean aborted); method in interface:Terminator
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 122 printAndExit("Too many arguments!", false /* terminate */);
135 false /* terminate */);
180 false /* terminate*/);
183 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/);
213 false /* terminate*/);
216 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/);
251 printAndExit("Timeout getting device list!", true /* terminate*/);
267 AndroidDebugBridge.terminate();
279 false /* terminate */);
307 true /* terminate*/);
    [all...]
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_done.c 14 GCM implementation, Terminate the stream, by Tom St Denis
21 Terminate a GCM stream
  /external/webkit/WebCore/storage/
LocalStorageThread.h 49 void terminate();
52 // Background thread part of the terminate procedure.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
exception 85 /// If you write a replacement %terminate handler, it must be of this type.
96 void terminate() __attribute__ ((__noreturn__));
108 * due to the throw; or after entering @c terminate() for any reason
109 * other than an explicit call to @c terminate(). [Note: This includes
113 * result in a call of @c terminate() (15.5.1)."

Completed in 311 milliseconds

1 2 3 4 5 6 7 8 91011>>