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

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_heapqmodule.c 294 PyObject *heap=NULL, *elem, *iterable, *sol, *it, *oldelem; local
310 elem = PyIter_Next(it);
311 if (elem == NULL) {
317 if (PyList_Append(heap, elem) == -1) {
318 Py_DECREF(elem);
321 Py_DECREF(elem);
332 elem = PyIter_Next(it);
333 if (elem == NULL) {
339 cmp = cmp_lt(sol, elem);
341 Py_DECREF(elem);
463 PyObject *heap=NULL, *elem, *iterable, *los, *it, *oldelem; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 74 const Stmt *elem = S->getElement(); local
78 if (const DeclStmt *DS = dyn_cast<DeclStmt>(elem)) {
84 elementV = state->getSVal(elem, Pred->getLocationContext());
88 evalLocation(dstLocation, S, elem, Pred, state, elementV, nullptr, false);
115 SymbolRef Sym = SymMgr.conjureSymbol(elem, LCtx, T,
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 88 } elem[24]; member in struct:__anon24791
444 for (j = 0; items[i].elem[j].string &&
445 (items[i].elem[j].index < vs); j++);
446 if (items[i].elem[j].index != vs) {
450 strncpy (v, _(items[i].elem[j].string), maxlen);
514 for (j = 0; items[i].elem[j].string &&
515 (items[i].elem[j].index < vs); j++);
516 if (items[i].elem[j].index != vs) {
520 strncpy (v, _(items[i].elem[j].string), maxlen);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.c 253 const ubyte *elem = (const ubyte *) draw->pt.user.elts; local
254 ii = elem[start + i];
259 const ushort *elem = (const ushort *) draw->pt.user.elts; local
260 ii = elem[start + i];
265 const uint *elem = (const uint *) draw->pt.user.elts; local
266 ii = elem[start + i];
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 304 LLVMValueRef elem; local
307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0);
309 elem = LLVMConstReal(elem_type, val);
314 elem = LLVMConstInt(elem_type, (long long) round(val*dscale), 0);
317 return elem;
lp_bld_type.c 264 LLVMTypeRef elem = LLVMGetElementType(t); local
266 return len * lp_sizeof_llvm_type(elem);
271 LLVMTypeRef elem = LLVMGetElementType(t); local
273 return len * lp_sizeof_llvm_type(elem);
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_program.c 175 struct pipe_vertex_element *elem = &vtx->pipe[i]; local
177 &ctx->vtx.vertexbuf.vb[elem->vertex_buffer_index];
178 enum pipe_format format = elem->src_format;
197 instr->fetch.offset = elem->src_offset;
210 elem->instance_divisor,
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_draw.c 186 struct pipe_vertex_element *elem = &vtx->pipe[i]; local
188 &vertexbuf->vb[elem->vertex_buffer_index];
192 elem->src_offset +
197 util_format_get_blocksize(elem->src_format);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 292 int elem = -1; local
296 elem = 0;
299 elem = 1;
302 elem = 2;
305 elem = 3;
312 ir->lhs = new(mem_ctx) ir_dereference_variable(lhs->components[elem]);
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java 133 Object elem = Array.get(value, i); local
134 print(fieldName, elem, indentBuf, buf);
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableArray.java 93 Object elem = mComponentMarshaler.unmarshal(buffer); local
94 Array.set(array, i, elem);
102 Object elem = mComponentMarshaler.unmarshal(buffer); local
103 arrayList.add(elem);
160 Object elem = Array.get(array, index); local
162 return marshaler.calculateMarshalSize((TElem) elem);
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 124 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); local
125 elem.addExpectedNode("X-PHONETIC-LAST-NAME", "\u3084\u307E\u3060",
133 elem.addExpectedNode("SORT-STRING",
226 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); local
229 elem.addExpectedNode("ADR", Arrays.asList("\u79C1\u66F8\u7BB107",
VCardEntryTests.java 151 public void addExpectedElement(EntryElement elem) {
152 mExpectedElements.put(elem.getEntryLabel(), elem); local
190 public boolean onElement(EntryElement elem) {
191 EntryElement expectedElem = mExpectedElements.remove(elem.getEntryLabel());
192 assertNotNull("Unexpected elem: " + elem.toString(), expectedElem);
193 assertEquals(expectedElem, elem);
  /toolchain/binutils/binutils-2.27/bfd/
arc-plt.h 89 const insn_hword_array *elem; member in struct:plt_version_t
174 .elem = &NAME##_plt_elem, \
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 323 Element elem; local
328 elem = m_doc.createElementNS(null,name);
330 elem = m_doc.createElementNS(ns, name);
332 append(elem);
346 setIDAttribute(atts.getValue(i), elem); local
365 elem.setAttributeNS(attrNS,attrQName, atts.getValue(i));
385 elem.setAttributeNS("http://www.w3.org/2000/xmlns/", prefix, declURL);
390 // append(elem);
392 m_elemStack.push(elem);
394 m_currentNode = elem;
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
TreeFinder.java 601 for (JCExpression elem : na.elems) {
602 if (elem instanceof JCNewArray) {
603 int elemDimsSize = getDimsSize((JCNewArray)elem);
605 } else if (elem instanceof JCArrayTypeTree) {
607 System.out.printf("JCArrayTypeTree: %s%n", elem);
779 JCTree elem = jcatt.elemtype; local
780 if (elem.hasTag(JCTree.Tag.ANNOTATED_TYPE)) {
781 elem = ((JCAnnotatedType) elem).underlyingType;
783 assert elem.hasTag(JCTree.Tag.TYPEARRAY)
    [all...]
  /art/openjdkjvmti/
deopt_manager.cc 158 auto elem = breakpoint_status_.find(method); local
159 return elem != breakpoint_status_.end() && elem->second != 0;
  /art/test/168-vmstack-annotated/src/
Main.java 216 StackTraceElement elem = (StackTraceElement) fieldValue; local
217 if (!elem.getMethodName().equals("step")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_heapqmodule.c 293 PyObject *heap=NULL, *elem, *iterable, *sol, *it, *oldelem; local
309 elem = PyIter_Next(it);
310 if (elem == NULL) {
316 if (PyList_Append(heap, elem) == -1) {
317 Py_DECREF(elem);
320 Py_DECREF(elem);
331 elem = PyIter_Next(it);
332 if (elem == NULL) {
338 cmp = cmp_lt(sol, elem);
340 Py_DECREF(elem);
462 PyObject *heap=NULL, *elem, *iterable, *los, *it, *oldelem; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 92 NodeCompareElem elem = new NodeCompareElem(v.item(i)); local
94 nodes.addElement(elem);
  /external/curl/src/
tool_urlglob.c 490 int elem; local
495 for(elem = glob->pattern[i].content.Set.size - 1;
496 elem >= 0;
497 --elem) {
498 Curl_safefree(glob->pattern[i].content.Set.elements[elem]);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ResourceBundleWrapper.java 87 String elem = e.nextElement(); local
88 if(!keys.contains(elem)){
89 keys.add(elem);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
ICUTestCase.java 269 Object elem = Array.get(obj, i); local
270 Array.set(result, i, prim ? elem : cloneComplex(elem));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ResourceBundleWrapper.java 85 String elem = e.nextElement(); local
86 if(!keys.contains(elem)){
87 keys.add(elem);
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keycodes.c 431 const char *elem, *field; local
434 if (!ExprResolveLhs(info->ctx, stmt->name, &elem, &field, &arrayNdx))
437 if (elem) {
439 "Default for field %s ignored\n", elem, field);

Completed in 1084 milliseconds

1 2 34 5 6 7 8 91011>>