/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 21 pthread_attr_destroy YES HIGH 22 pthread_attr_getdetachstate YES HIGH 23 pthread_attr_init YES HIGH 24 pthread_attr_setdetachstate YES HIGH 25 pthread_cancel YES HIGH 36 pthread_create YES HIGH 37 pthread_detach YES HIGH 38 pthread_equal YES HIGH 39 pthread_exit YES HIGH 40 pthread_join YES HIGH [all …]
|
D | COVERAGE.semaphores | 20 sem_close YES HIGH 21 sem_destroy YES HIGH 23 sem_init YES HIGH 24 sem_open YES HIGH 25 sem_post YES HIGH 27 sem_trywait YES HIGH 28 sem_wait YES HIGH 29 sem_unlink YES HIGH
|
D | COVERAGE.mqueues | 22 mq_close YES HIGH DONE 25 mq_open YES HIGH DONE 26 mq_receive YES HIGH DONE 27 mq_send YES HIGH DONE
|
D | COVERAGE.timers | 28 clock_nanosleep YES* HIGH 29 nanosleep YES HIGH 30 timer_create YES* HIGH 32 timer_getoverrun YES HIGH
|
D | COVERAGE.signals | 38 kill YES HIGH 39 killpg YES HIGH 42 raise YES HIGH 43 sigaction YES HIGH
|
/third_party/boost/boost/polygon/detail/ |
D | rectangle_formation.hpp | 70 (*dataIter).get(orient).get(LOW) <= edge.get(HIGH)) in processEdge_() 74 if(rect.get(orient).get(HIGH) >= edge.get(LOW)) { in processEdge_() 85 tmpRect.set(orient.get_perpendicular().get_direction(HIGH), in processEdge_() 101 lowRect.set(orient.get_direction(HIGH), edge.get(LOW)); in processEdge_() 104 if(tmpRect.get(orient).get(HIGH) > edge.get(HIGH)) { in processEdge_() 110 highRect.set(orient.get_direction(LOW), edge.get(HIGH)); in processEdge_() 124 tmpRect.set(orient.get_perpendicular().get_direction(HIGH), in processEdge_() 136 if(currentRect.get(orient).get(HIGH) >= edge.get(LOW)){ in processEdge_() 137 if(!edgeProcessed && currentRect.get(orient.get_direction(HIGH)) > edge.get(LOW)){ in processEdge_() 139 tmpRect2.set(orient.get_direction(HIGH), edge.get(LOW)); in processEdge_() [all …]
|
D | iterator_geometry_to_set.hpp | 35 if(dir == HIGH) corner_ = 4; in iterator_geometry_to_set() 59 vertex_.second.first = get(get(rectangle_, orient_), HIGH); in operator *() 63 vertex_.first = get(get(rectangle_, orient_.get_perpendicular()), HIGH); in operator *() 66 vertex_.second.first = get(get(rectangle_, orient_), HIGH); in operator *() 103 if(itrb == itre || dir == HIGH || ::boost::polygon::size(polygon) < 4) { in iterator_geometry_to_set() 219 …itre = iterator_geometry_to_set<polygon_90_concept, polygon_with_holes_type>(polygon, HIGH, orient… in iterator_geometry_to_set() 221 if(dir == HIGH) { in iterator_geometry_to_set() 253 …typename polygon_with_holes_traits<polygon_with_holes_type>::hole_type>(*itrhb, HIGH, orient_, !is… in operator ++() 271 …typename polygon_with_holes_traits<polygon_with_holes_type>::hole_type>(*itrhb, HIGH, orient_, !is… in operator ++() 287 …typename polygon_with_holes_traits<polygon_with_holes_type>::hole_type>(*itrhb, HIGH, orient_, !is… in operator ++()
|
D | polygon_formation.hpp | 1609 begin = leftEdges[i].get(LOW); end = leftEdges[i].get(HIGH); in updatePartialSimplePolygonsWithLeftEdges() 1744 pred = tailMap_.lower_bound(rightEdges[i].get(HIGH)); in updatePartialSimplePolygonsWithRightEdges() 1769 while(j < rightEdges.size() && rightEdges[j].get(HIGH) <= end){ in updatePartialSimplePolygonsWithRightEdges() 1770 if(rightEdges[j-1].get(HIGH) != rightEdges[j].get(LOW)){ in updatePartialSimplePolygonsWithRightEdges() 1773 solid_opening_begin = rightEdges[j-1].get(HIGH); in updatePartialSimplePolygonsWithRightEdges() 1778 rightEdges[j-1].get(HIGH), rightEdges[j].get(LOW), hint); in updatePartialSimplePolygonsWithRightEdges() 1785 if(end != rightEdges[j-1].get(HIGH)){ in updatePartialSimplePolygonsWithRightEdges() 1788 solid_opening_begin = rightEdges[j-1].get(HIGH); solid_opening_end = end; in updatePartialSimplePolygonsWithRightEdges() 1792 Unit lbegin = rightEdges[j-1].get(HIGH); in updatePartialSimplePolygonsWithRightEdges() 2065 if(haveNextEdge && edge.get(HIGH) == nextEdge.get(LOW)) { in processEdges() [all …]
|
/third_party/qrcodegen/python/ |
D | qrcodegen-demo.py | 60 qr = QrCode.encode_text("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCode.Ecc.HIGH) 75 "a White Rabbit with pink eyes ran close by her.", QrCode.Ecc.HIGH) 154 print_qr(QrCode.encode_segments(segs, QrCode.Ecc.HIGH, mask=-1)) # Automatic mask 155 print_qr(QrCode.encode_segments(segs, QrCode.Ecc.HIGH, mask=3)) # Force mask 3
|
/third_party/boost/boost/polygon/ |
D | segment_data.hpp | 35 points_[HIGH] = high; in segment_data() 73 return points_[HIGH]; in high() 77 points_[HIGH] = point; in high()
|
D | interval_concept.hpp | 151 return construct<IntervalType1>(get(interval, LOW), get(interval, HIGH)); in copy_construct() 170 set(lvalue, HIGH, get(rvalue, HIGH)); in assign() 201 return get(interval, HIGH); in high() 233 set(interval, HIGH, value); in high() 254 (get(interval1, HIGH) == get(interval2, HIGH)); in equivalence() 298 contains(interval1, get(interval2, HIGH), consider_touch); in contains() 774 return abuts(interval1, interval2, HIGH) || in abuts() 905 Unit c = (get(interval, LOW) + get(interval, HIGH)) / 2; in get_half() 908 (dir == LOW) ? c : get(interval, HIGH)); in get_half()
|
D | interval_data.hpp | 34 coords_[HIGH] = high; in interval_data() 76 coords_[HIGH] = value; in high()
|
D | segment_concept.hpp | 172 return construct<Segment1>(get(segment, LOW), get(segment, HIGH)); in copy_construct() 207 get(segment1, HIGH) == get(segment2, HIGH); in equivalence() 235 return get(segment, HIGH); in high() 286 set(segment, HIGH, point); in high() 394 contains(segment1, get(segment2, HIGH), consider_touch); in contains() 584 return abuts(segment1, segment2, HIGH) || abuts(segment1, segment2, LOW); in abuts()
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_1_013.cpp | 26 glue(HIGH, LOW); 27 xglue(HIGH, LOW)
|
/third_party/qrcodegen/cpp/ |
D | QrCodeGeneratorDemo.cpp | 83 …= QrCode::encodeText("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCode::Ecc::HIGH); in doVarietyDemo() 99 "a White Rabbit with pink eyes ran close by her.", QrCode::Ecc::HIGH); in doVarietyDemo() 170 …printQr(QrCode::encodeSegments(segs0, QrCode::Ecc::HIGH, QrCode::MIN_VERSION, QrCode::MAX_VERSION,… in doMaskDemo() 171 …printQr(QrCode::encodeSegments(segs0, QrCode::Ecc::HIGH, QrCode::MIN_VERSION, QrCode::MAX_VERSION,… in doMaskDemo()
|
/third_party/qrcodegen/typescript-javascript/ |
D | qrcodegen-output-demo.ts | 64 …qr = QrCode.encodeText("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCode.Ecc.HIGH); 79 + "a White Rabbit with pink eyes ran close by her.", QrCode.Ecc.HIGH); 169 …qr = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, QrCode.MIN_VERSION, QrCode.MAX_VERSION, -1, true… 171 …qr = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, QrCode.MIN_VERSION, QrCode.MAX_VERSION, 3, true)…
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 307 private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units. field in UnicodeSet 317 private static final int MAX_LENGTH = HIGH + 1; 329 public static final int MAX_VALUE = HIGH - 1; 367 list[0] = HIGH; in UnicodeSet() 421 list[i] = HIGH; // terminate in UnicodeSet() 1208 if (limit == HIGH) { in add_unchecked() 1213 if (limit < HIGH) { in add_unchecked() 1216 list[len++] = HIGH; in add_unchecked() 1219 list[len++] = HIGH; in add_unchecked() 1300 list[len++] = HIGH; in add_unchecked() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 307 private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units. field in UnicodeSet 317 private static final int MAX_LENGTH = HIGH + 1; 327 public static final int MAX_VALUE = HIGH - 1; 364 list[0] = HIGH; in UnicodeSet() 415 list[i] = HIGH; // terminate in UnicodeSet() 1186 if (limit == HIGH) { in add_unchecked() 1191 if (limit < HIGH) { in add_unchecked() 1194 list[len++] = HIGH; in add_unchecked() 1197 list[len++] = HIGH; in add_unchecked() 1277 list[len++] = HIGH; in add_unchecked() [all …]
|
/third_party/qrcodegen/java/ |
D | QrCodeGeneratorDemo.java | 82 …qr = QrCode.encodeText("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCode.Ecc.HIGH); in doVarietyDemo() 97 + "a White Rabbit with pink eyes ran close by her.", QrCode.Ecc.HIGH); in doVarietyDemo() 151 …qr = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, QrCode.MIN_VERSION, QrCode.MAX_VERSION, -1, true… in doMaskDemo() 153 …qr = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, QrCode.MIN_VERSION, QrCode.MAX_VERSION, 3, true)… in doMaskDemo()
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 261 LOW-HIGH { return(LOW_HIGH); } 263 HIGH { return(HIGH); }
|
/third_party/boost/libs/preprocessor/test/ |
D | cpp_standard.cpp | 351 bret += PRINT_MACRO_RESULTS(glue(HIGH, LOW);,"hello";); 357 PRINT_MACRO(xglue(HIGH, LOW)), 359 PRINT_EXPANSION(xglue(HIGH, LOW)) 364 bret += PRINT_MACRO_RESULTS(xglue(HIGH, LOW),"hello" ", world");
|
/third_party/qrcodegen/ |
D | Readme.markdown | 60 QrCode qr1 = QrCode.encodeSegments(segs, QrCode.Ecc.HIGH, 5, 5, 2, false); 80 const qr1 = QRC.encodeSegments(segs, QRC.Ecc.HIGH, 5, 5, 2, false); 99 qr1 = QrCode.encode_segments(segs, QrCode.Ecc.HIGH, 5, 5, 2, False) 121 segs, QrCode::Ecc::HIGH, 5, 5, 2, false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 70 We don't use ADD (LOGICAL) HIGH, SUBTRACT (LOGICAL) HIGH, 71 or COMPARE (LOGICAL) HIGH yet.
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_events_emitter.js | 20 HIGH: 1, property
|
/third_party/mesa3d/src/freedreno/registers/ |
D | text-format.txt | 90 LOW - HIGH NAME [TYPE] 91 <bitfield low="LOW" high="HIGH" name="NAME" type="TYPE"/>
|