Home
last modified time | relevance | path

Searched refs:reset (Results 1 - 25 of 3019) sorted by relevance

12345678910>>...121

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DTestUScriptRun.java237 scriptRun.reset(0, 100); in TestReset()
238 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset()
240 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
244 scriptRun.reset(100, 0); in TestReset()
245 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset()
247 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
251 scriptRun.reset(0, -100); in TestReset()
252 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset()
254 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
258 scriptRun.reset( in TestReset()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScriptRun.java234 scriptRun.reset(0, 100); in TestReset()
235 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset()
237 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
241 scriptRun.reset(100, 0); in TestReset()
242 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset()
244 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
248 scriptRun.reset(0, -100); in TestReset()
249 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset()
251 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
255 scriptRun.reset( in TestReset()
[all...]
/third_party/backends/testsuite/backend/genesys/
H A Dtests_image.cpp83 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; in test_set_pixel_to_row() local
91 reset(); in test_set_pixel_to_row()
97 reset(); in test_set_pixel_to_row()
103 reset(); in test_set_pixel_to_row()
109 reset(); in test_set_pixel_to_row()
115 reset(); in test_set_pixel_to_row()
121 reset(); in test_set_pixel_to_row()
127 reset(); in test_set_pixel_to_row()
133 reset(); in test_set_pixel_to_row()
139 reset(); in test_set_pixel_to_row()
246 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; test_set_raw_pixel_to_row() local
415 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; test_set_raw_channel_to_row() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScriptRun.java69 reset(nullChars, 0, 0); in UScriptRun()
84 reset (text); in UScriptRun()
101 reset(text, start, count); in UScriptRun()
116 reset(chars); in UScriptRun()
133 reset(chars, start, count); in UScriptRun()
144 public final void reset() in reset() method in UScriptRun
176 public final void reset(int start, int count) in reset() method in UScriptRun
192 reset(); in reset()
208 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun
216 reset(star in reset()
229 public final void reset(char[] chars) reset() method in UScriptRun
253 public final void reset(String str, int start, int count) reset() method in UScriptRun
274 public final void reset(String str) reset() method in UScriptRun
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScriptRun.java71 reset(nullChars, 0, 0); in UScriptRun()
86 reset (text); in UScriptRun()
103 reset(text, start, count); in UScriptRun()
118 reset(chars); in UScriptRun()
135 reset(chars, start, count); in UScriptRun()
146 public final void reset() in reset() method in UScriptRun
178 public final void reset(int start, int count) in reset() method in UScriptRun
194 reset(); in reset()
210 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun
218 reset(star in reset()
231 public final void reset(char[] chars) reset() method in UScriptRun
255 public final void reset(String str, int start, int count) reset() method in UScriptRun
276 public final void reset(String str) reset() method in UScriptRun
[all...]
/third_party/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.h46 void reset();
48 void reset(int32_t start, int32_t count);
50 void reset(const UChar chars[], int32_t start, int32_t length);
106 reset(NULL, 0, 0); in ScriptRun()
111 reset(chars, 0, length); in ScriptRun()
116 reset(chars, start, length); in ScriptRun()
134 inline void ScriptRun::reset() in reset() function in ScriptRun
142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function in ScriptRun
147 reset(); in reset()
150 inline void ScriptRun::reset(cons function in ScriptRun
[all...]
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
H A Dscrptrun.h46 void reset();
48 void reset(int32_t start, int32_t count);
50 void reset(const UChar chars[], int32_t start, int32_t length);
106 reset(NULL, 0, 0); in ScriptRun()
111 reset(chars, 0, length); in ScriptRun()
116 reset(chars, start, length); in ScriptRun()
134 inline void ScriptRun::reset() in reset() function in ScriptRun
142 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function in ScriptRun
147 reset(); in reset()
150 inline void ScriptRun::reset(cons function in ScriptRun
[all...]
/third_party/cJSON/tests/
H A Dparse_string.c82 reset(item); in parse_string_should_parse_strings()
84 reset(item); in parse_string_should_parse_strings()
90 reset(item); in parse_string_should_parse_utf16_surrogate_pairs()
96 reset(item); in parse_string_should_not_parse_non_strings()
98 reset(item); in parse_string_should_not_parse_non_strings()
104 reset(item); in parse_string_should_not_parse_invalid_backslash()
106 reset(item); in parse_string_should_not_parse_invalid_backslash()
112 reset(item); in parse_string_should_not_overflow_with_closing_backslash()
119 reset(item); in parse_string_should_parse_bug_94()
H A Dparse_value.c58 reset(item); in parse_value_should_parse_null()
64 reset(item); in parse_value_should_parse_true()
70 reset(item); in parse_value_should_parse_false()
76 reset(item); in parse_value_should_parse_number()
82 reset(item); in parse_value_should_parse_string()
84 reset(item); in parse_value_should_parse_string()
90 reset(item); in parse_value_should_parse_array()
96 reset(item); in parse_value_should_parse_object()
H A Dparse_object.c62 reset(item); in assert_not_object()
80 reset(item); in parse_object_should_parse_empty_objects()
84 reset(item); in parse_object_should_parse_empty_objects()
92 reset(item); in parse_object_should_parse_objects_with_one_element()
96 reset(item); in parse_object_should_parse_objects_with_one_element()
100 reset(item); in parse_object_should_parse_objects_with_one_element()
104 reset(item); in parse_object_should_parse_objects_with_one_element()
113 reset(item); in parse_object_should_parse_objects_with_multiple_elements()
150 reset(item); in parse_object_should_parse_objects_with_multiple_elements()
/third_party/skia/src/core/
H A DSkAutoPixmapStorage.h31 * On failure, return false and reset() the pixmap to empty.
65 void reset() { in reset() function in SkAutoPixmapStorage
67 this->INHERITED::reset(); in reset()
69 void reset(const SkImageInfo& info, const void* addr, size_t rb) { in reset() function in SkAutoPixmapStorage
71 this->INHERITED::reset(info, addr, rb); in reset()
74 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { in reset() function in SkAutoPixmapStorage
76 return this->INHERITED::reset(mask); in reset()
H A DSkGlyphBuffer.cpp12 void SkSourceGlyphBuffer::reset() { in reset() function in SkSourceGlyphBuffer
13 fRejectedGlyphIDs.reset(); in reset()
14 fRejectedPositions.reset(); in reset()
19 fMultiBuffer.reset(size); in ensureSize()
20 fPositions.reset(size); in ensureSize()
112 void SkDrawableGlyphBuffer::reset() { in reset() function in SkDrawableGlyphBuffer
115 fMultiBuffer.reset(); in reset()
116 fPositions.reset(); in reset()
H A DSkDescriptor.cpp138 SkAutoDescriptor::SkAutoDescriptor(size_t size) { this->reset(size); } in SkAutoDescriptor()
139 SkAutoDescriptor::SkAutoDescriptor(const SkDescriptor& desc) { this->reset(desc); } in SkAutoDescriptor()
141 this->reset(*that.getDesc()); in SkAutoDescriptor()
144 this->reset(*that.getDesc()); in operator =()
149 this->reset(*that.getDesc()); in SkAutoDescriptor()
157 this->reset(*that.getDesc()); in operator =()
168 void SkAutoDescriptor::reset(size_t size) { in reset() function in SkAutoDescriptor
177 void SkAutoDescriptor::reset(const SkDescriptor& desc) { in reset() function in SkAutoDescriptor
179 this->reset(size); in reset()
/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.c189 asprintf (&res, "%s%s%s", ctx->colors->eval, ctmp, ctx->colors->reset); in rnndec_decodeval()
218 asprintf (&res, "%s%s%s", color, bitfields[i]->name, ctx->colors->reset); in rnndec_decodeval()
220 asprintf (&tmp, "%s | %s%s%s", res, color, bitfields[i]->name, ctx->colors->reset); in rnndec_decodeval()
232 asprintf (&subval, "%s%#"PRIx64"%s", ctx->colors->err, field_val, ctx->colors->reset); in rnndec_decodeval()
237 asprintf (&res, "%s%s%s = %s", ctx->colors->rname, bitfields[i]->name, ctx->colors->reset, subval); in rnndec_decodeval()
239 asprintf (&tmp, "%s | %s%s%s = %s", res, ctx->colors->rname, bitfields[i]->name, ctx->colors->reset, subval); in rnndec_decodeval()
247 asprintf (&res, "%s%#"PRIx64"%s", ctx->colors->err, value & ~mask, ctx->colors->reset); in rnndec_decodeval()
249 asprintf (&tmp, "%s | %s%#"PRIx64"%s", res, ctx->colors->err, value & ~mask, ctx->colors->reset); in rnndec_decodeval()
255 asprintf (&res, "%s0%s", ctx->colors->num, ctx->colors->reset); in rnndec_decodeval()
262 asprintf (&res, "%s%#"PRIx64"%s", ctx->colors->num, value, ctx->colors->reset); in rnndec_decodeval()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp67 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() function in MIToken
166 Token.reset(Type, String) in lexName()
171 Token.reset(MIToken::Error, Range.remaining()); in lexName()
176 Token.reset(Type, Range.upto(C)) in lexName()
268 Token.reset(getIdentifierKind(Identifier), Identifier) in maybeLexIdentifier()
282 Token.reset(MIToken::Error, C.remaining()); in maybeLexMachineBasicBlock()
300 Token.reset(IsReference ? MIToken::MachineBasicBlock in maybeLexMachineBasicBlock()
317 Token.reset(Kind, Range.upto(C)).setIntegerValue(APSInt(NumberRange.upto(C))); in maybeLexIndex()
338 Token.reset(Kind, Range.upto(C)) in maybeLexIndexAndName()
403 Token.reset(MIToke in lexVirtualRegister()
[all...]
/third_party/python/Lib/encodings/
H A Dutf_8_sig.py39 def reset(self): member in IncrementalEncoder
40 codecs.IncrementalEncoder.reset(self)
71 def reset(self): member in IncrementalDecoder
72 codecs.BufferedIncrementalDecoder.reset(self)
86 def reset(self): member in StreamWriter
87 codecs.StreamWriter.reset(self)
98 def reset(self): member in StreamReader
99 codecs.StreamReader.reset(self)
H A Dutf_16.py33 def reset(self): member in IncrementalEncoder
34 codecs.IncrementalEncoder.reset(self)
71 def reset(self): member in IncrementalDecoder
72 codecs.BufferedIncrementalDecoder.reset(self)
109 def reset(self): member in StreamWriter
110 codecs.StreamWriter.reset(self)
126 def reset(self): member in StreamReader
127 codecs.StreamReader.reset(self)
H A Dutf_32.py28 def reset(self): member in IncrementalEncoder
29 codecs.IncrementalEncoder.reset(self)
66 def reset(self): member in IncrementalDecoder
67 codecs.BufferedIncrementalDecoder.reset(self)
104 def reset(self): member in StreamWriter
105 codecs.StreamWriter.reset(self)
121 def reset(self): member in StreamReader
122 codecs.StreamReader.reset(self)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp120 mBackBufferTexture.reset(); in release()
121 mBackBufferRTView.reset(); in release()
122 mBackBufferSRView.reset(); in release()
123 mOffscreenTexture.reset(); in release()
124 mOffscreenRTView.reset(); in release()
125 mOffscreenSRView.reset(); in release()
126 mDepthStencilTexture.reset(); in release()
127 mDepthStencilDSView.reset(); in release()
128 mDepthStencilSRView.reset(); in release()
129 mQuadVB.reset(); in release()
581 EGLint SwapChain11::reset(DisplayD3D *displayD3D, reset() function in rx::SwapChain11
[all...]
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dtstdtmod.cpp31 reset(); in errIfFailureAndReset()
34 reset(); in errIfFailureAndReset()
47 reset(); in errIfFailureAndReset()
50 reset(); in errIfFailureAndReset()
58 reset(); in errDataIfFailureAndReset()
61 reset(); in errDataIfFailureAndReset()
74 reset(); in errDataIfFailureAndReset()
77 reset(); in errDataIfFailureAndReset()
87 reset(); in expectErrorAndReset()
101 reset(); in expectErrorAndReset()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dtstdtmod.cpp31 reset(); in errIfFailureAndReset()
34 reset(); in errIfFailureAndReset()
47 reset(); in errIfFailureAndReset()
50 reset(); in errIfFailureAndReset()
58 reset(); in errDataIfFailureAndReset()
61 reset(); in errDataIfFailureAndReset()
74 reset(); in errDataIfFailureAndReset()
77 reset(); in errDataIfFailureAndReset()
87 reset(); in expectErrorAndReset()
101 reset(); in expectErrorAndReset()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp235 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) { in parseFile()
240 mAttrValue.reset(src); in parseFile()
340 mXMLDecl.reset(src); in parse()
341 mXMLComment.reset(src); in parse()
342 mXMLSP.reset(src); in parse()
343 mXMLDoctype.reset(src); in parse()
344 mXMLPI.reset(src); in parse()
345 mXMLElemStart.reset(src); in parse()
346 mXMLElemEnd.reset(src); in parse()
347 mXMLElemEmpty.reset(sr in parse()
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp235 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) { in parseFile()
240 mAttrValue.reset(src); in parseFile()
340 mXMLDecl.reset(src); in parse()
341 mXMLComment.reset(src); in parse()
342 mXMLSP.reset(src); in parse()
343 mXMLDoctype.reset(src); in parse()
344 mXMLPI.reset(src); in parse()
345 mXMLElemStart.reset(src); in parse()
346 mXMLElemEnd.reset(src); in parse()
347 mXMLElemEmpty.reset(sr in parse()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp235 if(mXMLDecl.reset(src).lookingAt(0, errorCode)) { in parseFile()
240 mAttrValue.reset(src); in parseFile()
340 mXMLDecl.reset(src); in parse()
341 mXMLComment.reset(src); in parse()
342 mXMLSP.reset(src); in parse()
343 mXMLDoctype.reset(src); in parse()
344 mXMLPI.reset(src); in parse()
345 mXMLElemStart.reset(src); in parse()
346 mXMLElemEnd.reset(src); in parse()
347 mXMLElemEmpty.reset(sr in parse()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp37 ObjectFile.Elf.reset(new ELFYAML::Object()); in mapping()
40 ObjectFile.Coff.reset(new COFFYAML::Object()); in mapping()
43 ObjectFile.MachO.reset(new MachOYAML::Object()); in mapping()
46 ObjectFile.FatMachO.reset(new MachOYAML::UniversalBinary()); in mapping()
50 ObjectFile.Minidump.reset(new MinidumpYAML::Object()); in mapping()
53 ObjectFile.Wasm.reset(new WasmYAML::Object()); in mapping()

Completed in 17 milliseconds

12345678910>>...121