HomeSort by relevance Sort by last modified time
    Searched refs:inputs (Results 201 - 225 of 565) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 169 UniquePtr<void_ptr, DefaultDelete<void_ptr[]> > inputs; local
181 if (!prepareParams(mInput, builtIn ? info->mInputTypes : NULL, inputs, inputValues,
193 result = (mBuiltin.*(info->mFunction))(inputs.get(), outputs.get());
204 mInput.size(), inputTypes.get(), inputs.get(),
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 449 // Store in "*inputs" all files in "level" that overlap [begin,end]
454 std::vector<FileMetaData*>* inputs) {
455 inputs->clear();
473 inputs->push_back(f);
479 inputs->clear();
483 inputs->clear();
    [all...]
version_set.h 90 std::vector<FileMetaData*>* inputs);
212 // Pick level and inputs for a new compaction.
231 // Create an iterator that reads over the compaction inputs for "*c".
264 void GetRange(const std::vector<FileMetaData*>& inputs,
313 // Return the level that is being compacted. Inputs from "level"
334 // Add all inputs to this compaction as delete operations to *edit.
361 // Each compaction reads inputs from "level_" and "level_+1"
362 std::vector<FileMetaData*> inputs_[2]; // The two sets of inputs
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.h 282 int inputs[VSF_MAX_INPUTS]; member in struct:r300_vertex_program_code
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save.h 128 const struct gl_client_array *inputs[VBO_ATTRIB_MAX]; member in struct:vbo_save_context
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 282 int inputs[VSF_MAX_INPUTS]; member in struct:r300_vertex_program_code
  /external/mesa3d/src/mesa/vbo/
vbo_save.h 128 const struct gl_client_array *inputs[VBO_ATTRIB_MAX]; member in struct:vbo_save_context
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 835 inputs = action['inputs']
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 2 // inputs. There is no notion of "success" for this test, other than
  /external/chromium-libpac/test/js-unittest/
bindings.js 2 // inputs. There is no notion of "success" for this test, other than
  /external/chromium_org/cc/layers/
solid_color_layer_impl_unittest.cc 113 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
115 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
  /external/chromium_org/cc/trees/
layer_tree_host_common.h 94 static void CalculateDrawProperties(CalcDrawPropsMainInputs* inputs);
99 static void CalculateDrawProperties(CalcDrawPropsImplInputs* inputs);
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
bindings.js 2 // inputs. There is no notion of "success" for this test, other than
  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 21 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const SkIRect* cropRect)
26 fInputs[i] = inputs[i];
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 63 def build(self, outputs, rule, inputs=None, implicit=None, order_only=None,
66 all_inputs = self._as_list(inputs)[:]
  /external/libvpx/libvpx/vp8/common/ppc/
variance_altivec.asm 74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
  /external/skia/src/core/
SkImageFilter.cpp 21 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const SkIRect* cropRect)
26 fInputs[i] = inputs[i];
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 262 Frame[] inputs = {input, mHistFrame, mDensityFrame}; local
263 mShaderProgram.process(inputs, output);
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 57 /// inputs - get the input tree built from this archive
58 InputTree& Archive::inputs() function in class:Archive
63 /// inputs - get the input tree built from this archive
64 const InputTree& Archive::inputs() const function in class:Archive
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 497 var inputs = document.querySelectorAll('input.port:not(.invalid)');
498 for (var i = 0; i != inputs.length; ++i) {
499 if (inputs[i] == input)
501 if (parseInt(inputs[i].value) == port)
547 var inputs = line.querySelectorAll('input');
549 for (var i = 0; i != inputs.length; i++) {
550 if (inputs[i].value != '')
  /external/guava/guava/src/com/google/common/collect/
Iterables.java 462 * {@code inputs}. The input iterators are not polled until necessary.
469 public static <T> Iterable<T> concat(Iterable<? extends T>... inputs) {
470 return concat(ImmutableList.copyOf(inputs));
476 * {@code inputs}. The input iterators are not polled until necessary.
484 final Iterable<? extends Iterable<? extends T>> inputs) {
485 checkNotNull(inputs);
489 return Iterators.concat(iterators(inputs));
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 444 * {@code inputs}. The input iterators are not polled until necessary.
451 public static <T> Iterable<T> concat(Iterable<? extends T>... inputs) {
452 return concat(ImmutableList.copyOf(inputs));
458 * {@code inputs}. The input iterators are not polled until necessary.
466 final Iterable<? extends Iterable<? extends T>> inputs) {
467 checkNotNull(inputs);
471 return Iterators.concat(iterators(inputs));
    [all...]
  /external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 326 const char* inputs[] = { local
340 for (size_t i = 0; i < arraysize(inputs); ++i) {
341 QueryForInput(ASCIIToUTF16(inputs[i]), false, false);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 206 // useful when you only need the value of 1 input from a section of view inputs.
546 const DetailInputs& inputs = RequestedFieldsForSection(SECTION_SHIPPING); local
549 inputs,
998 DetailInputs* inputs = MutableRequestedFieldsForSection(section); local
1019 DetailInputs* inputs = MutableRequestedFieldsForSection(section); local
1078 DetailInputs* inputs = MutableRequestedFieldsForSection(section); local
1427 DetailInputs* inputs = MutableRequestedFieldsForSection(section); local
2662 const DetailInputs& inputs = RequestedFieldsForSection(section); local
2680 const DetailInputs& inputs = RequestedFieldsForSection(section); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 138 const struct lp_rast_shader_inputs *inputs = arg.shade_tile; local
147 if (inputs->disable)
189 if (tri->inputs.disable) {

Completed in 2572 milliseconds

1 2 3 4 5 6 7 891011>>