/third_party/libabigail/tests/ |
H A D | test-read-common.h | 177 run_tests(const size_t num_test, const InOutSpec* specs,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler.h | 150 etna_compiler_create(const char *renderer, const struct etna_specs *specs);
|
H A D | etnaviv_shader.c | 490 shader->specs = &screen->specs; in etna_create_shader_state() 594 screen->compiler = etna_compiler_create(pscreen->get_name(pscreen), &screen->specs); in etna_shader_screen_init()
|
H A D | etnaviv_compiler_cmdline.c | 155 s.specs = &specs_gc2000; in main()
|
H A D | etnaviv_nir.c | 123 if (!src1 || v->shader->specs->halti >= 5) in etna_lower_io()
|
H A D | etnaviv_compiler_nir_ra.c | 150 c->specs->has_new_transcendentals) { in etna_ra_assign()
|
H A D | etnaviv_clear_blit.c | 265 if (screen->specs.use_blt) in etna_clear_blit_init()
|
H A D | etnaviv_compiler_nir.h | 39 const struct etna_specs *specs; member
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTree.java | 841 public static RangeTree from(Iterable<RangeSpecification> specs) { in from() argument 844 for (RangeSpecification s : specs) { in from() 855 public static RangeTree from(Stream<RangeSpecification> specs) { in from() argument 856 return from(specs.collect(toImmutableList())); in from()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawTests.cpp | 1956 static const TestSpec specs[] = 1986 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); ++specNdx) 1991 + "_grid_" + de::toString(specs[specNdx].gridSize) + "x" + de::toString(specs[specNdx].gridSize) 1992 + "_drawcount_" + de::toString(specs[specNdx].numDrawCommands); 1997 + " Grid size is " + de::toString(specs[specNdx].gridSize) + "x" + de::toString(specs[specNdx].gridSize) 1998 + ", draw count is " + de::toString(specs[specNdx].numDrawCommands); 2003 largeGroup->addChild(new ComputeShaderGeneratedSeparateCase(m_context, name.c_str(), desc.c_str(), methods[methodNdx].method, false, true, computeIndices, specs[specNdx].gridSize, specs[specNd [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | CompilerRegressionTest.java | 172 RangeTree ranges(List<String> specs) { in ranges() argument 173 return RangeTree.from(specs.stream().map(RangeSpecification::parse).collect(toImmutableList())); in ranges()
|
/third_party/node/test/common/ |
H A D | wpt.js | 354 this.specs = []; 391 this.specs.push(new WPTTestSpec(this.path, relativePath, match)); 417 this.status.specs.map((item) => [item.filename, item]),
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | scriptutil.py | 167 def apply_cli_argspecs(parser, specs): 169 for spec in specs:
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 4374 static const char *specs[][2] = { in time_isoformat() local 4397 for (given_spec = 0; given_spec < Py_ARRAY_LENGTH(specs); given_spec++) { in time_isoformat() 4398 if (strcmp(timespec, specs[given_spec][0]) == 0) { in time_isoformat() 4408 if (given_spec == Py_ARRAY_LENGTH(specs)) { in time_isoformat() 4413 result = PyUnicode_FromFormat(specs[given_spec][1], in time_isoformat() 5754 static const char *specs[][2] = { in datetime_isoformat() local 5777 for (given_spec = 0; given_spec < Py_ARRAY_LENGTH(specs); given_spec++) { in datetime_isoformat() 5778 if (strcmp(timespec, specs[given_spec][0]) == 0) { in datetime_isoformat() 5787 if (given_spec == Py_ARRAY_LENGTH(specs)) { in datetime_isoformat() 5792 result = PyUnicode_FromFormat(specs[given_spe in datetime_isoformat() [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgExpression.cpp | 329 const ExpressionSpec* chooseExpression (GeneratorState& state, const ExpressionSpec* specs, int numSpecs, ConstValueRangeAccess valueRange) in chooseExpression() argument 337 weights[ndx] = specs[ndx].getWeight(state, valueRange); in chooseExpression() 340 return &state.getRandom().chooseWeighted<const ExpressionSpec&>(specs, specs+numSpecs, weights); in chooseExpression()
|
/third_party/python/Lib/ |
H A D | inspect.py | 1476 specs = [] 1478 specs.append(convert(args[i])) 1480 specs.append(formatvarargs(varargs) + formatvalue(locals[varargs])) 1482 specs.append(formatvarkw(varkw) + formatvalue(locals[varkw])) 1483 return '(' + ', '.join(specs) + ')'
|
H A D | datetime.py | 162 specs = { 176 fmt = specs[timespec]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_split_test.cc | 305 } specs[] = { in TEST() local 315 for (const auto& spec : specs) { in TEST()
|
H A D | string_view_test.cc | 746 } specs[] = { in TEST() local 765 for (const auto& s : specs) { in TEST()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_arm.S | 67 @@ read the row and check if it is null, almost null, or not, according to strongarm specs, it is not necessary to optimize ldr accesses (i.e. split 32 bits in two 16-bit words), at least it gives more usable registers :)
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/eudev/ |
H A D | ltmain.sh | 7323 # -specs=* GCC specs files 7330 -specs=*|-fsanitize=*|-fuse-ld=*)
|
/third_party/curl/ |
H A D | ltmain.sh | 7548 # -specs=* GCC specs files 7558 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus|-Wa,*)
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 7548 # -specs=* GCC specs files 7558 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus|-Wa,*)
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 7548 # -specs=* GCC specs files 7558 -specs=*|-fsanitize=*|-fuse-ld=*|-static-*|-fcilkplus|-Wa,*)
|