HomeSort by relevance Sort by last modified time
    Searched refs:em (Results 176 - 200 of 515) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-gc-79.d 5 #as: --no-underscore --em=criself
tls-ok-36.d 3 #as: --no-underscore --em=criself
undef1.d 3 #as: --no-underscore --em=criself
v10-v32.d 4 # as: --em=criself
v10-va.d 4 # as: --em=criself
v32-v10.d 4 # as: --em=criself
v32-va.d 4 # as: --em=criself
va-v10.d 4 # as: --em=criself
va-v32.d 4 # as: --em=criself
warn1.d 5 #as: --em=crisaout
warn2.d 5 #as: --em=criself
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
compressed1d.d 6 # Not all ELF targets use the elf.em emulation...
orphan-region.d 7 # if not using elf32.em, you don't get fancy orphan handling
warn2.d 10 # if not using elf32.em, you don't get fancy section handling
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.css 121 line-height: 1.3em;
125 margin-top: 0em;
126 margin-bottom: 0.5em;
130 margin-bottom: 0em;
233 padding-bottom: 0em;
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.css 121 line-height: 1.3em;
125 margin-top: 0em;
126 margin-bottom: 0.5em;
130 margin-bottom: 0em;
233 padding-bottom: 0em;
  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaLocalTxnInterceptor.java 58 EntityManager em = this.emProvider.get(); local
61 if (em.getTransaction().isActive()) {
65 final EntityTransaction txn = em.getTransaction();
81 // Close the em if necessary (guarded so this code doesn't run unless catch fired).
93 //close the em if necessary
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
JpaWorkManagerTest.java 104 @Inject EntityManager em; field in class:JpaWorkManagerTest.TransactionalObject
111 em.persist(testEntity);
120 em.persist(testEntity);
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pss.go 42 em := make([]byte, emLen)
43 db := em[:emLen-sLen-hLen-2+1+sLen]
44 h := em[emLen-sLen-hLen-2+1+sLen : emLen-1]
86 // 12. Let EM = maskedDB || H || 0xbc.
87 em[emLen-1] = 0xBC
89 // 13. Output EM.
90 return em, nil
93 func emsaPSSVerify(mHash, em []byte, emBits, sLen int, hash hash.Hash) error {
110 // 4. If the rightmost octet of EM does not have hexadecimal value
112 if em[len(em)-1] != 0xBC
    [all...]
  /prebuilts/go/linux-x86/src/crypto/rsa/
pss.go 42 em := make([]byte, emLen)
43 db := em[:emLen-sLen-hLen-2+1+sLen]
44 h := em[emLen-sLen-hLen-2+1+sLen : emLen-1]
86 // 12. Let EM = maskedDB || H || 0xbc.
87 em[emLen-1] = 0xBC
89 // 13. Output EM.
90 return em, nil
93 func emsaPSSVerify(mHash, em []byte, emBits, sLen int, hash hash.Hash) error {
110 // 4. If the rightmost octet of EM does not have hexadecimal value
112 if em[len(em)-1] != 0xBC
    [all...]
  /external/python/cpython2/Doc/tools/static/
basic.css 76 font-size: 1em;
122 font-size: 1.3em;
183 padding-left: 1em;
198 margin: 0 0 0.5em 1em;
219 font-size: 1.1em;
315 font-size: 1.1em;
320 padding-left: 1em;
332 font-size: 1.3em;
389 margin-left: 0.5em;
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
StreamReader.java 64 Matcher em = NON_PRINTABLE.matcher(data); local
65 if (em.find()) {
66 int position = this.index + this.buffer.length() - this.pointer + em.start();
67 throw new ReaderException(name, position, em.group().charAt(0),
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-bkw5.d 1 #as: --underscore --em=criself
rd-bkw5pic.d 1 #as: --pic --underscore --em=criself --defsym extra=-819
rd-bound4.d 1 #as: --underscore --em=criself --march=common_v10_v32

Completed in 369 milliseconds

1 2 3 4 5 6 78 91011>>