HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 151 - 175 of 3106) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/harfbuzz_ng/src/
test-buffer-serialize.cc 14 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
63 char line[BUFSIZ], out[BUFSIZ]; local
78 out, sizeof (out), nullptr,
81 puts (out);
  /external/icu/icu4c/source/samples/case/
case.cpp 23 U_CFUNC int c_main(UFILE *out);
25 void printUnicodeString(UFILE *out, const UnicodeString &s) {
27 u_fprintf(out, "\"%S\"", other.getTerminatedBuffer());
33 UFILE *out; local
35 out = u_finit(stdout, NULL, NULL);
36 if(!out) {
40 ucnv_setFromUCallBack(u_fgetConverter(out), UCNV_FROM_U_CALLBACK_ESCAPE,
43 u_fprintf(out, "Warning- couldn't set the substitute callback - err %s\n", u_errorName(status));
48 u_fprintf(out,"ICU Case Mapping Sample Program\n\n");
49 u_fprintf(out, "C++ Case Mapping\n\n")
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnrapi.cpp 82 UnicodeString out, out2; local
88 copy.getText(out);
90 if( out!=out2 ||
140 Normalizer::normalize(s, UNORM_NONE, 0, out, status);
141 if(out!=s) {
  /external/icu/icu4c/source/tools/gentest/
genres32.c 56 FILE *out; local
63 out = fopen(file, "w");
66 if(out == NULL) {
78 "testtable32 {", out
88 fprintf(out, "%s{\"\\U%08x\"}\n", key, i);
91 fprintf(out, "%s:int{%d}\n", key, i);
99 "}", out
102 fclose(out);
  /external/icu/icu4j/perf-tests/
converterperf.pl 71 my $OUT; # see out()
116 $OUT = '';
121 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
124 out("<TR><TD>");
127 out("</TD></TR>");
132 out("<TR><TD>");
135 out("</TD></TR>");
139 out("</TABLE></P>");
152 print HTML $OUT;
165 sub out { subroutine
    [all...]
dateformatperf.pl 51 my $OUT; # see out()
103 $OUT = '';
108 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
111 out("<TR><TD>");
114 out("</TD></TR>");
119 out("<TR><TD>");
122 out("</TD></TR>");
126 out("</TABLE></P>");
139 print HTML $OUT;
152 sub out { subroutine
    [all...]
decimalformatperf.pl 47 my $OUT; # see out()
98 $OUT = '';
103 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
106 out("<TR><TD>");
109 out("</TD></TR>");
114 out("<TR><TD>");
117 out("</TD></TR>");
121 out("</TABLE></P>");
134 print HTML $OUT;
147 sub out { subroutine
    [all...]
normperf.pl 107 my $OUT; # see out()
152 $OUT = '';
157 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
160 out("<TR><TD>");
163 out("</TD></TR>");
168 out("<TR><TD>");
171 out("</TD></TR>");
175 out("</TABLE></P>");
188 print HTML $OUT;
201 sub out { subroutine
    [all...]
ucharacterperf.pl 55 my $OUT; # see out()
100 $OUT = '';
105 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
108 out("<TR><TD>");
111 out("</TD></TR>");
116 out("<TR><TD>");
119 out("</TD></TR>");
123 out("</TABLE></P>");
136 print HTML $OUT;
149 sub out { subroutine
    [all...]
unicodesetperf.pl 45 my $OUT; # see out()
90 $OUT = '';
95 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
98 out("<TR><TD>");
101 out("</TD></TR>");
106 out("<TR><TD>");
109 out("</TD></TR>");
113 out("</TABLE></P>");
126 print HTML $OUT;
139 sub out { subroutine
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
SourceSet.java 82 out = new PrintWriter(
85 out.print('\uFEFF'); // BOM
86 System.out.println();
87 System.out.println("Writing " + filename);
91 out.close();
94 static PrintWriter out; field in class:SourceSet
101 System.out.println(t.getID() + ": " +
103 out.println("# MINIMAL FILTER GENERATED FOR: " + t.getID() + (forward ? "" : " REVERSE"));
104 out.println(":: "
109 out.println("# Unicode: " + sourceSet.toPattern(false))
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
ZipMultiReportOutputTest.java 52 OutputStream out = zipOutput.createFile("a.txt"); local
53 out.write(content1);
54 out.close();
67 OutputStream out = zipOutput.createFile("b.txt"); local
68 out.write(content1, 5, 3);
69 out.close();
81 OutputStream out = zipOutput.createFile("b.txt"); local
82 out.write(40);
83 out.flush();
84 out.close()
97 OutputStream out = zipOutput.createFile("dir\/index.html"); local
121 OutputStream out = zipOutput.createFile("dir\/index.html"); local
141 OutputStream out = zipOutput.createFile("index.html"); local
148 OutputStream out = zipOutput.createFile("index.html"); local
155 OutputStream out = zipOutput.createFile("index.html"); local
162 OutputStream out = zipOutput.createFile("index.html"); local
    [all...]
  /external/libchrome/mojo/public/cpp/base/
values_unittest.cc 19 base::Value out; local
20 ASSERT_TRUE(mojo::test::SerializeAndDeserialize<mojom::Value>(&in, &out));
21 EXPECT_EQ(in, out);
28 base::Value out; local
29 ASSERT_TRUE(mojo::test::SerializeAndDeserialize<mojom::Value>(&in, &out));
30 EXPECT_EQ(in, out);
40 base::Value out; local
41 ASSERT_TRUE(mojo::test::SerializeAndDeserialize<mojom::Value>(&in, &out));
42 EXPECT_EQ(in, out);
55 base::Value out; local
69 base::Value out; local
78 base::Value out; local
102 base::Value out; local
115 base::Value out; local
131 base::Value out; local
143 base::Value out; local
156 base::Value out; local
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 53 char out[3] = {0}; local
54 t.setp(out, out+sizeof(out));
57 assert(out[0] == 'A');
60 assert(out[0] == 'A');
61 assert(out[1] == 'B');
  /external/libldac/src/
func_fixp_ldac.c 37 INT64 out; local
40 out = ((INT64)in + ((INT64)1 << (shift-1))) >> shift;
43 out = (INT64)in << (-shift);
46 return check_sature_ldac(out);
  /external/libopus/silk/
NSQ.h 25 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 opus_int32 out; local
41 out = silk_RSHIFT( order, 1 );
42 out = silk_SMLAWB( out, buf32[ 0 ], coef16[ 0 ] );
43 out = silk_SMLAWB( out, buf32[ -1 ], coef16[ 1 ] );
44 out = silk_SMLAWB( out, buf32[ -2 ], coef16[ 2 ] );
45 out = silk_SMLAWB( out, buf32[ -3 ], coef16[ 3 ] )
69 opus_int32 out; local
    [all...]
  /external/mesa3d/src/amd/addrlib/gfx9/
coord.cpp 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
51 UINT_32 out = 0; local
55 case 'm': out = m & bit; break;
56 case 's': out = s & bit; break;
57 case 'x': out = x & bit; break;
58 case 'y': out = y & bit; break;
59 case 'z': out = z & bit; break;
61 return (out != 0) ? 1 : 0;
239 UINT_32 out = 0;
242 out = out ^ m_coord[i].ison(x, y, z, s, m)
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_cl.c 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
79 struct vc4_cl_out *out; local
81 out = cl_start(&job->bo_handles);
82 cl_u32(&out, bo->handle);
83 cl_end(&job->bo_handles, out);
85 out = cl_start(&job->bo_pointers);
86 cl_ptr(&out, vc4_bo_reference(bo));
87 cl_end(&job->bo_pointers, out);
  /external/nanopb-c/examples/using_double_on_avr/
double_conversion.c 67 conversion_t out; local
116 out.i = mantissa;
117 out.i |= (uint32_t)(exponent + 127) << 23;
118 out.i |= (uint32_t)sign << 31;
120 return out.f;
  /external/owasp/sanitizer/src/tests/org/owasp/html/
UrlTextExampleTest.java 26 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
42 StringBuilder out = new StringBuilder(); local
44 out,
56 out.toString());
  /external/protobuf/javanano/src/device/main/java/com/google/protobuf/nano/android/
ParcelableExtendableMessageNano.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 public void writeToParcel(Parcel out, int flags) {
52 ParcelableMessageNanoCreator.writeToParcel(getClass(), this, out); local
ParcelableMessageNano.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49 public void writeToParcel(Parcel out, int flags) {
50 ParcelableMessageNanoCreator.writeToParcel(getClass(), this, out); local
  /external/python/cpython2/Modules/
testcapi_long.h 32 TYPENAME in, out; local
65 out = F_PY_TO_S(pyresult);
66 if (out == (TYPENAME)-1 && PyErr_Occurred())
69 if (out != in)
82 TYPENAME out;
138 out = F_PY_TO_S(y);
139 if (out != (TYPENAME)-1 || !PyErr_Occurred())
163 out = F_PY_TO_S(y);
164 if (out != (TYPENAME)-1 || !PyErr_Occurred())
  /external/python/cpython3/Include/
floatobject.h 115 PyAPI_FUNC(void) _PyFloat_DebugMallocStats(FILE* out); variable
tupleobject.h 67 PyAPI_FUNC(void) _PyTuple_DebugMallocStats(FILE *out); variable

Completed in 2272 milliseconds

1 2 3 4 5 67 8 91011>>