HomeSort by relevance Sort by last modified time
    Searched refs:output (Results 101 - 125 of 11134) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
sploop-bad-2.d 2 #error-output: sploop-bad-2.l
sploop-bad-3.d 2 #error-output: sploop-bad-3.l
sploop-bad-4.d 2 #error-output: sploop-bad-4.l
sploop-bad-5.d 2 #error-output: sploop-bad-5.l
sploop-bad-6.d 2 #error-output: sploop-bad-6.l
sploop-bad-7.d 2 #error-output: sploop-bad-7.l
unwind-bad-1.d 2 #error-output: unwind-bad-1.l
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
IPerfScenario.java 23 * @param output
25 public void run(IPerfOutput output) throws Exception;
  /external/libchrome/base/strings/
string_number_conversions.h 65 // setting |*output| to the result of the conversion. Returns true for
67 // - Overflow. |*output| will be set to the maximum value supported
69 // - Underflow. |*output| will be set to the minimum value supported
71 // - Trailing characters in the string after parsing the number. |*output|
73 // - Leading whitespace in the string before parsing the number. |*output| will
76 // |*output| will be set to 0.
77 // - Empty string. |*output| will be set to 0.
78 // WARNING: Will write to |output| even when returning false.
80 BASE_EXPORT bool StringToInt(const StringPiece& input, int* output);
81 BASE_EXPORT bool StringToInt(const StringPiece16& input, int* output);
    [all...]
  /external/mesa3d/src/util/
roundeven_test.c 72 float output = _mesa_roundevenf(float_data[i].input); local
73 if (memcmp(&float_data[i].expected, &output, sizeof(float))) {
81 output,
82 output);
89 float output = _mesa_roundevenf(-float_data[i].input); local
91 if (memcmp(&negated_expected, &output, sizeof(float))) {
99 output,
100 output);
106 double output = _mesa_roundeven(double_data[i].input); local
107 if (memcmp(&double_data[i].expected, &output, sizeof(double)))
123 double output = _mesa_roundeven(-double_data[i].input); local
    [all...]
  /external/robolectric-shadows/
wrapper.sh 4 # output and return value into a file and then process it to later on.
6 # This is meant to be used in a makefile, specifically to allow for the output
13 # my_target_output := $(OUT_DIR)/lint-output.txt
47 local output="${1-}"; shift || fatal "missing argument: output"
53 # Run the command specified by the rest of arguments ("$@") and save output
56 "$@" >"${output}" 2>&1 || echo "$?" >"${retval}"
64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
66 # Print the entire output on failure.
67 cat "$output" | sed -e "s/^/${module}: /
    [all...]
  /external/skia/src/utils/
SkFloatToDecimal.cpp 78 char* output = &result[0];
84 we ignore value-correctness and and output a syntacticly-valid
93 // NAN is unsupported in PDF. Always output a valid number.
95 *output++ = '0';
96 *output = '\0';
97 return static_cast<unsigned>(output - result);
100 *output++ = '-';
139 *output++ = '0' + buffer[bufferIndex];
142 *output++ = '0';
149 *output++ = '0' + buffer[bufferIndex]
    [all...]
  /external/skqp/src/utils/
SkFloatToDecimal.cpp 78 char* output = &result[0];
84 we ignore value-correctness and and output a syntacticly-valid
93 // NAN is unsupported in PDF. Always output a valid number.
95 *output++ = '0';
96 *output = '\0';
97 return static_cast<unsigned>(output - result);
100 *output++ = '-';
139 *output++ = '0' + buffer[bufferIndex];
142 *output++ = '0';
149 *output++ = '0' + buffer[bufferIndex]
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
swap_bytes.h 31 uint16_t* output /* (o) the swapped sequence */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
ASCCharsetTest.java 42 byte[] output = new byte[] { 97, 98,
45 internalTestEncode(input, output);
55 char[] output = "ab??".toCharArray(); local
56 internalTestDecode(input, output);
ISOCharsetTest.java 41 byte[] output = new byte[] { 97, 98,
44 internalTestEncode(input, output);
54 char[] output = "ab??".toCharArray(); local
55 internalTestDecode(input, output);
  /prebuilts/misc/common/robolectric/3.1.1/
wrapper.sh 4 # output and return value into a file and then process it to later on.
6 # This is meant to be used in a makefile, specifically to allow for the output
13 # my_target_output := $(OUT_DIR)/lint-output.txt
47 local output="${1-}"; shift || fatal "missing argument: output"
53 # Run the command specified by the rest of arguments ("$@") and save output
56 "$@" >"${output}" 2>&1 || echo "$?" >"${retval}"
64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
66 # Print the entire output on failure.
67 cat "$output" | sed -e "s/^/${module}: /
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/
wrapper.sh 4 # output and return value into a file and then process it to later on.
6 # This is meant to be used in a makefile, specifically to allow for the output
13 # my_target_output := $(OUT_DIR)/lint-output.txt
47 local output="${1-}"; shift || fatal "missing argument: output"
53 # Run the command specified by the rest of arguments ("$@") and save output
56 "$@" >"${output}" 2>&1 || echo "$?" >"${retval}"
64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
66 # Print the entire output on failure.
67 cat "$output" | sed -e "s/^/${module}: /
    [all...]
  /prebuilts/misc/common/robolectric/3.5.1/
wrapper.sh 4 # output and return value into a file and then process it to later on.
6 # This is meant to be used in a makefile, specifically to allow for the output
13 # my_target_output := $(OUT_DIR)/lint-output.txt
47 local output="${1-}"; shift || fatal "missing argument: output"
53 # Run the command specified by the rest of arguments ("$@") and save output
56 "$@" >"${output}" 2>&1 || echo "$?" >"${retval}"
64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
66 # Print the entire output on failure.
67 cat "$output" | sed -e "s/^/${module}: /
    [all...]
  /prebuilts/misc/common/robolectric/3.6.1/
wrapper.sh 4 # output and return value into a file and then process it to later on.
6 # This is meant to be used in a makefile, specifically to allow for the output
13 # my_target_output := $(OUT_DIR)/lint-output.txt
47 local output="${1-}"; shift || fatal "missing argument: output"
53 # Run the command specified by the rest of arguments ("$@") and save output
56 "$@" >"${output}" 2>&1 || echo "$?" >"${retval}"
64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
66 # Print the entire output on failure.
67 cat "$output" | sed -e "s/^/${module}: /
    [all...]
  /external/libvpx/libvpx/test/
idct_test.cc 39 output = new Buffer<uint8_t>(4, 4, 3);
40 ASSERT_TRUE(output != NULL);
41 ASSERT_TRUE(output->Init());
47 delete output;
54 Buffer<uint8_t> *output; member in class:__anon26026::IDCTTest
58 // When the input is '0' the output will be '0'.
61 output->Set(0);
64 predict->stride(), output->TopLeftPixel(),
65 output->stride()));
69 ASSERT_TRUE(output->CheckValues(0))
    [all...]
  /external/protobuf/gtest/test/
gtest_output_test.py 32 """Tests the text output of Google C++ Testing Framework.
91 """Removes all file location info from a Google Test program's output.
94 test_output: the output of a Google Test program.
97 output with all file location info (in the form of
106 def RemoveStackTraceDetails(output):
107 """Removes all stack traces from a Google Test program's output."""
111 'Stack trace: (omitted)\n\n', output)
114 def RemoveStackTraces(output):
115 """Removes all traces of stack traces from a Google Test program's output."""
118 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
    [all...]
  /external/turbine/java/com/google/turbine/bytecode/
ClassWriter.java 40 ByteArrayDataOutput output = ByteStreams.newDataOutput(); local
41 output.writeShort(classfile.access());
42 output.writeShort(pool.classInfo(classfile.name()));
43 output.writeShort(classfile.superName() != null ? pool.classInfo(classfile.superName()) : 0);
44 output.writeShort(classfile.interfaces().size());
46 output.writeShort(pool.classInfo(i));
48 output.writeShort(classfile.fields().size());
50 writeField(pool, output, f);
52 output.writeShort(classfile.methods().size());
54 writeMethod(pool, output, m)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_output_test.py 32 """Tests the text output of Google C++ Testing Framework.
89 """Removes all file location info from a Google Test program's output.
92 test_output: the output of a Google Test program.
95 output with all file location info (in the form of
104 def RemoveStackTraceDetails(output):
105 """Removes all stack traces from a Google Test program's output."""
109 'Stack trace: (omitted)\n\n', output)
112 def RemoveStackTraces(output):
113 """Removes all traces of stack traces from a Google Test program's output."""
116 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
    [all...]
  /external/libmojo/ui/gfx/geometry/mojo/
geometry_struct_traits_unittest.cc 85 gfx::Point output; local
86 proxy->EchoPoint(input, &output);
87 EXPECT_EQ(x, output.x());
88 EXPECT_EQ(y, output.y());
96 gfx::PointF output; local
97 proxy->EchoPointF(input, &output);
98 EXPECT_EQ(x, output.x());
99 EXPECT_EQ(y, output.y());
107 gfx::Size output; local
108 proxy->EchoSize(input, &output);
118 gfx::SizeF output; local
131 gfx::Rect output; local
146 gfx::RectF output; local
161 gfx::Insets output; local
176 gfx::InsetsF output; local
189 gfx::Vector2d output; local
200 gfx::Vector2dF output; local
    [all...]

Completed in 559 milliseconds

1 2 3 45 6 7 8 91011>>