HomeSort by relevance Sort by last modified time
    Searched refs:_set (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/qemu/android/utils/
refset.h 59 #define AREFSET_FOREACH(_set,_item,_statement) \
62 int __refset_max = (_set)->max_buckets; \
63 (_set)->iteration += 2; \
65 void* __refset_item = (_set)->buckets[__refset_nn]; \
71 (_set)->iteration -= 2; \
72 if ((_set)->iteration == 1) \
73 _arefSet_removeDeferred(_set); \
  /external/stlport/stlport/
set 36 # include <stl/_set.h>
  /ndk/sources/cxx-stl/stlport/stlport/
set 36 # include <stl/_set.h>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
set 36 # include <stl/_set.h>
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
set 36 # include <stl/_set.h>
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
set 36 # include <stl/_set.h>
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
set 36 # include <stl/_set.h>
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
set 36 # include <stl/_set.h>
  /external/libselinux/src/
context.c 189 int context_ ## name ## _set(context_t context, const char* str) \
193 hidden_def(context_ ## name ## _set)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 137 def _set(self, value): member in class:Value
139 value = property(_get, _set)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 137 def _set(self, value): member in class:Value
139 value = property(_get, _set)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 47 def _set(self, kw): member in class:Font
73 font = self._set(options)
137 *self._set(options))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 47 def _set(self, kw): member in class:Font
73 font = self._set(options)
137 *self._set(options))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
utilities.js 1022 this._set = {};
1037 if (!this._set[objectIdentifier])
1039 this._set[objectIdentifier] = item;
1048 if (this._set[item.__identifier]) {
1050 delete this._set[item.__identifier];
1063 for (var objectIdentifier in this._set)
1064 result[i++] = this._set[objectIdentifier];
1074 return !!this._set[item.__identifier];
1087 this._set = {};
    [all...]
  /external/eigen/Eigen/src/Core/
Array.h 89 return Base::_set(other);
97 return Base::_set(other);
Matrix.h 156 return Base::_set(other);
172 return Base::_set(other);
309 // go for pure _set() implementations, right?
PlainObjectBase.h 385 return _set(other);
574 EIGEN_STRONG_INLINE Derived& _set(const DenseBase<OtherDerived>& other) function in class:Eigen::PlainObjectBase
586 /** \internal Like _set() but additionally makes the assumption that no aliasing effect can happen (which
589 * \sa operator=(const MatrixBase<OtherDerived>&), _set()
    [all...]
  /external/chromium/third_party/libevent/test/
regress.gen.h 12 #define EVTAG_HAS(msg, member) ((msg)->member##_set == 1)
  /external/chromium_org/third_party/libevent/test/
regress.gen.h 12 #define EVTAG_HAS(msg, member) ((msg)->member##_set == 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 269 def _set(self, _object, _attributes={}, **_arguments): member in class:TalkTo
290 set = _set
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 392 cache[job]._set(i, obj)
408 cache[job]._set(i, obj)
556 def _set(self, i, obj): member in class:ApplyResult
588 def _set(self, i, success_result): member in class:MapResult
659 def _set(self, i, obj): member in class:IMapIterator
694 def _set(self, i, obj): member in class:IMapUnorderedIterator
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 392 cache[job]._set(i, obj)
408 cache[job]._set(i, obj)
556 def _set(self, i, obj): member in class:ApplyResult
588 def _set(self, i, success_result): member in class:MapResult
659 def _set(self, i, obj): member in class:IMapIterator
694 def _set(self, i, obj): member in class:IMapUnorderedIterator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sets.py 553 self._set = set
557 return self._set._compute_hash()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sets.py 553 self._set = set
557 return self._set._compute_hash()
  /external/stlport/stlport/stl/
_set.h 381 # include <stl/pointers/_set.h>

Completed in 2961 milliseconds

1 2 3 4