HomeSort by relevance Sort by last modified time
    Searched refs:BE (Results 1 - 25 of 496) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/third_party/nss/ssl/
ssl3ecc.c 28 * Alternatively, the contents of this file may be used under the terms of
569 * For now, the elliptic curve is chosen to be the same
571 * We need an API to specify the curve. This won't be a real
1010 #define BE(n) 0, n
1017 BE(10), /* Extension type */
1018 BE( 8), /* octets that follow ( 3 pairs + 1 length pair) */
1019 BE( 6), /* octets that follow ( 3 pairs) */
1020 BE(23), BE(24), BE(25
    [all...]
  /external/chromium/third_party/icu/source/i18n/
buddhcal.h 39 * BE (Buddhist Era) and 1998 AD is 2541 BE.
41 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
43 * 1/1/1 BE are rejected as an illegal argument.
55 BE
78 * @param source the object to be copied.
85 * @param right the object to be copied.
buddhcal.cpp 97 return BE;
113 era = BuddhistCalendar::BE;
115 era = BuddhistCalendar::BE;
188 // on the current time. They'll be set to 80 years before
  /external/icu4c/i18n/
buddhcal.h 39 * BE (Buddhist Era) and 1998 AD is 2541 BE.
41 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
43 * 1/1/1 BE are rejected as an illegal argument.
55 BE
78 * @param source the object to be copied.
85 * @param right the object to be copied.
buddhcal.cpp 97 return BE;
113 era = BuddhistCalendar::BE;
115 era = BuddhistCalendar::BE;
188 // on the current time. They'll be set to 80 years before
  /build/core/
cleanspec.mk 22 # IDEALLY, THOSE STEPS SHOULD BE DONE ATOMICALLY.
33 # of the list. These steps will only be run once, if they haven't been
53 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
63 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /external/jpeg/
jcphuff.c 11 * currently does not allow multiple-scan files to be written with output
45 unsigned int BE; /* # of buffered correction bits before MCU */
74 * which should be safe.
143 /* Only DC coefficients may be interleaved, so cinfo->comps_in_scan = 1
180 entropy->BE = 0;
193 * NB: these must be called only when actually outputting,
221 * left-justified in this part. At most 16 bits can be passed to emit_bits
336 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
337 entropy->BE = 0;
366 entropy->BE = 0
    [all...]
  /external/v8/samples/
count-hosts.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/v8/test/message/
overwritten-builtins.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
try-catch-finally-no-message.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
try-catch-finally-return-in-finally.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
try-finally-return-in-finally.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
arguments-indirect.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
ascii-regexp-subject.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
binary-operation-overwrite.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
bitwise-operations-undefined.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
body-not-visible.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
call-non-function-call.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
closure.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  /external/v8/test/mjsunit/bugs/
bug-900066.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 // must be "disconnected" from the corresponding parameter.
  /external/v8/test/mjsunit/compiler/
function-call.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
jsnatives.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
loops.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
property-simple.js 13 // contributors may be used to endorse or promote products derived
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Completed in 279 milliseconds

1 2 3 4 5 6 7 8 91011>>