/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanismTest.java | 59 ExemptionMechanism em = new ExemptionMechanism(spi, mProv, defaultAlg) {}; local 60 assertEquals("Incorrect provider", em.getProvider(), mProv); 61 assertEquals("Incorrect algorithm", em.getName(), defaultAlg); 63 em.init(null); 68 em.getOutputSize(100); 73 em = new ExemptionMechanism(null, null, null) {}; 74 assertNull("Incorrect mechanism", em.getName()); 75 assertNull("Incorrect provider", em.getProvider()); 77 em.init(null); 81 em.getOutputSize(100) 111 ExemptionMechanism em = new ExemptionMechanism( local 144 ExemptionMechanism em = new ExemptionMechanism( local [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
ErrorManagerTest.java | 47 ErrorManager em = new ErrorManager(); local 48 em.error(null, new NullPointerException(), ErrorManager.GENERIC_FAILURE); 49 em.error("An error message.", null, ErrorManager.GENERIC_FAILURE); 50 em.error(null, null, ErrorManager.GENERIC_FAILURE);
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanismTest.java | 71 ExemptionMechanism em = new ExemptionMechanism(spi, mProv, defaultAlg) {}; local 72 assertEquals("Incorrect provider", em.getProvider(), mProv); 73 assertEquals("Incorrect algorithm", em.getName(), defaultAlg); 75 em.init(null); 80 em.getOutputSize(100); 85 em = new ExemptionMechanism(null, null, null) {}; 86 assertNull("Incorrect mechanism", em.getName()); 87 assertNull("Incorrect provider", em.getProvider()); 89 em.init(null); 93 em.getOutputSize(100) 129 ExemptionMechanism em = new ExemptionMechanism( local 161 ExemptionMechanism em = new ExemptionMechanism( local 242 ExemptionMechanism em = new ExemptionMechanism( local 280 ExemptionMechanism em = new ExemptionMechanism( local 320 ExemptionMechanism em = new ExemptionMechanism( local 366 ExemptionMechanism em = new ExemptionMechanism( local 392 ExemptionMechanism em = new ExemptionMechanism( local 417 ExemptionMechanism em = new ExemptionMechanism( local 432 ExemptionMechanism em = new ExemptionMechanism( local 455 ExemptionMechanism em = new ExemptionMechanism( local 470 ExemptionMechanism em = new ExemptionMechanism( local 504 ExemptionMechanism em = new ExemptionMechanism( local 545 ExemptionMechanism em = new ExemptionMechanism( local [all...] |
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldErrorManagerTest.java | 37 ErrorManager em = new ErrorManager(); local 42 em.error("supertest", null, ErrorManager.GENERIC_FAILURE);
|
/external/elfutils/libebl/ |
eblopenbackend.c | 38 int em; member in struct:__anon5397 213 || (emulation == NULL && machines[cnt].em == machine))
|
/external/valgrind/main/callgrind/ |
events.c | 475 EventMapping* em; local 479 em = (EventMapping*) CLG_MALLOC("cl.events.geMapping.1", 483 em->capacity = es->size; 484 em->size = 0; 485 em->es = es; 487 return em; 490 void CLG_(append_event)(EventMapping* em, Char* n) 496 CLG_ASSERT(em != 0); 498 if ((em->es->mask & mask)==0) continue; 506 CLG_ASSERT(em->capacity > em->size) [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 400 // Determine the approximate size of the message bubble in em. 401 unsigned em; local 405 em = max_token / 2; 418 em = characters / 2; 421 if (em < max_line/2) 422 os << "; max-width:" << em << "em"; local 425 os << "; max-width:100em";
|
/external/svox/pico/lib/ |
picoos.h | 125 picoos_ExceptionManager em; member in struct:picoos_common 208 * shortcut : em
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | 670 String em = st.nextToken(":"); local 671 if (em.equalsIgnoreCase(Request.BYE) 672 || em.equalsIgnoreCase(Request.INVITE) 673 || em.equalsIgnoreCase(Request.SUBSCRIBE) 674 || em.equalsIgnoreCase(Request.NOTIFY) 675 || em.equalsIgnoreCase(Request.ACK) 676 || em.equalsIgnoreCase(Request.OPTIONS)) 678 + em); 680 this.addExtensionMethod(em); [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 1151 foreach ($this->em_relist as $em => $em_re) { variable 1171 $em = ''; variable 1211 $em = ''; variable 1241 $em = $token{0}; variable 1276 $em = ''; variable 1283 $em = $token; variable [all...] |
/external/v8/benchmarks/ |
earley-boyer.js | 1114 "\031": "#\\em", 1157 "em": "\031", [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | 1108 "\031": "#\\em", 1151 "em": "\031", [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-earley-boyer.js | 1108 "\031": "#\\em", 1151 "em": "\031", [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-earley-boyer.js | 1108 "\031": "#\\em", 1151 "em": "\031", [all...] |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/13/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |