HomeSort by relevance Sort by last modified time
    Searched full:input4 (Results 1 - 12 of 12) sorted by null

  /cts/tests/src/android/renderscript/cts/
atan2_f32.rs 34 } input4;
36 void atan2_f32_4(const input4* in, float4* out){
fmax_f32.rs 34 } input4;
36 void fmax_f32_4(const input4* in, float4* out){
fmin_f32.rs 34 } input4;
36 void fmin_f32_4(const input4* in, float4* out){
  /external/chromium_org/crypto/
secure_hash_unittest.cc 44 std::string input4(10001, 'd'); // 'd' repeated 10001 times
60 ctx1->Update(input4.data(), input4.size());
67 ctx2->Update(input4.data(), input4.size());
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
input_test.cpp 104 pp::Input input4(count, str, NULL);
105 EXPECT_EQ(3u, input4.read(buf, maxSize));
107 EXPECT_EQ(0u, input4.read(buf, maxSize));
141 pp::Input input4(count, str, NULL);
142 EXPECT_EQ(3u, input4.read(buf, maxSize));
144 EXPECT_EQ(0u, input4.read(buf, maxSize));
  /external/chromium_org/v8/test/webkit/fast/regex/
pcre-test-4-expected.txt 37 PASS regex1.exec(input4); is results
52 PASS regex12.exec(input4); is results
57 PASS regex13.exec(input4); is results
63 PASS regex14.exec(input4); is results
69 PASS regex15.exec(input4); is results
78 PASS regex16.exec(input4); is results
179 PASS regex75.exec(input4); is results
191 PASS regex78.exec(input4); is results
209 PASS regex86.exec(input4); is results
214 PASS regex87.exec(input4); is result
    [all...]
pcre-test-4.js 57 var input4 = "ac\ncb"; variable
59 shouldBe('regex1.exec(input4);', 'results');
125 var input4 = "ac\ncb"; variable
127 shouldBe('regex12.exec(input4);', 'results');
142 var input4 = "a\u1234\u4321\u3412\u3421b"; variable
144 shouldBe('regex13.exec(input4);', 'results');
163 var input4 = "a\u1234\u4321\u3412\u3421b"; variable
165 shouldBe('regex14.exec(input4);', 'results');
184 var input4 = "a\u1234\u4321\u3412\u3421b"; variable
186 shouldBe('regex15.exec(input4);', 'results')
214 var input4 = "a\\u1234\\u4321\\u3412\\u3421b"; variable
633 var input4 = "ab|cd"; variable
675 var input4 = "ab|cd"; variable
740 var input4 = "\\u0200X"; variable
758 var input4 = "\\u0200X"; variable
779 var input4 = "\\u0200X"; variable
797 var input4 = "y"; variable
    [all...]
  /external/icu4c/test/intltest/
listformattertest.cpp 54 UnicodeString input4[] = {one, two, three, four}; local
55 CheckFormatting(formatter.getAlias(), input4, 4, results[3]);
72 UnicodeString input4[] = {one, two, three, four}; local
73 formatter->format(input4, 4, results[3], errorCode);
189 UnicodeString input4[] = {one, two, three, four}; local
190 CheckFormatting(&formatter, input4, 4, results[3]);
  /external/bison/tests/
skeletons.at 235 AT_DATA([[input4.y]],
241 AT_BISON_CHECK([[input4.y]], [[1]], [[]],
242 [[input4.y: fatal error: b4_percent_define_get_syncline: undefined %define variable 'bogus'
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 891 ArrayInputStream input4(buffer + 25, 15);
900 {&input1, &input2, &input3, &input4, &input5, &input6, &input7};
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 668 ArrayInputStream input4(buffer + 25, 15);
677 {&input1, &input2, &input3, &input4, &input5, &input6, &input7};
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 1102 __m128i input0, input1, input2, input3, input4, input5, input6, input7; local
    [all...]

Completed in 322 milliseconds