HomeSort by relevance Sort by last modified time
    Searched refs:Extend (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/tensorflow/tensorflow/core/lib/hash/
crc32c.h 26 // crc32c of some string A. Extend() is often used to maintain the
28 extern uint32 Extend(uint32 init_crc, const char* data, size_t n);
31 inline uint32 Value(const char* data, size_t n) { return Extend(0, data, n); }
crc32c_test.cc 61 TEST(CRC, Extend) {
62 ASSERT_EQ(Value("hello world", 11), Extend(Value("hello ", 6), "world", 5));
77 h = Extend(h, input.data() + 1, len - 1);
  /external/icu/icu4c/source/data/brkitr/rules/
word.txt 35 $Extend = [\p{Word_Break = Extend}];
74 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]];
78 # Rules 4 Ignore Format and Extend characters,
82 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*;
83 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*;
84 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*;
85 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*;
86 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*;
87 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*
    [all...]
word_POSIX.txt 35 $Extend = [\p{Word_Break = Extend}];
74 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]];
78 # Rules 4 Ignore Format and Extend characters,
82 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*;
83 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*;
84 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*;
85 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*;
86 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*;
87 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*
    [all...]
char.txt 23 $Extend = [[\p{Grapheme_Cluster_Break = Extend}]];
61 [^$Control $CR $LF] ($Extend | $ZWJ);
70 ($E_Base | $E_Base_GAZ) $Extend* $E_Modifier;
73 ($Extended_Pict | $EmojiNRK) $Extend* $ZWJ ($Extended_Pict | $EmojiNRK);
88 ($Extend | $ZWJ | $EmojiNRK | $Extended_Pict)+ .;
  /external/perfetto/src/protozero/
scattered_stream_writer.cc 40 void ScatteredStreamWriter::Extend() {
49 Extend();
62 // so that one single call to Extend() will definitely give enough headroom.
63 Extend();
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
GANSSAlmanacElement.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
243 private static enum Extend implements ChoiceComponent {
319 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
325 throw new IllegalStateException("Extend template error");
340 throw new IllegalStateException("Extend template error");
347 return hasExtensionValue() && Extend.$KeplerianNAVAlmanac == selection;
362 selection = Extend.$KeplerianNAVAlmanac;
375 return hasExtensionValue() && Extend.$KeplerianReducedAlmanac == selection;
390 selection = Extend.$KeplerianReducedAlmanac
    [all...]
GANSSClockModel.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
243 private static enum Extend implements ChoiceComponent {
305 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
311 throw new IllegalStateException("Extend template error");
326 throw new IllegalStateException("Extend template error");
333 return hasExtensionValue() && Extend.$NavClockModel == selection;
348 selection = Extend.$NavClockModel;
361 return hasExtensionValue() && Extend.$CnavClockModel == selection;
376 selection = Extend.$CnavClockModel
    [all...]
GANSSOrbitModel.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
243 private static enum Extend implements ChoiceComponent {
305 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
311 throw new IllegalStateException("Extend template error");
326 throw new IllegalStateException("Extend template error");
333 return hasExtensionValue() && Extend.$NavKeplerianSet == selection;
348 selection = Extend.$NavKeplerianSet;
361 return hasExtensionValue() && Extend.$CnavKeplerianSet == selection;
376 selection = Extend.$CnavKeplerianSet
    [all...]
GANSSAddUTCModel.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
337 private static enum Extend implements ChoiceComponent {
343 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
349 throw new IllegalStateException("Extend template error");
364 throw new IllegalStateException("Extend template error");
394 return Extend.values()[selection.ordinal()]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
sentence.txt 13 Extend = [\p{Sentence_Break = Extend}];
28 ExtFmt = [Extend Format];
39 # SB5: ignore Format and Extend characters.
grapheme.txt 21 Extend = [[\p{Grapheme_Cluster_Break = Extend}]];
55 GB10: (E_Base | E_Base_GAZ) Extend* E_Modifier;
56 GB11: (Extended_Pict | EmojiNRK) Extend* ZWJ (Extended_Pict | EmojiNRK);
57 GB9: . (Extend | ZWJ);
64 # the normal rules for Extend, etc.
  /external/icu/icu4c/source/test/testdata/break_rules/
sentence.txt 13 Extend = [\p{Sentence_Break = Extend}];
28 ExtFmt = [Extend Format];
39 # SB5: ignore Format and Extend characters.
grapheme.txt 21 Extend = [[\p{Grapheme_Cluster_Break = Extend}]];
55 GB10: (E_Base | E_Base_GAZ) Extend* E_Modifier;
56 GB11: (Extended_Pict | EmojiNRK) Extend* ZWJ (Extended_Pict | EmojiNRK);
57 GB9: . (Extend | ZWJ);
64 # the normal rules for Extend, etc.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
sentence.txt 13 Extend = [\p{Sentence_Break = Extend}];
28 ExtFmt = [Extend Format];
39 # SB5: ignore Format and Extend characters.
grapheme.txt 21 Extend = [[\p{Grapheme_Cluster_Break = Extend}]];
55 GB10: (E_Base | E_Base_GAZ) Extend* E_Modifier;
56 GB11: (Extended_Pict | EmojiNRK) Extend* ZWJ (Extended_Pict | EmojiNRK);
57 GB9: . (Extend | ZWJ);
64 # the normal rules for Extend, etc.
  /external/perfetto/include/perfetto/protozero/
scattered_stream_writer.h 57 Extend();
113 void Extend();
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
UlpMessage.java 140 return Extend.values().length;
149 selection = Extend.values()[ordinal];
587 private static enum Extend implements ChoiceComponent {
691 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
697 throw new IllegalStateException("Extend template error");
712 throw new IllegalStateException("Extend template error");
719 return hasExtensionValue() && Extend.$MsSUPLTRIGGEREDSTART == selection;
734 selection = Extend.$MsSUPLTRIGGEREDSTART;
747 return hasExtensionValue() && Extend.$MsSUPLTRIGGEREDRESPONSE == selection;
762 selection = Extend.$MsSUPLTRIGGEREDRESPONSE
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.h 111 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value);
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_audio_vector.h 38 MOCK_METHOD1(Extend,
  /external/tensorflow/tensorflow/core/public/
session.h 100 virtual Status Extend(const GraphDef& graph) = 0;
134 virtual Status Extend(const RunOptions& run_options, const GraphDef& graph) {
136 "Extend(const RunOptions& run_options, const GraphDef& graph) is not "
  /external/chromium-trace/catapult/devil/devil/android/tools/
device_recovery.py 96 blacklist.Extend([device.adb.GetDeviceSerial()],
101 blacklist.Extend([device.adb.GetDeviceSerial()],
111 blacklist.Extend([device.adb.GetDeviceSerial()],
116 blacklist.Extend([device.adb.GetDeviceSerial()],
171 blacklist.Extend([serial], reason='USB failure')
175 blacklist.Extend([serial], reason='offline')
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
device_recovery.py 81 blacklist.Extend([device.adb.GetDeviceSerial()],
86 blacklist.Extend([device.adb.GetDeviceSerial()],
94 blacklist.Extend([device.adb.GetDeviceSerial()],
99 blacklist.Extend([device.adb.GetDeviceSerial()],
146 blacklist.Extend([serial], reason='USB failure')
150 blacklist.Extend([serial], reason='offline')
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
CellInfo.java 126 return Extend.values().length;
135 selection = Extend.values()[ordinal];
338 private static enum Extend implements ChoiceComponent {
358 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
364 throw new IllegalStateException("Extend template error");
379 throw new IllegalStateException("Extend template error");
386 return hasExtensionValue() && Extend.$Ver2_CellInfo_extension == selection;
401 selection = Extend.$Ver2_CellInfo_extension;
437 return Extend.values()[selection.ordinal()]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_messages/
RRLP_Component.java 131 return Extend.values().length;
140 selection = Extend.values()[ordinal];
516 private static enum Extend implements ChoiceComponent {
550 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
556 throw new IllegalStateException("Extend template error");
571 throw new IllegalStateException("Extend template error");
578 return hasExtensionValue() && Extend.$PosCapabilityReq == selection;
593 selection = Extend.$PosCapabilityReq;
606 return hasExtensionValue() && Extend.$PosCapabilityRsp == selection;
621 selection = Extend.$PosCapabilityRsp
    [all...]

Completed in 563 milliseconds

1 2 3 4 5 6 7 8 9