/third_party/curl/lib/ |
D | sigpipe.h | 43 struct sigpipe_ignore *ig) in sigpipe_ignore() argument 47 ig->no_signal = data->set.no_signal; in sigpipe_ignore() 51 memset(&ig->old_pipe_act, 0, sizeof(struct sigaction)); in sigpipe_ignore() 52 sigaction(SIGPIPE, NULL, &ig->old_pipe_act); in sigpipe_ignore() 53 action = ig->old_pipe_act; in sigpipe_ignore() 65 static void sigpipe_restore(struct sigpipe_ignore *ig) in sigpipe_restore() argument 67 if(!ig->no_signal) in sigpipe_restore() 69 sigaction(SIGPIPE, &ig->old_pipe_act, NULL); in sigpipe_restore()
|
/third_party/python/Modules/ |
D | _operator.c | 962 itemgetterobject *ig; in itemgetter_new() local 979 ig = PyObject_GC_New(itemgetterobject, (PyTypeObject *) state->itemgetter_type); in itemgetter_new() 980 if (ig == NULL) { in itemgetter_new() 985 ig->item = item; in itemgetter_new() 986 ig->nitems = nitems; in itemgetter_new() 987 ig->index = -1; in itemgetter_new() 999 ig->index = index; in itemgetter_new() 1003 PyObject_GC_Track(ig); in itemgetter_new() 1004 return (PyObject *)ig; in itemgetter_new() 1008 itemgetter_clear(itemgetterobject *ig) in itemgetter_clear() argument [all …]
|
/third_party/node/deps/npm/node_modules/npm-packlist/ |
D | index.js | 154 const ig = path.resolve(this.path, file) constant 155 if (this.packageJsonCache.has(ig)) 156 this.onPackageJson(ig, this.packageJsonCache.get(ig), then) 161 onPackageJson (ig, pkg, then) { 162 this.packageJsonCache.set(ig, pkg) 219 const ig = path.resolve(this.path, file) constant 220 this.onPackageJson(ig, normalizePackageBin(JSON.parse(data)), then)
|
/third_party/boost/libs/histogram/test/ |
D | histogram_threaded_test.cpp | 62 using ig = axis::integer<int, use_default, axis::option::growth_t>; in tests() typedef 64 fill_test<T>(ig{0, 1}, i{0, 1}, vi, vj); in tests() 65 fill_test<T>(i{0, 1}, ig{0, 1}, vi, vj); in tests() 66 fill_test<T>(ig{0, 1}, ig{0, 1}, vi, vj); in tests()
|
/third_party/python/Tools/pynche/ |
D | ListViewer.py | 165 ig, ig, ig, y1 = canvas.coords(colortag) 166 ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1])
|
/third_party/flutter/skia/tests/ |
D | ImageGeneratorTest.cpp | 64 MyImageGenerator ig; in DEF_TEST() local 79 ig.queryYUVA8(&sizeInfo, yuvaIndices, nullptr); in DEF_TEST() 80 ig.queryYUVA8(&sizeInfo, yuvaIndices, &colorSpace); in DEF_TEST() 91 ig.getYUVA8Planes(sizeInfo, yuvaIndices, planes); in DEF_TEST()
|
/third_party/skia/tests/ |
D | ImageGeneratorTest.cpp | 63 MyImageGenerator ig; in DEF_TEST() local 67 ig.queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo); in DEF_TEST() 76 ig.getYUVAPlanes(yuvaPixmaps); in DEF_TEST()
|
/third_party/node/deps/npm/node_modules/ignore-walk/ |
D | index.js | 91 const ig = path.resolve(this.path, file) 92 fs.readFile(ig, 'utf8', (er, data) => 239 const ig = path.resolve(this.path, file) 240 this.onReadIgnoreFile(file, fs.readFileSync(ig, 'utf8'), then)
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | ig.txt | 3 ig{ 22 ig{"Igbo"}
|
D | shi.txt | 22 ig{"ⵜⵉⴳⴱⵓⵜ"}
|
D | vai.txt | 22 ig{"ꔤꕼ"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | eu.txt | 482 "ig.", 500 "ig.", 520 "ig.", 538 "ig.", 1432 "-1"{"aurreko ig."} 1433 "0"{"ig. honetan"} 1434 "1"{"hurrengo ig."} 1438 one{"{0} ig. barru"} 1439 other{"{0} ig. barru"} 1442 one{"Duela {0} ig."} [all …]
|
/third_party/icu/icu4c/source/data/locales/ |
D | eu.txt | 516 "ig.", 534 "ig.", 554 "ig.", 572 "ig.", 1492 "-1"{"aurreko ig."} 1493 "0"{"ig. honetan"} 1494 "1"{"hurrengo ig."} 1498 one{"{0} ig. barru"} 1499 other{"{0} ig. barru"} 1502 one{"Duela {0} ig."} [all …]
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | eu.txt | 516 "ig.", 534 "ig.", 554 "ig.", 572 "ig.", 1492 "-1"{"aurreko ig."} 1493 "0"{"ig. honetan"} 1494 "1"{"hurrengo ig."} 1498 one{"{0} ig. barru"} 1499 other{"{0} ig. barru"} 1502 one{"Duela {0} ig."} [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/zone/ |
D | ig.txt | 3 ig{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | ig.txt | 3 ig{
|
/third_party/node/deps/npm/test/tap/ |
D | pack.js | 41 t.match(stdout, /generic-package-90000\.100001\.5\.tgz/ig, 'found pkg') 124 t.match(stdout, /generic-package-90000\.100001\.5\.tgz/ig, 'found pkg')
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | ig.txt | 3 ig{
|
/third_party/boost/libs/math/test/ |
D | test_inverse_gamma_distribution.cpp | 354 inverse_gamma ig; // Using typedef, type double and default values, shape = 1 and scale = 1 in BOOST_AUTO_TEST_CASE() local 356 BOOST_CHECK_EQUAL(ig.shape(), 1.); // shape == 1 in BOOST_AUTO_TEST_CASE() 357 BOOST_CHECK_EQUAL(ig.scale(), 1.); // scale == 1 in BOOST_AUTO_TEST_CASE() 358 BOOST_CHECK_EQUAL(mode(ig), 0.5); // mode = 1/2 in BOOST_AUTO_TEST_CASE()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | ig.txt | 3 ig{
|
/third_party/mindspore/tests/ut/data/dataset/testSBData/sbd/cls/ |
D | 000003.mat | 1 …���1NA�ٍh(����Zh����0^��+x3���1�`�/�3;�a��/���?���� �N[���:ig�w�����t\�g9�����t5o�…
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | ig.txt | 3 ig{
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | ig.txt | 4 ig{
|
/third_party/icu/icu4c/source/data/coll/ |
D | ig.txt | 4 ig{
|
/third_party/icu/icu4c/source/data/lang/ |
D | shi.txt | 23 ig{"ⵜⵉⴳⴱⵓⵜ"}
|