HomeSort by relevance Sort by last modified time
    Searched defs:ce (Results 76 - 100 of 200) sorted by null

1 2 34 5 6 7 8

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 62 private ClassEmitter ce; field in class:CodeEmitter
106 CodeEmitter(ClassEmitter ce, MethodVisitor mv, int access, Signature sig, Type[] exceptionTypes) {
108 this.ce = ce;
109 state = new State(ce.getClassInfo(), access, sig, exceptionTypes);
114 this.ce = wrap.ce;
135 return ce;
424 ClassEmitter.FieldInfo info = ce.getFieldInfo(name);
426 emit_field(opcode, ce.getClassType(), name, info.type)
    [all...]
EmitUtils.java 77 public static void factory_method(ClassEmitter ce, Signature sig) {
78 CodeEmitter e = ce.begin_method(Constants.ACC_PUBLIC, sig, null);
87 public static void null_constructor(ClassEmitter ce) {
88 CodeEmitter e = ce.begin_method(Constants.ACC_PUBLIC, CSTRUCT_NULL, null);
328 ClassEmitter ce = e.getClassEmitter(); local
333 if (!ce.isFieldDeclared(fieldName)) {
334 ce.declare_field(Constants.PRIVATE_FINAL_STATIC, fieldName, Constants.TYPE_CLASS, null);
335 CodeEmitter hook = ce.getStaticHook();
338 hook.putstatic(ce.getClassType(), fieldName, Constants.TYPE_CLASS);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
citertst.c 1076 uint32_t ce; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodInterceptorGenerator.java 84 public void generate(ClassEmitter ce, Context context, List methods) {
95 ce.declare_field(Constants.PRIVATE_FINAL_STATIC, methodField, METHOD, null);
96 ce.declare_field(Constants.PRIVATE_FINAL_STATIC, methodProxyField, METHOD_PROXY, null);
97 ce.declare_field(Constants.PRIVATE_FINAL_STATIC, EMPTY_ARGS_NAME, Constants.TYPE_OBJECT_ARRAY, null);
101 e = ce.begin_method(Constants.ACC_FINAL,
109 e = context.beginMethod(ce, method);
134 generateFindProxy(ce, sigMap);
218 public void generateFindProxy(ClassEmitter ce, final Map sigMap) {
219 final CodeEmitter e = ce.begin_method(Constants.ACC_PUBLIC | Constants.ACC_STATIC,
  /external/valgrind/main/coregrind/m_debuginfo/
image.c 449 CEnt* ce = img->ces[entNo]; local
464 SysRes sr = VG_(pread)(img->source.fd, &ce->data[0], (Int)len, off);
491 //VG_(memcpy)(&ce->data[0], rx_data, len);
498 &ce->data[0], (lzo_uint*)&out_len,
528 ce->off = off;
529 ce->used = len;
530 vg_assert(ce->used > 0 && ce->used <= CACHE_ENTRY_SIZE);
828 CEnt* ce = img->ces[0]; local
829 vg_assert(ce && ce->used >= 1)
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 853 SEdgeVector *ce; local
855 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
857 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
858 m_AllSites[ce->second].getVCenter().y - sj);
1128 SEdgeVector *ce; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 510 /* found the ce in expansion, we'll just modify the size if it is
825 static uint32_t uprv_uca_addPrefix(tempUCATable *t, uint32_t CE,
847 fprintf(stdout, "El: %08X Pref: ", CE);
912 if(!isPrefix(CE)) {
915 firstContractionOffset = uprv_cnttab_addContraction(contractions, UPRV_CNTTAB_NEWELEMENT, 0, CE, status);
918 uprv_cnttab_addContraction(contractions, firstContractionOffset, 0xFFFF, CE, status);
919 CE = constructContractCE(SPEC_PROC_TAG, firstContractionOffset);
1332 uint32_t ce; local
1662 int32_t ce; local
    [all...]
usearch.cpp 89 * @param ce collation element
93 inline int hash(uint32_t ce)
95 // the old value UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_ does not work
99 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_;
163 // if the ce is a variable, we mask and get only the primary values
284 * Initializing the ce table for a pattern.
323 if (pattern->CE != cetable && pattern->CE) {
324 uprv_free(pattern->CE);
329 int32_t ce; local
645 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
887 uint32_t ce = UCOL_IGNORABLE; local
941 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1023 int32_t ce; local
1219 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
1422 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1618 int32_t *ce = strsrch->pattern.CE; local
1863 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
2060 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
2281 int32_t *ce = strsrch->pattern.CE; local
2500 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
3440 int64_t ce; member in struct:CEI
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp 1683 int32_t ce; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 187 uint32_t ce = ucol_next(iter, &error); local
195 if (UCOL_PRIMARYORDER(ce) != 0) {
196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce));
199 if (UCOL_SECONDARYORDER(ce) != 0) {
200 fprintf(f, " %02x", UCOL_SECONDARYORDER(ce));
203 if (UCOL_TERTIARYORDER(ce) != 0) {
204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce));
208 ce = ucol_next(iter, &error);
209 if (ce == UCOL_NULLORDER) {
1223 int32_t ce = ucol_next(coleiter, &error); local
    [all...]
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 404 int64_t ce = ces.elementAti(i); local
405 uint32_t p = (uint32_t)(ce >> 32);
    [all...]
collationbuilder.cpp 323 // Find or insert a node whose index we will put into a temporary CE.
342 // We do not support tailoring to an unassigned-implicit CE.
382 // A non-common weight is only possible from a root CE.
460 // Strength of the temporary CE = strength of its reset position.
475 int64_t ce; local
503 ce = rootElements.getLastTertiaryCE();
527 ce = rootElements.getFirstSecondaryCE();
532 ce = rootElements.getLastSecondaryCE();
536 ce = rootElements.getFirstPrimaryCE();
540 ce = rootElements.lastCEWithPrimaryBefore(variableTop + 1)
694 int64_t ce = ces[cesLength - 1]; local
763 int64_t ce; local
1005 int64_t ce = baseCEs.getCE(i); local
1029 int64_t ce = ces[i] & INT64_C(0xffffffffffff3fff); \/\/ clear old case bits local
    [all...]
collationdatabuilder.cpp 54 ConditionalCE32(const UnicodeString &ct, uint32_t ce)
56 ce32(ce), defaultCE32(Collation::NO_CE32), builtCE32(Collation::NO_CE32),
194 int64_t ce = getCE(i); local
195 if(ce != 0) {
197 ces[cesLength] = ce;
343 // An offset CE is also a little more expensive to look up and compute
344 // than a simple CE.
485 CollationDataBuilder::addCE(int64_t ce, UErrorCode &errorCode) {
488 if(ce == ce64s.elementAti(i)) { return i; }
490 ce64s.addElement(ce, errorCode)
911 int64_t ce = modifier.modifyCE32(ce32); local
926 int64_t ce; local
957 int64_t ce = modifier.modifyCE(srcCE); local
    [all...]
rulebasedcollator.cpp 1494 int64_t ce; local
1500 int64_t ce; local
    [all...]
usearch.cpp 81 * @param ce collation element
85 inline int hash(uint32_t ce)
87 // the old value UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_ does not work
91 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_;
155 // if the ce is a variable, we mask and get only the primary values
276 * Initializing the ce table for a pattern.
312 if (pattern->CE != cetable && pattern->CE) {
313 uprv_free(pattern->CE);
318 int32_t ce; local
632 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
874 uint32_t ce = UCOL_IGNORABLE; local
928 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1010 int32_t ce; local
1206 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
1409 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); local
1605 int32_t *ce = strsrch->pattern.CE; local
1850 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); local
2047 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
2268 int32_t *ce = strsrch->pattern.CE; local
2487 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); local
3445 int64_t ce; member in struct:CEI
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 1683 int32_t ce; local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 167 tNFA_DTA_CE_DATA ce; member in union:__anon28752::__anon28753
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 871 SEdgeVector *ce; local
873 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
875 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
876 m_AllSites[ce->second].getVCenter().y - sj);
1146 SEdgeVector *ce; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 851 SEdgeVector *ce; local
853 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
855 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
856 m_AllSites[ce->second].getVCenter().y - sj);
1126 SEdgeVector *ce; local
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c 1334 uint32_t ce = (uint32_t)ucol_next(iter, &status); local
1433 uint32_t ce; local
1543 uint32_t ce = ucol_next(iter, &status); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 1111 int32_t ce = ceList.get(offset); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 176 int64_t ce = ces.elementAti(0); local
180 if(ce != expected) {
181 errln("CE(U+fffe)=%04lx != 02.02.02", (long)ce);
184 ce = ces.elementAti(1);
186 if(ce != expected) {
187 errln("CE(U+ffff)=%04lx != max..", (long)ce);
227 int64_t ce = ci.nextCE(errorCode); local
232 if(ce == Collation::NO_CE || ce2 != Collation::NO_CE)
909 int64_t ce = ces.elementAti(i); local
    [all...]
ssearch.cpp 1108 int32_t ce = ceList.get(offset); local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 94 void ppIRCallee ( IRCallee* ce )
96 vex_printf("%s", ce->name);
97 if (ce->regparms > 0)
98 vex_printf("[rp=%d]", ce->regparms);
99 if (ce->mcx_mask > 0)
100 vex_printf("[mcx=0x%x]", ce->mcx_mask);
101 vex_printf("{%p}", (void*)ce->addr);
1666 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee)); local
    [all...]

Completed in 1916 milliseconds

1 2 34 5 6 7 8