HomeSort by relevance Sort by last modified time
    Searched full:is_set (Results 51 - 75 of 99) sorted by null

1 23 4

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tag_and_trait.hpp 87 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
tag_and_trait.hpp 87 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tag_and_trait.hpp 88 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tag_and_trait.hpp 88 // XXX should this be a trait of the form is_set<T> ??
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 40 #define IS_SET(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0)
47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
631 if (!IS_SET(server_support, ARB_create_context_profile_bit)) {
  /external/mesa3d/src/glx/
glxextensions.c 40 #define IS_SET(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0)
47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
631 if (!IS_SET(server_support, ARB_create_context_profile_bit)) {
  /external/v8/src/
hydrogen.h 317 return osr_loop_entry_.is_set();
    [all...]
macros.py 104 macro IS_SET(arg) = (%_ClassOf(arg) === 'Set');
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 1006 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1007 def is_set(self): member in class:EventProxy
1008 return self._callmethod('is_set')
    [all...]
synchronize.py 305 def is_set(self): member in class:Event
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 1006 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1007 def is_set(self): member in class:EventProxy
1008 return self._callmethod('is_set')
    [all...]
synchronize.py 305 def is_set(self): member in class:Event
  /external/chromium_org/v8/src/
macros.py 109 macro IS_SET(arg) = (%_ClassOf(arg) === 'Set');
preparser.h 646 bool* is_set,
preparser.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 121 if client_evt.is_set():
130 if not client_evt.is_set():
test_multiprocessing.py 852 # work with threading._Event objects. is_set == isSet
853 self.assertEqual(event.is_set(), False)
865 self.assertEqual(event.is_set(), True)
870 # self.assertEqual(event.is_set(), True)
874 #self.assertEqual(event.is_set(), False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 121 if client_evt.is_set():
130 if not client_evt.is_set():
test_multiprocessing.py 852 # work with threading._Event objects. is_set == isSet
853 self.assertEqual(event.is_set(), False)
865 self.assertEqual(event.is_set(), True)
870 # self.assertEqual(event.is_set(), True)
874 #self.assertEqual(event.is_set(), False)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1.h 770 /* for the is_set parameter to i2d_ASN1_SET */
772 #define IS_SET 1
895 int is_set); variable
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1.h 770 /* for the is_set parameter to i2d_ASN1_SET */
772 #define IS_SET 1
895 int is_set); variable
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 770 /* for the is_set parameter to i2d_ASN1_SET */
772 #define IS_SET 1
895 int is_set); variable
    [all...]
  /external/openssl/include/openssl/
asn1.h 770 /* for the is_set parameter to i2d_ASN1_SET */
772 #define IS_SET 1
895 int is_set); variable
    [all...]
  /external/v8/src/arm/
lithium-arm.h 244 bool HasPointerMap() const { return pointer_map_.is_set(); }
256 return deoptimization_environment_.is_set();
    [all...]
  /external/v8/src/mips/
lithium-mips.h 243 bool HasPointerMap() const { return pointer_map_.is_set(); }
255 return deoptimization_environment_.is_set();
    [all...]

Completed in 1318 milliseconds

1 23 4