HomeSort by relevance Sort by last modified time
    Searched defs:em (Results 1 - 25 of 39) sorted by null

1 2

  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 58 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);
69 em.getOutputSize(100);
75 em = new ExemptionMechanism(null, null, null) {
77 assertNull("Incorrect mechanism", em.getName());
78 assertNull("Incorrect provider", em.getProvider());
80 em.init(null);
85 em.getOutputSize(100)
116 ExemptionMechanism em = new ExemptionMechanism( local
149 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);
  /external/openssl/crypto/rsa/
rsa_pk1.c 187 /* |em| is the encoded message, zero-padded to exactly |num| bytes */
188 unsigned char *em = NULL; local
204 em = OPENSSL_malloc(num);
205 if (em == NULL)
210 memset(em, 0, num);
219 memcpy(em + num - flen, from, flen);
221 good = constant_time_is_zero(em[0]);
222 good &= constant_time_eq(em[1], 2);
227 unsigned int equals0 = constant_time_is_zero(em[i]);
233 * PS must be at least 8 bytes long, and it starts two bytes into |em|
    [all...]
rsa_oaep.c 102 /* |em| is the encoded message, zero-padded to exactly |num| bytes:
103 * em = Y || maskedSeed || maskedDB */
104 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], local
123 em = OPENSSL_malloc(num);
124 if (db == NULL || em == NULL)
138 memset(em, 0, num);
139 memcpy(em + num - flen, from, flen);
146 good = constant_time_is_zero(em[0]);
148 maskedseed = em + 1;
149 maskeddb = em + 1 + SHA_DIGEST_LENGTH
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 69 ExemptionMechanism em = new ExemptionMechanism(spi, mProv, defaultAlg) {}; local
70 assertEquals("Incorrect provider", em.getProvider(), mProv);
71 assertEquals("Incorrect algorithm", em.getName(), defaultAlg);
73 em.init(null);
78 em.getOutputSize(100);
83 em = new ExemptionMechanism(null, null, null) {};
84 assertNull("Incorrect mechanism", em.getName());
85 assertNull("Incorrect provider", em.getProvider());
87 em.init(null);
91 em.getOutputSize(100)
127 ExemptionMechanism em = new ExemptionMechanism( local
159 ExemptionMechanism em = new ExemptionMechanism( local
240 ExemptionMechanism em = new ExemptionMechanism( local
278 ExemptionMechanism em = new ExemptionMechanism( local
318 ExemptionMechanism em = new ExemptionMechanism( local
364 ExemptionMechanism em = new ExemptionMechanism( local
390 ExemptionMechanism em = new ExemptionMechanism( local
415 ExemptionMechanism em = new ExemptionMechanism( local
430 ExemptionMechanism em = new ExemptionMechanism( local
453 ExemptionMechanism em = new ExemptionMechanism( local
468 ExemptionMechanism em = new ExemptionMechanism( local
502 ExemptionMechanism em = new ExemptionMechanism( local
543 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/libexif/libexif/canon/
exif-mnote-data-canon.c 353 ExifEntry *em = exif_data_get_entry (ed, EXIF_TAG_MAKE); local
354 if (!em)
356 return !strcmp (exif_entry_get_value (em, value, sizeof (value)), "Canon");
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 615 ExifEntry *em = exif_data_get_entry (ed, EXIF_TAG_MAKE); local
618 if (em) {
619 const char *v = exif_entry_get_value (em, value, sizeof(value));
  /external/elfutils/0.153/libebl/
eblopenbackend.c 76 int em; member in struct:__anon25833
311 || (emulation == NULL && machines[cnt].em == machine))
328 result->machine = machines[cnt].em;
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 10 #define EM_ADJUST(em, a) (em == 0?(a): (a)*1000/em)
272 int em = FXFT_Get_Face_UnitsPerEM(m_Face); local
273 if (em == 0) {
279 bbox.left = FXFT_Get_Glyph_HoriBearingX(m_Face) * 1000 / em;
280 bbox.top = (FXFT_Get_Glyph_HoriBearingY(m_Face) - FXFT_Get_Glyph_Height(m_Face)) * 1000 / em;
281 bbox.right = (FXFT_Get_Glyph_HoriBearingX(m_Face) + FXFT_Get_Glyph_Width(m_Face)) * 1000 / em;
282 bbox.bottom = (FXFT_Get_Glyph_HoriBearingY(m_Face)) * 1000 / em;
362 int em = FXFT_Get_Face_UnitsPerEM(m_Face); local
    [all...]
fx_ge_text.cpp 1538 int em = FXFT_Get_Face_UnitsPerEM(pFont->m_Face); local
    [all...]
  /external/valgrind/main/callgrind/
events.c 478 EventMapping* em; local
482 em = (EventMapping*) CLG_MALLOC("cl.events.geMapping.1",
486 em->capacity = es->size;
487 em->size = 0;
488 em->es = es;
490 return em;
493 void CLG_(append_event)(EventMapping* em, const HChar* n)
499 CLG_ASSERT(em != 0);
501 if ((em->es->mask & mask)==0) continue;
509 CLG_ASSERT(em->capacity > em->size)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 417 // Determine the approximate size of the message bubble in em.
418 unsigned em; local
422 em = max_token / 2;
435 em = characters / 2;
438 if (em < max_line/2)
439 os << "; max-width:" << em << "em"; local
442 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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java 3104 Message em = (Message)expectedMessages.get(j); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 1114 "\031": "#\\em",
1157 "em": "\031",
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 1108 "\031": "#\\em",
1151 "em": "\031",
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 1108 "\031": "#\\em",
1151 "em": "\031",
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 1108 "\031": "#\\em",
1151 "em": "\031",
    [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js 1114 "\031": "#\\em",
1157 "em": "\031",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1006 milliseconds

1 2