HomeSort by relevance Sort by last modified time
    Searched defs:elem (Results 1 - 25 of 559) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/python/tests/
attribs.py 20 elem = doc.getRootElement() variable
21 attr = elem.hasNsProp('attr', 'http://abc.org')
build.py 16 elem = root.newChild(None, "foo", "bar") variable
17 elem.setBase("http://example.com/imgs")
18 elem.setProp("img", "image.gif")
40 elem = root.children variable
41 if elem.name != "foo":
42 print("error rereading elem")
44 if elem.getBase(None) != "http://example.com/imgs":
47 if elem.prop("img") != "image.gif":
  /external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetDisplay.java 26 Element elem = w.getElement(); local
27 notifyParent(elem.getClientWidth(), elem.getClientHeight());
  /device/google/contexthub/firmware/inc/algos/
mat.h 30 float elem[3][3]; member in struct:Mat33
35 uint32_t elem[3]; member in struct:Size3
40 float elem[4][4]; member in struct:Mat44
45 uint32_t elem[4]; member in struct:Size4
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ContentValuesVerifier.java 32 ContentValuesVerifierElem elem = new ContentValuesVerifierElem(androidTestCase); local
33 mContentValuesVerifierElemList.add(elem);
34 return elem;
39 for (ContentValuesVerifierElem elem : mContentValuesVerifierElemList) {
40 elem.onParsingStart();
53 for (ContentValuesVerifierElem elem : mContentValuesVerifierElemList) {
54 elem.onParsingEnd();
55 elem.verifyResolver();
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btSphereShape.cpp 67 btScalar elem = btScalar(0.4) * mass * getMargin()*getMargin(); local
68 inertia.setValue(elem,elem,elem);
  /external/ltrace/sysdeps/linux-gnu/x86/
trace.c 82 struct callstack_element *elem = NULL; local
84 elem = proc->callstack + proc->callstack_depth - 1;
94 if (elem != NULL && elem->is_syscall)
95 ret = elem->c_un.syscall;
101 if (elem != NULL && elem->is_syscall
102 && elem->c_un.syscall == *sysnum)
  /external/fio/t/
stest.c 14 struct elem { struct
26 struct elem *e;
34 size = 8 * sizeof(struct elem) + (int) (999.0 * (rand() / (RAND_MAX + 1.0)));
50 e = flist_entry(list.next, struct elem, list);
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.cc 28 auto& elem = result.first; local
34 elem->second = static_cast<int>(type_ids_.size() - 1);
37 return elem->second;
  /external/libexif/libexif/fuji/
mnote-fuji-entry.c 58 } elem[22]; member in struct:__anon14774
241 for (j = 0; items[i].elem[j].string &&
242 (items[i].elem[j].index < vs); j++);
243 if (items[i].elem[j].index != vs) {
248 strncpy (val, _(items[i].elem[j].string), maxlen);
  /external/opencv3/modules/ml/src/
testset.cpp 91 PairDI& elem = dis[i]; local
92 elem.i = i;
93 elem.d = norm(samples.row(i), NORM_L2);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
call_stack.hpp 62 context* elem = next_; local
63 while (elem)
65 if (elem->key_ == key_)
66 return elem->value_;
67 elem = elem->next_;
91 context* elem = top_; local
92 while (elem)
94 if (elem->key_ == k)
95 return elem->value_
104 context* elem = top_; local
    [all...]
  /external/skia/src/animator/
SkXMLAnimatorWriter.cpp 33 Elem* elem = getEnd(); local
34 fParser->onEndElement(elem->fName.c_str());
35 doEnd(elem);
  /external/skia/src/core/
SkTSearch.cpp 33 const char* elem = index_into_base(base, mid, elemSize); local
35 int cmp = strncmp(elem, target, target_len);
38 else if (cmp > 0 || strlen(elem) > target_len)
44 const char* elem = index_into_base(base, hi, elemSize); local
45 int cmp = strncmp(elem, target, target_len);
46 if (cmp || strlen(elem) > target_len)
  /external/webrtc/webrtc/libjingle/xmpp/
pubsubtasks.h 27 const XmlElement* elem; member in struct:buzz::PubSubItem
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiItemElementNode.java 47 Element elem = (Element) xmlNode; local
48 String type = elem.getAttribute(SdkConstants.ATTR_TYPE);
49 String name = elem.getAttribute(SdkConstants.ATTR_NAME);
  /external/clang/test/CodeGenCXX/
debug-info-template-member.cpp 29 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "virt<elem>"
46 // CHECK: [[ELEM:![0-9]*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "elem"
92 struct elem { struct
93 static virt<elem> x; // ensure that completing 'elem' will require/completing 'virt<elem>'
96 elem e; // ensure 'elem' is required to be complete when it is emitted as a template argument for 'virt<elem>'
    [all...]
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 73 } elem[33]; member in struct:__anon14780
273 } elem[39]; member in struct:__anon14782
355 for (j = 0; items[i].elem[j].string &&
356 (items[i].elem[j].index < vs); j++);
357 if (items[i].elem[j].index != vs) {
362 strncpy (val, _(items[i].elem[j].string), maxlen);
379 for (j = 0; items2[i].elem[j].string && ((items2[i].elem[j].index2 < vs2)
380 || ((items2[i].elem[j].index2 == vs2) && (items2[i].elem[j].index1 < vs))); j++)
    [all...]
  /external/libxml2/
testReader.c 52 static int elem, attrs; variable
60 elem++;
71 elem = 0;
98 printf("%s : %d elements, %d attributes\n", filename, elem, attrs);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 140 LLVMValueRef elem; local
141 elem = lp_build_gather_elem(gallivm, length,
144 res = LLVMBuildInsertElement(gallivm->builder, res, elem, index, "");
  /external/opencv/ml/src/
mltestset.cpp 101 CvDI elem; local
123 elem.i = i;
124 CV_CALL( elem.d = cvNorm( &sample, NULL, CV_L2 ));
125 CV_WRITE_SEQ_ELEM( elem, writer );
135 CV_READ_SEQ_ELEM( elem, reader );
143 max_dst = MAX( max_dst, elem.d );
145 for( ; elem.d <= max_dst && i < num_samples; ++i )
147 CV_MAT_ELEM( **responses, int, 0, elem.i ) = cur_class;
150 CV_READ_SEQ_ELEM( elem, reader );
  /external/skia/include/private/
SkTSearch.h 53 const T* elem = (const T*)((const char*)base + mid * elemSize); local
55 if (less(*elem, key))
61 const T* elem = (const T*)((const char*)base + hi * elemSize); local
62 if (less(*elem, key)) {
65 } else if (less(key, *elem)) {
  /frameworks/rs/driver/
rsdMeshObj.cpp 52 bool RsdMeshObj::isValidGLComponent(const Element *elem, uint32_t fieldIdx) {
55 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType;
63 uint32_t arraySize = elem->mHal.state.fieldArraySizes[fieldIdx];
78 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); local
79 for (uint32_t ct=0; ct < elem->mHal.state.fieldsCount; ct++) {
80 if (isValidGLComponent(elem, ct)) {
101 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); local
102 uint32_t stride = elem->mHal.state.elementSizeBytes;
103 for (uint32_t fieldI=0; fieldI < elem->mHal.state.fieldsCount; fieldI++) {
104 const Element *f = elem->mHal.state.fields[fieldI]
    [all...]
  /hardware/qcom/gps/msm8084/utils/
linked_list.c 126 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
127 if( elem == NULL )
134 elem->data_ptr = data_obj;
135 elem->next = NULL;
136 elem->prev = NULL;
137 elem->dealloc_func = dealloc;
141 p_list->p_head = elem;
  /hardware/qcom/gps/msm8909/utils/
linked_list.c 126 list_element* elem = (list_element*)malloc(sizeof(list_element)); local
127 if( elem == NULL )
134 elem->data_ptr = data_obj;
135 elem->next = NULL;
136 elem->prev = NULL;
137 elem->dealloc_func = dealloc;
141 p_list->p_head = elem;

Completed in 1462 milliseconds

1 2 3 4 5 6 7 8 91011>>