/external/skqp/gn/ |
gn_to_bp_utils.py | 94 defs = {} 95 execfile(opts_file, builtins, defs) 98 for arch in defs: 99 defs[arch] = [ p.replace('$_src', 'src') for p in defs[arch]] 101 return defs
|
gn_to_bp.py | 354 defs = gn_to_bp_utils.GetArchSources(os.path.join(here, 'opts.gni')) variable 428 'arm_srcs': bpfmt(16, strip_headers(defs['armv7'])), 429 'arm_neon_srcs': bpfmt(20, strip_headers(defs['neon'])), 430 'arm64_srcs': bpfmt(16, strip_headers(defs['arm64'] + 431 defs['crc32'])), 432 'none_srcs': bpfmt(16, strip_headers(defs['none'])), 433 'x86_srcs': bpfmt(16, strip_headers(defs['sse2'] + 434 defs['ssse3'] + 435 defs['sse41'] + 436 defs['sse42'] [all...] |
/external/mesa3d/src/compiler/nir/ |
nir_phi_builder.c | 65 /* Array of SSA defs, indexed by block. For each block, this array has has 76 * one of the defs provided by nir_phi_builder_value_set_blocK_def(). 78 nir_ssa_def *defs[0]; member in struct:nir_phi_builder_value 109 unsigned bit_size, const BITSET_WORD *defs) 114 val = rzalloc_size(pb, sizeof(*val) + sizeof(val->defs[0]) * pb->num_blocks); 124 BITSET_FOREACH_SET(i, tmp, defs, pb->num_blocks) { 146 if (val->defs[next->index] == NULL) { 151 val->defs[next->index] = NEEDS_PHI; 168 val->defs[block->index] = def; 179 while (dom && val->defs[dom->index] == NULL [all...] |
nir_lower_regs_to_ssa.c | 230 NIR_VLA(BITSET_WORD, defs, block_set_words); 242 memset(defs, 0, block_set_words * sizeof(*defs)); 245 BITSET_SET(defs, dest->reg.parent_instr->block->index); 249 reg->bit_size, defs); 273 assert(list_empty(®->defs));
|
/external/python/cpython3/Include/ |
eval.h | 17 PyObject *const *defs, int defc, 27 PyObject *const *defs, Py_ssize_t defcount,
|
/external/tensorflow/tensorflow/python/autograph/core/ |
converter_test.py | 73 defs, = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS) 74 defs.directives[directive_key] = { 112 defs = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS) 113 defs[0].directives[directive_key] = { 117 defs[1].directives[directive_key] = { 139 defs = anno.getanno(symbol_a, anno.Static.ORIG_DEFINITIONS) 140 defs[0].directives[directive_key] = { 143 defs[1].directives[directive_key] = {
|
/art/test/921-hello-failure/src/ |
Main.java | 55 public static void doMultiClassRedefinition(CommonClassDefinition... defs) throws Exception { 56 Redefinition.doMultiClassRedefinition(toCCDA(defs)); 58 public static void addMultiTransformationResults(CommonClassDefinition... defs) throws Exception { 59 Redefinition.addMultiTransformationResults(toCCDA(defs));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
eval.h | 17 PyObject **defs, int defc,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
eval.h | 17 PyObject **defs, int defc,
|
/external/python/cpython2/Include/ |
eval.h | 17 PyObject **defs, int defc,
|
/external/skia/gn/ |
gn_to_bp.py | 410 defs = gn_to_bp_utils.GetArchSources(os.path.join(here, 'opts.gni')) variable 487 'arm_srcs': bpfmt(16, strip_headers(defs['armv7'])), 488 'arm_neon_srcs': bpfmt(20, strip_headers(defs['neon'])), 489 'arm64_srcs': bpfmt(16, strip_headers(defs['arm64'] + 490 defs['crc32'])), 491 'none_srcs': bpfmt(16, strip_headers(defs['none'])), 492 'x86_srcs': bpfmt(16, strip_headers(defs['sse2'] + 493 defs['ssse3'] + 494 defs['sse41'] + 495 defs['sse42'] [all...] |
/external/python/cpython2/PC/VS7.1/ |
build_ssl.py | 169 defs = "SSL_DIR=\"%s\"" % (ssl_dir,) 171 defs = defs + " " + "DEBUG=1" 173 defs = defs + " EXTRA_CFLAGS=/GS- EXTRA_LIBS=bufferoverflowU.lib" 174 makeCommand = 'nmake /nologo -f _ssl.mak ' + defs + " " + make_flags
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/ |
csv_dataset_serialization_test.py | 65 defs = [[0]] * self._num_cols 67 lambda: self.ds_func(record_defaults=defs, buffer_size=2), 68 lambda: self.ds_func(record_defaults=defs, buffer_size=12),
|
/external/icu/icu4c/source/samples/ufortune/ |
Makefile | 22 include ../defs.mk
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_inlines.h | 210 return defs.empty() ? NULL : defs.front()->getInsn(); 215 if (defs.empty()) 220 for (DefCIterator it = defs.begin(); it != defs.end(); ++it) 228 for (DefCIterator it = defs.begin(); n < 2 && it != defs.end(); ++it) 235 assert(defs.front()->get() == this); 236 return defs.front()->getInsn();
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
ifdef.py | 32 defs = []
variable 39 defs.append(a)
79 if word in defs:
|
/external/python/cpython2/Tools/scripts/ |
ifdef.py | 32 defs = [] variable 39 defs.append(a) 79 if word in defs:
|
/external/python/cpython3/Tools/scripts/ |
ifdef.py | 32 defs = [] variable 39 defs.append(a) 79 if word in defs:
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
Makefile | 30 include ../../defs.mk
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_qir.c | 532 c->defs = reralloc(c, c->defs, struct qinst *, 534 memset(&c->defs[old_size], 0, 535 sizeof(c->defs[0]) * (c->defs_array_size - old_size)); 570 c->defs[inst->dst.index] = inst; 581 c->defs[inst->dst.index] = NULL; 666 c->defs[qinst->dst.index] = NULL; 678 c->defs[reg.index] && 679 (c->defs[reg.index]->op == QOP_MOV || 680 c->defs[reg.index]->op == QOP_FMOV | [all...] |
vc4_opt_coalesce_ff_writes.c | 70 struct qinst *inst = c->defs[temp]; 94 c->defs[inst->dst.index] = NULL;
|
vc4_qir_validate.c | 50 struct qinst *def = c->defs[i]; 62 if (c->defs[inst->dst.index] &&
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
live_values.py | 49 defs = anno.getanno(node, anno.Static.DEFINITIONS, ()) 51 is_defined = bool(defs) 52 has_single_def = len(defs) == 1 87 def_, = defs
|
/external/google-breakpad/src/testing/gtest/scripts/ |
gen_gtest_pred_impl.py | 73 DEFS = { 161 """ % DEFS) 209 DEFS = { 221 template <typename Pred""" % DEFS 227 AssertionResult AssertPred%(n)sHelper(const char* pred_text""" % DEFS 241 """ % DEFS 265 GTEST_ASSERT_(::testing::AssertPred%(n)sHelper(#pred""" % DEFS 288 """ % DEFS 329 DEFS = { 408 """ % DEFS) [all...] |
/external/googletest/googletest/scripts/ |
gen_gtest_pred_impl.py | 73 DEFS = { 160 """ % DEFS) 208 DEFS = { 220 template <typename Pred""" % DEFS 226 AssertionResult AssertPred%(n)sHelper(const char* pred_text""" % DEFS 240 """ % DEFS 264 GTEST_ASSERT_(::testing::AssertPred%(n)sHelper(#pred""" % DEFS 287 """ % DEFS 329 DEFS = { 408 """ % DEFS) [all...] |