HomeSort by relevance Sort by last modified time
    Searched refs:inputs (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/guava/src/com/google/common/collect/
Iterables.java 386 * {@code inputs}. The input iterators are not polled until necessary.
393 public static <T> Iterable<T> concat(Iterable<? extends T>... inputs) {
394 return concat(ImmutableList.of(inputs));
400 * {@code inputs}. The input iterators are not polled until necessary.
408 Iterable<? extends Iterable<? extends T>> inputs) {
429 = transform(inputs, function);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 2 // inputs. There is no notion of "success" for this test, other than
  /external/libvpx/vp8/encoder/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.
sad_altivec.asm 115 ;# only one of the inputs should need to be aligned.
123 ;# only one of the inputs should need to be aligned.
  /system/media/mca/filterpacks/imageproc/java/
AutoFixFilter.java 262 Frame[] inputs = {input, mHistFrame, mDensityFrame}; local
263 mShaderProgram.process(inputs, output);
  /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);
  /system/media/mca/filterfw/jni/
jni_shader_program.h 55 jobjectArray inputs,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 108 var inputs = group.querySelectorAll('input:not([type="radio"]),select');
109 for (j = 0; j < inputs.length; j++) {
110 inputs[j].setAttribute('disabled', 'disabled');
113 for (j = 0; j < inputs.length; j++) {
114 self.assert(!inputs[j].hasAttribute('disabled'));
  /external/llvm/utils/lit/lit/
main.py 319 def load_test_suite(inputs):
335 # Load the tests from the inputs.
339 for input in inputs:
451 parser.error('No inputs specified')
468 inputs = args
492 # Expand '@...' form in inputs.
494 for input in inputs:
508 # Load the tests from the inputs.
  /system/media/mca/filterfw/native/core/
shader_program.h 97 bool Process(const std::vector<const GLFrame*>& inputs, GLFrame* output);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 475 var inputs = el.querySelectorAll(
478 for (j = 0; j < inputs.length; j++) {
479 inputs[j].removeAttribute('disabled');
482 for (j = 0; j < inputs.length; j++) {
483 inputs[j].setAttribute('disabled', 'disabled');
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 102 llvm::Value * inputsPtr, * outputsPtr, * constantsPtr; // internal globals to store inputs/outputs/constants pointers
103 llvm::Value * inputs, * outputs, * constants; member in class:ir_to_llvm_visitor
109 inputs(NULL), outputs(NULL), constants(NULL)
196 v = bld.CreateConstGEP1_32(inputs, var->location);
294 params.push_back(vecPtrTy); // inputs
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 927 QWebElementCollection inputs = m_mainFrame->documentElement().findAll("input"); local
928 QWebElement input1 = inputs.at(0);
932 QWebElement input2 = inputs.at(1);
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 629 Value * inputs = start; local
637 CallInst *call = builder.CreateCall3(fsFunction,inputs, outputs, constants);
  /external/v8/benchmarks/
deltablue.js 246 // has no inputs
686 * assumed to have marked the inputs of the given constraint with
689 * constraint's output to one of its inputs.
755 * one or more changing inputs.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 240 // has no inputs
680 * assumed to have marked the inputs of the given constraint with
683 * constraint's output to one of its inputs.
749 * one or more changing inputs.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 240 // has no inputs
680 * assumed to have marked the inputs of the given constraint with
683 * constraint's output to one of its inputs.
749 * one or more changing inputs.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 240 // has no inputs
680 * assumed to have marked the inputs of the given constraint with
683 * constraint's output to one of its inputs.
749 * one or more changing inputs.
  /external/kernel-headers/original/linux/
hid.h 483 struct list_head inputs; /* The list of inputs */ member in struct:hid_device
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 533 IDevPtr inputs; member in struct:_serverlayoutrec
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 123 // var myOnOpenHandler = function(inputs) {
  /external/v8/test/mjsunit/
debug-sourceinfo.js 252 // Make sure invalid inputs work properly.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 146 static bool GetAudioDeviceIDs(bool inputs, std::vector<AudioDeviceID>* out);
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 1558 QWebElementCollection inputs = page->mainFrame()->documentElement().findAll("input"); local
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 1717 milliseconds

1 23 4