HomeSort by relevance Sort by last modified time
    Searched refs:elm (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/qemu/
sys-tree.h 86 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left
87 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right
131 /* Finds the node with the same key as elm */ \
133 name##_SPLAY_FIND(SYS_TREE_STRUCT name *head, SYS_TREE_STRUCT type *elm) \
137 name##_SPLAY(head, elm); \
138 if ((cmp)(elm, (head)->sph_root) == 0) \
144 name##_SPLAY_NEXT(SYS_TREE_STRUCT name *head, SYS_TREE_STRUCT type *elm) \
146 name##_SPLAY(head, elm); \
    [all...]
  /external/chromium_org/third_party/libevent/
event-internal.h 77 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next)
82 #define TAILQ_INSERT_BEFORE(listelm, elm, field) do { \
83 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
84 (elm)->field.tqe_next = (listelm); \
85 *(listelm)->field.tqe_prev = (elm); \
86 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
  /external/ipsec-tools/src/racoon/
var.h 99 #define LIST_FOREACH(elm, head, field) \
100 for (elm = LIST_FIRST(head); elm; elm = LIST_NEXT(elm, field))
schedule.c 57 #define TAILQ_FOREACH(elm, head, field) \
58 for (elm = TAILQ_FIRST(head); elm; elm = TAILQ_NEXT(elm, field))
rsalist.c 61 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 85 elm = new EventListModel(parent);
86 eventListView->setModel(elm);
93 delete elm;
119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
eventhistory.h 54 EventListModel *elm; member in class:EventHistory
  /external/chromium_org/v8/src/
list-inl.h 85 void List<T, P>::Set(int index, const T& elm) {
87 data_[index] = elm;
92 void List<T, P>::InsertAt(int index, const T& elm, P alloc) {
94 Add(elm, alloc);
98 data_[index] = elm;
115 bool List<T, P>::RemoveElement(const T& elm) {
117 if (data_[i] == elm) {
174 bool List<T, P>::Contains(const T& elm) const {
176 if (data_[i] == elm)
184 int List<T, P>::CountOccurrences(const T& elm, int start, int end) const
    [all...]
list.h 118 bool RemoveElement(const T& elm);
141 bool Contains(const T& elm) const;
142 int CountOccurrences(const T& elm, int start, int end) const;
jsregexp.cc 2541 TextElement elm = elms_->at(k); local
2796 TextElement elm = elms_->at(i); local
3238 TextElement elm = elms_->at(i); local
3293 TextElement elm = elms_->last(); local
3396 TextElement elm = elms_->at(i); local
3413 TextElement elm = elms_->at(elms_->length() - 1); local
4566 TextElement elm = that->elements()->at(i); local
5750 TextElement& elm = elements()->at(i); local
6003 TextElement elm = that->elements()->at(0); local
    [all...]
string-stream.cc 69 int elm = 0; local
71 if (format[offset] != '%' || elm == elms.length()) {
90 FmtElm current = elms[elm++];
execution.cc 595 Handle<Object> elm = local
597 if (elm->IsJSFunction()) return Handle<JSFunction>::cast(elm);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 1234 UCAElements elm; local
    [all...]
  /external/jemalloc/src/
ctl.c 727 const char *elm, *tdot, *dot; local
731 elm = name;
733 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot : strchr(elm, '\0');
734 elen = (size_t)((uintptr_t)dot - (uintptr_t)elm);
751 strncmp(elm, child->name, elen) == 0) {
769 index = malloc_strtoumax(elm, NULL, 10);
802 /* Update elm. */
808 elm = &dot[1];
809 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
LinkedListTest.java 428 Object elm; local
439 elm = i2.next();
441 elm == objArray[n]);
449 elm = i1.next();
451 elm == objArray[n]);
    [all...]
  /external/chromium_org/ui/webui/resources/js/
util.js 350 var elm = document.createElement(type);
351 elm.className = className;
352 return elm;
  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 17 link: function(scope, elm, attrs, ctrl) {
19 var canvas = elm[0];
  /external/skia/tools/skpdiff/
diff_viewer.js 17 link: function(scope, elm, attrs, ctrl) {
19 var canvas = elm[0];
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 63 OrderedCollection.prototype.add = function (elm) {
64 this.elms.push(elm);
79 OrderedCollection.prototype.remove = function (elm) {
83 if (value != elm) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 54 OrderedCollection.prototype.add = function (elm) {
55 this.elms.push(elm);
70 OrderedCollection.prototype.remove = function (elm) {
74 if (value != elm) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 54 OrderedCollection.prototype.add = function (elm) {
55 this.elms.push(elm);
70 OrderedCollection.prototype.remove = function (elm) {
74 if (value != elm) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 54 OrderedCollection.prototype.add = function (elm) {
55 this.elms.push(elm);
70 OrderedCollection.prototype.remove = function (elm) {
74 if (value != elm) {
  /external/chromium_org/v8/benchmarks/
deltablue.js 60 OrderedCollection.prototype.add = function (elm) {
61 this.elms.push(elm);
76 OrderedCollection.prototype.remove = function (elm) {
80 if (value != elm) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 604 value = [elm.strip() for elm in value.split(',')]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 604 value = [elm.strip() for elm in value.split(',')]
    [all...]

Completed in 847 milliseconds

1 2 34 5