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

<<11121314151617181920>>

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RSABlindedEngine.java 53 * Return the maximum size for an input block to this engine.
57 * @return maximum size for an input block.
79 * @param in the input array.
80 * @param inOff the offset into the input buffer where the data starts.
83 * @exception DataLengthException the input block is too large.
95 BigInteger input = core.convertInput(in, inOff, inLen); local
108 BigInteger blindedInput = r.modPow(e, m).multiply(input).mod(m);
116 result = core.processBlock(input);
121 result = core.processBlock(input);
  /external/chromium/base/
file_path_unittest.cc 16 const FilePath::CharType* input; member in struct:UnaryTestData
21 const FilePath::CharType* input; member in struct:UnaryBooleanTestData
134 FilePath input(cases[i].input);
135 FilePath observed = input.DirName();
137 "i: " << i << ", input: " << input.value();
221 FilePath input(cases[i].input);
222 FilePath observed = input.BaseName()
    [all...]
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider_unittest.cc 18 const string16 input; member in struct:ExtensionAppProviderTest::test_data
76 AutocompleteInput input(keyword_cases[i].input, string16(), true,
78 app_provider_->Start(input, false);
82 << ASCIIToUTF16("Input was: ") + keyword_cases[i].input;
  /external/chromium/chrome/browser/history/
query_parser_unittest.cc 14 const char* input; member in struct:QueryParserTest::TestData
85 query_parser_.ParseQuery(UTF8ToUTF16(data[i].input),
  /external/chromium/chrome/browser/metrics/
metrics_log_unittest.cc 250 std::string input; member in struct:__anon3263
259 std::string hash_string = MetricsLog::CreateHash(cases[i].input);
  /external/chromium/chrome/browser/sync/util/
nigori.cc 204 std::string input; local
205 if (!Base64Decode(encrypted, &input))
208 if (input.size() < kIvSize * 2 + kHashSize)
211 // The input is:
215 std::string iv(input.substr(0, kIvSize));
216 std::string ciphertext(input.substr(kIvSize,
217 input.size() - (kIvSize + kHashSize)));
218 std::string hash(input.substr(input.size() - kHashSize, kHashSize));
  /external/chromium/googleurl/src/
url_util_unittest.cc 118 // Make sure the input is canonicalized.
167 const char* input; member in struct:DecodeCase
192 const char* input = decode_cases[i].input; local
194 url_util::DecodeURLEscapeSequences(input, strlen(input), &output);
  /external/chromium/webkit/glue/
dom_operations.cc 158 } else if (element.hasTagName("input")) {
159 const WebInputElement input = element.toConst<WebInputElement>(); local
160 if (input.isImageButton()) {
291 if (element.isNull() || !element.hasTagName("input"))
  /external/e2fsprogs/lib/ss/
listen.c 53 char input[BUFSIZ]; local
80 if (fgets(input, BUFSIZ, stdin) == input)
81 line = input;
85 input[BUFSIZ-1] = 0;
  /external/icu4c/i18n/
csrucode.cpp 33 const uint8_t *input = textIn->fRawInput; local
35 if (input[0] == 0xFE && input[1] == 0xFF) {
55 const uint8_t *input = textIn->fRawInput; local
57 if (input[0] == 0xFF && input[1] == 0xFE && (input[2] != 0x00 || input[3] != 0x00)) {
72 const uint8_t *input = textIn->fRawInput; local
79 if (getChar(input, 0) == 0x0000FEFFUL)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
Joystick.java 1 package com.jme3.input;
3 import com.jme3.input.controls.JoyAxisTrigger;
4 import com.jme3.input.controls.JoyButtonTrigger;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
LwjglKeyInput.java 33 package com.jme3.input.lwjgl;
35 import com.jme3.input.KeyInput;
36 import com.jme3.input.RawInputListener;
37 import com.jme3.input.event.KeyInputEvent;
44 import org.lwjgl.input.Keyboard;
  /external/jmonkeyengine/engine/src/test/jme3test/input/
TestChaseCamera.java 32 package jme3test.input;
35 import com.jme3.input.ChaseCamera;
36 import com.jme3.input.controls.ActionListener;
37 import com.jme3.input.controls.AnalogListener;
38 import com.jme3.input.controls.KeyTrigger;
  /external/libvpx/examples/
gen_example_doxy.php 16 * content inside a \page. It expects input on stdin and outputs on stdout.
117 function decode_markdown($input)
129 $input = preg_replace($entities, $characters, $input); variable
130 $out = $input;
  /external/openssh/openbsd-compat/
readpassphrase.c 58 int input, output, save_errno, i, need_restart; local
81 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
86 input = STDIN_FILENO;
109 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) {
117 (void)tcsetattr(input, _T_FLUSH, &term);
131 while ((nr = read(input, &ch, 1)) == 1 && ch != '\n' && ch != '\r') {
152 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 &&
165 if (input != STDIN_FILENO)
166 (void)close(input);
    [all...]
  /external/oprofile/libutil++/tests/
file_manip_tests.cpp 22 template <typename Input, typename Output>
24 Input input; member in struct:input_output
29 template <typename Input, typename Output, typename Result>
30 static void check_result(char const * fct_name, Input const & input,
35 << "for:\n\"" << input << "\"\n"
42 template <typename Input, typename Output, typename Result>
43 static void check_result(char const * fct_name, Input const & input1,
44 Input input2, Output const & output, Result const & result
    [all...]
  /external/qemu/android/utils/
lineinput.c 41 LineInput* input; local
43 ANEW0(input);
44 input->line = input->line0;
45 input->line_size = sizeof(input->line0);
47 return input;
54 LineInput* input = _lineInput_new(); local
56 input->std.file = file;
57 return input;
    [all...]
  /external/srec/srec/clib/
matrix_i.c 46 double *col, **input; local
57 input = (double **) CALLOC(dim, sizeof(double *), "clib.input_imatrix");
60 input[ii] = (double *) CALLOC(dim, sizeof(double), "clib.input_imatrix[]");
62 input[ii][jj] = mat[ii][jj];
65 if ((err_code = ludcmp(input, dim, index)) > 0) return(err_code);
71 lubksb(input, dim, index, col);
76 FREE((char *)input[ii]);
77 FREE((char *)input);
  /external/webkit/Source/JavaScriptCore/runtime/
RegExpObject.cpp 143 UString input = exec->argument(0).toString(exec); local
148 regExpConstructor->performMatch(d->regExp.get(), input, 0, position, length);
156 if (lastIndex > input.length()) {
162 if (doubleLastIndex < 0 || doubleLastIndex > input.length()) {
171 regExpConstructor->performMatch(d->regExp.get(), input, lastIndex, position, length);
  /external/webkit/Source/WebCore/accessibility/
AccessibilitySlider.cpp 149 HTMLInputElement* input = element(); local
151 if (input->value() == value)
154 input->setValue(value);
157 input->dispatchFormControlChangeEvent();
  /external/webkit/Source/WebCore/html/shadow/
SliderThumbElement.cpp 113 HTMLInputElement* input = hostInput(); local
114 ASSERT(input);
116 if (!input->renderer() || !renderer())
119 IntPoint offset = roundedIntPoint(input->renderer()->absoluteToLocal(point, false, true));
120 RenderStyle* sliderStyle = input->renderer()->style();
127 trackSize = input->renderBox()->contentHeight() - renderBox()->height();
129 currentPosition = renderBox()->y() - input->renderBox()->contentBoxRect().y();
131 trackSize = input->renderBox()->contentWidth() - renderBox()->width();
133 currentPosition = renderBox()->x() - input->renderBox()->contentBoxRect().x();
139 StepRange range(input);
    [all...]
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.cpp 108 AURenderCallbackStruct input; local
109 input.inputProc = inputProc;
110 input.inputProcRefCon = this;
111 OSStatus result = AudioUnitSetProperty(m_outputUnit, kAudioUnitProperty_SetRenderCallback, kAudioUnitScope_Global, 0, &input, sizeof(input));
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp 85 const SkPMColor* input = static_cast<const SkPMColor*>(pixels); local
86 for (; pixelCount-- > 0; ++input) {
87 *output++ = SkGetPackedR32(*input);
88 *output++ = SkGetPackedG32(*input);
89 *output++ = SkGetPackedB32(*input);
93 static void RGBAtoRGB(const unsigned char* input, unsigned int pixels, unsigned char* output)
95 for (; pixels-- > 0; input += 4) {
96 *output++ = input[0];
97 *output++ = input[1];
98 *output++ = input[2]
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 91 void AudioNode::addInput(PassOwnPtr<AudioNodeInput> input)
93 m_inputs.append(input);
101 AudioNodeInput* AudioNode::input(unsigned i) function in class:WebCore::AudioNode
116 // Sanity check input and output indices.
129 AudioNodeInput* input = destination->input(inputIndex); local
130 input->connect(output);
171 input(i)->pull(0, framesToProcess);
282 // because they no longer have any input connections. This needs to be handled more generally where AudioNodes have
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializer.cpp 67 HTMLInputElement* input = static_cast<HTMLInputElement*>(element); local
68 if (input->isImageButton())

Completed in 774 milliseconds

<<11121314151617181920>>