/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)) {
|
/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/build/android/pylib/perf/ |
test_runner.py | 133 while not self._stopped.is_set():
|
/external/chromium_org/chrome/browser/chromeos/system/ |
input_device_settings.cc | 359 if (natural_scroll_.is_set()) {
|
/external/chromium_org/v8/src/compiler/ |
js-generic-lowering.cc | 225 if (!centrystub_constant_.is_set()) {
|
ast-graph-builder.cc | 32 if (!function_closure_.is_set()) { 43 if (!function_context_.is_set()) { [all...] |
/external/chromium_org/v8/src/ |
preparser.h | 477 bool* is_set, 485 IdentifierT ParsePropertyName(bool* is_get, bool* is_set, bool* is_static, 1946 bool is_set = false; local [all...] |
scanner.h | 397 void IsGetOrSet(bool* is_get, bool* is_set) { 404 *is_set = !*is_get && strncmp(token, "set", 3) == 0;
|
macros.py | 113 macro IS_SET(arg) = (%_ClassOf(arg) === 'Set');
|
utils.h | 410 bool is_set() const { return pointer_ != NULL; } function in class:v8::internal::SetOncePointer [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/boringssl/src/include/openssl/ |
asn1.h | 735 /* for the is_set parameter to i2d_ASN1_SET */ 737 #define IS_SET 1 848 OPENSSL_EXPORT int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp, i2d_of_void *i2d, int ex_tag, int ex_class, 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/chromium_org/net/dns/ |
mdns_client_unittest.cc | 364 bool is_set() const { return set_; } function in class:net::__anon13838::PtrRecordCopyContainer [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 2614 int is_set; local [all...] |
/external/chromium_org/chrome/test/chromedriver/test/ |
run_py_tests.py | 815 self.assertTrue(did_load_event.is_set()) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
android.py | [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-arm.h | 236 bool HasPointerMap() const { return pointer_map_.is_set(); } [all...] |