/external/icu/icu4c/source/test/cintltst/ |
citertst.c | 252 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 265 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 319 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 330 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 390 log_err("ERROR: in creation of collator element iterator\n %s\n", 400 log_err("ERROR: in creation of collator element iterator\n %s\n", 435 log_err_status(status, "ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 461 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 482 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", 503 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n" 1192 int32_t offset, element; local [all...] |
/external/icu/icu4c/source/test/letest/ |
letest.cpp | 605 const UXMLElement *element; local 633 while((element = testCase->nextChildElement(ec)) != NULL) { 634 UnicodeString tag = element->getTagName(); 636 // TODO: make sure that each element is only used once. 638 char *fontName = getCString(element->getAttribute(name_attr)); 639 char *fontVer = getCString(element->getAttribute(ver_attr)); 640 char *fontCksum = getCString(element->getAttribute(cksum_attr)); 652 text = element->getText(TRUE); 655 glyphs = element->getText(TRUE); 657 indices = element->getText(TRUE) [all...] |
/external/kernel-headers/original/uapi/asm-x86/asm/ |
sigcontext.h | 68 unsigned long element[4]; member in struct:_xmmreg
|
/external/ltrace/ |
lens_default.c | 249 struct value element; local 250 if (value_init_element(&element, value, i) < 0) 253 struct format_argument_data data = { &element, arguments }; 256 value_destroy(&element); 324 struct value element; local 326 if (value_init_deref(&element, value) < 0) { 330 o = format_argument(stream, &element, arguments); 331 value_destroy(&element); 347 * OPEN, CLOSE, DELIM are opening and closing parenthesis and element 378 struct value element; local [all...] |
/external/mesa3d/src/glsl/ |
builtin_variables.cpp | 450 struct gl_builtin_uniform_element *element = &statevar->elements[j]; local 452 memcpy(slots->tokens, element->tokens, sizeof(element->tokens)); 462 slots->swizzle = element->swizzle; [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
Extension.java | 270 Object element = Array.get(array, i); local 271 if (element != null) { 272 writeSingularData(element, output); 290 Object element = Array.get(array, i); local 291 if (element != null) { 486 // Packed. Note that the array element type is guaranteed to be primitive, so there
|
/external/qemu/distrib/ext4_utils/src/ |
allocate.c | 84 struct xattr_list_element *element; local 85 for (element = aux_info.xattrs; element != NULL; element = element->next) { 86 if (element->inode == inode) 87 return element->header; 94 struct xattr_list_element *element = malloc(sizeof(struct xattr_list_element)); local 95 element->inode = inode; 96 element->header = header [all...] |
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/ |
SDL_sysjoystick.c | 53 IOHIDElementCookie cookie; /* unique value which identifies element, will NOT change */ 61 long size; /* size in bits of data return from element */ 63 Boolean wrapping; /* does element wrap around (one value higher than max is min) */ 64 Boolean nonLinear; /* are the values reported non-linear relative to element movement */ 65 Boolean preferredState; /* does element have a preferred state (such as a button) */ 66 Boolean nullState; /* does element have null state */ 73 struct recElement * pNext; /* next element in list */ 113 /* returns current value for element, polling element 232 /* extracts actual specific element information from each element CF dictionary entry * 285 recElement* element = NULL; local 725 recElement *element; local [all...] |
/external/qemu/ |
tap-win32.c | 81 * The data member "buffer" must be the first element in the tun_buffer 440 tun_buffer_t* element = &overlapped->buffers[index]; local 441 element->next = overlapped->free_list; 442 overlapped->free_list = element;
|
/external/skia/src/animator/ |
SkAnimator.cpp | 190 SkDisplayable* element; local 191 if (fMaker->find(id, &element) == false) 193 return (const SkDisplayable*) element; 197 SkDisplayable* element = (SkDisplayable*) ae; local 198 const SkMemberInfo* info = SkDisplayType::GetMembers(fMaker, element->getType(), NULL); 203 const SkDisplayable* element = getElement(id); local 204 return getElementType(element); 208 SkDisplayable* element = (SkDisplayable*) ae; local 209 const SkMemberInfo* info = element->getMember(field); 214 const SkDisplayable* element = getElement(elementID) local 230 const SkDisplayable* element = (const SkDisplayable*) ae; local 244 const SkDisplayable* element = getElement(id); local 261 const SkDisplayable* element = getElement(id); local 278 const SkDisplayable* element = getElement(id); local 330 const SkDisplayable* element = getElement(id); local 356 const SkDisplayable* element = getElement(id); local 367 const SkDisplayable* element = (const SkDisplayable*) ae; local 375 const SkDisplayable* element = getElement(id); local 559 SkDisplayable* element = (SkDisplayable*) getElement(id); local 585 SkDisplayable* element = (SkDisplayable*) getElement(id); local 610 SkDisplayable* element = (SkDisplayable*) getElement(id); local 627 SkDisplayable* element = (SkDisplayable*) getElement(id); local [all...] |
/external/skia/src/gpu/ |
GrClipMaskManager.cpp | 29 typedef SkClipStack::Element Element; 85 * will be used on any element. If so, it returns true to indicate that the 96 const Element* element = iter.get(); local 99 if (Element::kRect_Type != element->getType()) { 101 element->asPath(&path); 102 if (path_needs_SW_renderer(this->getContext(), fGpu, path, stroke, element->isAA())) { 146 // element's primitive, so don't attempt to set skip 598 const Element* element = iter.get(); local 748 const Element* element = iter.get(); local 1070 const Element* element = iter.get(); local [all...] |
/external/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 344 const SkClipStack::Element* element; local 346 while ((element = iter.next())) { 347 SkClipStack::Element::Type type = element->getType(); 349 if (type != SkClipStack::Element::kEmpty_Type) { 350 element->asPath(&operand); 352 SkRegion::Op elementOp = element->getOp();
|
/external/skia/tests/ |
ClipStackTest.cpp | 147 const SkClipStack::Element* element = NULL; local 152 for (i = 0, element = iter.next(); element; ++i, element = iter.next()) { 153 REPORTER_ASSERT(reporter, SkClipStack::Element::kRect_Type == element->getType()); 154 REPORTER_ASSERT(reporter, element->getRect() == gRects[i]); 162 const SkClipStack::Element* element = NULL local 177 const SkClipStack::Element* element = NULL; local 997 const SkClipStack::Element* element; local 1190 const SkClipStack::Element* element = iter.next(); local [all...] |
/external/smack/src/org/xbill/DNS/ |
Cache.java | 22 private interface Element { 38 private static class CacheRRset extends RRset implements Element { 80 private static class NegativeElement implements Element { 206 private synchronized Element [] 211 return (Element []) typelist.toArray(new Element[size]); 213 Element set = (Element) types; 214 return new Element[] {set}; 218 private synchronized Element 355 Element element = findElement(name, type, 0); local 386 Element element = findElement(name, type, 0); local 407 Element element; local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
determinize.h | 211 struct Element { 212 Element() {} 214 Element(StateId s, Weight w) : state_id(s), weight(w) {} 219 typedef std::forward_list<Element> Subset; 243 Element element(s, Weight::One()); 245 subset->push_front(element); 255 Element &element = *siter; local 256 final = Plus(final, Times(element.weight 433 const Element &element = *iter; local [all...] |
/frameworks/rs/driver/runtime/ |
rs_structs.h | 174 * internal members of the C++ class Element owned by librs. Unfortunately, 187 typedef struct Element { 238 const void * element; member in struct:Type::__anon39045::__anon39046
|
/frameworks/rs/ |
rs_hal.h | 29 class Element; 66 RS_BASE_OBJ(Element) rs_element; 111 Element *e); 141 const Element *e, 320 bool (*init)(const Context *rsc, const Element *m); 321 void (*destroy)(const Context *rsc, const Element *m); 322 void (*updateCachedObject)(const Context *rsc, const Element *s, rs_element *obj); 323 } element; member in struct:android::renderscript::__anon39072
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
PriorityQueueTest.java | 174 * Offer of comparable element succeeds 271 * peek returns next element, or null if empty 285 * element returns next element, or throws NSEE if empty 290 assertEquals(i, q.element()); 294 q.element(); 300 * remove removes next element, or throws NSEE if empty 448 * iterator.remove removes current element
|
/libcore/luni/src/main/java/java/util/ |
LinkedList.java | 33 * as a list if you expect your lists to contain zero or one element, but still require the 266 * specified location. The object is inserted before any previous element at 480 * @return {@code true} if {@code object} is an element of this 523 * Returns the first element in this {@code LinkedList}. 525 * @return the first element. 542 * Returns the last element in this {@code LinkedList}. 544 * @return the last element 835 E element = iter.next(); local 836 if (o == null ? element == null : o.equals(element)) { 911 public E element() { method in class:LinkedList [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedBlockingDeque.java | 183 * Links node as first element, or returns false if full. 202 * Links node as last element, or returns false if full. 221 * Removes and returns first element, or null if empty. 243 * Removes and returns last element, or null if empty. 591 * Inserts the specified element at the end of this deque unless it would 597 * @throws IllegalStateException if the element cannot be added at this 599 * @throws NullPointerException if the specified element is null 607 * @throws NullPointerException if the specified element is null 666 public E element() { method in class:LinkedBlockingDeque 681 * an element will succeed by inspecting {@code remainingCapacity [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 34 import org.w3c.dom.Element; 165 * root element, for example). The assumption is that the DOM implementation 221 * document element is always ignored. 253 * Found an element start tag. We create an element node with 257 * element end tag. The whole handling differs somewhat 261 // Collect info for element node 270 // Create element node and wire it correctly 271 Element element = document.createElementNS(namespace, name) local 305 Element element = document.createElement(name); local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HtmlParser.java | 149 * processing an element or attribute. By default, the parser only uses 593 private final HashMap<String,HTML.Element> unknownElements = Maps.newHashMap(); 602 * @param name Element name. 603 * @return "Dummy" element. Not useful for any real HTML processing, but 606 private HTML.Element lookupUnknownElement(String name) { 608 HTML.Element result = unknownElements.get(name); 610 result = new HTML.Element(name, 611 HTML.Element.NO_TYPE, 615 HTML.Element.Flow.NONE); 661 // Tag name and element 665 HTML.Element element = null; local [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlParser.java | 149 * processing an element or attribute. By default, the parser only uses 593 private final HashMap<String,HTML.Element> unknownElements = Maps.newHashMap(); 602 * @param name Element name. 603 * @return "Dummy" element. Not useful for any real HTML processing, but 606 private HTML.Element lookupUnknownElement(String name) { 608 HTML.Element result = unknownElements.get(name); 610 result = new HTML.Element(name, 611 HTML.Element.NO_TYPE, 615 HTML.Element.Flow.NONE); 661 // Tag name and element 665 HTML.Element element = null; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/ |
sigcontext.h | 68 unsigned long element[4]; member in struct:_xmmreg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
ucontext.h | 103 __uint32_t element[4]; member in struct:_libc_xmmreg
|