HomeSort by relevance Sort by last modified time
    Searched defs:el (Results 51 - 75 of 206) sorted by null

1 23 4 5 6 7 8 9

  /external/opencv/cv/src/
cvmotempl.cpp 165 IplConvKernel* el = 0; local
249 CV_CALL( el = cvCreateStructuringElementEx( aperture_size, aperture_size,
251 cvErode( mhi, dX_min, el );
252 cvDilate( mhi, dY_max, el );
278 cvReleaseStructuringElement( &el );
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
ffi.c 832 ffi_type **el = t->elements; local
833 while (*el)
836 if (! rec_vfp_type_p (*el, &el_elt, &el_elnum)
842 el++;
  /external/speex/libspeex/
sb_celp.c 603 spx_word16_t el; /*Q0*/ local
604 el = low_innov_rms[sub];
607 g=PDIV32(MULT16_16(filter_ratio,eh),EXTEND32(ADD16(1,el)));
644 spx_word16_t el; /*Q0*/ local
645 el = low_exc_rms[sub]; /*Q0*/
647 gc = PDIV32_16(MULT16_16(filter_ratio,1+eh),1+el);
652 /*printf ("%f %f %f %f\n", el, eh, filter_ratio, gc);*/
661 scale = SHL32(MULT16_16(PDIV32_16(SHL32(EXTEND32(gc),SIG_SHIFT-6),filter_ratio),(1+el)),6);
985 spx_word16_t el=0; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserFactoryTest.java 48 static Vector<String> el; field in class:SAXParserFactoryTest
59 el = new Vector<String>();
380 el.add(qName);
SAXParserTest.java 125 static Vector<String> el; field in class:SAXParserTest
195 el = new Vector<String>();
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapResponseParser.java 388 final ImapElement el = parseElement(); local
389 if (el == null) { // EOL
392 list.add(el);
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 416 final ImapElement el = parseElement(); local
417 if (el == null) { // EOL
420 list.add(el);
  /system/bt/stack/gatt/
gatt_api.cc 147 btgatt_db_element_t* el = service; local
149 for (int i = 0; i < count; i++, el++)
150 if (el->type == BTGATT_DB_PRIMARY_SERVICE ||
151 el->type == BTGATT_DB_SECONDARY_SERVICE ||
152 el->type == BTGATT_DB_DESCRIPTOR ||
153 el->type == BTGATT_DB_INCLUDED_SERVICE)
155 else if (el->type == BTGATT_DB_CHARACTERISTIC)
158 LOG(ERROR) << __func__ << ": Unknown element type: " << el->type;
177 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info)
178 if (el.is_primary) gatt_cb.last_primary_s_handle = el.s_hdl
265 btgatt_db_element_t* el = service + 1; local
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
jsp-2.1.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleScanner.java 626 RBBISetTableEl el; local
631 el = fSetTable.get(s);
632 if (el != null) {
633 node.fLeftChild = el.val;
670 el = new RBBISetTableEl();
671 el.key = s;
672 el.val = usetNode;
673 fSetTable.put(el.key, el);
    [all...]
  /external/icu/icu4c/source/common/
udata.cpp 299 DataCacheElement *el; local
309 el = (DataCacheElement *)uhash_get(htable, baseName);
311 if (el != NULL) {
312 retVal = el->item;
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 340 const UHashElement *el = NULL; local
341 while ((el = uhash_nextElement(fCharClasses.getAlias(), &pos)) != NULL) {
342 const UnicodeString *ccName = static_cast<const UnicodeString *>(el->key.pointer);
343 CharClass *cclass = static_cast<CharClass *>(el->value.pointer);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleScanner.java 625 RBBISetTableEl el; local
630 el = fSetTable.get(s);
631 if (el != null) {
632 node.fLeftChild = el.val;
669 el = new RBBISetTableEl();
670 el.key = s;
671 el.val = usetNode;
672 fSetTable.put(el.key, el);
    [all...]
  /external/tcpdump/
addrtoname.c 900 register const struct etherlist *el; local
923 for (el = etherlist; el->name != NULL; ++el) {
924 tp = lookup_emem(ndo, el->addr);
933 if (ether_ntohost(name, (const struct ether_addr *)el->addr) == 0) {
941 tp->e_name = el->name;
    [all...]
  /system/bt/service/
gatt_server_old.cc 156 const btgatt_db_element_t& el = service[i]; local
157 if (el.type == BTGATT_DB_DESCRIPTOR) {
158 LOG_INFO(LOG_TAG, "%s: descr_handle:%d", __func__, el.attribute_handle);
159 } else if (el.type == BTGATT_DB_CHARACTERISTIC) {
160 bluetooth::UUID id(el.uuid);
161 uint16_t char_handle = el.attribute_handle;
188 prev_char_properties = el.properties;
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 473 struct elf_link_hash_entry *el = (struct elf_link_hash_entry *)blhe; local
474 int vis = ELF_ST_VISIBILITY (el->other);
  /external/aac/libAACenc/src/
aacenc_lib.cpp 600 int el; local
603 for (el=0; el<channelMapping->nElements; el++) {
604 sbrElInfo[el].ChannelIndex[0] = channelMapping->elInfo[el].ChannelIndex[0];
605 sbrElInfo[el].ChannelIndex[1] = channelMapping->elInfo[el].ChannelIndex[1];
606 sbrElInfo[el].elType = channelMapping->elInfo[el].elType
    [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 728 int el, ch; local
730 for (el=0; el<(8); el++)
732 if (hSbrEncoder->sbrElement[el]!=NULL) {
733 sbrEncoder_ElementClose(&hSbrEncoder->sbrElement[el]);
1572 INT el=-1; local
1844 int n, el; local
1984 int el, coreEl; local
2311 int el; local
2368 int el; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 594 ElemTemplateElement el = this; local
595 int type = el.getXSLToken();
596 while((null != el) && (type != Constants.ELEMNAME_TEMPLATE))
598 el = el.getParentElem();
599 if(null != el)
600 type = el.getXSLToken();
602 return (ElemTemplate)el;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java 583 Locale el = new Locale("el", ""); local
586 c = Collator.getInstance(el);
588 errln("Failed to create collator for el locale.");
603 Locale el_GR = new Locale("el", "GR");
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java 582 Locale el = new Locale("el", ""); local
585 c = Collator.getInstance(el);
587 errln("Failed to create collator for el locale.");
602 Locale el_GR = new Locale("el", "GR");
    [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 

Completed in 2464 milliseconds

1 23 4 5 6 7 8 9