HomeSort by relevance Sort by last modified time
    Searched full:output (Results 1 - 25 of 21503) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/lit/
MANIFEST.in 5 prune tests/Output
6 prune tests/*/Output
7 prune tests/*/*/Output
  /external/skia/tools/tests/skimage/output-actual/
README 1 Actual output of skimage self-tests goes here.
  /external/skia/tools/tests/skimage/output-expected/
README 1 Expected output of skimage self-tests goes here.
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
handlers.h 10 typedef int (*HandleFunc)(int num_params, char** params, char** output);
12 int HandleFopen(int num_params, char** params, char** output);
13 int HandleFwrite(int num_params, char** params, char** output);
14 int HandleFread(int num_params, char** params, char** output);
15 int HandleFseek(int num_params, char** params, char** output);
16 int HandleFclose(int num_params, char** params, char** output);
17 int HandleStat(int num_params, char** params, char** output);
19 int HandleOpendir(int num_params, char** params, char** output);
20 int HandleReaddir(int num_params, char** params, char** output);
21 int HandleClosedir(int num_params, char** params, char** output);
    [all...]
  /external/chromium_org/third_party/lcov/example/
README 2 To get an example of how the LCOV generated HTML output looks like,
3 type 'make output' and point a web browser to the resulting file
5 output/index.html
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 60 StringBuffer output = new StringBuffer(); local
62 output.append("--");
63 output.append(boundry);
64 output.append(CRLF);
66 output.append("Content-Disposition: form-data; name=\"stringpart\"");
67 output.append(CRLF);
68 output.append("Content-Type: text/plain; charset=US-ASCII");
69 output.append(CRLF);
70 output.append("Content-Transfer-Encoding: 8bit");
71 output.append(CRLF)
    [all...]
  /external/stlport/test/unit/
neq_test.cpp 35 int output[3]; local
36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>());
38 CPPUNIT_ASSERT(output[0]==-1);
39 CPPUNIT_ASSERT(output[1]==-2);
40 CPPUNIT_ASSERT(output[2]==-3);
47 int output [4]; local
48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
50 CPPUNIT_ASSERT(output[0]==0);
51 CPPUNIT_ASSERT(output[1]==1);
52 CPPUNIT_ASSERT(output[2]==0)
    [all...]
modulus_test.cpp 33 int output [4]; local
35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
36 CPPUNIT_ASSERT(output[0]==2);
37 CPPUNIT_ASSERT(output[1]==0);
38 CPPUNIT_ASSERT(output[2]==10);
39 CPPUNIT_ASSERT(output[3]==2);
  /ndk/tests/device/test-gnustl-full/unit/
neq_test.cpp 35 int output[3]; local
36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>());
38 CPPUNIT_ASSERT(output[0]==-1);
39 CPPUNIT_ASSERT(output[1]==-2);
40 CPPUNIT_ASSERT(output[2]==-3);
47 int output [4]; local
48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
50 CPPUNIT_ASSERT(output[0]==0);
51 CPPUNIT_ASSERT(output[1]==1);
52 CPPUNIT_ASSERT(output[2]==0)
    [all...]
modulus_test.cpp 33 int output [4]; local
35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
36 CPPUNIT_ASSERT(output[0]==2);
37 CPPUNIT_ASSERT(output[1]==0);
38 CPPUNIT_ASSERT(output[2]==10);
39 CPPUNIT_ASSERT(output[3]==2);
  /ndk/tests/device/test-stlport/unit/
neq_test.cpp 35 int output[3]; local
36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>());
38 CPPUNIT_ASSERT(output[0]==-1);
39 CPPUNIT_ASSERT(output[1]==-2);
40 CPPUNIT_ASSERT(output[2]==-3);
47 int output [4]; local
48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
50 CPPUNIT_ASSERT(output[0]==0);
51 CPPUNIT_ASSERT(output[1]==1);
52 CPPUNIT_ASSERT(output[2]==0)
    [all...]
modulus_test.cpp 33 int output [4]; local
35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
36 CPPUNIT_ASSERT(output[0]==2);
37 CPPUNIT_ASSERT(output[1]==0);
38 CPPUNIT_ASSERT(output[2]==10);
39 CPPUNIT_ASSERT(output[3]==2);
  /external/chromium/chrome/common/
jstemplate_builder.cc 21 std::string output(html_template.data(), html_template.size());
22 AppendJsonHtml(json, &output);
23 AppendJsTemplateSourceHtml(&output);
24 AppendJsTemplateProcessHtml(template_id, &output);
25 return output;
30 std::string output(html_template.data(), html_template.size());
31 AppendJsonHtml(json, &output);
32 AppendI18nTemplateSourceHtml(&output);
33 AppendI18nTemplateProcessHtml(&output);
34 return output;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
files 6 output
  /external/compiler-rt/lib/tsan/lit_tests/Helpers/
lit.local.cfg 1 # Files in this directory are helper files for other output tests.
  /external/iproute2/tc/
.gitignore 3 *.output
  /external/llvm/test/Transforms/ADCE/
unreachable-function.ll 1 ; RUN: opt < %s -adce -disable-output
  /external/skia/tools/tests/skimage/output-actual/empty-dir/
README 1 Actual output of skimage self-tests reading from an empty dir goes here.
  /external/skia/tools/tests/skimage/output-actual/nonexistent-dir/
README 1 Actual output of skimage self-tests run on a nonexistent directory goes here.
  /frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/data/
anotherDataFile 1 A simple data file that should *not* be copied to the output jar
dataFile 1 A simple data file that should be copied to the output jar unchanged
  /ndk/tests/build/ndk-out/
build.sh 2 rm -rf obj output-dir
3 export NDK_OUT=output-dir
9 if [ ! -d output-dir ]; then
10 echo "FAILURE: 'output-dir' should have been created by ndk-build!"
13 rm -rf output-dir
  /external/chromium_org/content/common/
handle_enumerator_win.cc 55 base::string16 output = ASCIIToUTF16(process_type); local
56 output.append(ASCIIToUTF16(" process - Handles at shutdown:\n"));
70 output += ASCIIToUTF16("[");
71 output += sys_handle->Type();
72 output += ASCIIToUTF16("] (");
73 output += sys_handle->Name();
74 output += ASCIIToUTF16(")\n");
75 output += GetAccessString(current_type,
78 DVLOG(0) << output;
89 base::string16 output; local
    [all...]
  /frameworks/native/libs/gui/
LayerState.cpp 25 status_t layer_state_t::write(Parcel& output) const
27 output.writeStrongBinder(surface);
28 output.writeInt32(what);
29 output.writeFloat(x);
30 output.writeFloat(y);
31 output.writeInt32(z);
32 output.writeInt32(w);
33 output.writeInt32(h);
34 output.writeInt32(layerStack);
35 output.writeFloat(alpha)
    [all...]
  /external/chromium/testing/gmock/test/
gmock_output_test.py 32 """Tests the text output of Google C++ Mocking Framework.
65 def RemoveReportHeaderAndFooter(output):
66 """Removes Google Test result report's header and footer from the output."""
68 output = re.sub(r'.*gtest_main.*\n', '', output)
69 output = re.sub(r'\[.*\d+ tests.*\n', '', output)
70 output = re.sub(r'\[.* test environment .*\n', '', output)
71 output = re.sub(r'\[=+\] \d+ tests .* ran.*', '', output
    [all...]

Completed in 1041 milliseconds

1 2 3 4 5 6 7 8 91011>>