/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/ |
FrameBranch.java | 31 @GenerateFinalPort(name = "outputs", hasDefault = true)
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
rsdebug.rs | 26 // For this reason, none of the outputs are actually checked.
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
rsdebug.rs | 26 // For this reason, none of the outputs are actually checked.
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
rsdebug.rs | 23 // For this reason, none of the outputs are actually checked.
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
rsdebug.rs | 23 // For this reason, none of the outputs are actually checked.
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
rsdebug.rs | 23 // For this reason, none of the outputs are actually checked.
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
README | 7 In the disable sequence, this will disable all but accel engine; all outputs
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/ |
suggestions_output_utils.h | 33 * Outputs the final list of suggestions (i.e., terminal nodes).
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
android.py | 226 # GYP generated outputs. 243 # Update global list of target outputs, used in dependency tracking. 261 extra_outputs: a list that will be filled in with any outputs of these 270 outputs = action['outputs'] 272 # Build up a list of outputs. 275 for out in outputs: 283 extra_sources += outputs 302 # it's superfluous for the "extra outputs", and this avoids accidentally 303 # writing duplicate dummy rules for those outputs [all...] |
/external/deqp/framework/randomshaders/ |
rsgShaderGenerator.cpp | 94 // Create copies from shader inputs to outputs 173 void ShaderGenerator::generate (const ShaderParameters& shaderParams, Shader& shader, const vector<ShaderInput*>& outputs) 192 // Init shader outputs. 194 for (vector<ShaderInput*>::const_iterator i = outputs.begin(); i != outputs.end(); i++) 205 // \todo [2011-11-22 pyry] Multiple outputs from fragment shader! 227 // Mandate assignment into to all shader outputs in main()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prnetdb.h | 96 ** OUTPUTS: 125 ** OUTPUTS: 161 ** OUTPUTS: 192 ** OUTPUTS: 222 ** OUTPUTS: 258 ** OUTPUTS: 292 ** OUTPUTS: 339 ** OUTPUTS: 375 ** OUTPUTS: 439 ** OUTPUTS [all...] |
prio.h | 434 * OUTPUTS: none 593 * OUTPUTS: None 682 * OUTPUTS: 711 * OUTPUTS: 744 * OUTPUTS: 776 * OUTPUTS: 800 * OUTPUTS: [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/include/ |
echo_cancellation.h | 74 * Outputs Description 88 * Outputs Description 104 * Outputs Description 121 * Outputs Description 147 * Outputs Description 174 * Outputs Description 188 * Outputs Description 204 * Outputs Description 220 * Outputs Description 237 * Outputs Descriptio [all...] |
/external/deqp/modules/glshared/ |
glsRandomShaderProgram.cpp | 105 vector<const rsg::Variable*> outputs; local 106 shader.getOutputs(outputs); 108 for (vector<const rsg::Variable*>::const_iterator iter = outputs.begin(); iter != outputs.end(); ++iter) 119 vector<const rsg::Variable*> outputs; local 120 shader.getOutputs(outputs); 122 for (vector<const rsg::Variable*>::const_iterator iter = outputs.begin(); iter != outputs.end(); iter++) 144 // Build list of vertex outputs. 235 float* const dst = packet->outputs[varNdx].getAccess<float>() [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
LegacyCameraDevice.java | 270 * <p>Using empty or {@code null} {@code outputs} is the same as unconfiguring.</p> 272 * <p>Every surface in {@code outputs} must be non-{@code null}.</p> 274 * @param outputs a list of surfaces to set. 278 public int configureOutputs(List<Surface> outputs) { 279 if (outputs != null) { 280 for (Surface output : outputs) { 282 Log.e(TAG, "configureOutputs - null outputs are not allowed"); 326 mRequestThreadManager.configure(outputs); 331 mConfiguredSurfaces = outputs != null ? new ArrayList<>(outputs) : null [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestStep.java | 77 // Figure out what the outputs should have been. 80 // Validate the outputs. 146 // Figure out what the outputs should have been. 149 // Validate the outputs. 215 // Figure out what the outputs should have been. 218 // Validate the outputs. 284 // Figure out what the outputs should have been. 287 // Validate the outputs. 353 // Figure out what the outputs should have been. 356 // Validate the outputs [all...] |
TestFmax.java | 77 // Figure out what the outputs should have been. 80 // Validate the outputs. 146 // Figure out what the outputs should have been. 149 // Validate the outputs. 215 // Figure out what the outputs should have been. 218 // Validate the outputs. 284 // Figure out what the outputs should have been. 287 // Validate the outputs. 353 // Figure out what the outputs should have been. 356 // Validate the outputs [all...] |
TestFmin.java | 77 // Figure out what the outputs should have been. 80 // Validate the outputs. 146 // Figure out what the outputs should have been. 149 // Validate the outputs. 215 // Figure out what the outputs should have been. 218 // Validate the outputs. 284 // Figure out what the outputs should have been. 287 // Validate the outputs. 353 // Figure out what the outputs should have been. 356 // Validate the outputs [all...] |
TestLdexp.java | 77 // Figure out what the outputs should have been. 80 // Validate the outputs. 145 // Figure out what the outputs should have been. 148 // Validate the outputs. 213 // Figure out what the outputs should have been. 216 // Validate the outputs. 281 // Figure out what the outputs should have been. 284 // Validate the outputs. 349 // Figure out what the outputs should have been. 352 // Validate the outputs [all...] |
/external/chromium_org/ppapi/ |
ppapi_nacl.gyp | 160 'outputs': ['>(nmf_glibc)'], 202 'outputs': ['>(nmf_pnacl)'], 222 'outputs': ['>(nmf_nonsfi)'], 247 'outputs': ['>(nmf_pnacl)'], 269 'outputs': ['>(nmf_pnacl)'],
|
/external/chromium_org/third_party/skia/bench/ |
check_bench_regressions.py | 172 outputs = [] 183 outputs.extend(['', header] + li) 185 if outputs: 186 # Directly raising Exception will have stderr outputs tied to the line 189 sys.stderr.write('\n'.join(['Exception:'] + outputs + ['\n']))
|
/external/chromium_org/tools/grit/grit/tool/ |
android2grd_unittest.py | 152 outputs = grd.GetChildrenOfType(io.OutputNode) 153 self.assertEqual(len(outputs), 7) 155 header_outputs = filter(lambda x: x.GetType() == 'rc_header', outputs) 156 rc_outputs = filter(lambda x: x.GetType() == 'rc_all', outputs) 157 xml_outputs = filter(lambda x: x.GetType() == 'android', outputs)
|
/external/skia/bench/ |
check_bench_regressions.py | 172 outputs = [] 183 outputs.extend(['', header] + li) 185 if outputs: 186 # Directly raising Exception will have stderr outputs tied to the line 189 sys.stderr.write('\n'.join(['Exception:'] + outputs + ['\n']))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dir_util.py | 141 outputs = [] 157 outputs.append(dst_name) 160 outputs.extend( 168 outputs.append(dst_name) 170 return outputs
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dir_util.py | 141 outputs = [] 157 outputs.append(dst_name) 160 outputs.extend( 168 outputs.append(dst_name) 170 return outputs
|