/external/python/cpython3/Lib/test/ |
D | test_symtable.py | 89 self.assertTrue(self.spam.lookup("glob").is_global()) 91 self.assertTrue(self.spam.lookup("bar").is_global()) 93 self.assertFalse(self.internal.lookup("x").is_global()) 94 self.assertFalse(self.Mine.lookup("instance_var").is_global()) 141 self.assertFalse(st2.lookup('x').is_global())
|
D | test_ipaddress.py | 1730 self.assertEqual(False, ipaddress.ip_network('100.64.0.0/10').is_global) 1735 ipaddress.ip_network('192.0.3.0/24').is_global) 1759 self.assertTrue(ipaddress.ip_address('192.0.7.1').is_global) 1760 self.assertFalse(ipaddress.ip_address('203.0.113.1').is_global) 1807 ipaddress.ip_network('200::1/128').is_global)
|
/external/tensorflow/tensorflow/core/graph/ |
D | costmodel.h | 49 explicit CostModel(bool is_global) : is_global_(is_global) { in CostModel() argument 59 bool is_global() const { return is_global_; } in is_global() function
|
D | costmodel.cc | 55 CHECK(!cm.is_global()); in MergeFromLocal() 79 CHECK_EQ(true, cm.is_global()); in MergeFromGlobal()
|
/external/python/cpython2/Lib/test/ |
D | test_symtable.py | 98 self.assertTrue(self.spam.lookup("glob").is_global()) 100 self.assertTrue(self.spam.lookup("bar").is_global()) 102 self.assertFalse(self.internal.lookup("x").is_global()) 103 self.assertFalse(self.Mine.lookup("instance_var").is_global())
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_global_to_local.c | 35 assert(reg->is_global); in global_to_local() 87 reg->is_global = false; in global_to_local()
|
D | nir_validate.c | 151 if (!src->reg.reg->is_global) { in validate_reg_src() 264 if (!dest->reg->is_global) { in validate_reg_dest() 893 prevalidate_reg_decl(nir_register *reg, bool is_global, validate_state *state) in prevalidate_reg_decl() argument 895 validate_assert(state, reg->is_global == is_global); in prevalidate_reg_decl() 897 if (is_global) in prevalidate_reg_decl() 916 reg_state->where_defined = is_global ? NULL : state->impl; in prevalidate_reg_decl() 976 validate_var_decl(nir_variable *var, bool is_global, validate_state *state) in validate_var_decl() argument 980 validate_assert(state, is_global == nir_variable_is_global(var)); in validate_var_decl() 1003 if (!is_global) { in validate_var_decl()
|
D | nir_clone.c | 119 return _lookup_ptr(state, reg, reg->is_global); in remap_reg() 202 nreg->is_global = reg->is_global; in clone_register()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | isspacep.ll | 15 ; CHECK: is_global 16 define i1 @is_global(i8* %addr) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | isspacep.ll | 15 ; CHECK: is_global 16 define i1 @is_global(i8* %addr) {
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 111 if (v.is_global()) in operator <<() 253 bool value::is_global() { in is_global() function in r600_sb::value 255 return chunk->is_global(); in is_global()
|
D | sb_shader.h | 112 bool is_global() { return flags & RCF_GLOBAL; } in is_global() function
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 84 int is_global[2] = { 0, 0 }; in build_inter_predictors() local 87 is_global[ref] = is_global_mv_block(mi, wm->wmtype); in build_inter_predictors() 170 warp_types.global_warp_allowed = is_global[ref]; in build_inter_predictors() 217 warp_types.global_warp_allowed = is_global[ref]; in build_inter_predictors()
|
D | block.h | 203 int is_global[2]; member
|
/external/python/cpython3/Lib/ |
D | ipaddress.py | 1031 def is_global(self): member in _BaseNetwork 1333 def is_global(self): member in IPv4Address 1546 def is_global(self): member in IPv4Network 1983 def is_global(self): member in IPv6Address
|
D | symtable.py | 184 def is_global(self): member in Symbol
|
/external/python/cpython2/Lib/ |
D | symtable.py | 189 def is_global(self): member in Symbol
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 516 __u8 is_global; member 665 __u8 is_global; member
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 103 bool is_global; member in __anonf80314cc0111::nir_visitor 189 this->is_global = true; in nir_visitor() 331 if (is_global) in visit() 514 this->is_global = false; in visit() 520 this->is_global = true; in visit()
|
/external/python/cpython3/Doc/library/ |
D | symtable.rst | 143 .. method:: is_global()
|
D | ipaddress.rst | 175 .. attribute:: is_global 249 .. attribute:: is_global 256 is_global
|
/external/python/cpython2/Doc/library/ |
D | symtable.rst | 147 .. method:: is_global()
|
/external/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 1848 Node* const is_global = in RegExpPrototypeMatchBody() local 1852 Branch(is_global, &if_isglobal, &if_isnotglobal); in RegExpPrototypeMatchBody() 2878 Node* const is_global = FastFlagGetter(regexp, JSRegExp::kGlobal); in ReplaceSimpleStringFastPath() local 2879 GotoIfNot(is_global, &loop); in ReplaceSimpleStringFastPath() 2920 GotoIfNot(is_global, &if_nofurthermatches); in ReplaceSimpleStringFastPath() 2999 Node* const is_global = FastFlagGetter(regexp, JSRegExp::kGlobal); in TF_BUILTIN() local 3000 Branch(is_global, &if_isglobal, &if_isnotglobal); in TF_BUILTIN()
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 349 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_c() local 351 warp_types.global_warp_allowed = is_global; in aom_upsampled_pred_c() 941 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_highbd_upsampled_pred_c() local 943 warp_types.global_warp_allowed = is_global; in aom_highbd_upsampled_pred_c()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | variance_sse2.c | 552 const int is_global = is_global_mv_block(mi, wm->wmtype); in aom_upsampled_pred_sse2() local 554 warp_types.global_warp_allowed = is_global; in aom_upsampled_pred_sse2()
|