HomeSort by relevance Sort by last modified time
    Searched defs:input (Results 226 - 250 of 924) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonToken.h 35 // information about the Token's position in the input stream
46 // the actual input stream this token was found in
47 __strong id<ANTLRCharStream> input; variable
98 // input
100 - (id<ANTLRCharStream>)input;
127 @property (retain) id<ANTLRCharStream> input; variable
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestInterpretedParsing.java 63 CharStream input = new ANTLRStringStream("while x { i=1; y=3.42; z=y; }"); local
64 Interpreter lexEngine = new Interpreter(g, input);
98 CharStream input = new ANTLRStringStream("while x { i=1 y=3.42; z=y; }"); local
99 Interpreter lexEngine = new Interpreter(g, input);
133 CharStream input = new ANTLRStringStream("while x { i=; y=3.42; z=y; }"); local
134 Interpreter lexEngine = new Interpreter(g, input);
168 CharStream input = new ANTLRStringStream("while x { i=; y=3.42; z=y; }"); local
169 Interpreter lexEngine = new Interpreter(g, input);
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
SplitTest.java 44 String input = "poodle zoo"; local
47 tokens = p.split(input, 1);
49 assertTrue(tokens[0].equals(input));
50 tokens = p.split(input, 2);
54 tokens = p.split(input, 5);
58 tokens = p.split(input, -2);
62 tokens = p.split(input, 0);
66 tokens = p.split(input);
73 tokens = p.split(input, 1);
75 assertTrue(tokens[0].equals(input));
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionInputBuffer.java 50 /** Original session input buffer. */
57 * Create an instance that wraps the specified session input buffer.
58 * @param in The session input buffer.
74 this.wire.input(b, off, l);
82 this.wire.input(l);
90 this.wire.input(b, 0, l);
98 this.wire.input(s + "[EOL]");
108 this.wire.input(s + "[EOL]");
  /external/chromium/base/
string_number_conversions_unittest.cc 62 uint64 input; member in struct:base::__anon2749
72 EXPECT_EQ(cases[i].output, Uint64ToString(cases[i].input));
77 std::string input; member in struct:base::__anon2750
108 const char* ascii_chars = cases[i].input.c_str();
110 EXPECT_EQ(cases[i].success, StringToInt(cases[i].input, &output));
113 EXPECT_EQ(cases[i].success, StringToInt(cases[i].input.begin(),
114 cases[i].input.end(),
119 ascii_chars, ascii_chars + cases[i].input.length(), &output));
122 string16 utf16_input = UTF8ToUTF16(cases[i].input);
141 const char input[] = "6\06" local
175 std::string input; member in struct:base::__anon2751
246 const char input[] = "6\\06"; local
277 std::string input; member in struct:base::__anon2752
329 const char input[] = "0xc0ffee\\09"; local
346 const std::string input; member in struct:base::__anon2753
386 std::string input; member in struct:base::__anon2754
429 const char input[] = "3.14\\0159"; local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
keyword_provider_unittest.cc 20 const string16 input; member in struct:KeywordProviderTest::test_data
69 AutocompleteInput input(keyword_cases[i].input, string16(), true,
71 kw_provider_->Start(input, false);
75 ASCIIToUTF16("Input was: ") + keyword_cases[i].input;
91 // no-query-input cases have a space appended, and action is not escaped.
111 // Clean up keyword input properly. "http" and "https" are the only
131 // No query input -> empty destination URL.
136 // and query input, but not rest of URL, is escaped
    [all...]
  /external/chromium/chrome/common/
web_apps_unittest.cc 139 // Tests ParseIconSizes with various input.
142 const char* input; member in struct:TestData
151 // Bogus input cases.
175 bool result = web_apps::ParseIconSizes(ASCIIToUTF16(data[i].input), &sizes,
  /external/chromium/crypto/
rsa_private_key_unittest.cc 161 std::vector<uint8> input; local
162 input.resize(sizeof(private_key_info));
163 memcpy(&input.front(), private_key_info, sizeof(private_key_info));
166 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input));
  /external/chromium/net/ftp/
ftp_directory_listing_parser_unittest.h 20 const char* input; member in struct:net::FtpDirectoryListingParserTest::SingleLineTestData
ftp_util_unittest.cc 19 const char* input; member in struct:__anon4051::__anon4052
36 net::FtpUtil::UnixFilePathToVMS(kTestCases[i].input))
37 << kTestCases[i].input;
43 const char* input; member in struct:__anon4051::__anon4053
69 net::FtpUtil::UnixDirectoryPathToVMS(kTestCases[i].input))
70 << kTestCases[i].input;
76 const char* input; member in struct:__anon4051::__anon4054
102 net::FtpUtil::VMSPathToUnix(kTestCases[i].input))
103 << kTestCases[i].input;
113 // Input
    [all...]
  /external/compiler-rt/test/timing/
ashldi3.c 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE]; local
24 // Initialize the input array with data of various sizes.
26 input[i] = rand() & 0x3f;
36 FUNCTION_NAME(fixedInput, input[i]);
ashrdi3.c 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE]; local
24 // Initialize the input array with data of various sizes.
26 input[i] = rand() & 0x3f;
36 FUNCTION_NAME(fixedInput, input[i]);
lshrdi3.c 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count);
19 INPUT_TYPE input[INPUT_SIZE]; local
24 // Initialize the input array with data of various sizes.
26 input[i] = rand() & 0x3f;
36 FUNCTION_NAME(fixedInput, input[i]);
negdi2.c 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input);
19 INPUT_TYPE input[INPUT_SIZE]; local
24 // Initialize the input array with data of various sizes.
26 input[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
37 FUNCTION_NAME(input[i]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-regexp.jar 
  /external/elfutils/tests/
asm-tst9.c 42 static int32_t input[] = variable
46 #define ninput (sizeof (input) / sizeof (input[0]))
137 if (asm_adduleb128 (scn, input[cnt]) != 0)
140 (uint32_t) input[cnt], asm_errmsg (-1));
144 if (asm_addsleb128 (scn, input[cnt]) != 0)
147 input[cnt], asm_errmsg (-1));
151 if (asm_adduleb128 (scn, -input[cnt]) != 0)
154 (uint32_t) -input[cnt], asm_errmsg (-1));
158 if (asm_addsleb128 (scn, -input[cnt]) != 0
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
MouseMotionEvent.java 33 package com.jme3.input.event;
  /external/openfst/src/include/fst/
invert.h 49 // FST's input and output labels. This version modifies its input.
57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0; local
61 fst->SetOutputSymbols(input);
62 delete input;
68 // FST's input and output labels. This version is a delayed Fst.
74 // time and to visit an input state or arc is assumed and exclusive
  /external/webkit/Source/JavaScriptCore/runtime/
RegExpConstructor.h 50 UString input; member in struct:JSC::RegExpConstructorPrivate
77 const UString& input() const;
124 d->input = s;
  /external/webkit/Source/WebCore/editing/
InsertTextCommand.cpp 59 // Prepare for text input by looking at the specified position.
105 void InsertTextCommand::input(const String& text, bool selectInsertedText, RebalanceType whitespaceRebalance) function in class:WebCore::InsertTextCommand
  /external/webkit/Source/WebCore/html/
ValidityState.cpp 92 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); local
93 return validationMessageStepMismatchText(input->stepBaseString(), input->stepString());
113 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); local
114 return input->valueMissing(input->value());
146 HTMLInputElement* input = static_cast<HTMLInputElement*>(element);
147 return input->patternMismatch(input->value());
157 HTMLInputElement* input = static_cast<HTMLInputElement*>(element) local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderButton.cpp 118 // If we're an input element, we may need to change our button text.
120 HTMLInputElement* input = static_cast<HTMLInputElement*>(node()); local
121 String value = input->valueWithDefault();
141 // Input elements can't have children, but button elements can. We'll
  /external/webkit/Source/WebCore/webaudio/
AudioNodeOutput.cpp 108 // Announce to any nodes we're connected to that we changed our channel count for its input.
110 AudioNodeInput* input = *i; local
111 AudioNode* connectionNode = input->node();
112 connectionNode->checkNumberOfChannelsForInput(input);
124 // but we can't process in-place if we're connected to more than one input (fan-out > 1).
155 void AudioNodeOutput::addInput(AudioNodeInput* input)
159 ASSERT(input);
160 if (!input)
163 m_inputs.add(input);
166 void AudioNodeOutput::removeInput(AudioNodeInput* input)
183 AudioNodeInput* input = *m_inputs.begin(); local
194 AudioNodeInput* input = *i; local
207 AudioNodeInput* input = *i; local
    [all...]
DelayDSPKernel.cpp 119 double input = static_cast<float>(*source++); local
120 buffer[m_writeIndex] = static_cast<float>(input);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
OutputStreamTarget.java 49 Frame input = pullInput("data"); local
52 if (input.getFormat().getObjectClass() == String.class) {
53 String stringVal = (String)input.getObjectValue();
56 data = input.getData();

Completed in 2082 milliseconds

1 2 3 4 5 6 7 8 91011>>