Home
last modified time | relevance | path

Searched defs:pp (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/external/threetenbp/src/test/java/org/threeten/bp/format/
DTestPadPrinterDecorator.java51 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new CharLiteralPrinterParser('Z'), 3,… in test_print_emptyCalendrical() local
58 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new CharLiteralPrinterParser('Z'), 3,… in test_print_fullDateTime() local
65 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new CharLiteralPrinterParser('Z'), 3,… in test_print_append() local
72 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new CharLiteralPrinterParser('Z'), 1,… in test_print_noPadRequiredSingle() local
78 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new CharLiteralPrinterParser('Z'), 5,… in test_print_padRequiredSingle() local
84 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new StringLiteralPrinterParser("WXYZ"… in test_print_noPadRequiredMultiple() local
90 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new StringLiteralPrinterParser("WXYZ"… in test_print_padRequiredMultiple() local
97 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new StringLiteralPrinterParser("WXYZ"… in test_print_overPad() local
104 PadPrinterParserDecorator pp = new PadPrinterParserDecorator(wrapped, 5, ' '); in test_toString1() local
110 PadPrinterParserDecorator pp = new PadPrinterParserDecorator(wrapped, 5, '-'); in test_toString2() local
DTestSettingsParser.java47 SettingsParser pp = SettingsParser.SENSITIVE; in test_print_sensitive() local
54 SettingsParser pp = SettingsParser.STRICT; in test_print_strict() local
61 SettingsParser pp = SettingsParser.SENSITIVE; in test_print_nulls() local
67 SettingsParser pp = SettingsParser.SENSITIVE; in test_parse_changeStyle_sensitive() local
74 SettingsParser pp = SettingsParser.INSENSITIVE; in test_parse_changeStyle_insensitive() local
81 SettingsParser pp = SettingsParser.STRICT; in test_parse_changeStyle_strict() local
88 SettingsParser pp = SettingsParser.LENIENT; in test_parse_changeStyle_lenient() local
96 SettingsParser pp = SettingsParser.SENSITIVE; in test_toString_sensitive() local
101 SettingsParser pp = SettingsParser.INSENSITIVE; in test_toString_insensitive() local
106 SettingsParser pp = SettingsParser.STRICT; in test_toString_strict() local
[all …]
DTestTextParser.java66 public void test_parse_error(TextPrinterParser pp, String text, int pos, Class<?> expected) { in test_parse_error()
78 TextPrinterParser pp = new TextPrinterParser(DAY_OF_WEEK, TextStyle.FULL, PROVIDER); in test_parse_midStr() local
85 TextPrinterParser pp = new TextPrinterParser(DAY_OF_WEEK, TextStyle.SHORT, PROVIDER); in test_parse_remainderIgnored() local
93 TextPrinterParser pp = new TextPrinterParser(DAY_OF_WEEK, TextStyle.FULL, PROVIDER); in test_parse_noMatch1() local
101 TextPrinterParser pp = new TextPrinterParser(DAY_OF_WEEK, TextStyle.FULL, PROVIDER); in test_parse_noMatch2() local
109 TextPrinterParser pp = new TextPrinterParser(DAY_OF_WEEK, TextStyle.FULL, PROVIDER); in test_parse_noMatch_atEnd() local
161 TextPrinterParser pp = new TextPrinterParser(field, style, PROVIDER); in test_parseText() local
169 TextPrinterParser pp = new TextPrinterParser(field, style, PROVIDER); in test_parseNumber() local
179 TextPrinterParser pp = new TextPrinterParser(field, style, PROVIDER); in test_parse_strict_caseSensitive_parseUpper() local
189 TextPrinterParser pp = new TextPrinterParser(field, style, PROVIDER); in test_parse_strict_caseInsensitive_parseUpper() local
[all …]
DTestZoneOffsetParser.java60 … public void test_parse_error(OffsetIdPrinterParser pp, String text, int pos, Class<?> expected) { in test_parse_error()
72 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("Z", "+HH:MM:ss"); in test_parse_exactMatch_UTC() local
79 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("Z", "+HH:MM:ss"); in test_parse_startStringMatch_UTC() local
86 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("Z", "+HH:MM:ss"); in test_parse_midStringMatch_UTC() local
93 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("Z", "+HH:MM:ss"); in test_parse_endStringMatch_UTC() local
101 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("", "+HH:MM:ss"); in test_parse_exactMatch_UTC_EmptyUTC() local
108 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("", "+HH:MM:ss"); in test_parse_startStringMatch_UTC_EmptyUTC() local
115 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("", "+HH:MM:ss"); in test_parse_midStringMatch_UTC_EmptyUTC() local
122 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("", "+HH:MM:ss"); in test_parse_endStringMatch_UTC_EmptyUTC() local
206 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("Z", pattern); in test_parse_exactMatch() local
[all …]
DTestZoneIdParser.java67 public void test_parse_error(ZoneIdPrinterParser pp, String text, int pos, Class<?> expected) { in test_parse_error()
78 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_exactMatch_Denver() local
85 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_startStringMatch_Denver() local
92 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_midStringMatch_Denver() local
99 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_endStringMatch_Denver() local
106 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_partialMatch() local
126 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_exactMatch() local
134 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_lowerCase() local
143 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_endStringMatch_utc() local
150 ZoneIdPrinterParser pp = new ZoneIdPrinterParser(TemporalQueries.zoneId(), null); in test_parse_endStringMatch_utc_plus1() local
[all …]
DTestTextPrinter.java60 TextPrinterParser pp = new TextPrinterParser(DAY_OF_WEEK, TextStyle.FULL, PROVIDER); in test_print_emptyCalendrical() local
66 TextPrinterParser pp = new TextPrinterParser(DAY_OF_WEEK, TextStyle.FULL, PROVIDER); in test_print_append() local
119 TextPrinterParser pp = new TextPrinterParser(field, style, PROVIDER); in test_print() local
128 TextPrinterParser pp = new TextPrinterParser(MONTH_OF_YEAR, TextStyle.FULL, PROVIDER); in test_print_french_long() local
136 TextPrinterParser pp = new TextPrinterParser(MONTH_OF_YEAR, TextStyle.SHORT, PROVIDER); in test_print_french_short() local
143 TextPrinterParser pp = new TextPrinterParser(MONTH_OF_YEAR, TextStyle.FULL, PROVIDER); in test_toString1() local
148 TextPrinterParser pp = new TextPrinterParser(MONTH_OF_YEAR, TextStyle.SHORT, PROVIDER); in test_toString2() local
DTestPadParserDecorator.java52 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new CharLiteralPrinterParser('Z'), 3,… in test_parse_negativePosition() local
58 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new CharLiteralPrinterParser('Z'), 3,… in test_parse_offEndPosition() local
64 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new NumberPrinterParser(MONTH_OF_YEAR… in test_parse() local
71 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new NumberPrinterParser(MONTH_OF_YEAR… in test_parse_noReadBeyond() local
78 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new NumberPrinterParser(MONTH_OF_YEAR… in test_parse_textLessThanPadWidth() local
84 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new NumberPrinterParser(MONTH_OF_YEAR… in test_parse_decoratedErrorPassedBack() local
90 …PadPrinterParserDecorator pp = new PadPrinterParserDecorator(new NumberPrinterParser(MONTH_OF_YEAR… in test_parse_decoratedDidNotParseToPadWidth() local
DTestFractionPrinterParser.java58 FractionPrinterParser pp = new FractionPrinterParser(NANO_OF_SECOND, 0, 9, true); in test_print_emptyCalendrical() local
64 FractionPrinterParser pp = new FractionPrinterParser(NANO_OF_SECOND, 0, 9, true); in test_print_append() local
150 … FractionPrinterParser pp = new FractionPrinterParser(NANO_OF_SECOND, minWidth, maxWidth, true); in test_print_nanos() local
161 … FractionPrinterParser pp = new FractionPrinterParser(NANO_OF_SECOND, minWidth, maxWidth, false); in test_print_nanos_noDecimalPoint() local
196 … FractionPrinterParser pp = new FractionPrinterParser(SECOND_OF_MINUTE, minWidth, maxWidth, true); in test_print_seconds() local
207 … FractionPrinterParser pp = new FractionPrinterParser(SECOND_OF_MINUTE, minWidth, maxWidth, false); in test_print_seconds_noDecimalPoint() local
220 … FractionPrinterParser pp = new FractionPrinterParser(NANO_OF_SECOND, minWidth, maxWidth, true); in test_reverseParse() local
229 … FractionPrinterParser pp = new FractionPrinterParser(NANO_OF_SECOND, minWidth, maxWidth, false); in test_reverseParse_noDecimalPoint() local
238 … FractionPrinterParser pp = new FractionPrinterParser(NANO_OF_SECOND, minWidth, maxWidth, true); in test_reverseParse_followedByNonDigit() local
256 … FractionPrinterParser pp = new FractionPrinterParser(NANO_OF_SECOND, minWidth, maxWidth, true); in test_reverseParse_preceededByNonDigit() local
[all …]
DTestStringLiteralPrinter.java48 StringLiteralPrinterParser pp = new StringLiteralPrinterParser("hello"); in test_print_emptyCalendrical() local
55 StringLiteralPrinterParser pp = new StringLiteralPrinterParser("hello"); in test_print_dateTime() local
61 StringLiteralPrinterParser pp = new StringLiteralPrinterParser("hello"); in test_print_emptyAppendable() local
68 StringLiteralPrinterParser pp = new StringLiteralPrinterParser("hello"); in test_toString() local
73 StringLiteralPrinterParser pp = new StringLiteralPrinterParser("o'clock"); in test_toString_apos() local
DTestCharLiteralPrinter.java48 CharLiteralPrinterParser pp = new CharLiteralPrinterParser('a'); in test_print_emptyCalendrical() local
55 CharLiteralPrinterParser pp = new CharLiteralPrinterParser('a'); in test_print_dateTime() local
61 CharLiteralPrinterParser pp = new CharLiteralPrinterParser('a'); in test_print_emptyAppendable() local
68 CharLiteralPrinterParser pp = new CharLiteralPrinterParser('a'); in test_toString() local
74 CharLiteralPrinterParser pp = new CharLiteralPrinterParser('\''); in test_toString_apos() local
DTestNumberPrinter.java55 NumberPrinterParser pp = new NumberPrinterParser(DAY_OF_MONTH, 1, 2, SignStyle.NEVER); in test_print_emptyCalendrical() local
61 NumberPrinterParser pp = new NumberPrinterParser(DAY_OF_MONTH, 1, 2, SignStyle.NEVER); in test_print_append() local
161 …NumberPrinterParser pp = new NumberPrinterParser(DAY_OF_MONTH, minPad, maxPad, SignStyle.NOT_NEGAT… in test_pad_NOT_NEGATIVE() local
180 … NumberPrinterParser pp = new NumberPrinterParser(DAY_OF_MONTH, minPad, maxPad, SignStyle.NEVER); in test_pad_NEVER() local
198 … NumberPrinterParser pp = new NumberPrinterParser(DAY_OF_MONTH, minPad, maxPad, SignStyle.NORMAL); in test_pad_NORMAL() local
DTestReducedPrinter.java54 ReducedPrinterParser pp = new ReducedPrinterParser(YEAR, 2, 2, 2010, null); in test_print_emptyCalendrical() local
61 ReducedPrinterParser pp = new ReducedPrinterParser(YEAR, 2, 2, 2010, null); in test_print_append() local
130 ReducedPrinterParser pp = new ReducedPrinterParser(YEAR, width, width, baseValue, null); in test_pivot() local
148 ReducedPrinterParser pp = new ReducedPrinterParser(YEAR, 2, 2, 2005, null); in test_toString() local
DTestZoneOffsetPrinter.java127 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("NO-OFFSET", pattern); in test_print() local
134 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("NO-OFFSET", pattern); in test_toString() local
141 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("Z", "+HH:MM:ss"); in test_print_emptyCalendrical() local
147 OffsetIdPrinterParser pp = new OffsetIdPrinterParser("Z", "+HH:MM:ss"); in test_print_emptyAppendable() local
DTestReducedParser.java61 public void test_parse_error(ReducedPrinterParser pp, String text, int pos, Class<?> expected) { in test_parse_error()
73 ReducedPrinterParser pp = new ReducedPrinterParser(DAY_OF_YEAR, 3, 3, 10, null); in test_parse_fieldRangeIgnored() local
133 …public void test_parse(ReducedPrinterParser pp, String input, int pos, int parseLen, Integer parse… in test_parse()
192 …public void test_parseLenient(ReducedPrinterParser pp, String input, int pos, int parseLen, Intege… in test_parseLenient()
/external/harfbuzz_ng/src/
Dtest-number.cc35 const char *pp = str; in main() local
48 const char *pp = str; in main() local
61 const char *pp = str; in main() local
74 const char *pp = str; in main() local
88 const char *pp = str; in main() local
101 const char *pp = str; in main() local
114 const char *pp = str; in main() local
127 const char *pp = str; in main() local
140 const char *pp = str; in main() local
152 const char *pp = str; in main() local
[all …]
Dhb-number.cc32 _parse_number (const char **pp, const char *end, T *pv, in _parse_number()
55 hb_parse_int (const char **pp, const char *end, int *pv, bool whole_buffer) in hb_parse_int()
63 hb_parse_uint (const char **pp, const char *end, unsigned *pv, in hb_parse_uint()
72 hb_parse_double (const char **pp, const char *end, double *pv, bool whole_buffer) in hb_parse_double()
/external/scrypt/lib/util/
Dsysendian.h48 be32dec(const void *pp) in be32dec()
57 be32enc(void *pp, uint32_t x) in be32enc()
68 be64dec(const void *pp) in be64dec()
79 be64enc(void *pp, uint64_t x) in be64enc()
94 le32dec(const void *pp) in le32dec()
103 le32enc(void *pp, uint32_t x) in le32enc()
114 le64dec(const void *pp) in le64dec()
125 le64enc(void *pp, uint64_t x) in le64enc()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
DTestDefaultPrettyPrinter.java15 PrettyPrinter pp = new DefaultPrettyPrinter(); in testSystemLinefeed() local
27 PrettyPrinter pp = new DefaultPrettyPrinter() in testWithLineFeed() local
39 PrettyPrinter pp = new DefaultPrettyPrinter() in testWithIndent() local
51 PrettyPrinter pp = new DefaultPrettyPrinter() in testUnixLinefeed() local
63 PrettyPrinter pp = new DefaultPrettyPrinter() in testWindowsLinefeed() local
75 PrettyPrinter pp = new DefaultPrettyPrinter() in testTabIndent() local
87 DefaultPrettyPrinter pp = new DefaultPrettyPrinter() in testRootSeparator() local
133 private String _printTestData(PrettyPrinter pp, boolean useBytes) throws IOException in _printTestData()
166 DefaultPrettyPrinter pp = new MyPrettyPrinter(); in testInvalidSubClass() local
/external/curl/lib/
Dpingpong.c51 struct pingpong *pp, bool disconnecting) in Curl_pp_state_timeout()
84 struct pingpong *pp, bool block, in Curl_pp_statemach()
143 void Curl_pp_init(struct pingpong *pp) in Curl_pp_init()
163 struct pingpong *pp, in Curl_pp_vsendf()
242 CURLcode Curl_pp_sendf(struct Curl_easy *data, struct pingpong *pp, in Curl_pp_sendf()
282 struct pingpong *pp, in Curl_pp_readresp()
383 struct pingpong *pp, curl_socket_t *socks) in Curl_pp_getsock()
398 struct pingpong *pp) in Curl_pp_flushsend()
426 CURLcode Curl_pp_disconnect(struct pingpong *pp) in Curl_pp_disconnect()
433 bool Curl_pp_moredata(struct pingpong *pp) in Curl_pp_moredata()
/external/trusty/arm-trusted-firmware/include/lib/libc/
Dendian.h86 be16dec(const void *pp) in be16dec()
94 be32dec(const void *pp) in be32dec()
102 be64dec(const void *pp) in be64dec()
110 le16dec(const void *pp) in le16dec()
118 le32dec(const void *pp) in le32dec()
126 le64dec(const void *pp) in le64dec()
134 be16enc(void *pp, uint16_t u) in be16enc()
143 be32enc(void *pp, uint32_t u) in be32enc()
154 be64enc(void *pp, uint64_t u) in be64enc()
163 le16enc(void *pp, uint16_t u) in le16enc()
[all …]
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h86 be16dec(const void *pp) in be16dec()
94 be32dec(const void *pp) in be32dec()
102 be64dec(const void *pp) in be64dec()
110 le16dec(const void *pp) in le16dec()
118 le32dec(const void *pp) in le32dec()
126 le64dec(const void *pp) in le64dec()
134 be16enc(void *pp, uint16_t u) in be16enc()
143 be32enc(void *pp, uint32_t u) in be32enc()
154 be64enc(void *pp, uint64_t u) in be64enc()
163 le16enc(void *pp, uint16_t u) in le16enc()
[all …]
/external/fsck_msdos/
Dfreebsd-compat.h76 le16enc(void *pp, uint16_t u) in le16enc()
85 le32enc(void *pp, uint32_t u) in le32enc()
96 le16dec(const void *pp) in le16dec()
104 le32dec(const void *pp) in le32dec()
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp64 static SRes CompressProgress(ICompressProgressPtr pp, UInt64 inSize, UInt64 outSize) throw() in CompressProgress()
80 static SRes MyRead(ISeqInStreamPtr pp, void *data, size_t *size) throw() in MyRead()
92 static size_t MyWrite(ISeqOutStreamPtr pp, const void *data, size_t size) throw() in MyWrite()
125 static SRes InStreamWrap_Read(ISeekInStreamPtr pp, void *data, size_t *size) throw() in InStreamWrap_Read()
134 static SRes InStreamWrap_Seek(ISeekInStreamPtr pp, Int64 *offset, ESzSeek origin) throw() in InStreamWrap_Seek()
200 static Byte Wrap_ReadByte(IByteInPtr pp) throw() in Wrap_ReadByte()
294 static void Wrap_WriteByte(IByteOutPtr pp, Byte b) throw() in Wrap_WriteByte()
/external/lzma/C/
D7zStream.c100 static SRes LookToRead2_Look_Lookahead(ILookInStreamPtr pp, const void **buf, size_t *size) in LookToRead2_Look_Lookahead()
119 static SRes LookToRead2_Look_Exact(ILookInStreamPtr pp, const void **buf, size_t *size) in LookToRead2_Look_Exact()
139 static SRes LookToRead2_Skip(ILookInStreamPtr pp, size_t offset) in LookToRead2_Skip()
146 static SRes LookToRead2_Read(ILookInStreamPtr pp, void *buf, size_t *size) in LookToRead2_Read()
160 static SRes LookToRead2_Seek(ILookInStreamPtr pp, Int64 *pos, ESzSeek origin) in LookToRead2_Seek()
179 static SRes SecToLook_Read(ISeqInStreamPtr pp, void *buf, size_t *size) in SecToLook_Read()
190 static SRes SecToRead_Read(ISeqInStreamPtr pp, void *buf, size_t *size) in SecToRead_Read()
/external/python/cpython2/Objects/
Ddescrobject.c701 proxy_len(proxyobject *pp) in proxy_len()
707 proxy_getitem(proxyobject *pp, PyObject *key) in proxy_getitem()
719 proxy_contains(proxyobject *pp, PyObject *key) in proxy_contains()
738 proxy_has_key(proxyobject *pp, PyObject *key) in proxy_has_key()
747 proxy_get(proxyobject *pp, PyObject *args) in proxy_get()
757 proxy_keys(proxyobject *pp) in proxy_keys()
763 proxy_values(proxyobject *pp) in proxy_values()
769 proxy_items(proxyobject *pp) in proxy_items()
775 proxy_iterkeys(proxyobject *pp) in proxy_iterkeys()
781 proxy_itervalues(proxyobject *pp) in proxy_itervalues()
[all …]

12345678910>>...20