HomeSort by relevance Sort by last modified time
    Searched refs:input (Results 151 - 175 of 2942) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/inspector/
xxd.pl 36 open($input, '<', $fname) or die "Can't open file for read: $fname $!";
38 $text = <$input>;
39 close($input);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 40 protected SlimStringStream input; field in class:Antlr.Runtime.SlimLexer
49 public SlimLexer( ICharStream input )
51 this.input = (SlimStringStream)input;
54 public SlimLexer( ICharStream input, RecognizerSharedState state )
57 this.input = (SlimStringStream)input;
70 return input.Substring( state.tokenStartCharIndex, CharIndex - state.tokenStartCharIndex );
82 return input.Line;
86 input.Line = value
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
NoViableAltException.as 38 input:IntStream)
40 super(input);
47 if ( input is CharStream ) {
  /external/elfutils/src/
ylwrap 26 # ylwrap INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
27 # * INPUT is the input file
34 # The input.
35 input="$1"
37 case "$input" in
43 input="`pwd`/$input"
74 $prog ${1+"$@"} "$input"
89 # The directory holding the input
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/dummy/
DummyInput.java 33 package com.jme3.input.dummy;
35 import com.jme3.input.Input;
36 import com.jme3.input.RawInputListener;
39 * DummyInput as an implementation of <code>Input</code> that raises no
40 * input events.
44 public class DummyInput implements Input {
50 throw new IllegalStateException("Input already initialized.");
57 throw new IllegalStateException("Input not initialized.");
62 throw new IllegalStateException("Input not initialized.")
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
JoyAxisEvent.java 33 package com.jme3.input.event;
35 import com.jme3.input.InputManager;
36 import com.jme3.input.Joystick;
  /external/stlport/test/unit/
strstream_test.cpp 19 CPPUNIT_TEST(input);
23 void input();
31 void StrstreamTest::input() function in class:StrstreamTest
  /ndk/tests/device/test-gnustl-full/unit/
strstream_test.cpp 19 CPPUNIT_TEST(input);
23 void input();
31 void StrstreamTest::input() function in class:StrstreamTest
  /ndk/tests/device/test-stlport/unit/
strstream_test.cpp 19 CPPUNIT_TEST(input);
23 void input();
31 void StrstreamTest::input() function in class:StrstreamTest
  /external/ceres-solver/include/ceres/internal/
autodiff.h 90 // framework is designed for a single-parameter vector-valued input. The wrapper
209 static bool Call(const Functor& functor, T const *const *input, T* output) {
210 return functor(input[0],
211 input[1],
212 input[2],
213 input[3],
214 input[4],
215 input[5],
216 input[6],
217 input[7]
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 60 # From the input stream, predict what alternative will succeed
65 my ($self, $input) = @_;
67 my $mark = $input->mark(); # remember where decision started in input
74 $s = $self->special_state_transition($special_state, $input);
76 $self->no_viable_alt($s, $input);
79 $input->consume();
88 my $c = $input->LA(1); # -1 == \uFFFF, all tokens fit in 65000 space
100 $input->consume();
109 $self->no_viable_alt($s, $input);
    [all...]
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
UTF8CharsetTest.java 40 byte[] input = new byte[] { 97, 98, -27, -76, -108, -26, -107, -113 };
42 internalTestDecode(input, output);
51 String input = "ab\u5D14\u654F"; local
53 internalTestEncode(input, output);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ProcessReadWriteTest.java 29 FileInputStream input = new FileInputStream(FileDescriptor.in); local
35 int c = input.read();
38 c = input.read();
42 input.close();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
BCMessageDigest.java 26 byte input)
28 digest.update(input);
32 byte[] input,
36 digest.update(input, offset, len);
  /external/chromium/net/http/
md4.h 54 * MD4Sum - computes the MD4 sum over the input buffer per RFC 1320
56 * @param input
57 * buffer containing input data
59 * length of input buffer (number of bytes)
70 void MD4Sum(const uint8 *input, uint32 inputLen, uint8 *result);
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
Input.java 33 package com.jme3.input;
36 * Abstract interface for an input device.
42 public interface Input {
50 * Queries the device for input. All events should be sent to the
53 * @see #setInputListener(com.jme3.input.RawInputListener)
70 * Sets the input listener to receive events from this device. The
JoyInput.java 33 package com.jme3.input;
38 public interface JoyInput extends Input {
62 * @param inputManager The input manager requesting to load joysticks
MouseInput.java 33 package com.jme3.input;
38 public interface MouseInput extends Input {
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
ActionListener.java 33 package com.jme3.input.controls;
36 * <code>ActionListener</code> is used to receive input events in "digital" style.
41 * When an action listener is registered to a natively digital input, such as a button,
51 * Called when an input to which this listener is registered to is invoked.
AnalogListener.java 33 package com.jme3.input.controls;
SoftTextDialogInputListener.java 32 package com.jme3.input.controls;
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 104 final CodedInputByteBufferNano input,
106 return input.skipField(tag);
114 * Rewinds to current input position before returning.
116 * @param input stream input, pointing to the byte after the first tag
122 final CodedInputByteBufferNano input,
125 int startPos = input.getPosition();
126 input.skipField(tag);
127 while (input.getBytesUntilLimit() > 0) {
128 int thisTag = input.readTag()
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioBasicProcessorNode.cpp 79 AudioBus* sourceBus = input(0)->bus();
82 if (!input(0)->isConnected())
98 // Render input stream - suggest to the input to render directly into output bus for in-place processing in process() if possible.
99 input(0)->pull(output(0)->bus(), framesToProcess);
108 // As soon as we know the channel count of our input, we can lazily initialize.
111 void AudioBasicProcessorNode::checkNumberOfChannelsForInput(AudioNodeInput* input)
115 ASSERT(input == this->input(0));
116 if (input != this->input(0)
    [all...]
AudioChannelMerger.cpp 67 AudioNodeInput* input = this->input(i); local
68 if (input->isConnected())
69 numberOfOutputChannels += input->bus()->numberOfChannels();
78 AudioNodeInput* input = this->input(i); local
79 if (input->isConnected()) {
80 unsigned numberOfInputChannels = input->bus()->numberOfChannels();
82 // Merge channels from this particular input.
84 AudioChannel* inputChannel = input->bus()->channel(j)
    [all...]
AudioGainNode.cpp 54 // happen in the summing junction input of the AudioNode we're connected to.
62 if (!isInitialized() || !input(0)->isConnected())
65 AudioBus* inputBus = input(0)->bus();
86 // As soon as we know the channel count of our input, we can lazily initialize.
89 void AudioGainNode::checkNumberOfChannelsForInput(AudioNodeInput* input)
91 ASSERT(input && input == this->input(0));
92 if (input != this->input(0)
    [all...]

Completed in 639 milliseconds

1 2 3 4 5 67 8 91011>>