/art/runtime/ |
reference_table.cc | 350 for (SummaryElement& elem : sorted_summaries) { 351 ObjPtr<mirror::Object> elemObj = elem.root.Read<kWithoutReadBarrier>(); 352 DumpSummaryLine(os, elemObj, GetElementCount(elemObj), elem.identical, elem.equiv);
|
/external/icu/icu4c/source/i18n/ |
tznames.cpp | 87 const UHashElement* elem; local 90 while ((elem = uhash_nextElement(gTimeZoneNamesCache, &pos))) { 91 TimeZoneNamesCacheEntry *entry = (TimeZoneNamesCacheEntry *)elem->value.pointer; 94 uhash_removeElement(gTimeZoneNamesCache, elem);
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_dict_helpers.h | 72 const char *elem);
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
accel_cal.c | 383 S.elem[0][0] = akf->acc_xx - akf->acc_x * akf->acc_x; 384 S.elem[0][1] = S.elem[1][0] = akf->acc_xy - akf->acc_x * akf->acc_y; 385 S.elem[0][2] = S.elem[2][0] = akf->acc_xz - akf->acc_x * akf->acc_z; 386 S.elem[1][1] = akf->acc_yy - akf->acc_y * akf->acc_y; 387 S.elem[1][2] = S.elem[2][1] = akf->acc_yz - akf->acc_y * akf->acc_z; 388 S.elem[2][2] = akf->acc_zz - akf->acc_z * akf->acc_z;
|
/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);
|
/frameworks/rs/driver/runtime/ |
rs_sample.c | 535 const Element_t *elem = type->mHal.state.element; local 536 rs_data_kind dk = elem->mHal.state.dataKind; 537 rs_data_type dt = elem->mHal.state.dataType; 587 const Element_t *elem = type->mHal.state.element; local 588 rs_data_kind dk = elem->mHal.state.dataKind; 589 rs_data_type dt = elem->mHal.state.dataType; 634 const Element_t *elem = type->mHal.state.element; local 635 rs_data_kind dk = elem->mHal.state.dataKind; 636 rs_data_type dt = elem->mHal.state.dataType;
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
fifo_queue_test.py | 248 for elem, result in zip(elems, results): 249 self.assertEqual([elem], result) 608 for elem in cleanup_elems: 609 self.assertTrue(elem in (10.0, 20.0)) 770 for elem in elems: 771 self.assertEqual([elem], dequeued_t.eval()) 789 for elem in elems: 790 self.assertEqual([elem], sess.run(dequeued_t)) [all...] |
padding_fifo_queue_test.py | 211 for elem, result in zip(elems, results): 212 self.assertEqual([elem], result) 722 for elem in cleanup_elems: 723 self.assertTrue(elem in (10.0, 20.0)) [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 1118 CvSetElem* elem = set_header->free_elems; local 1148 CvSetElem* elem = (CvSetElem*)cvGetSeqElem( (CvSeq*)set_header, index ); local [all...] |
/art/test/168-vmstack-annotated/src/ |
Main.java | 216 StackTraceElement elem = (StackTraceElement) fieldValue; local 217 if (!elem.getMethodName().equals("step")) {
|
/cts/tests/tests/telephony/src/android/telephony/embms/cts/ |
MbmsDownloadTestBase.java | 185 .filter((elem) -> elem.getString(CtsDownloadService.METHOD_NAME).equals(methodName))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
repr.py | 48 pieces = [repr1(elem, newlevel) for elem in islice(x, maxiter)]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
repr.py | 48 pieces = [repr1(elem, newlevel) for elem in islice(x, maxiter)]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_weakset.py | 153 for elem in s:
154 elem.cycle = s
155 elem.sub = elem
156 elem.set = WeakSet([elem])
227 elem = self.s.pop()
228 self.assertNotIn(elem, self.s)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
antlr.g | 392 /* MR10 */ /* element labels might exist without an elem when */
395 /* MR10 */ if ( GenCC && (el->elem == NULL || el->elem->ntype==nRuleRef) )
398 /* MR10 */ if ( !GenCC && (el->elem == NULL || el->elem->ntype==nRuleRef) && GenAST) {
406 /* MR10 */ if (el->elem != NULL && el->elem->ntype == nToken) {
[all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
AST.stg | 104 <listLabel(elem=label,...)> 116 <listLabel(elem=label,...)> 128 <listLabel(elem=label+".tree",...)> 140 <listLabel(elem=label+".tree",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
AST.stg | 130 <listLabelElem(elem=label,elemType=labelType,...)> 142 <listLabelElem(elem=label,elemType=labelType,...)> 154 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 166 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
ASTTreeParser.stg | 136 <listLabelElem(elem=label,...)> 158 <listLabelElem(elem=label,...)> 238 <listLabelElem(elem={<label>.Tree},...)> 253 <listLabelElem(elem={<label>.Tree},...)>
|
ST.stg | 83 <listLabel(elem=label+".Template",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
AST.stg | 128 <listLabelElem(elem=label,elemType=labelType,...)> 140 <listLabelElem(elem=label,elemType=labelType,...)> 152 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 164 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
ASTTreeParser.stg | 137 <listLabelElem(elem=label,...)> 159 <listLabelElem(elem=label,...)> 239 <listLabelElem(elem={<label>.Tree},...)> 254 <listLabelElem(elem={<label>.Tree},...)>
|
ST.stg | 60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
AST.stg | 148 <listLabel(elem=label,...)> 160 <listLabel(elem=label,...)> 176 <listLabel(elem=label+".Tree",...)> 188 <listLabel(elem=label+".Tree",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 99 <listLabel(elem=label,...)> 111 <listLabel(elem=label,...)> 127 <listLabel(elem=label+".getTree()",...)> 139 <listLabel(elem=label+".getTree()",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 243 <listLabel(elem=label,...)> 258 <listLabel(elem=label,...)> 271 <listLabel(elem={[<label> getTree]},...)> 285 <listLabel(elem={[<label> getTree]},...)>
|