| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonBitTracker.cpp | 189 CellMapType &Outputs) const { in evaluate() 215 return evaluateLoad(MI, Inputs, Outputs); in evaluate() 234 if (evaluateFormalCopy(MI, Inputs, Outputs)) in evaluate() 260 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs) in evaluate() 262 putCell(Reg[0], Val, Outputs); in evaluate() 325 return rr0(eIMM(im(1), W0), Outputs); in evaluate() 327 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs); in evaluate() 329 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs); in evaluate() 337 return rr0(RC, Outputs); in evaluate() 345 return rr0(rc(1), Outputs); in evaluate() [all …]
|
| /third_party/icu/icu4c/source/layoutex/ |
| D | layoutex.vcxproj | 156 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename… 159 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%… 162 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filena… 165 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename… 170 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename… 173 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%… 176 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filena… 179 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename… 184 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename… 187 …<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%… [all …]
|
| /third_party/node/deps/npm/test/lib/commands/ |
| D | view.js | 285 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) 287 t.matchSnapshot(outputs.join('\n')) 291 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) 293 t.matchSnapshot(outputs.join('\n')) 297 const { view, outputs } = await loadMockNpm(t, { config: { unicode: true } }) 299 t.matchSnapshot(outputs.join('\n')) 303 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) 305 t.matchSnapshot(outputs.join('\n')) 309 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) 311 t.matchSnapshot(outputs.join('\n')) [all …]
|
| D | completion.js | 39 const { outputs, completion } = await loadMockCompletion(t, { 50 t.matchSnapshot(outputs, 'both shells') 54 const { outputs, completion } = await loadMockCompletion(t, { 61 t.matchSnapshot(outputs, 'no responses') 65 const { outputs, completion } = await loadMockCompletion(t) 68 t.matchSnapshot(outputs, 'no responses') 120 const { outputs, completion } = await loadMockCompletionComp(t, 1, 'npm conf') 123 t.matchSnapshot(outputs, 'single command name') 127 const { outputs, completion } = await loadMockCompletionComp(t, 1, 'npm a') 130 t.matchSnapshot(outputs, 'multiple command names') [all …]
|
| D | hook.js | 75 const { npm, hook, outputs, hookArgs } = await mockHook(t) 88 t.strictSame(outputs[0], ['+ semver -> https://google.com'], 'prints the correct output') 92 const { npm, hook, outputs, hookArgs } = await mockHook(t) 105 t.strictSame(outputs[0], ['+ ~npm -> https://google.com'], 'prints the correct output') 109 const { npm, hook, outputs, hookArgs } = await mockHook(t) 122 t.strictSame(outputs[0], ['+ @npmcli -> https://google.com'], 'prints the correct output') 129 const { npm, hook, outputs, hookArgs } = await mockHook(t, { 145 t.strictSame(outputs[0], ['+ semver ➜ https://google.com'], 'prints the correct output') 152 const { npm, hook, outputs, hookArgs } = await mockHook(t, { 169 JSON.parse(outputs[0][0]), [all …]
|
| D | pack.js | 10 const { npm, outputs, logs } = await loadMockNpm(t, { 20 t.strictSame(outputs, [[filename]]) 26 const { npm, outputs } = await loadMockNpm(t, { 38 t.strictSame(outputs, [[filename]]) 43 const { npm, outputs } = await loadMockNpm(t, { 53 t.strictSame(outputs, [[filename]]) 58 const { npm, outputs, logs } = await loadMockNpm(t, { 69 t.matchSnapshot(outputs.map(JSON.parse), 'outputs as json') 75 const { npm, outputs, logs } = await loadMockNpm(t, { 86 t.matchSnapshot(outputs.map(JSON.parse), 'outputs as json') [all …]
|
| D | org.js | 80 const { npm, org, setArgs, outputs } = await mockOrg(t) 95 outputs[0][0], 131 const { npm, org, outputs, setArgs } = await mockOrg(t, { orgSize }) 145 outputs[0][0], 152 const { npm, org, outputs, setArgs } = await mockOrg(t, { 169 JSON.parse(outputs[0]), 184 const { npm, org, outputs, setArgs } = await mockOrg(t, { 201 outputs.map(line => line[0].split(/\t/)), 212 const { npm, org, outputs, setArgs } = await mockOrg(t, { 228 t.strictSame(outputs, [], 'prints no output') [all …]
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_gather_xfb_info.c | 146 nir_xfb_output_info *output = &xfb->outputs[xfb->output_count++]; in add_var_xfb_outputs() 196 /* Compute the number of outputs we have. This is simply the number of in nir_gather_xfb_info_with_varyings() 199 * number of outputs. This is only an estimate as some variables may have in nir_gather_xfb_info_with_varyings() 221 /* Walk the list of outputs and add them to the array */ in nir_gather_xfb_info_with_varyings() 264 /* Everything is easier in the state setup code if outputs and varyings are in nir_gather_xfb_info_with_varyings() 267 qsort(xfb->outputs, xfb->output_count, sizeof(xfb->outputs[0]), in nir_gather_xfb_info_with_varyings() 280 assert(xfb->outputs[i].offset >= max_offset[xfb->outputs[i].buffer]); in nir_gather_xfb_info_with_varyings() 281 assert(xfb->outputs[i].component_mask != 0); in nir_gather_xfb_info_with_varyings() 282 unsigned slots = util_bitcount(xfb->outputs[i].component_mask); in nir_gather_xfb_info_with_varyings() 283 max_offset[xfb->outputs[i].buffer] = xfb->outputs[i].offset + slots * 4; in nir_gather_xfb_info_with_varyings() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | r300_vs.c | 109 struct r300_shader_semantics* outputs = &vs->outputs; in set_vertex_inputs_outputs() local 112 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED || in set_vertex_inputs_outputs() 113 outputs->bcolor[1] != ATTR_UNUSED; in set_vertex_inputs_outputs() 120 if (outputs->pos != ATTR_UNUSED) { in set_vertex_inputs_outputs() 121 c->code->outputs[outputs->pos] = reg++; in set_vertex_inputs_outputs() 127 if (outputs->psize != ATTR_UNUSED) { in set_vertex_inputs_outputs() 128 c->code->outputs[outputs->psize] = reg++; in set_vertex_inputs_outputs() 140 if (outputs->color[i] != ATTR_UNUSED) { in set_vertex_inputs_outputs() 141 c->code->outputs[outputs->color[i]] = reg++; in set_vertex_inputs_outputs() 143 outputs->color[1] != ATTR_UNUSED) { in set_vertex_inputs_outputs() [all …]
|
| /third_party/gn/src/gn/ |
| D | swift_values.cc | 37 // Expand tool's outputs(). in GetOutputs() 39 tool->outputs(), result); in GetOutputs() 55 std::vector<OutputFile> outputs; in GetOutputsAsSourceFiles() local 56 GetOutputs(target, &outputs); in GetOutputsAsSourceFiles() 58 result->reserve(outputs.size()); in GetOutputsAsSourceFiles() 61 for (const OutputFile& output : outputs) { in GetOutputsAsSourceFiles() 67 std::vector<OutputFile> outputs; in FillModuleOutputFile() local 68 GetOutputs(target, &outputs); in FillModuleOutputFile() 73 outputs.begin(), outputs.end(), in FillModuleOutputFile() 78 outputs.erase(iter, outputs.end()); in FillModuleOutputFile() [all …]
|
| D | command_outputs.cc | 17 const char kOutputs[] = "outputs"; 18 const char kOutputs_HelpShort[] = "outputs: Which files a source/target make."; 20 R"(gn outputs <out_dir> <list of target or file names...> 23 There can be multiple outputs because there can be more than one output 26 outputs from those inputs. 35 Target outputs 41 The result will be the outputs specified by that target which could be a 44 File outputs 54 resolve to that target's outputs. 58 gn outputs out/debug some/directory:some_target [all …]
|
| D | analyzer.cc | 41 struct Outputs { struct 203 std::string OutputsToJSON(const Outputs& outputs, in OutputsToJSON() argument 209 if (outputs.error.size()) { in OutputsToJSON() 210 WriteString(*value, "error", outputs.error); in OutputsToJSON() 212 outputs.invalid_labels); in OutputsToJSON() 214 WriteString(*value, "status", outputs.status); in OutputsToJSON() 215 if (outputs.compile_includes_all) { in OutputsToJSON() 222 outputs.compile_labels); in OutputsToJSON() 224 WriteLabels(default_toolchain, *value, "test_targets", outputs.test_labels); in OutputsToJSON() 280 Outputs outputs; in Analyze() local [all …]
|
| D | json_project_writer_unittest.cc | 36 target.action_values().outputs() = in TEST_F() 81 "outputs": [ "//out/Debug/output1.out" ], in TEST_F() 101 "outputs": [ "{{target_out_dir}}/{{target_output_name}}.a" ], 110 "outputs": [ "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o" ], 129 "outputs": [ "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o" ], 138 "outputs": [ "{{root_out_dir}}/{{target_output_name}}" ], 147 "outputs": [ "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o" ], 156 "outputs": [ "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o" ], 166 "outputs": [ "{{root_out_dir}}/{{crate_name}}{{output_extension}}" ] 177 "outputs": [ "{{target_out_dir}}/{{target_output_name}}{{output_extension}}" ] [all …]
|
| /third_party/typescript/src/harness/ |
| D | compilerImpl.ts | 38 * Correlates compilation inputs and outputs 68 // collect outputs 72 for (const document of this.host.outputs) { 84 // correlate inputs and outputs 100 const outputs: CompilationOutput = { constant 107 if (outputs.js) this._inputsAndOutputs.set(outputs.js.file, outputs); 108 if (outputs.dts) this._inputsAndOutputs.set(outputs.dts.file, outputs); 109 if (outputs.map) this._inputsAndOutputs.set(outputs.map.file, outputs); 112 this._inputsAndOutputs.set(input.file, outputs); 122 const outputs: CompilationOutput = { constant [all …]
|
| /third_party/skia/third_party/externals/tint/test/shader_io/ |
| D | fragment_output_locations.wgsl.expected.glsl | 30 tint_symbol outputs; 31 outputs = main0(); 32 value = outputs.value; 65 tint_symbol_1 outputs; 66 outputs = main1(); 67 value = outputs.value; 100 tint_symbol_2 outputs; 101 outputs = main2(); 102 value = outputs.value; 134 tint_symbol_3 outputs; [all …]
|
| D | interpolate_return_struct.wgsl.expected.glsl | 55 tint_symbol_2 outputs; 56 outputs = tint_symbol_1(); 57 none = outputs.none; 58 tint_symbol = outputs.tint_symbol; 59 perspective_center = outputs.perspective_center; 60 perspective_centroid = outputs.perspective_centroid; 61 perspective_sample = outputs.perspective_sample; 62 linear_center = outputs.linear_center; 63 linear_centroid = outputs.linear_centroid; 64 linear_sample = outputs.linear_sample; [all …]
|
| D | interpolate_integers.wgsl.expected.glsl | 52 tint_symbol outputs; 53 outputs = vert_main(); 54 i = outputs.i; 55 u = outputs.u; 56 vi = outputs.vi; 57 vu = outputs.vu; 58 gl_Position = outputs.pos; 114 tint_symbol_3 outputs; 115 outputs = frag_main(inputs); 116 value = outputs.value;
|
| /third_party/skia/third_party/externals/dawn/generator/ |
| D | generator_lib.gni | 24 # outputs: List of expected outputs, generation will fail if there is a 41 # directories in which files of `outputs` are allowed to be (and not 91 # For build parallelism GN wants to know the exact inputs and outputs of 109 # with a list of its outputs. The invoker provided a list of expected 110 # outputs. To make sure the list is in sync between the generator and the 114 write_file(_expected_outputs_file, invoker.outputs) 117 "--expected-outputs-file", 121 # Check that all of the outputs are in a directory that's allowed. This is 135 # outputs are what's expected and write a depfile for Ninja. 138 outputs = [ _json_tarball ] [all …]
|
| /third_party/mesa3d/src/imagination/rogue/ |
| D | rogue_build_data.c | 179 /* TODO: Process outputs. */ in collect_io_data_fs() 206 * \brief Allocates the vertex shader outputs. 208 * \param[in] outputs The vertex shader output data. 209 * \return The total number of vertex outputs required. 211 static size_t alloc_vs_outputs(struct rogue_vertex_outputs *outputs) in alloc_vs_outputs() argument 215 for (size_t u = 0; u < outputs->num_output_vars; ++u) { in alloc_vs_outputs() 217 assert(outputs->base[u] == ~0); in alloc_vs_outputs() 219 outputs->base[u] = vs_outputs; in alloc_vs_outputs() 220 vs_outputs += outputs->components[u]; in alloc_vs_outputs() 229 * \param[in] outputs The vertex shader output data. [all …]
|
| /third_party/musl/ |
| D | BUILD.gn | 172 outputs = [] 174 outputs += [ "${target_out_dir}/${musl_ported_dir}/${s}" ] 178 outputs += [ "${target_out_dir}/${musl_ported_dir}/${s}" ] 201 outputs = [ "${target_out_dir}/${musl_inc_out_dir}/bits/alltypes.h" ] 209 args = [ "-o" ] + rebase_path(outputs, root_build_dir) 218 outputs = [ "${target_out_dir}/${musl_inc_out_dir}/version.h" ] 235 outputs = [ "${target_out_dir}/${musl_inc_out_dir}/bits/syscall.h" ] 240 args += rebase_path(outputs, root_build_dir) 287 outputs = [ "${target_out_dir}/${musl_inc_out_dir}/${file}" ] 294 outputs = [] [all …]
|
| /third_party/ffmpeg/libavfilter/ |
| D | split.c | 74 FF_FILTER_FORWARD_STATUS_BACK_ALL(ctx->outputs[i], ctx); in activate() 84 if (ff_outlink_get_status(ctx->outputs[i])) in activate() 92 ret = ff_filter_frame(ctx->outputs[i], buf_out); in activate() 104 if (ff_outlink_get_status(ctx->outputs[i])) in activate() 106 ff_outlink_set_status(ctx->outputs[i], status, pts); in activate() 112 if (ff_outlink_get_status(ctx->outputs[i])) in activate() 115 if (ff_outlink_frame_wanted(ctx->outputs[i])) { in activate() 127 …{ "outputs", "set number of outputs", OFFSET(nb_outputs), AV_OPT_TYPE_INT, { .i64 = 2 }, 1, INT_MA… 142 .description = NULL_IF_CONFIG_SMALL("Pass on the input to N video outputs."), 148 .outputs = NULL, [all …]
|
| /third_party/typescript/src/compiler/ |
| D | tsbuild.ts | 7 * The project appears out of date because its upstream inputs are newer than its outputs, 8 …* but all of its outputs are actually newer than the previous identical outputs of its (.d.ts) inp… 13 * The project appears out of date because its upstream inputs are newer than its outputs, 14 …* but all of its outputs are actually newer than the previous identical outputs of its (.d.ts) inp… 15 …* This means we can Pseudo-build (just manipulate outputs), as if we had actually built this proje… 30 * Projects with no outputs (i.e. "solution" files) 63 * This project doesn't have any outputs, so "is it up to date" is a meaningless question. 90 * One or more of the outputs of the project does not exist. 107 * One or more of the project's outputs is older than its newest input. 153 * One or more of the project's outputs is older than the newest output of
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| D | explicit_seed_seq_test.cc | 73 uint32_t outputs[kNumBlocks]; in TEST() local 75 seq.generate(outputs, &outputs[kNumBlocks]); in TEST() 77 for (uint32_t& seed : outputs) { in TEST() 96 uint32_t outputs[kNumGenerated]; in TEST() local 97 seq.generate(outputs, &outputs[kNumGenerated]); in TEST() 99 EXPECT_EQ(outputs[i], seed_material[i]); in TEST() 107 uint32_t outputs[kNumGenerated]; in TEST() local 108 seq.generate(outputs, &outputs[kNumGenerated]); in TEST() 110 EXPECT_EQ(outputs[i], seed_material[i]); in TEST() 117 uint32_t outputs[kNumGenerated]; in TEST() local [all …]
|
| /third_party/cups/ |
| D | BUILD.gn | 187 outputs = [] 188 outputs += cups_generated_sources 189 outputs += cups_deviced_generated_sources 190 outputs += cups_driverd_generated_sources 191 outputs += cups_exec_generated_sources 192 outputs += cupsd_generated_sources 193 outputs += cupsfilter_generated_sources 194 outputs += ipp_generated_sources 195 outputs += usb_generated_sources 196 outputs += lp_generated_sources [all …]
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | gl_nir_link_xfb.c | 102 linked_xfb->Outputs = in gl_nir_link_assign_xfb_resources() 117 xfb_info->outputs[0].buffer : 0; in gl_nir_link_assign_xfb_resources() 167 nir_xfb_output_info *xfb_output = &xfb_info->outputs[i]; in gl_nir_link_assign_xfb_resources() 170 linked_xfb->Outputs + i; in gl_nir_link_assign_xfb_resources() 217 xfb->outputs[i].buffer = info->Outputs[i].OutputBuffer; in gl_to_nir_xfb_info() 218 xfb->outputs[i].offset = info->Outputs[i].DstOffset * 4; in gl_to_nir_xfb_info() 219 xfb->outputs[i].location = info->Outputs[i].OutputRegister; in gl_to_nir_xfb_info() 220 xfb->outputs[i].component_offset = info->Outputs[i].ComponentOffset; in gl_to_nir_xfb_info() 221 xfb->outputs[i].component_mask = in gl_to_nir_xfb_info() 222 BITFIELD_RANGE(info->Outputs[i].ComponentOffset, in gl_to_nir_xfb_info() [all …]
|