/external/boringssl/src/ssl/ |
ssl_test.cc | 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 638 static bool DecodeBase64(std::vector<uint8_t> *out, const char *in) { 645 out->resize(len); 646 if (!EVP_DecodeBase64(out->data(), &len, len, (const uint8_t *)in, 651 out->resize(len); 833 // Swap out the ticket for a garbage one. 993 std::vector<SSL_SESSION*> *out = local [all...] |
/external/clang/lib/Basic/ |
SourceManager.cpp | 109 // that we are in an inconsistent situation and error out as quickly as 195 "Adding line entries out of order!"); 230 "Adding line entries out of order!"); 483 // Make sure we're not about to run out of source locations. 566 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); 579 "Ran out of source locations!"); 619 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); 628 "Ran out of source locations!"); 2160 llvm::raw_ostream &out = llvm::errs(); local [all...] |
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 96 unknown_type_test::stream_out out; // expected-error{{no type named 'stream_out' in namespace 'unknown_type_test'; did you mean 'StreamOut'?}} variable 107 stream_out out; // expected-error{{unknown type name 'stream_out'; did you mean 'StreamOut'?}} member in namespace:cache_invalidation_test 120 void TestRedecl::add_in(int i) {} // expected-error{{out-of-line definition of 'add_in' does not match any declaration in 'TestRedecl'; did you mean 'add_it'?}} 174 void Child::add_types(int value) {} // expected-error{{out-of-line definition of 'add_types' does not match any declaration in 'Child'}}
|
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
DeqpTestRunnerTest.java | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiCommandBuffersTests.cpp | 761 std::ostringstream out; local 762 out << "allocateManyPrimaryBuffersTest succeded: created " << minCommandBuffer << " command buffers"; 764 return tcu::TestStatus::pass(out.str()); 835 std::ostringstream out; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderCommonFunctionTests.cpp | 2175 const float out = ldexp(in0, in1); local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderApiTests.cpp | 88 "layout(location = 0) out mediump vec4 o_fragColor;\n" 120 void sliceSourceString (const std::string& in, ShaderSources& out, const int numSlices, const size_t paddingLength = 0) 130 out.strings.push_back(in.substr(ndx * sliceSize, sliceSize) + padding); 133 out.lengths.push_back((int)sliceSize); 141 out.strings.push_back(lastString + padding); 144 out.lengths.push_back(lastStringLength); 247 std::ostringstream out; local 249 out << "#version 300 es\n"; 252 out << "layout(location = 0) out mediump vec4 o_fragColor;\n" 597 std::ostringstream out; local 704 std::ostringstream out; local [all...] |
/external/deqp/modules/glshared/ |
glsShaderExecUtil.cpp | 98 const char* out = usesInout ? "out" : "varying"; local 123 src << "flat " << out << " " << glu::declare(intType, outputPrefix + output->name) << ";\n"; 126 src << "flat " << out << " " << glu::declare(output->varType, outputPrefix + output->name) << ";\n"; 187 << "layout(points, max_vertices = 1) out;\n"; 202 src << "flat out " << glu::declare(intType, outputPrefix + output->name) << ";\n"; 205 src << "flat out " << glu::declare(output->varType, outputPrefix + output->name) << ";\n"; 283 << "flat out " << glu::declare(input->varType, outputPrefix + input->name) << ";\n"; [all...] |
/external/dhcpcd-6.8.2/ |
dhcp.c | 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 289 decode_rfc3442(char *out, size_t len, const uint8_t *p, size_t pl) 296 char *o = out; 316 if (!out) { 325 if (o != out) { 348 if (out) 349 return o - out; 465 decode_rfc5969(char *out, size_t len, const uint8_t *p, size_t pl) 487 if (out) { 488 b= snprintf(out, len 2017 uint8_t *out; local [all...] |
/external/doclava/src/com/google/doclava/ |
Stubs.java | 52 // figure out which classes we need 199 // write out the stubs 216 // write out the Api 222 // write out the keep list 239 // Write out the removed API 245 // Write out the exact API 1609 final ByteArrayOutputStream out = new ByteArrayOutputStream(); local [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 425 FILE *out; local 444 out = open_pager(); 449 list_super2(current_fs->super, out); 452 fprintf(out, "Directories: %d\n", numdirs); 455 close_pager(out); 461 fprintf(out, " Group %2d: block bitmap at %llu, " 480 fprintf(out, "%u unused %s\n", 486 &first, out); 488 &first, out); 490 fprintf(out, "%sChecksum 0x%04x" 957 FILE *out; local 999 FILE *out; local [all...] |
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 1738 std::string out; local [all...] |
/external/fio/ |
options.c | 643 goto out; 657 goto out; 661 goto out; 678 goto out; 687 goto out; 721 out: 784 log_err("fio: pareto input out of range (0 < input < 1.0)\n"); 793 log_err("fio: normal deviation out of range (0 <= input < 100.0)\n"); 1045 log_err("fio: pareto input out of range (0 < input < 1.0)\n"); 1053 log_err("fio: normal deviation out of range (0 <= input < 100.0)\n") 4592 char out[OPT_LEN_MAX+1]; local [all...] |
server.c | 890 * will end up timing out waiting for a response to the ETA request 2016 struct cmd_sendfile out; local [all...] |
/external/freetype/src/truetype/ |
ttgxvar.c | 31 /* Many thanks to John Jenkins (at Apple) in figuring this out. */ 673 FT_TRACE2(( "outerIndex[%d] == %d out of range\n", 686 FT_TRACE2(( "innerIndex[%d] == %d out of range\n", 898 /* ignore this region if coords are out of range */ 2843 FT_Pos out, in1, in2, out1, out2, d1, d2; local [all...] |
/external/guice/extensions/persist/lib/ |
jboss-archive-browsing.jar | |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CompatibilityTest.java | 127 System.out.println(type==0 ? "Gregorian" : "Julian"); 155 System.out.println("JD +/-" + 482 if (dow < min || dow > max) errln("FAIL: Day of week " + dow + " out of range"); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateTimeGeneratorTest.java | 936 Collection<String> out = new LinkedHashSet<String>(); local [all...] |
MeasureUnitTest.java | 266 // // System.out.println("Done with MeasureUnit thread test."); [all...] |
NumberRegressionTests.java | 228 String out = nf.format(x); local 229 logln("0.00159999 formats with 4 fractional digits to " + out); 231 if (!out.equals(expected)) 714 String out = df.format(x); local 715 logln("" + x + " formats with 1 fractional digits to " + out); 716 if (!out.equals(expected)) errln("FAIL: Expected " + expected); 1206 String out = nf.format(pi); local 1421 String out = fmt.format(in); local [all...] |
TimeZoneFormatTest.java | 949 String out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); local 1042 String out = tzfmt.format((Style)testCase[3], tz, ((Date)testCase[2]).getTime(), timeType); local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
RBBITestMonkey.java | [all...] |
/external/icu/icu4c/source/test/intltest/ |
caltest.cpp | 52 UnicodeString out; local 57 out += (UnicodeString("") + fieldName((UCalendarDateFields)i) + "=" + cal.get((UCalendarDateFields)i, status) + UnicodeString(" ")); 59 out += "[" + UnicodeString(cal.getType()) + "]"; 62 out += UnicodeString(" (in DST), zone="); 65 out += UnicodeString(", zone="); 69 out += cal.getTimeZone().getDisplayName(str2); 71 out += UnicodeString(" :","") + d; 73 return out; 725 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range"); [all...] |
numrgts.cpp | 493 UnicodeString out; local 495 out = nf->format(x, out, pos); 496 logln("0.00159999 formats with 4 fractional digits to " + out); 498 if (out != expected) 513 // TODO: There is not a good way to find out that the creation of this number format has 1208 UnicodeString out; local 1211 logln(UnicodeString("") + x + " formats with 1 fractional digits to " + out); local 1955 UnicodeString out; local 2291 UnicodeString out; local 2295 logln(UnicodeString("Ok: ") + in + " x " + pat + " = " + out); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CompatibilityTest.java | 126 System.out.println(type==0 ? "Gregorian" : "Julian"); 154 System.out.println("JD +/-" + 481 if (dow < min || dow > max) errln("FAIL: Day of week " + dow + " out of range"); [all...] |