HomeSort by relevance Sort by last modified time
    Searched refs:specs (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libdrm/etnaviv/
etnaviv_gpu.c 64 /* get specs from kernel space */
65 gpu->specs.model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL);
66 gpu->specs.revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION);
67 gpu->specs.features[0] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_0);
68 gpu->specs.features[1] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_1);
69 gpu->specs.features[2] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_2);
70 gpu->specs.features[3] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_3);
71 gpu->specs.features[4] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_4);
72 gpu->specs.features[5] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_5);
73 gpu->specs.features[6] = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_6)
    [all...]
  /external/toolchain-utils/bestflags/
testing_batch.py 45 def _GenerateRandomRasks(specs):
49 specs: A list of spec from which the flag set is created.
57 for spec in specs:
76 def _GenerateAllFlagsTasks(specs):
79 All the boolean flags in the specs will be enabled and all the numeric flag
83 specs: A list of spec from which the flag set is created.
91 for spec in specs:
107 def GenerateRandomGATasks(specs, num_tasks, num_trials):
111 specs: A list of spec from which the flag set is created.
124 new_flag = FlagSet([Flag(spec) for spec in specs if random.randint(0, 1)]
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpecSet.java 32 * {@code non-null;} array of register specs, where each element is
36 private final RegisterSpec[] specs; field in class:RegisterSpecSet
50 this.specs = new RegisterSpec[maxSize];
62 RegisterSpec[] otherSpecs = otherSet.specs;
63 int len = specs.length;
70 RegisterSpec s1 = specs[i];
88 int len = specs.length;
92 RegisterSpec spec = specs[i];
103 int len = specs.length;
110 RegisterSpec spec = specs[i]
    [all...]
LocalVariableInfo.java 77 * @param specs {@code non-null;} the register set to associate with the block
79 public void setStarts(int label, RegisterSpecSet specs) {
82 if (specs == null) {
83 throw new NullPointerException("specs == null");
87 blockStarts[label] = specs;
102 * @param specs {@code non-null;} the register set to merge into the start set
108 public boolean mergeStarts(int label, RegisterSpecSet specs) {
113 setStarts(label, specs);
118 newStart.intersect(specs, true);
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java 31 * {@code non-null;} array of register specs, where each element is
35 private final RegisterSpec[] specs; field in class:RegisterSpecSet
49 this.specs = new RegisterSpec[maxSize];
61 RegisterSpec[] otherSpecs = otherSet.specs;
62 int len = specs.length;
69 RegisterSpec s1 = specs[i];
87 int len = specs.length;
91 RegisterSpec spec = specs[i];
102 int len = specs.length;
109 RegisterSpec spec = specs[i]
    [all...]
LocalVariableInfo.java 76 * @param specs {@code non-null;} the register set to associate with the block
78 public void setStarts(int label, RegisterSpecSet specs) {
81 if (specs == null) {
82 throw new NullPointerException("specs == null");
86 blockStarts[label] = specs;
101 * @param specs {@code non-null;} the register set to merge into the start set
107 public boolean mergeStarts(int label, RegisterSpecSet specs) {
112 setStarts(label, specs);
118 newStart.intersect(specs, true);
120 newStart = specs.mutableCopy()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmVariablePointersTests.cpp 327 map<string, string> specs;
329 specs["ExtraCapability"] = extraCap;
330 specs["ExtraTypes"] = "";
331 specs["ExtraGlobalScopeVars"] = "";
332 specs["ExtraFunctionScopeVars"] = "";
333 specs["ExtraSetupComputations"] = "";
334 specs["VarPtrName"] = "%mux_output_var_ptr";
335 specs["ResultStrategy"] = "%mux_output_var_ptr = OpSelect %sb_f32ptr %is_neg" + muxInput1 + muxInput2 + "\n";
339 spec.assembly = shaderTemplate.specialize(specs);
351 map<string, string> specs;
    [all...]
vktSpvAsm16bitStorageTests.cpp 564 map<string, string> specs; local
567 specs["capability"] = CAPABILITIES[capIdx].cap;
568 specs["storage"] = CAPABILITIES[capIdx].decor;
569 specs["stride"] = cTypes[tyIdx].stride;
570 specs["base32"] = cTypes[tyIdx].base32;
571 specs["base16"] = cTypes[tyIdx].base16;
572 specs["types"] = floatTypes;
573 specs["convert"] = "OpFConvert";
577 specs["index0"] = "%zero";
578 specs["matrix_prefix"] = "m4"
690 map<string, string> specs; local
829 map<string, string> specs; local
938 map<string, string> specs; local
1148 map<string, string> specs; local
1296 map<string, string> specs; local
1406 map<string, string> specs; local
1532 map<string, string> specs; local
1625 map<string, string> specs; local
1738 map<string, string> specs; local
2090 map<string, string> specs; local
2230 map<string, string> specs; local
2366 map<string, string> specs; local
2405 map<string, string> specs; local
2450 map<string, string> specs; local
2570 map<string, string> specs; local
2587 map<string, string> specs; local
2632 map<string, string> specs; local
2650 map<string, string> specs; local
2859 map<string, string> specs; local
2978 map<string, string> specs; local
3059 map<string, string> specs; local
3160 map<string, string> specs; local
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
JSONObjectComparator.java 12 public JSONObjectComparator(SortSpec[] specs) {
13 sortSpecs = new SortSpec[specs.length];
14 System.arraycopy(specs, 0, sortSpecs, 0, specs.length);
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 29 // Identify and sort runs of specs on successive lines.
31 specs := d.Specs[:0]
32 for j, s := range d.Specs {
33 if j > i && fset.Position(s.Pos()).Line > 1+fset.Position(d.Specs[j-1].End()).Line {
35 specs = append(specs, sortSpecs(fset, f, d.Specs[i:j])...)
39 specs = append(specs, sortSpecs(fset, f, d.Specs[i:])...
    [all...]
  /prebuilts/go/linux-x86/src/go/ast/
import.go 29 // Identify and sort runs of specs on successive lines.
31 specs := d.Specs[:0]
32 for j, s := range d.Specs {
33 if j > i && fset.Position(s.Pos()).Line > 1+fset.Position(d.Specs[j-1].End()).Line {
35 specs = append(specs, sortSpecs(fset, f, d.Specs[i:j])...)
39 specs = append(specs, sortSpecs(fset, f, d.Specs[i:])...
    [all...]
  /external/autotest/server/cros/dynamic_suite/
host_spec_unittest.py 94 specs = [host_spec.HostSpec(['l1']), host_spec.HostSpec(['l2'])]
95 hosts_per_spec = {specs[0]: host_list[:1], specs[1]: host_list[1:]}
98 # Reimage just the one host that satisfies specs[0].
101 self.assertTrue(specs[1] in group.doomed_specs)
103 # Reimage some host that satisfies specs[1].
112 specs = [host_spec.HostSpec(['l1']),
115 hosts_per_spec = {specs[0]: host_list[:1],
116 specs[1]: host_list[1:2],
117 specs[2]: host_list[2:]
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.c 265 int log2_max_tex_size = util_last_bit(screen->specs.max_texture_size);
384 return shader == PIPE_SHADER_FRAGMENT ? screen->specs.max_varyings
385 : screen->specs.vertex_max_elements;
410 ? screen->specs.fragment_sampler_count
411 : screen->specs.vertex_sampler_count;
549 screen->specs.vertex_output_buffer_size = val;
555 screen->specs.vertex_cache_size = val;
561 screen->specs.shader_core_count = val;
567 screen->specs.stream_count = val;
573 screen->specs.max_registers = val
    [all...]
  /frameworks/support/design/base/android/support/design/widget/
StateListAnimator.java 44 * Associates the given Animation with the provided drawable state specs so that it will be run
45 * when the View's drawable state matches the specs.
47 * @param specs The drawable state specs to match against
48 * @param animator The animator to run when the specs match
50 public void addState(int[] specs, ValueAnimator animator) {
51 Tuple tuple = new Tuple(specs, animator);
111 Tuple(int[] specs, ValueAnimator animator) {
112 mSpecs = specs;
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local
47 for (int i = 0; i < specs.length; ++ i)
49 final String spec = specs [i];
73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local
75 for (int i = 0; i < specs.length; ++ i)
77 final String spec = specs [i];
95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local
97 for (int i = 0; i < specs.length; ++ i)
99 final String spec = specs [i];
  /libcore/luni/src/test/java/libcore/android/system/
StructTimespecTest.java 66 StructTimespec[] specs = new StructTimespec[]{new StructTimespec(Long.MIN_VALUE, 0), local
76 for (int a = 0; a < specs.length; a++) {
77 for (int b = 0; b < specs.length; b++) {
79 assertTrue(a + "<" + b, specs[a].compareTo(specs[b]) < 0);
81 assertTrue(a + "==" + b, specs[a].compareTo(specs[b]) == 0);
83 assertTrue(a + ">" + b, specs[a].compareTo(specs[b]) > 0);
  /external/skia/infra/bots/
gen_tasks.go 28 "go.skia.org/infra/task_scheduler/go/specs"
67 cipdGit1 = &specs.CipdPackage{
72 cipdGit2 = &specs.CipdPackage{
356 func bundleRecipes(b *specs.TasksCfgBuilder) string {
357 b.MustAddTask(BUNDLE_RECIPES_NAME, &specs.TaskSpec{
358 CipdPackages: []*specs.CipdPackage{cipdGit1, cipdGit2},
363 fmt.Sprintf("swarm_out_dir=%s", specs.PLACEHOLDER_ISOLATED_OUTDIR),
399 func isolateCIPDAsset(b *specs.TasksCfgBuilder, name string) string {
400 b.MustAddTask(name, &specs.TaskSpec{
401 CipdPackages: []*specs.CipdPackage
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 77 * @param specs {@code non-null;} the register set to associate with the block
79 public void setStarts(int index, RegisterSpecSet specs) {
82 if (specs == null) {
83 throw new NullPointerException("specs == null");
87 blockStarts[index] = specs;
102 * @param specs {@code non-null;} the register set to merge into the start set
108 public boolean mergeStarts(int index, RegisterSpecSet specs) {
113 setStarts(index, specs);
118 newStart.intersect(specs, true);
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
org.sat4j.core_2.3.5.v20130525.jar 
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 60 final String [] specs = new String [_specs.size ()]; local
61 _specs.toArray (specs);
63 return create (specs);
67 public static IInclExclFilter create (final String [] specs)
69 if ((specs == null) || (specs.length == 0))
75 for (int i = 0, iLimit = specs.length; i < iLimit; ++ i)
77 final String spec = specs [i];
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
band_nrg.c 79 Word32 specm, specs; local
85 specs = l - r;
87 accuSide = L_add(accuSide, MULHIGH(specs, specs));
  /external/selinux/libselinux/utils/
sefcontext_compile.c 89 * u32 - The specs prefix_len if >= SELINUX_COMPILED_FCONTEXT_PREFIX_LEN
98 struct spec *specs = data->spec_arr; local
178 char *context = specs[i].lr.ctx_raw;
179 char *regex_str = specs[i].regex_str;
180 mode_t mode = specs[i].mode;
181 size_t prefix_len = specs[i].prefix_len;
182 int32_t stem_id = specs[i].stem_id;
183 struct regex_data *re = specs[i].regex;
220 to_write = specs[i].hasMetaChars;
248 struct spec *specs = data->spec_arr local
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 55 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t,
119 Specs* specsA = NULL;
120 Specs* specsB = NULL;
222 Specs* specs = parseFilterID(id, pos, TRUE); local
223 if (specs == NULL) {
229 SingleID* single = specsToID(specs, FORWARD);
231 single->filter = specs->filter;
233 delete specs;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 84 private static class Specs {
90 Specs(String s, String t, String v, boolean sawS, String f) {
154 Specs specs = parseFilterID(id, pos, true); local
155 if (specs == null) {
161 SingleID single = specsToID(specs, FORWARD);
162 single.filter = specs.filter;
184 Specs specsA = null;
185 Specs specsB = null;
584 * at any location between specs or delimiters, and is returne
    [all...]

Completed in 1482 milliseconds

1 2 3 4 5 6 7 8 91011>>