/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
LocalTestService.java | 4 void terminate() { method in class:LocalTestService
|
/external/chromium/chrome/browser/ |
chrome_browser_application_mac.h | 14 // Our implementation of |-terminate:| only attempts to terminate the 42 // Calls -[NSApp terminate:]. 43 void Terminate(); 45 // Cancels a termination started by |Terminate()|.
|
/external/apache-xml/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
|
/external/chromium/chrome/browser/automation/ |
automation_provider_list_mac.mm | 12 [NSApp terminate:nil];
|
/external/chromium/chrome/browser/ui/ |
browser_list_mac.mm | 13 chrome_browser_application_mac::Terminate();
|
/sdk/screenshot/src/com/android/screenshot/ |
Screenshot.java | 56 printAndExit("-d conflicts with -e and -s", false /* terminate */); 61 printAndExit("-e conflicts with -d and -s", false /* terminate */); 67 printAndExit("Missing serial number after -s", false /* terminate */); 71 printAndExit("-s conflicts with -d and -e", false /* terminate */); 83 printAndExit("Too many arguments!", false /* terminate */); 151 printAndExit("No devices found!", true /* terminate */); 165 true /* terminate */); 167 printAndExit("Error: more than one device connected!",true /* terminate */); 183 true /* terminate */); 197 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...] |
/external/icu4c/common/ |
ustr_imp.h | 146 * NUL-terminate a UChar * string if possible. 147 * If length < destCapacity then NUL-terminate. 148 * If length == destCapacity then do not terminate but set U_STRING_NOT_TERMINATED_WARNING. 149 * If length > destCapacity then do not terminate but set U_BUFFER_OVERFLOW_ERROR. 161 * NUL-terminate a char * string if possible. 168 * NUL-terminate a UChar32 * string if possible. 175 * NUL-terminate a wchar_t * string if possible.
|
/external/llvm/test/Transforms/ADCE/ |
2005-02-17-PHI-Invoke-Crash.ll | 21 to label %tmp.1.i.i183.noexc unwind label %terminate 34 to label %tmp.1.i.i162.noexc unwind label %terminate 45 terminate: ; preds = %invoke_catch.1, %invoke_catch.0
|
/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
|
/frameworks/base/opengl/java/android/opengl/ |
ManagedEGLContext.java | 36 * terminate all EGL contexts so that this graphics driver memory can be 44 * through this class, then they will all be asked to terminate through the 74 * Force-terminate the ManagedEGLContext. This will cause 79 public void terminate() { method in class:ManagedEGLContext 106 // try to terminate.
|
/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
|
/frameworks/native/opengl/tests/EGLTest/ |
egl_cache_test.cpp | 37 mCache->terminate(); 68 mCache->terminate(); 101 mCache->terminate();
|
/external/llvm/test/CodeGen/ARM/ |
2011-05-04-MultipleLandingPadSuccs.ll | 41 to label %eh.resume unwind label %terminate.lpad 47 to label %eh.resume unwind label %terminate.lpad 63 to label %eh.resume unwind label %terminate.lpad 69 terminate.lpad:
|