/third_party/typescript/src/harness/ |
D | collectionsImpl.ts | 9 private _keys: K[] = []; property in collections.SortedMap 33 return this._keys.length; 45 return ts.binarySearch(this._keys, key, ts.identity, this._comparer) >= 0; 49 const index = ts.binarySearch(this._keys, key, ts.identity, this._comparer); 54 const index = ts.binarySearch(this._keys, key, ts.identity, this._comparer); 55 return index >= 0 ? [ this._keys[index], this._values[index] ] : undefined; 59 const index = ts.binarySearch(this._keys, key, ts.identity, this._comparer); 65 insertAt(this._keys, ~index, key); 74 const index = ts.binarySearch(this._keys, key, ts.identity, this._comparer); 77 ts.orderedRemoveItemAt(this._keys, index); [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-number-parser.hh | 147 const unsigned char *_keys; in strtod_rl() local 154 _keys = _double_parser_trans_keys + (cs<<1); in strtod_rl() 158 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) && in strtod_rl() 159 (*p) <= _keys[1] ? in strtod_rl() 160 (*p) - _keys[0] : _slen ]; in strtod_rl()
|
D | hb-ot-shape-complex-myanmar-machine.hh | 401 const unsigned char *_keys; in find_syllables_myanmar() local 414 _keys = _myanmar_syllable_machine_trans_keys + (cs<<1); in find_syllables_myanmar() 418 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) && in find_syllables_myanmar() 419 ( info[p].myanmar_category()) <= _keys[1] ? in find_syllables_myanmar() 420 ( info[p].myanmar_category()) - _keys[0] : _slen ]; in find_syllables_myanmar()
|
D | hb-ot-shape-complex-khmer-machine.hh | 285 const unsigned char *_keys; in find_syllables_khmer() local 298 _keys = _khmer_syllable_machine_trans_keys + (cs<<1); in find_syllables_khmer() 302 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].khmer_category()) && in find_syllables_khmer() 303 ( info[p].khmer_category()) <= _keys[1] ? in find_syllables_khmer() 304 ( info[p].khmer_category()) - _keys[0] : _slen ]; in find_syllables_khmer()
|
D | hb-ot-shape-complex-indic-machine.hh | 459 const unsigned char *_keys; in find_syllables_indic() local 472 _keys = _indic_syllable_machine_trans_keys + (cs<<1); in find_syllables_indic() 476 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].indic_category()) && in find_syllables_indic() 477 ( info[p].indic_category()) <= _keys[1] ? in find_syllables_indic() 478 ( info[p].indic_category()) - _keys[0] : _slen ]; in find_syllables_indic()
|
D | hb-buffer-deserialize-json.hh | 520 const unsigned char *_keys; in _hb_buffer_deserialize_json() local 527 _keys = _deserialize_json_trans_keys + (cs<<1); in _hb_buffer_deserialize_json() 531 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) && in _hb_buffer_deserialize_json() 532 (*p) <= _keys[1] ? in _hb_buffer_deserialize_json() 533 (*p) - _keys[0] : _slen ]; in _hb_buffer_deserialize_json()
|
D | hb-ot-shape-complex-use-machine.hh | 469 const unsigned char *_keys; in find_syllables_use() local 482 _keys = _use_syllable_machine_trans_keys + (cs<<1); in find_syllables_use() 486 _trans = _inds[ _slen > 0 && _keys[0] <=( (*p).second.second.use_category()) && in find_syllables_use() 487 ( (*p).second.second.use_category()) <= _keys[1] ? in find_syllables_use() 488 ( (*p).second.second.use_category()) - _keys[0] : _slen ]; in find_syllables_use()
|
D | hb-buffer-deserialize-text.hh | 436 const unsigned char *_keys; in _hb_buffer_deserialize_text() local 443 _keys = _deserialize_text_trans_keys + (cs<<1); in _hb_buffer_deserialize_text() 447 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) && in _hb_buffer_deserialize_text() 448 (*p) <= _keys[1] ? in _hb_buffer_deserialize_text() 449 (*p) - _keys[0] : _slen ]; in _hb_buffer_deserialize_text()
|
/third_party/harfbuzz/src/ |
D | hb-number-parser.hh | 147 const unsigned char *_keys; in strtod_rl() local 154 _keys = _double_parser_trans_keys + (cs<<1); in strtod_rl() 158 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) && in strtod_rl() 159 (*p) <= _keys[1] ? in strtod_rl() 160 (*p) - _keys[0] : _slen ]; in strtod_rl()
|
D | hb-ot-shape-complex-myanmar-machine.hh | 374 const unsigned char *_keys; in find_syllables_myanmar() local 387 _keys = _myanmar_syllable_machine_trans_keys + (cs<<1); in find_syllables_myanmar() 391 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) && in find_syllables_myanmar() 392 ( info[p].myanmar_category()) <= _keys[1] ? in find_syllables_myanmar() 393 ( info[p].myanmar_category()) - _keys[0] : _slen ]; in find_syllables_myanmar()
|
D | hb-ot-shape-complex-khmer-machine.hh | 228 const unsigned char * _keys; in find_syllables_khmer() local 253 _keys = ( _khmer_syllable_machine_trans_keys + ((cs<<1))); in find_syllables_khmer() 258 if ( _ic <= (int)(*( _keys+1)) && _ic >= (int)(*( _keys)) ) in find_syllables_khmer() 259 _trans = (unsigned int)(*( _inds + (int)( _ic - (int)(*( _keys)) ) )); in find_syllables_khmer()
|
D | hb-ot-shape-complex-indic-machine.hh | 459 const unsigned char *_keys; in find_syllables_indic() local 472 _keys = _indic_syllable_machine_trans_keys + (cs<<1); in find_syllables_indic() 476 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].indic_category()) && in find_syllables_indic() 477 ( info[p].indic_category()) <= _keys[1] ? in find_syllables_indic() 478 ( info[p].indic_category()) - _keys[0] : _slen ]; in find_syllables_indic()
|
D | hb-buffer-deserialize-json.hh | 230 const unsigned char * _keys; in _hb_buffer_deserialize_json() local 236 _keys = ( _deserialize_json_trans_keys + ((cs<<1))); in _hb_buffer_deserialize_json() 241 if ( _ic <= (int)(*( _keys+1)) && _ic >= (int)(*( _keys)) ) in _hb_buffer_deserialize_json() 242 _trans = (unsigned int)(*( _inds + (int)( _ic - (int)(*( _keys)) ) )); in _hb_buffer_deserialize_json()
|
D | hb-ot-shape-complex-use-machine.hh | 457 const unsigned char * _keys; in find_syllables_use() local 482 _keys = ( _use_syllable_machine_trans_keys + ((cs<<1))); in find_syllables_use() 487 if ( _ic <= (int)(*( _keys+1)) && _ic >= (int)(*( _keys)) ) in find_syllables_use() 488 _trans = (unsigned int)(*( _inds + (int)( _ic - (int)(*( _keys)) ) )); in find_syllables_use()
|
D | hb-buffer-deserialize-text.hh | 211 const unsigned char * _keys; in _hb_buffer_deserialize_text() local 223 _keys = ( _deserialize_text_trans_keys + ((cs<<1))); in _hb_buffer_deserialize_text() 228 if ( _ic <= (int)(*( _keys+1)) && _ic >= (int)(*( _keys)) ) in _hb_buffer_deserialize_text() 229 _trans = (unsigned int)(*( _inds + (int)( _ic - (int)(*( _keys)) ) )); in _hb_buffer_deserialize_text()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-khmer-machine.hh | 261 const unsigned char *_keys; in find_syllables() local 274 _keys = _khmer_syllable_machine_trans_keys + (cs<<1); in find_syllables() 278 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].khmer_category()) && in find_syllables() 279 ( info[p].khmer_category()) <= _keys[1] ? in find_syllables() 280 ( info[p].khmer_category()) - _keys[0] : _slen ]; in find_syllables()
|
D | hb-ot-shape-complex-myanmar-machine.hh | 339 const unsigned char *_keys; in find_syllables() local 352 _keys = _myanmar_syllable_machine_trans_keys + (cs<<1); in find_syllables() 356 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) && in find_syllables() 357 ( info[p].myanmar_category()) <= _keys[1] ? in find_syllables() 358 ( info[p].myanmar_category()) - _keys[0] : _slen ]; in find_syllables()
|
D | hb-ot-shape-complex-indic-machine.hh | 430 const unsigned char *_keys; in find_syllables() local 443 _keys = _indic_syllable_machine_trans_keys + (cs<<1); in find_syllables() 447 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].indic_category()) && in find_syllables() 448 ( info[p].indic_category()) <= _keys[1] ? in find_syllables() 449 ( info[p].indic_category()) - _keys[0] : _slen ]; in find_syllables()
|
D | hb-ot-shape-complex-use-machine.hh | 415 const unsigned char *_keys; in find_syllables() local 428 _keys = _use_syllable_machine_trans_keys + (cs<<1); in find_syllables() 432 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].use_category()) && in find_syllables() 433 ( info[p].use_category()) <= _keys[1] ? in find_syllables() 434 ( info[p].use_category()) - _keys[0] : _slen ]; in find_syllables()
|
D | hb-buffer-deserialize-json.hh | 474 const unsigned char *_keys; in _hb_buffer_deserialize_glyphs_json() local 481 _keys = _deserialize_json_trans_keys + (cs<<1); in _hb_buffer_deserialize_glyphs_json() 485 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) && in _hb_buffer_deserialize_glyphs_json() 486 (*p) <= _keys[1] ? in _hb_buffer_deserialize_glyphs_json() 487 (*p) - _keys[0] : _slen ]; in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer-deserialize-text.hh | 351 const unsigned char *_keys; in _hb_buffer_deserialize_glyphs_text() local 358 _keys = _deserialize_text_trans_keys + (cs<<1); in _hb_buffer_deserialize_glyphs_text() 362 _trans = _inds[ _slen > 0 && _keys[0] <=(*p) && in _hb_buffer_deserialize_glyphs_text() 363 (*p) <= _keys[1] ? in _hb_buffer_deserialize_glyphs_text() 364 (*p) - _keys[0] : _slen ]; in _hb_buffer_deserialize_glyphs_text()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | shortcuts.dart | 42 _keys = <T>{key1} { 45 _keys.add(key2); 52 _keys.add(key3); 59 _keys.add(key4); 65 …assert(_keys.length == count, 'Two or more provided keys are identical. Each key must appear only … 77 _keys = keys; 80 Set<T> get keys => UnmodifiableSetView<T>(_keys); 81 final Set<T> _keys; 89 return _keys.length == typedOther._keys.length && _keys.containsAll(typedOther._keys); 94 return hashList(_keys); [all …]
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 234 #define K_1(_keys) &((struct lws_cipher_chacha *)_keys->cipher)->ccctx[0] argument 235 #define K_2(_keys) &((struct lws_cipher_chacha *)_keys->cipher)->ccctx[1] argument
|
/third_party/python/PC/layout/support/ |
D | nuspec.py | 22 _keys=("PYTHON_BITNESS", "PACKAGENAME", "PACKAGETITLE"),
|
/third_party/python/Lib/test/ |
D | test_copy.py | 703 self._keys = list(d.keys()) 707 if key not in self._keys: 708 self._keys.append(key) 712 self.assertEqual(x._keys, y._keys) 716 self.assertNotEqual(x._keys, y._keys)
|