Searched refs:input (Results 51 - 75 of 3771) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_type_conversions.cc13 const gpu::CommandBuffer::State& input) {
15 result->num_entries = input.num_entries;
16 result->get_offset = input.get_offset;
17 result->put_offset = input.put_offset;
18 result->token = input.token;
19 result->error = input.error;
20 result->context_lost_reason = input.context_lost_reason;
21 result->generation = input.generation;
27 const CommandBufferStatePtr& input) {
29 state.num_entries = input
12 Convert( const gpu::CommandBuffer::State& input) argument
26 Convert( const CommandBufferStatePtr& input) argument
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dfake_stdin.cc15 FILE* FakeStdin(const std::string& input) { argument
18 EXPECT_EQ(input.size(),
19 fwrite(input.c_str(), sizeof(char), input.size(), fake_stdin));
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-convert-transition.js28 var input = '{ "a1":1, "a2":1, "a3":1, "a4":1, "a5":1, "a6":1, "a7":1,\ variable
30 var a = JSON.parse(input);
34 var b = JSON.parse(input);
38 var c = JSON.parse(input);
/external/compiler-rt/test/asan/TestCases/
H A Dinit-order-pthread-create.cc14 void *foo(void *input) { argument
16 pthread_create(&t, 0, run, input);
22 void *bar(void *input) { argument
23 return input;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs37 public ITokenStream input; field in class:Antlr.Runtime.Debug.DebugTokenStream
43 public DebugTokenStream(ITokenStream input, IDebugEventListener dbg) { argument
44 this.input = input;
48 input.LT(1);
55 return input.Index;
61 return input.Range;
80 int a = input.Index;
81 IToken t = input.LT(1);
82 input
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs39 public ITokenStream input; field in class:Antlr.Runtime.Debug.DebugTokenStream
45 public DebugTokenStream( ITokenStream input, IDebugEventListener dbg ) argument
47 this.input = input;
51 input.LT( 1 );
60 return input.Index;
68 return input.Range;
92 int a = input.Index;
93 IToken t = input.LT( 1 );
94 input
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTokenStream.java36 public TokenStream input; field in class:DebugTokenStream
42 public DebugTokenStream(TokenStream input, DebugEventListener dbg) { argument
43 this.input = input;
47 input.LT(1);
58 int a = input.index();
59 Token t = input.LT(1);
60 input.consume();
61 int b = input.index();
66 dbg.consumeHiddenToken(input
[all...]
H A DDebugParser.java46 public DebugParser(TokenStream input, DebugEventListener dbg, RecognizerSharedState state) { argument
47 super(input instanceof DebugTokenStream?input:new DebugTokenStream(input,dbg), state);
51 public DebugParser(TokenStream input, RecognizerSharedState state) { argument
52 super(input instanceof DebugTokenStream?input:new DebugTokenStream(input,null), state);
55 public DebugParser(TokenStream input, DebugEventListener dbg) { argument
56 this(input instanceo
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/examples/expr/
H A Dexpr.pl19 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => $in });
20 my $lexer = ExprLexer->new({ input => $input });
23 my $parser = ExprParser->new({ input => $tokens });
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.hlsl39 VS2PS vs(IA2VS input)
42 result.position = input.position;
43 result.color = input.color;
47 float4 ps(VS2PS input) : SV_TARGET
49 return input.color;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.hlsl39 VS2PS vs(IA2VS input)
42 result.position = input.position;
43 result.color = input.color;
47 float4 ps(VS2PS input) : SV_TARGET
49 return input.color;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.hlsl39 VS2PS vs(IA2VS input)
42 result.position = input.position;
43 result.color = input.color;
47 float4 ps(VS2PS input) : SV_TARGET
49 return input.color;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.hlsl39 VS2PS vs(IA2VS input)
42 result.position = input.position;
43 result.color = input.color;
47 float4 ps(VS2PS input) : SV_TARGET
49 return input.color;
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3input.h3 * streams from any input source. Any character size and encoding
6 * to specific offsets into their input streams.
52 /// Master context structure for an ANTLR3 C runtime based input stream.
69 /** Pointer the start of the input string, characters may be
70 * taken as offsets from here and in original input format encoding.
79 /** String factory for this input stream
84 /** Pointer to the next character to be consumed from the input data
86 * was read by the functions installed as pointer in this input stream
93 * input source is a stream such as a socket or something then we may
94 * call special read code to wait for more input
[all...]
/external/llvm/utils/
H A DDSAclean.py17 input = open(sys.argv[1], 'r') variable
21 buffer = input.readline()
25 buffer = input.readline()
30 buffer = input.readline()
31 input.close()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java91 ParseState input = new ParseState(iso8601String);
95 input.ch(0) == 'T' ||
96 (input.length() >= 2 && input.ch(1) == ':' ||
97 (input.length() >= 3 && input.ch(2) == ':'));
101 if (input.ch(0) == '-')
103 input.skip();
108 value = input.gatherInt("Invalid year in date string", 9999);
109 if (input
[all...]
/external/lldb/scripts/Python/
H A Dpython-typemaps.swig5 if (PyList_Check($input)) {
6 int size = PyList_Size($input);
10 PyObject *o = PyList_GetItem($input,i);
20 } else if ($input == Py_None) {
48 if (!PyInt_Check($input)) {
52 $2 = PyInt_AsLong($input);
72 if (PyString_Check($input)) {
73 $1 = (char *) PyString_AsString($input);
74 $2 = PyString_Size($input);
76 else if(PyByteArray_Check($input)) {
[all...]
/external/chromium_org/tools/gn/
H A Dtemplate_unittest.cc11 TestParseInput input(
19 ASSERT_FALSE(input.has_error());
22 input.parsed()->Execute(setup.scope(), &err);
30 TestParseInput input(
37 ASSERT_FALSE(input.has_error());
40 input.parsed()->Execute(setup.scope(), &err);
46 TestParseInput input(
53 ASSERT_FALSE(input.has_error());
56 input.parsed()->Execute(setup.scope(), &err);
62 TestParseInput input(
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.m85 NSInteger LA1_0 = [input LA:1];
95 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
96 [input consume];
98 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
141 if ((([input L
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.m103 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
104 [input consume];
107 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
113 NSInteger LA1_0 = [input LA:1];
123 if ((([input LA:1] >= '0') && ([input L
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m112 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
113 [input consume];
115 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
123 NSInteger LA1_0 = [input LA:1];
133 if ((([input LA:1] >= '0') && ([input L
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DTreeParser.js5 org.antlr.runtime.tree.TreeParser = function(input) {
7 this.setTreeNodeStream(input);
21 if ( this.input ) {
22 this.input.seek(0); // rewind the input
26 /** Set the input stream */
27 setTreeNodeStream: function(input) {
28 this.input = input;
32 return this.input;
[all...]
/external/chromium_org/chrome/browser/extensions/api/idltest/
H A Didltest_api.cc13 base::ListValue* CopyBinaryValueToIntegerList(const BinaryValue* input) { argument
15 const char* input_buffer = input->GetBuffer();
16 for (size_t i = 0; i < input->GetSize(); i++) {
25 BinaryValue* input = NULL; local
26 EXTENSION_FUNCTION_VALIDATE(args_ != NULL && args_->GetBinary(0, &input));
27 SetResult(CopyBinaryValueToIntegerList(input));
32 BinaryValue* input = NULL; local
33 EXTENSION_FUNCTION_VALIDATE(args_ != NULL && args_->GetBinary(0, &input));
34 SetResult(CopyBinaryValueToIntegerList(input));
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DWireFormatNano.java93 final CodedInputByteBufferNano input,
95 return input.skipField(tag);
103 * Rewinds to current input position before returning.
105 * @param input stream input, pointing to the byte after the first tag
111 final CodedInputByteBufferNano input,
114 int startPos = input.getPosition();
115 input.skipField(tag);
116 while (input.getBytesUntilLimit() > 0) {
117 int thisTag = input
92 parseUnknownField( final CodedInputByteBufferNano input, final int tag) argument
110 getRepeatedFieldArrayLength( final CodedInputByteBufferNano input, final int tag) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DParser.as35 protected var input:TokenStream;
37 public function Parser(input:TokenStream, state:RecognizerSharedState = null) {
39 tokenStream = input;
44 if ( input!=null ) {
45 input.seek(0); // rewind the input
49 protected override function getCurrentInputSymbol(input:IntStream):Object {
50 return TokenStream(input).LT(1);
53 protected override function getMissingSymbol(input:IntStream,
61 var current:Token = TokenStream(input)
[all...]

Completed in 2342 milliseconds

1234567891011>>