Searched refs:input (Results 126 - 150 of 3771) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/s390x/
H A Dlam_stam.c6 char input[44] = "0123456789\n" variable
13 asm volatile( "larl 1,input\n\t"
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DNoViableAltException.java41 IntStream input)
43 super(input);
50 if ( input instanceof CharStream ) {
38 NoViableAltException(String grammarDecisionDescription, int decisionNumber, int stateNumber, IntStream input) argument
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dkeyboard_ui.css6 input[type=email]:focus,
7 input[type=number]:focus,
8 input[type=password]:focus,
9 input[type=tel]:focus,
10 input[type=text]:focus,
11 input[type=url]:focus {
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dstring_serialization.h13 size_t GetSerializedSize_(const String& input);
14 void Serialize_(const String& input, internal::Buffer* buffer,
16 void Deserialize_(internal::String_Data* input, String* output);
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.h14 bool DecodePNG(const unsigned char* input, size_t input_size,
19 bool EncodeRGBAPNG(const unsigned char* input,
26 bool EncodeBGRAPNG(const unsigned char* input,
/external/stlport/test/unit/
H A Ddivides_test.cpp30 int input [3] = { 2, 3, 4 }; local
31 int result = accumulate(input, input + 3, 48, divides<int>());
H A Dtimes_test.cpp31 int input [4] = { 1, 5, 7, 2 }; local
32 int total = accumulate(input, input + 4, 1, multiplies<int>());
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsrucode.cpp34 const uint8_t *input = textIn->fRawInput; local
38 if (length >=2 && input[0] == 0xFE && input[1] == 0xFF) {
59 const uint8_t *input = textIn->fRawInput; local
63 if (length >= 4 && input[0] == 0xFF && input[1] == 0xFE && (input[2] != 0x00 || input[3] != 0x00)) {
79 const uint8_t *input = textIn->fRawInput; local
86 if (limit > 0 && getChar(input,
130 getChar(const uint8_t *input, int32_t index) const argument
146 getChar(const uint8_t *input, int32_t index) const argument
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestlexer.m103 NSInteger LA1_0 = [input LA:1];
113 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')) {
114 [input consume];
117 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
179 if (([input L
[all...]
/external/libcxx/test/localization/locale.categories/
H A D__scan_keyword.pass.cpp19 // If one keyword is a prefix of another, and the next CharT in the input
29 // If the input is "a", the first keyword matches and eofbit is set.
30 // If the input is "abc", no match is found and "ab" are consumed.
47 const char input[] = "a"; local
48 const char* in = input;
51 std::string* k = std::__scan_keyword(in, input+sizeof(input)-1,
55 assert(in == input+1);
59 const char input[] = "abc"; local
60 const char* in = input;
71 const char input[] = "abb"; local
83 const char input[] = "Tue "; local
95 const char input[] = "tue "; local
107 const char input[] = "tue "; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeInputMultipleFields.css6 input[type="date" i],
7 input[type="datetime-local" i],
8 input[type="month" i],
9 input[type="time" i],
10 input[type="week" i] {
19 input::-webkit-datetime-edit {
26 input::-webkit-datetime-edit-fields-wrapper {
35 input::-webkit-datetime-edit-ampm-field,
36 input::-webkit-datetime-edit-day-field,
37 input
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dexterns.js13 chrome.input = {};
16 chrome.input.ime = {};
35 chrome.input.ime.commitText = function(parameters, opt_callback) {};
42 chrome.input.ime.deleteSurroundingText = function(parameters, opt_callback) {};
48 chrome.input.ime.keyEventHandled = function(requestId, response) {};
51 * @param {{engineID: string, items: Array.<chrome.input.ime.MenuItem>}}
55 chrome.input.ime.setMenuItems = function(parameters, opt_callback) {};
58 chrome.input.ime.onActivate;
61 chrome.input.ime.onBlur;
64 chrome.input
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognitionException.as55 * problem occurred and/or what was the expected input. While the parser
56 * knows its state (such as current input symbol and line info) that
59 * perhaps print an entire line of input not just a single token, for example.
64 /** What input stream did the error occur in? */
65 public var input:IntStream;
99 public function RecognitionException(input:IntStream = null) {
100 if (input == null) {
103 this.input = input;
104 this.index = input
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Ddequantize.c29 void vp8_dequant_idct_add_c(short *input, short *dq, argument
36 input[i] = dq[i] * input[i];
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
41 vpx_memset(input, 0, 32);
/external/chromium_org/third_party/webrtc/test/
H A Dvideo_capturer.cc29 VideoCapturer::VideoCapturer(VideoSendStreamInput* input) argument
30 : input_(input) {}
32 VideoCapturer* VideoCapturer::Create(VideoSendStreamInput* input, argument
37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps);
45 FrameGeneratorCapturer::Create(input, width, height, fps, clock);
/external/guava/guava/src/com/google/common/hash/
H A DHashFunction.java31 * <li><b>block of data:</b> the input for a hash function is always, in concept, an
42 * <li><b>pure function:</b> the value produced must depend only on the input bytes, in
64 * input. The true test of a hash function is how it performs on representative
76 * designed to make it as infeasible as possible to reverse-engineer the input that
88 * <h3>Providing input to a hash function</h3>
146 * expected size of the input (in bytes). This is only important for non-streaming hash
147 * functions (hash functions that need to buffer their whole input before processing any
153 * Shortcut for {@code newHasher().putLong(input).hash()}; returns the hash code for the
157 HashCode hashLong(long input); argument
160 * Shortcut for {@code newHasher().putBytes(input)
164 hashBytes(byte[] input) argument
174 hashBytes(byte[] input, int off, int len) argument
183 hashString(CharSequence input) argument
190 hashString(CharSequence input, Charset charset) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Ddequantize.c29 void vp8_dequant_idct_add_c(short *input, short *dq, argument
36 input[i] = dq[i] * input[i];
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
41 vpx_memset(input, 0, 32);
/external/qemu/android/utils/
H A Dwin32_cmdline_quote_unittest.cpp33 const char* input; member in struct:__anon29220
45 const char* input = kData[n].input; local
48 ScopedCString out(win32_cmdline_quote(input));
49 EXPECT_STREQ(expected, out.str()) << "Quoting '" << input << "'";
/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.h54 bool StoreArray(const T* input, uint32_t count) { argument
68 if (input)
69 memcpy(dest, input, sizeof(T) * count);
76 bool StoreVector(const std::vector<T>& input) { argument
77 return StoreArray(input.size() ? &input[0] : NULL, input.size());
91 bool StoreResourceVector(const std::vector<scoped_refptr<Resource> >& input);
95 bool StoreResourceVector(const std::vector<PP_Resource>& input);
104 bool StoreVarVector(const std::vector<scoped_refptr<Var> >& input);
[all...]
/external/harfbuzz_ng/util/
H A Dmain-font-text.hh40 input (&options),
50 if (argc && !input.text && !input.text_file) input.text = argv[0], argc--, argv++;
55 if (!input.text && !input.text_file)
56 input.text_file = "-";
63 while ((text = input.get_line (&text_len)))
64 consumer.consume_line (buffer, text, text_len, input.text_before, input
75 text_options_t input; member in struct:main_font_text_t
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.java41 public SimpleCTP(TreeNodeStream input) { argument
42 this(input, new RecognizerSharedState());
44 public SimpleCTP(TreeNodeStream input, RecognizerSharedState state) { argument
45 super(input, state);
67 int LA1_0 = input.LA(1);
90 new EarlyExitException(1, input);
102 recover(input,re);
117 switch ( input.LA(1) ) {
135 new NoViableAltException("", 2, 0, input);
155 match(input,FUNC_DEC
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.java41 public SimpleCTP(TreeNodeStream input) { argument
42 this(input, new RecognizerSharedState());
44 public SimpleCTP(TreeNodeStream input, RecognizerSharedState state) { argument
45 super(input, state);
67 int LA1_0 = input.LA(1);
90 new EarlyExitException(1, input);
102 recover(input,re);
117 switch ( input.LA(1) ) {
135 new NoViableAltException("", 2, 0, input);
155 match(input,FUNC_DEC
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTracer.cs50 public IIntStream input; field in class:Antlr.Runtime.Debug.Tracer
53 public Tracer(IIntStream input) argument
55 this.input = input;
80 if (input is ITokenStream)
82 return ((ITokenStream) input).LT(k);
84 return (char) input.LA(k);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTracer.cs47 public IIntStream input; field in class:Antlr.Runtime.Debug.Tracer
50 public Tracer( IIntStream input )
52 this.input = input;
77 if ( input is ITokenStream )
79 return ( (ITokenStream)input ).LT( k );
81 return (char)input.LA( k );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DTracer.java38 public IntStream input; field in class:Tracer
41 public Tracer(IntStream input) { argument
42 this.input = input;
58 if ( input instanceof TokenStream ) {
59 return ((TokenStream)input).LT(k);
61 return new Character((char)input.LA(k));

Completed in 2116 milliseconds

1234567891011>>