/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | UnicodeMap.java | 54 private int[] transitions; field in UnicodeMap 79 transitions = new int[] {0,0x110000,0,0,0,0,0,0,0,0}; in clear() 98 if (transitions[i] != that.transitions[i]) return false; in equals() 117 result = 37*result + transitions[i]; in hashCode() 135 that.transitions = (int[]) transitions.clone(); in cloneAsThawed() 147 || length > transitions.length in _checkInvariants() 148 || transitions.length != values.length) { in _checkInvariants() 159 if (transitions[0] != 0 || transitions[length-1] != 0x110000) { in _checkInvariants() 163 if (transitions[i-1] >= transitions[i]) { in _checkInvariants() 165 + "\t" + Utility.hex(i-1) + ": " + transitions[i-1] in _checkInvariants() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
D | UnicodeMap.java | 57 private int[] transitions; field in UnicodeMap 82 transitions = new int[] {0,0x110000,0,0,0,0,0,0,0,0}; in clear() 101 if (transitions[i] != that.transitions[i]) return false; in equals() 120 result = 37*result + transitions[i]; in hashCode() 138 that.transitions = (int[]) transitions.clone(); in cloneAsThawed() 150 || length > transitions.length in _checkInvariants() 151 || transitions.length != values.length) { in _checkInvariants() 162 if (transitions[0] != 0 || transitions[length-1] != 0x110000) { in _checkInvariants() 166 if (transitions[i-1] >= transitions[i]) { in _checkInvariants() 168 + "\t" + Utility.hex(i-1) + ": " + transitions[i-1] in _checkInvariants() [all …]
|
/third_party/python/Tools/tz/ |
D | zdump.py | 11 def __init__(self, transitions, type_indices, ttis, abbrs): argument 12 self.transitions = transitions 25 transitions = array('i') 26 transitions.fromfile(fileobj, tzh_timecnt) 28 transitions.byteswap() 39 self = cls(transitions, type_indices, ttis, abbrs) 45 for j, (trans, i) in enumerate(zip(self.transitions, self.type_indices)):
|
/third_party/mindspore/tests/st/networks/models/bert/src/ |
D | CRF.py | 52 transitions = np.random.normal(size=(self.target_size, self.target_size)).astype(np.float32) 53 transitions[tag_to_index[self.START_TAG], :] = -10000 54 transitions[:, tag_to_index[self.STOP_TAG]] = -10000 55 self.transitions = Parameter(Tensor(transitions), name="transition_matrix") 100 transitions = self.expand(self.expand(self.transitions, 0), 0) 101 trans = transitions * label_trans 104 stop_value = self.transitions[(self.target_size-1):self.target_size, :] 119 next_tag_var = emit_score + self.transitions + forward_var 122 …terminal_var = forward_var + self.reshape(self.transitions[(self.target_size-1):self.target_size, … 138 next_tag_var = self.expand(forward_var, 1) + self.transitions [all …]
|
/third_party/flutter/flutter/dev/devicelab/lib/tasks/ |
D | gallery.dart | 57 final Map<String, List<int>> transitions = <String, List<int>>{}; 59 transitions[key.replaceAll('/', '')] = List<int>.from(original[key]); 62 …g, dynamic> summary = json.decode(file('${galleryDirectory.path}/build/transitions.timeline_summar… 65 'transitions': transitions, 66 'missed_transition_count': _countMissedTransitions(transitions), 86 int _countMissedTransitions(Map<String, List<int>> transitions) { 89 transitions.forEach((String demoName, List<int> durations) {
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 165 vector<Transition> transitions; member 380 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo() 387 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo() 388 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx])); in readzoneinfo() 396 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo() 431 int64_t rawoffset0 = (info.types.at(info.transitions.at(0).type)).rawoffset; in readzoneinfo() 445 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo() 446 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx)); in readzoneinfo() 1035 trn = transitions.begin(); in print() 1038 if (trn != transitions.end() && trn->time < LOWEST_TIME32) { in print() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | tz2icu.cpp | 165 vector<Transition> transitions; member 380 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo() 387 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo() 388 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx])); in readzoneinfo() 396 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo() 431 int64_t rawoffset0 = (info.types.at(info.transitions.at(0).type)).rawoffset; in readzoneinfo() 445 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo() 446 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx)); in readzoneinfo() 1035 trn = transitions.begin(); in print() 1038 if (trn != transitions.end() && trn->time < LOWEST_TIME32) { in print() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | tz2icu.cpp | 165 vector<Transition> transitions; member 380 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo() 387 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo() 388 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx])); in readzoneinfo() 396 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo() 431 int64_t rawoffset0 = (info.types.at(info.transitions.at(0).type)).rawoffset; in readzoneinfo() 445 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo() 446 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx)); in readzoneinfo() 1035 trn = transitions.begin(); in print() 1038 if (trn != transitions.end() && trn->time < LOWEST_TIME32) { in print() [all …]
|
/third_party/glib/glib/ |
D | gtimezone.c | 192 GArray *transitions; /* Array of Transition */ member 258 if (tz->transitions != NULL) in g_time_zone_unref() 259 g_array_free (tz->transitions, TRUE); in g_time_zone_unref() 439 gtz->transitions = NULL; in zone_for_constant_offset() 624 extra_time_count = footertz->transitions->len; in init_zone_from_iana_info() 636 gtz->transitions = g_array_sized_new (FALSE, TRUE, sizeof (Transition), in init_zone_from_iana_info() 660 g_array_append_val (gtz->transitions, trans); in init_zone_from_iana_info() 683 = &g_array_index (footertz->transitions, Transition, index); in init_zone_from_iana_info() 690 g_array_append_val (gtz->transitions, trans); in init_zone_from_iana_info() 1128 guint transitions = rules[ri].dlt_start.mon > 0 ? 1 : 0; in init_zone_from_rules() local [all …]
|
/third_party/weston/ivi-shell/ |
D | ivi-layout-transition.c | 80 wl_list_for_each(node, &layout->transitions->transition_list, link) { in get_transition_from_type_and_id() 98 wl_list_for_each(node, &layout->transitions->transition_list, link) { in is_surface_transition() 118 wl_list_for_each_safe(node, tmp, &layout->transitions->transition_list, link) { in ivi_layout_remove_all_surface_transitions() 162 struct ivi_layout_transition_set *transitions = data; in layout_transition_frame() local 169 if (wl_list_empty(&transitions->transition_list)) { in layout_transition_frame() 170 wl_event_source_timer_update(transitions->event_source, 0); in layout_transition_frame() 174 wl_event_source_timer_update(transitions->event_source, 1000 / fps); in layout_transition_frame() 179 wl_list_for_each_safe(node, next, &transitions->transition_list, link) { in layout_transition_frame() 190 struct ivi_layout_transition_set *transitions; in ivi_layout_transition_set_create() local 193 transitions = malloc(sizeof(*transitions)); in ivi_layout_transition_set_create() [all …]
|
/third_party/flutter/skia/src/sksl/lex/ |
D | DFA.h | 18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() 21 , fTransitions(transitions) in DFA()
|
/third_party/skia/src/sksl/lex/ |
D | DFA.h | 18 DFA(std::vector<int> charMappings, std::vector<std::vector<int>> transitions, in DFA() 21 , fTransitions(transitions) in DFA()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Automaton.td | 30 // initial state with all inputs under all transitions until termination. 34 // To ensure the generation of the automaton terminates, the state transitions 44 // all the possible transitions until none are valid. 47 // transitions can occur from any (state, action) pair. The generated automaton 84 // All transitions inherit from Transition. 93 // transitions from a starting state of 0b0.
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLLexer.cpp | 22 static int16_t transitions[60][304] = { variable 1026 int16_t newState = transitions[mappings[c]][state]; in next()
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | state_machine.hpp | 40 std::size_t transitions; member 59 transitions (0), in data() 76 transitions == rhs_.transitions && in operator ==() 198 _transitions = _data.transitions = ptr_->_transitions.size (); in next() 275 iter_._transitions = iter_._data.transitions = in begin()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 2471 tre_tnfa_transition_t *transitions, in tre_make_trans() argument 2478 if (transitions != NULL) in tre_make_trans() 2494 trans = transitions + offs[p1->position]; in tre_make_trans() 2523 trans->state = transitions + offs[p2->position]; in tre_make_trans() 2624 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa() argument 2639 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs); in tre_ast_to_tnfa() 2642 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs); in tre_ast_to_tnfa() 2650 transitions, counts, offs); in tre_ast_to_tnfa() 2653 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs); in tre_ast_to_tnfa() 2656 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs); in tre_ast_to_tnfa() [all …]
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regcomp.c | 2472 tre_tnfa_transition_t *transitions, in tre_make_trans() argument 2479 if (transitions != NULL) in tre_make_trans() 2495 trans = transitions + offs[p1->position]; in tre_make_trans() 2524 trans->state = transitions + offs[p2->position]; in tre_make_trans() 2625 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa() argument 2640 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs); in tre_ast_to_tnfa() 2643 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs); in tre_ast_to_tnfa() 2651 transitions, counts, offs); in tre_ast_to_tnfa() 2654 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs); in tre_ast_to_tnfa() 2657 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs); in tre_ast_to_tnfa() [all …]
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 2471 tre_tnfa_transition_t *transitions, in tre_make_trans() argument 2478 if (transitions != NULL) in tre_make_trans() 2494 trans = transitions + offs[p1->position]; in tre_make_trans() 2523 trans->state = transitions + offs[p2->position]; in tre_make_trans() 2624 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa() argument 2639 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs); in tre_ast_to_tnfa() 2642 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs); in tre_ast_to_tnfa() 2650 transitions, counts, offs); in tre_ast_to_tnfa() 2653 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs); in tre_ast_to_tnfa() 2656 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs); in tre_ast_to_tnfa() [all …]
|
/third_party/musl/src/regex/ |
D | regcomp.c | 2471 tre_tnfa_transition_t *transitions, in tre_make_trans() argument 2478 if (transitions != NULL) in tre_make_trans() 2494 trans = transitions + offs[p1->position]; in tre_make_trans() 2523 trans->state = transitions + offs[p2->position]; in tre_make_trans() 2624 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa() argument 2639 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs); in tre_ast_to_tnfa() 2642 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs); in tre_ast_to_tnfa() 2650 transitions, counts, offs); in tre_ast_to_tnfa() 2653 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs); in tre_ast_to_tnfa() 2656 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs); in tre_ast_to_tnfa() [all …]
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | bottom_navigation_demo.dart | 167 final List<FadeTransition> transitions = <FadeTransition>[]; 170 transitions.add(view.transition(_type, context)); 173 transitions.sort((FadeTransition a, FadeTransition b) { 181 return Stack(children: transitions);
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | pages.dart | 22 /// iOS, dialogs transitions animate differently and are also not closeable 54 /// primary contents. To add transitions define the [transitionsBuilder] function. 82 /// Used to build the route's transitions.
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | page_transitions_theme.dart | 162 /// transition that matches native iOS page transitions. 195 /// transition that matches native iOS page transitions. 220 /// transition that matches native iOS page transitions. 242 /// page transition animation that matches native iOS page transitions. 278 /// transitions for the overall theme. 283 /// transition that matches native iOS page transitions.
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | states | 1 1) transitions 4 There are four states, NULL, READY, PAUSED, PLAYING. state transitions only
|
/third_party/python/Lib/test/test_zoneinfo/ |
D | test_zoneinfo.py | 551 transitions = [ 557 zf = self.construct_zone(transitions, after) 590 transitions = [ 596 zf = self.construct_zone(transitions, after) 618 transitions = [] 620 transitions.append( 623 transitions.append( 629 zf = self.construct_zone(transitions, after) 671 transitions = [ 677 zf = self.construct_zone(transitions, after) [all …]
|
/third_party/boost/libs/iostreams/example/ |
D | finite_state_filter.hpp | 216 typedef typename FiniteStateMachine::transition_table transitions; in process_event() typedef 217 typedef typename mpl::begin<transitions>::type first; in process_event() 218 typedef typename mpl::end<transitions>::type last; in process_event()
|