/external/apache-harmony/support/src/test/java/tests/support/ |
Support_ListTest.java | 42 Object elem; local 43 elem = list.get(counter); 44 hashCode = 31 * hashCode + elem.hashCode(); 45 assertTrue("ListTest - get failed", elem 118 Object elem; local 119 elem = li.next(); 120 assertTrue("ListTest - listIterator failed", elem
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 462 * @param elem object to look for 468 public int indexOf(int elem, int index) 483 if(block[offset]==elem) 491 if(block[offset]==elem) 502 * @param elem object to look for 507 public int indexOf(int elem) 509 return indexOf(elem,0); 517 * @param elem Object to look for 522 private int lastIndexOf(int elem) 532 if(block[offset]==elem) [all...] |
/external/deqp/scripts/log/ |
log_to_xml.py | 43 def pushElement (self, elem): 45 self.rootElements.append(elem) 47 self.getCurElement().appendChild(elem) 48 self.elementStack.append(elem) 66 elem = self.doc.createElement(name) 69 elem.setAttribute(name, value) 70 self.pushElement(elem)
|
/external/grpc-grpc/src/core/lib/surface/ |
server.cc | 229 #define SERVER_FROM_CALL_ELEM(elem) \ 230 (((channel_data*)(elem)->channel_data)->server) 279 grpc_channel_element* elem; local 290 elem = grpc_channel_stack_element(grpc_channel_get_channel_stack(channel), 0); 291 elem->filter->start_transport_op(elem, op); 330 static void kill_zombie(void* elem, grpc_error* error) { 332 grpc_call_from_top_element(static_cast<grpc_call_element*>(elem))); 547 grpc_server* server, grpc_call_element* elem, request_matcher* rm, 549 call_data* calld = static_cast<call_data*>(elem->call_data) 702 grpc_call_element* elem = static_cast<grpc_call_element*>(ptr); local 741 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); local 777 grpc_call_element* elem = static_cast<grpc_call_element*>(ptr); local 805 grpc_call_element* elem = local [all...] |
/external/skia/include/private/ |
SkTDArray.h | 215 int find(const T& elem) const { 220 if (*iter == elem) { 227 int rfind(const T& elem) const { 232 if (*--iter == elem) { 242 bool contains(const T& elem) const { 243 return (this->find(elem) >= 0); 270 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; }
|
/external/skqp/include/private/ |
SkTDArray.h | 215 int find(const T& elem) const { 220 if (*iter == elem) { 227 int rfind(const T& elem) const { 232 if (*--iter == elem) { 242 bool contains(const T& elem) const { 243 return (this->find(elem) >= 0); 270 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; }
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTParser.stg | 75 <listLabelElem(elem=label,elemType=labelType,...)> 81 <listLabelElem(elem=label,elemType=labelType,...)> 87 <listLabelElem(elem=label,elemType=labelType,...)> 143 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 149 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 155 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTParser.stg | 80 <listLabelElem(elem=label,elemType=labelType,...)> 86 <listLabelElem(elem=label,elemType=labelType,...)> 92 <listLabelElem(elem=label,elemType=labelType,...)> 150 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 156 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 162 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTParser.stg | 86 <listLabel(elem=label,...)> 92 <listLabel(elem=label,...)> 98 <listLabel(elem=label,...)> 154 <listLabel(elem=label+".Tree",...)> 160 <listLabel(elem=label+".Tree",...)> 166 <listLabel(elem=label+".Tree",...)>
|
/external/clang/test/CodeGen/ |
c11atomics.c | 15 struct elem; 18 struct elem *ptr; 20 // CHECK-DAG: %struct.ptr = type { %struct.elem* } 22 struct elem { struct 25 // CHECK-DAG: %struct.elem = type { %struct.ptr }
|
/external/icu/icu4c/source/common/ |
servlkf.cpp | 76 const UHashElement* elem = NULL; local 78 while ((elem = supported->nextElement(pos)) != NULL) { 79 const UnicodeString& id = *((const UnicodeString*)elem->key.pointer);
|
uvectr64.cpp | 95 void UVector64::setElementAt(int64_t elem, int32_t index) { 97 elements[index] = elem; 102 void UVector64::insertElementAt(int64_t elem, int32_t index, UErrorCode &status) { 108 elements[index] = elem;
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/ |
proximate.pass.cpp | 33 for (auto& elem : p) { 34 if (elem != "/" && elem != "")
|
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/ |
RealObjectValidator.java | 61 public Void visitVariable(VariableElement elem, TypeElement parent) { 65 TypeMirror elemType = elem.asType(); 69 typeVisitor.visit(elemType, elem);
|
/external/vulkan-validation-layers/scripts/ |
layer_dispatch_table_generator.py | 168 params = cmdinfo.elem.findall('param') 202 return_type = cmdinfo.elem.find('proto/type') 210 params = cmdinfo.elem.findall('param') 236 cdecl=self.makeCDecls(cmdinfo.elem)[0])) 246 cdecl=self.makeCDecls(cmdinfo.elem)[0])) 258 cdecl=self.makeCDecls(cmdinfo.elem)[0])) 269 cdecl=self.makeCDecls(cmdinfo.elem)[0])) 276 for elem in param: 277 if elem.tag == 'type': 278 type = noneStr(elem.text [all...] |
/external/python/cpython3/Lib/xml/etree/ |
ElementTree.py | 199 elem = self.makeelement(self.tag, self.attrib) 200 elem.text = self.text 201 elem.tail = self.tail 202 elem[:] = self 203 return elem 211 "Use specific 'len(elem)' or 'elem is not None' test instead.", 285 "Use 'list(elem)' or iteration over elem instead.", 418 "Use 'elem.iter()' or 'list(elem.iter())' instead." [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 308 ElemTemplateElement elem = local 310 elems[i] = elem; 311 int numAncestors = countAncestors(elem); 398 * @param elem An representation of an element in an XSLT stylesheet. 399 * @return The number of ancestors of elem (including the element itself). 401 protected int countAncestors(ElemTemplateElement elem) 404 while(null != elem) 407 elem = elem.getParentElem(); 446 { ElemTemplateElement elem = getElemFromExpression(wi) local [all...] |
/device/generic/goldfish-opengl/system/vulkan_enc/ |
vk_util.h | 171 * vk_outarray_append(&a, elem) { 172 * elem->foo = ...; 173 * elem->bar = ...; 177 * VK_OUTARRAY_MAKE(). The variable `elem` is block-scoped and has type 182 * executes the block. When the block is executed, `elem` is non-null and 185 #define vk_outarray_append(a, elem) \ 186 for (vk_outarray_typeof_elem(a) *elem = vk_outarray_next(a); \ 187 elem != NULL; elem = NULL)
|
/device/google/contexthub/firmware/os/algos/ |
fusion.c | 234 out->elem[0][0] = diag; 235 out->elem[1][1] = diag; 236 out->elem[2][2] = diag; 237 out->elem[1][0] = p->z; 238 out->elem[0][1] = -p->z; 239 out->elem[2][0] = -p->y; 240 out->elem[0][2] = p->y; 241 out->elem[2][1] = p->x; 242 out->elem[1][2] = -p->x; 309 O.elem[i][j] = O33.elem[i][j] [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
SList.h | 52 void *elem() { return _elem; }
function in class:SListNode
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
SList.h | 52 void *elem() { return _elem; }
function in class:SListNode
|
/external/clang/tools/scan-build-py/libscanbuild/ |
clang.py | 68 load = [elem 70 for elem in ['-Xclang', '-load', '-Xclang', plugin]] 139 load = [elem for plugin in plugins for elem in ['-load', plugin]]
|
/external/deqp/scripts/khr_util/ |
registry.py | 34 def warnElem(elem, fmt, *args): 35 warning('%s:%d, %s %s: ' + fmt, elem.base, elem.sourceline, elem.tag, elem.get('name') or '', *args) 58 def makeObject(cls, elem, **kwargs): 59 kwargs.setdefault('name', elem.get('name')) 60 kwargs.setdefault('comment', elem.get('comment')) 61 kwargs['location'] = (elem.base, elem.sourceline [all...] |
/external/grpc-grpc/include/grpc/support/ |
sync.h | 191 int elem[N]; /* elem[head .. head+length-1] are queue elements. */ 227 q->elem[(q->head + q->length) % N] = x; 241 q->elem[(q->head + q->length) % N] = x; 269 *head = q->elem[q->head];
|
/external/mesa3d/src/util/ |
u_dynarray.h | 144 #define util_dynarray_foreach(buf, type, elem) \ 145 for (type *elem = (type *)(buf)->data; \ 146 elem < (type *)((char *)(buf)->data + (buf)->size); elem++)
|