/third_party/curl/tests/data/ |
D | test8 | 49 Set-Cookie: cookie1=%hex[%01-junk]hex% 50 Set-Cookie: cookie2=%hex[%02-junk]hex% 51 Set-Cookie: cookie3=%hex[%03-junk]hex% 52 Set-Cookie: cookie4=%hex[%04-junk]hex% 53 Set-Cookie: cookie5=%hex[%05-junk]hex% 54 Set-Cookie: cookie6=%hex[%06-junk]hex% 55 Set-Cookie: cookie7=%hex[%07-junk]hex% 56 Set-Cookie: cookie8=%hex[%08-junk]hex% 57 Set-Cookie: cookie9=%hex[junk-%09-]hex% 58 Set-Cookie: cookie11=%hex[%0b-junk]hex% [all …]
|
/third_party/ltp/testcases/kernel/fs/stream/ |
D | stream03.c | 53 char *junk = "abcdefghijklmnopqrstuvwxyz"; in main() local 87 if (fwrite(junk, sizeof(*junk), strlen(junk), stream) == 0) { in main() 94 if (pos != strlen(junk)) { in main() 97 strlen(junk), pos); in main() 113 if (fseek(stream, strlen(junk), 1) != 0) { in main() 120 if (pos != strlen(junk)) { in main() 123 strlen(junk), pos); in main() 135 if (pos != strlen(junk)) { in main() 138 strlen(junk), pos); in main() 163 if (pos != strlen(junk)) { in main() [all …]
|
D | stream04.c | 57 char *junk = "abcdefghijklmnopqrstuvwxyz"; in main() local 81 fwrite(junk, sizeof(*junk), strlen(junk), stream)) == 0) { in main() 86 if ((size_t) ret != strlen(junk)) { in main() 89 strlen(junk), ret); in main() 98 if ((inbuf = malloc(strlen(junk))) == 0) { in main() 103 fread(inbuf, sizeof(*junk), strlen(junk), stream)) == 0) { in main() 107 if ((size_t) ret != strlen(junk)) { in main() 110 strlen(junk), ret); in main()
|
/third_party/grpc/test/cpp/common/ |
D | alarm_test.cc | 36 void* junk = reinterpret_cast<void*>(1618033); in TEST() local 38 alarm.Set(&cq, grpc_timeout_seconds_to_deadline(1), junk); in TEST() 47 EXPECT_EQ(junk, output_tag); in TEST() 52 void* junk = reinterpret_cast<void*>(1618033); in TEST() local 56 alarm.Set(&cq, grpc_timeout_seconds_to_deadline(1), junk); in TEST() 65 EXPECT_EQ(junk, output_tag); in TEST() 70 void* junk = reinterpret_cast<void*>(1618033); in TEST() local 75 alarm.Set(&cq, grpc_timeout_seconds_to_deadline(1), junk); in TEST() 84 EXPECT_EQ(junk, output_tag); in TEST() 150 void* junk = reinterpret_cast<void*>(1618033); in TEST() local [all …]
|
/third_party/skia/third_party/externals/freetype/builds/atari/ |
D | deflinejoiner.awk | 5 junk, elm0, l ) 8 for ( l = 0; l < asorti( array, junk ) - 1; l++ ) 23 junk, elm ) 27 if ( 0 < asorti( array, junk ) ) 37 i, junk ) 40 for ( i = 0; i < asorti( break_pos, junk ); i++ ) 59 bp_len = asorti( break_pos, junk ) 65 c0, c1, i, junk, part_str ) 69 while( asorti( break_pos, junk ) > 1 ) 98 for ( k = 0; k < asorti( break_pos, junk ); k++ ) [all …]
|
/third_party/freetype/builds/atari/ |
D | deflinejoiner.awk | 5 junk, elm0, l ) 8 for ( l = 0; l < asorti( array, junk ) - 1; l++ ) 23 junk, elm ) 27 if ( 0 < asorti( array, junk ) ) 37 i, junk ) 40 for ( i = 0; i < asorti( break_pos, junk ); i++ ) 59 bp_len = asorti( break_pos, junk ) 65 c0, c1, i, junk, part_str ) 69 while( asorti( break_pos, junk ) > 1 ) 98 for ( k = 0; k < asorti( break_pos, junk ); k++ ) [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/builds/atari/ |
D | deflinejoiner.awk | 5 junk, elm0, l ) 8 for ( l = 0; l < asorti( array, junk ) - 1; l++ ) 23 junk, elm ) 27 if ( 0 < asorti( array, junk ) ) 37 i, junk ) 40 for ( i = 0; i < asorti( break_pos, junk ); i++ ) 59 bp_len = asorti( break_pos, junk ) 65 c0, c1, i, junk, part_str ) 69 while( asorti( break_pos, junk ) > 1 ) 98 for ( k = 0; k < asorti( break_pos, junk ); k++ ) [all …]
|
/third_party/ltp/testcases/kernel/fs/fs_maim/ |
D | backbeat | 28 ($junk,$junk,$part1)=split(/\//,$ARGV[0]); 29 ($junk,$junk,$part2)=split(/\//,$ARGV[1]); 30 ($junk,$junk,$part3)=split(/\//,$ARGV[2]);
|
/third_party/boost/libs/filesystem/example/test/ |
D | setup.sh | 13 rm tut1 2>~/junk 14 rm tut2 2>~/junk 15 rm tut3 2>~/junk 16 rm tut4 2>~/junk 17 rm tut5 2>~/junk 18 rm path_info 2>~/junk
|
/third_party/lz4/examples/ |
D | compress_functions.c | 131 for(int junk=0; junk<warm_up; junk++) in bench() local 144 for(int junk=0; junk<warm_up; junk++) in bench() local 157 for(int junk=0; junk<warm_up; junk++) in bench() local 190 for(int junk=0; junk<warm_up; junk++) in bench() local 203 for(int junk=0; junk<warm_up; junk++) in bench() local
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | varyings_test.cpp | 71 ir_variable *junk[VARYING_SLOT_TESS_MAX]; member in link_varyings 131 junk); in TEST_F() 159 junk); in TEST_F() 161 EXPECT_EQ(clipdistance, junk[VARYING_SLOT_CLIP_DIST0]); in TEST_F() 186 junk); in TEST_F() 188 EXPECT_EQ(culldistance, junk[VARYING_SLOT_CULL_DIST0]); in TEST_F() 208 junk); in TEST_F() 241 junk); in TEST_F() 272 junk); in TEST_F() 289 junk); in TEST_F() [all …]
|
/third_party/skia/bench/ |
D | MatrixBench.cpp | 56 SK_MAYBE_UNUSED volatile bool junk = false; in performTest() local 57 junk ^= (m0 == m1); in performTest() 58 junk ^= (m1 == m2); in performTest() 59 junk ^= (m2 == m0); in performTest() 119 SK_MAYBE_UNUSED volatile int junk = 0; in performTest() local 120 junk ^= (fMatrix.getType()); in performTest() 122 junk ^= (fMatrix.getType()); in performTest() 124 junk ^= (fMatrix.getType()); in performTest() 126 junk ^= (fMatrix.getType()); in performTest() 128 junk ^= (fMatrix.getType()); in performTest() [all …]
|
D | ColorPrivBench.cpp | 44 SK_MAYBE_UNUSED volatile SkPMColor junk = 0; in onDraw() local 61 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw() 63 junk ^= SkFastFourByteInterp256(src, dst, scale); in onDraw() 65 junk ^= SkFourByteInterp(src, dst, scale); in onDraw() 67 junk ^= SkFourByteInterp256(src, dst, scale); in onDraw()
|
D | ScalarBench.cpp | 62 SK_MAYBE_UNUSED volatile bool junk = false; in performTest() local 63 junk ^= (fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f); in performTest() 64 junk ^= (fArray[2] != 0.0f || fArray[5] != 0.0f); in performTest() 81 SK_MAYBE_UNUSED volatile int32_t junk = 0; in performTest() local 82 junk ^= (SkScalarAs2sCompliment(fArray[6]) | in performTest() 85 junk ^= (SkScalarAs2sCompliment(fArray[2]) | in performTest()
|
/third_party/flutter/skia/bench/ |
D | MatrixBench.cpp | 56 volatile bool junk = false; in performTest() local 57 junk ^= (m0 == m1); in performTest() 58 junk ^= (m1 == m2); in performTest() 59 junk ^= (m2 == m0); in performTest() 119 volatile int junk = 0; in performTest() local 120 junk ^= (fMatrix.getType()); in performTest() 122 junk ^= (fMatrix.getType()); in performTest() 124 junk ^= (fMatrix.getType()); in performTest() 126 junk ^= (fMatrix.getType()); in performTest() 128 junk ^= (fMatrix.getType()); in performTest() [all …]
|
D | ScalarBench.cpp | 62 volatile bool junk = false; in performTest() local 63 junk ^= (fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f); in performTest() 64 junk ^= (fArray[2] != 0.0f || fArray[5] != 0.0f); in performTest() 81 volatile int32_t junk = 0; in performTest() local 82 junk ^= (SkScalarAs2sCompliment(fArray[6]) | in performTest() 85 junk ^= (SkScalarAs2sCompliment(fArray[2]) | in performTest()
|
D | ColorPrivBench.cpp | 44 volatile SkPMColor junk = 0; in onDraw() local 61 junk ^= SkFastFourByteInterp(src, dst, scale); in onDraw() 63 junk ^= SkFastFourByteInterp256(src, dst, scale); in onDraw() 65 junk ^= SkFourByteInterp(src, dst, scale); in onDraw() 67 junk ^= SkFourByteInterp256(src, dst, scale); in onDraw()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | bytes_by_prefix.c | 75 char mult, junk; in bytes_by_prefix() local 80 nconv = sscanf(s, "%f%c%c", &num, &mult, &junk); in bytes_by_prefix() 123 char mult, junk; in lbytes_by_prefix() local 128 nconv = sscanf(s, "%f%c%c", &num, &mult, &junk); in lbytes_by_prefix() 175 char mult, junk; in llbytes_by_prefix() local 180 nconv = sscanf(s, "%lf%c%c", &num, &mult, &junk); in llbytes_by_prefix()
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
D | SupplementalUtilities.java | 52 int junk[] = { in main() local 64 for(int i=0;i<junk.length;i++) { in main() 65 System.out.println(Integer.toString(junk[i]) + " -> " + Double.toString(ldml2d(junk[i]))); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/ |
D | SDL_directsound.c | 187 DWORD junk = 0; in DSOUND_WaitDevice() local 194 &junk, &cursor); in DSOUND_WaitDevice() 232 &junk, &cursor); in DSOUND_WaitDevice() 255 DWORD junk = 0; in DSOUND_GetDeviceBuf() local 262 &junk, &cursor); in DSOUND_GetDeviceBuf() 266 &junk, &cursor); in DSOUND_GetDeviceBuf() 294 &rawlen, NULL, &junk, 0); in DSOUND_GetDeviceBuf() 301 &junk, 0); in DSOUND_GetDeviceBuf() 314 DWORD junk, cursor, ptr1len, ptr2len; in DSOUND_CaptureFromDevice() local 325 if (IDirectSoundCaptureBuffer_GetCurrentPosition(h->capturebuf, &junk, &cursor) != DS_OK) { in DSOUND_CaptureFromDevice() [all …]
|
/third_party/mesa3d/src/util/ |
D | u_printf.cpp | 76 char junk; in u_printf_length() local 87 (void)junk; in u_printf_length() 89 size = vsnprintf(&junk, 1, fmt, args); in u_printf_length()
|
/third_party/openssl/test/ |
D | sslcorrupttest.c | 184 static unsigned char junk[16000] = { 0 }; in test_ssl_corrupt() local 228 if (!TEST_int_ge(SSL_write(client, junk, sizeof(junk)), 0)) in test_ssl_corrupt() 231 if (!TEST_int_lt(SSL_read(server, junk, sizeof(junk)), 0)) in test_ssl_corrupt()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 231 char junk[9999]; in testConvertFromUnicode() local 234 junk[0] = 0; in testConvertFromUnicode() 238 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p); in testConvertFromUnicode() 242 log_verbose(junk); in testConvertFromUnicode() 309 char junk[9999]; in testConvertToUnicode() local 395 junk[0] = 0; in testConvertToUnicode() 400 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*p); in testConvertToUnicode() 404 log_verbose(junk); in testConvertToUnicode()
|
/third_party/skia/src/core/ |
D | SkRecords.cpp | 16 SkPathPriv::FirstDirection junk; in PreCachedPath() 17 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk); in PreCachedPath()
|
/third_party/flutter/skia/src/core/ |
D | SkRecords.cpp | 16 SkPathPriv::FirstDirection junk; in PreCachedPath() 17 (void)SkPathPriv::CheapComputeFirstDirection(*this, &junk); in PreCachedPath()
|