HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1776 - 1800 of 4560) sorted by null

<<71727374757677787980>>

  /external/boringssl/src/crypto/bn/
bn_test.cc 34 * The word 'cryptographic' can be left out if the rouines from the library
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
137 static void puts_fp(FILE *out, const char *m) {
138 if (out != nullptr) {
139 fputs(m, out);
143 static void flush_fp(FILE *out) {
144 if (out != nullptr) {
145 fflush(out);
149 static void message(FILE *out, const char *m) {
150 puts_fp(out, "print \"test ")
1465 uint8_t zeros[256], out[256], reference[128]; local
    [all...]
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
546 uint8_t *out; local
550 if (!CBS_asn1_ber_to_der(&in, &out, &out_len)) {
554 ScopedOpenSSLBytes scoper(out);
556 if (out == NULL) {
567 memcmp(out, der_expected, der_len) != 0) {
666 uint8_t *out; local
680 !CBB_finish(&cbb, &out, &len)) {
684 ScopedOpenSSLBytes scoper(out);
685 if (len != test->encoding_len || memcmp(out, test->encoding, len) != 0)
    [all...]
  /external/curl/lib/
cookie.c 359 * Returns NULL on out of memory or invalid cookie. This is suboptimal,
396 return NULL; /* bail out if we're this low on memory */
484 badcookie = TRUE; /* out of memory bad */
489 badcookie = TRUE; /* out of memory bad */
640 badcookie = TRUE; /* out of memory bad */
651 this is an illegal line, bail out */
718 /* It turns out, that sometimes the file format allows the path
729 badcookie = TRUE; /* out of memory bad */
849 /* Free the newcomer and get out of here! */
913 * Returns NULL on out of memory. Invalid cookies are ignored
1280 FILE *out; local
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 473 std::vector<SurfaceConfig> out; local
477 if (isMatch(*iter)) out.push_back(*iter);
480 return out;
teglChooseConfigTests.cpp 448 std::vector<std::pair<EGLenum, EGLint> > out; local
461 out.push_back(std::make_pair(spec.attribute, spec.getValue(rnd)));
464 return out;
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 199 void* out = &outputs[0]; local
202 m_executor->execute((int)inputs.size(), &in, &out);
287 void* out = &outputs[0]; local
290 m_executor->execute((int)inputs.size(), &in, &out);
390 void* out = &outputs[0]; local
393 m_executor->execute((int)inputs.size(), &in, &out);
478 void* out = &outputs[0]; local
481 m_executor->execute((int)inputs.size(), &in, &out);
586 void* out = &outputs[0]; local
589 m_executor->execute((int)inputs.size(), &in, &out);
689 void* out = &outputs[0]; local
801 void* out = &outputs[0]; local
895 void* out = &outputs[0]; local
1010 void* out = &outputs[0]; local
1104 void* out = &outputs[0]; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 108 System.out.println("Printing reg map");
109 System.out.println(((BasicRegisterMapper)mapper).toHuman());
232 System.out.printf("Moving %d registers from 0 to %d\n",
302 // Filter out any reference to the SSA form's exit block.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-logging.jar 
  /external/elfutils/libasm/
libasmP.h 153 } out; member in struct:AsmCtx
  /external/freetype/src/base/
ftoutln.c 940 FT_Vector in, out, anchor, shift; local
959 out.x = points[j].x - points[i].x;
960 out.y = points[j].y - points[i].y;
961 l_out = (FT_Fixed)FT_Vector_NormLen( &out );
968 out = anchor;
981 d = FT_MulFix( in.x, out.x ) + FT_MulFix( in.y, out.y );
989 shift.x = in.y + out.y;
990 shift.y = in.x + out.x;
998 q = FT_MulFix( out.x, in.y ) - FT_MulFix( out.y, in.x )
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 77 System.out.println(j.toString());
81 System.out.println(j.toString(4));
82 System.out.println(XML.toString(j));
86 System.out.println(j.toString(4));
87 System.out.println();
90 System.out.println(j.toString());
91 System.out.println(JSONML.toString(j));
92 System.out.println();
95 System.out.println(a.toString(4));
96 System.out.println(JSONML.toString(a))
    [all...]
  /external/guice/lib/build/
munge.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
ICUDurationTest.java 224 String out; local
232 out = df.format(d);
233 if(out.equals(expected)) {
234 logln("out=expected: " + expected + " from " + d);
236 errln("FAIL: got " + out + " wanted " + expected + " from " + d);
243 out = df.format(d);
244 if(out.equals(expected)) {
245 logln("out=expected: " + expected + " from " + d);
247 errln("FAIL: got " + out + " wanted " + expected + " from " + d);
253 out = df.format(d)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 120 // comment this out, because the zone string information is lost
138 if (SHOW_ALL) System.out.println();
139 if (SHOW_ALL) System.out.println("zones for " + locale);
146 if (SHOW_ALL) System.out.println("key: " + key);
150 if (SHOW_ALL) System.out.println(" entry: " + entry);
TestBagFormatter.java 44 System.out.println(UnicodeProperty.getTypeName(i));
51 System.out.println();
52 System.out.println(propAlias + "\t" + bf.join(up.getNameAliases()));
58 System.out.println(um.toString(new NumberComparator()));
66 System.out.println("\t" + bf.join(valueAlias + "\t" + up.getValueAliases(valueAlias)));
84 System.out.println("Start");
140 System.out.println(sb);
144 System.out.println("End");
202 System.out.println(it.next());
224 System.out.println("in: " + foo)
    [all...]
  /external/icu/icu4c/source/i18n/
decimfmtimpl.cpp 833 DecimalFormatPattern out; local
835 pattern, out, perror, status);
839 fUseScientific = out.fUseExponentialNotation;
840 fUseSigDigits = out.fUseSignificantDigits;
841 fSuper->NumberFormat::setMinimumIntegerDigits(out.fMinimumIntegerDigits);
842 fSuper->NumberFormat::setMaximumIntegerDigits(out.fMaximumIntegerDigits);
843 fSuper->NumberFormat::setMinimumFractionDigits(out.fMinimumFractionDigits);
844 fSuper->NumberFormat::setMaximumFractionDigits(out.fMaximumFractionDigits);
845 fMinSigDigits = out.fMinimumSignificantDigits;
846 fMaxSigDigits = out.fMaximumSignificantDigits
    [all...]
  /external/icu/icu4c/source/layout/
LayoutEngine.cpp 76 // This is here to get it out of LEGlyphFilter.h.
213 le_int32 i, dir = 1, out = 0, outCharCount = count; local
257 out = count - 1;
261 for (i = 0; i < count; i += 1, out += dir) {
262 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
263 fakeGlyphStorage.setAuxData(out, canonFeatures, success);
277 out = (rightToLeft? outCharCount - 1 : 0);
295 for (i = 0; i < outCharCount; i += 1, out += dir) {
296 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]);
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 165 This example first creates a UChar String out of the Unicode chars.
222 // Print it out
234 "Sample 03: C: print out all converters\n");
342 // simply ran out of space - we'll reset the target ptr the next
350 // Break out of the loop (by force)
362 } while (source < sourceLimit); // while simply out of space
365 printf("%d letters out of %d total UChars.\n", letters, total);
481 printf("%d letters out of %d total UChars.\n", letters, total);
546 // Print it out
626 /* print out the original source *
870 FILE *out; local
975 FILE *out; local
1082 UChar *target = output, *out; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 150 * ICU 4.8: This test is commented out because toPattern() has been changed to return
882 UnicodeString out; local
883 //out = mf->format(new Object[]{new Integer(i)});
888 out = mf->format(objs, 1, out, pos, status);
938 UnicodeString out; local
    [all...]
tchcfmt.cpp 194 // if (status != U_ZERO_ERROR) return; // TODO: analyze why we have such a bad bail out here!
585 UnicodeString out; local
586 logln((UnicodeString)" toPattern: " + fmt.toPattern(out));
591 out.truncate(0);
592 fmt.format(v[i], out);
593 if (out == str[i]) {
594 logln((UnicodeString)"Ok: " + v[i] + " => " + out);
596 errln((UnicodeString)"FAIL: " + v[i] + " => " + out +
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 59 write8(FileStream *out, uint8_t byte, uint32_t column);
62 write32(FileStream *out, uint32_t byte, uint32_t column);
66 write8str(FileStream *out, uint8_t byte, uint32_t column);
264 FileStream *in, *out; local
274 out=T_FileStream_open(bufferStr, "w");
275 if(out==NULL) {
305 T_FileStream_writeLine(out, bufferStr);
306 T_FileStream_writeLine(out, assemblyHeader[assemblyHeaderIndex].beginLine);
320 column = write32(out, buffer[i], column);
324 T_FileStream_writeLine(out, "\n")
349 FileStream *in, *out; local
771 FileStream *in, *out; local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 45 System.out.println("- handleTransliterate " + hex.transliterate(text.toString())
52 if (DEBUG) System.out.println("Skipping identical: " + targetName);
62 if (DEBUG) System.out.println("Couldn't find: " + id + ", Trying Latin as Pivot");
67 if (DEBUG) System.out.println("Couldn't find: " + id);
74 System.out.println(t.getID());
75 System.out.println("input: " + hex.transliterate(text.toString())
88 System.out.println("output: " + hex.transliterate(text.toString())
98 System.out.println("+ handleTransliterate: " + ", " + toString(offsets));
99 System.out.println();
161 System.out.println("+cs: " + current.contextStar
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
ICUDurationTest.java 220 String out; local
228 out = df.format(d);
229 if(out.equals(expected)) {
230 logln("out=expected: " + expected + " from " + d);
232 errln("FAIL: got " + out + " wanted " + expected + " from " + d);
239 out = df.format(d);
240 if(out.equals(expected)) {
241 logln("out=expected: " + expected + " from " + d);
243 errln("FAIL: got " + out + " wanted " + expected + " from " + d);
249 out = df.format(d)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 116 // comment this out, because the zone string information is lost
134 if (SHOW_ALL) System.out.println();
135 if (SHOW_ALL) System.out.println("zones for " + locale);
142 if (SHOW_ALL) System.out.println("key: " + key);
146 if (SHOW_ALL) System.out.println(" entry: " + entry);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestBagFormatter.java 43 System.out.println(UnicodeProperty.getTypeName(i));
50 System.out.println();
51 System.out.println(propAlias + "\t" + bf.join(up.getNameAliases()));
57 System.out.println(um.toString(new NumberComparator()));
65 System.out.println("\t" + bf.join(valueAlias + "\t" + up.getValueAliases(valueAlias)));
83 System.out.println("Start");
139 System.out.println(sb);
143 System.out.println("End");
201 System.out.println(it.next());
223 System.out.println("in: " + foo)
    [all...]

Completed in 1016 milliseconds

<<71727374757677787980>>