Home
last modified time | relevance | path

Searched refs:Equal (Results 1 – 25 of 267) sorted by relevance

1234567891011

/third_party/python/Lib/idlelib/idle_test/
Dtest_text.py47 Equal = self.assertEqual
50 Equal(get('end'), '')
51 Equal(get('end', 'end'), '')
52 Equal(get('1.0'), 'h')
53 Equal(get('1.0', '1.1'), 'h')
54 Equal(get('1.0', '1.3'), 'hel')
55 Equal(get('1.1', '1.3'), 'el')
56 Equal(get('1.0', '1.0 lineend'), 'hello')
57 Equal(get('1.0', '1.10'), 'hello')
58 Equal(get('1.0 lineend'), '\n')
[all …]
Dtest_searchengine.py95 Equal = self.assertEqual
98 Equal(se.search_reverse(prog, line, len(line)).span(), (12, 14))
99 Equal(se.search_reverse(prog, line, 14).span(), (12, 14))
100 Equal(se.search_reverse(prog, line, 13).span(), (5, 7))
101 Equal(se.search_reverse(prog, line, 7).span(), (5, 7))
102 Equal(se.search_reverse(prog, line, 6), None)
115 Equal = self.assertEqual
117 Equal(engine.getpat(), '')
119 Equal(engine.getpat(), 'hello')
121 Equal(engine.isre(), False)
[all …]
Dtest_autocomplete.py70 Equal = self.assertEqual
87 Equal(acp.autocomplete_event(ev), 'break')
94 Equal(acp.autocomplete_event(ev), None)
95 Equal(open_c.args[0], ac.TAB)
97 Equal(acp.autocomplete_event(ev), 'break')
98 Equal(open_c.args[0], ac.TAB)
101 Equal = self.assertEqual
110 Equal(after.called, 0)
113 Equal(after.called, 0)
119 Equal(acp._delayed_completion_index, text.index('insert'))
[all …]
Dtest_format.py26 Equal = self.assertEqual
27 Equal(ft.get_indent(self.test_comment), '')
28 Equal(ft.get_indent(self.trailingws_comment), '')
29 Equal(ft.get_indent(self.leadingws_comment), ' ')
30 Equal(ft.get_indent(self.leadingws_nocomment), ' ')
33 Equal = self.assertEqual
35 Equal(ft.get_comment_header(self.test_comment), '#')
36 Equal(ft.get_comment_header(self.trailingws_comment), '#')
37 Equal(ft.get_comment_header(self.leadingws_comment), ' #')
39 Equal(ft.get_comment_header(self.leadingws_nocomment), ' ')
[all …]
Dtest_history.py97 Equal = self.assertEqual
98 Equal(self.text.get('iomark', 'end-1c'), line)
99 Equal(self.text._bell, bell)
102 Equal(History.prefix, prefix)
103 Equal(History.pointer, index)
104 Equal(self.text.compare("insert", '==', "end-1c"), 1)
Dtest_query.py51 Equal = self.assertEqual
52 Equal(dialog.entry_ok(), 'good')
53 Equal((dialog.result, dialog.destroyed), (None, False))
54 Equal(dialog.entry_error['text'], '')
226 Equal = self.assertEqual
371 Equal = self.assertEqual
423 Equal = self.assertEqual
424 Equal(dialog.entry.get(), '__test__')
425 Equal(dialog.path.get(), __file__)
428 Equal(dialog.result, ('__test__', prefix + __file__))
/third_party/flatbuffers/tests/
DphpTest.php112 $assert->Equal($pos->GetTest1(), 3.0);
143 $assert->Equal('Fred', $fred->getName());
338 $assert->Equal($uut->capacity(), strlen($buffer));
344 …$assert->Equal("\x63", $uut->_buffer[0]); // don't share buffer as php user might confuse referenc…
359 $assert->Equal(chr(0x01), $uut->_buffer[0]);
360 $assert->Equal(chr(0x00), $uut->_buffer[1]);
367 $assert->Equal(chr(0x00), $uut->_buffer[0]);
368 $assert->Equal(chr(0x80), $uut->_buffer[1]);
395 $assert->Equal(chr(0x0D), $uut->_buffer[0]);
396 $assert->Equal(chr(0x0C), $uut->_buffer[1]);
[all …]
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps_test.go39 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
40 assert.Equal(t, []string{"ci"}, cmd.Args)
43 assert.Equal(t, "killall", cmd.Name)
44 assert.Equal(t, []string{"chrome"}, cmd.Args)
82 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
83 assert.Equal(t, []string{"perf-canvaskit-with-puppeteer",
156 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
157 assert.Equal(t, []string{"perf-canvaskit-with-puppeteer",
199 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
200 assert.Equal(t, []string{"perf-canvaskit-with-puppeteer",
[all …]
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas_test.go38 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
39 assert.Equal(t, []string{"ci"}, cmd.Args)
71 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
72 assert.Equal(t, []string{"perf-canvaskit-with-puppeteer",
107 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
108 assert.Equal(t, []string{"perf-canvaskit-with-puppeteer",
156 assert.Equal(t, `{
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
Dperf_puppeteer_skottie_frames_test.go38 assert.Equal(t, "/fake/path/to/node/bin/npm", cmd.Name)
39 assert.Equal(t, []string{"ci"}, cmd.Args)
77 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
78 assert.Equal(t, []string{"perf-canvaskit-with-puppeteer",
118 assert.Equal(t, "/fake/path/to/node/bin/node", cmd.Name)
119 assert.Equal(t, []string{"perf-canvaskit-with-puppeteer",
170 assert.Equal(t, `{
269 assert.Equal(t, `{
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEInstrInfo.td88 def CC_INE : CC_VAL< 2>; // Not Equal
89 def CC_IEQ : CC_VAL< 3>; // Equal
90 def CC_IGE : CC_VAL< 4>; // Greater or Equal
91 def CC_ILE : CC_VAL< 5>; // Less or Equal
95 def CC_NE : CC_VAL< 9>; // Not Equal
96 def CC_EQ : CC_VAL<10>; // Equal
97 def CC_GE : CC_VAL<11>; // Greater or Equal
98 def CC_LE : CC_VAL<12>; // Less or Equal
103 def CC_NENAN : CC_VAL<17>; // Not Equal or NaN
104 def CC_EQNAN : CC_VAL<18>; // Equal or NaN
[all …]
/third_party/glslang/Test/baseResults/
D100Limits.vert.out34 0:29 Compare Equal ( temp bool)
70 0:33 Compare Equal ( temp bool)
101 0:35 Compare Less Than or Equal ( temp bool)
119 0:36 Compare Less Than or Equal ( temp bool)
127 0:36 Compare Equal ( temp bool)
147 0:37 Compare Less Than or Equal ( temp bool)
165 0:38 Compare Not Equal ( temp bool)
173 0:38 Compare Equal ( temp bool)
195 0:39 Compare Equal ( temp bool)
208 0:39 Compare Equal ( temp bool)
[all …]
Dhlsl.if.frag.out12 0:2 Equal ( temp 4-component vector of bool)
29 0:9 Equal ( temp 4-component vector of bool)
48 0:18 Equal ( temp 4-component vector of bool)
59 0:23 Equal ( temp 4-component vector of bool)
66 0:26 Equal ( temp 4-component vector of bool)
73 0:31 Equal ( temp 4-component vector of bool)
98 0:41 Compare Equal ( temp bool)
134 0:2 Equal ( temp 4-component vector of bool)
151 0:9 Equal ( temp 4-component vector of bool)
170 0:18 Equal ( temp 4-component vector of bool)
[all …]
Dhlsl.getsampleposition.dx10.frag.out20 0:16 Compare Equal ( temp bool)
35 0:16 Compare Equal ( temp bool)
54 0:16 Compare Equal ( temp bool)
81 0:16 Compare Equal ( temp bool)
135 0:17 Compare Equal ( temp bool)
150 0:17 Compare Equal ( temp bool)
169 0:17 Compare Equal ( temp bool)
196 0:17 Compare Equal ( temp bool)
312 0:16 Compare Equal ( temp bool)
327 0:16 Compare Equal ( temp bool)
[all …]
DaggOps.frag.out64 0:30 Compare Equal ( temp bool)
84 0:35 Compare Equal ( temp bool)
94 0:38 Compare Not Equal ( temp bool)
104 0:41 Compare Equal ( temp bool)
120 0:44 Compare Equal ( temp bool)
130 0:47 Compare Not Equal ( temp bool)
213 0:30 Compare Equal ( temp bool)
233 0:35 Compare Equal ( temp bool)
243 0:38 Compare Not Equal ( temp bool)
253 0:41 Compare Equal ( temp bool)
[all …]
Duint.frag.out110 0:55 Compare Equal ( temp bool)
121 0:57 Compare Equal ( temp bool)
135 0:59 Compare Equal ( temp bool)
246 0:92 Compare Equal ( temp bool)
256 0:95 Compare Not Equal ( temp bool)
269 0:98 Compare Equal ( temp bool)
281 0:101 Compare Equal ( temp bool)
409 0:55 Compare Equal ( temp bool)
420 0:57 Compare Equal ( temp bool)
434 0:59 Compare Equal ( temp bool)
[all …]
/third_party/typescript/tests/baselines/reference/
DmappedTypeAsClauses.types175 type Equal<A, B> = (<T>() => T extends A ? 1 : 2) extends (<T>() => T extends B ? 1 : 2) ? true : f…
176 >Equal : Equal<A, B>
184 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any };
185 >GetKey : keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any; }
188 type GetKeyWithIf<S, V> = keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
189 >GetKeyWithIf : keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any; }
191 type GetObjWithIf<S, V> = { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
DmappedTypeAsClauses.js92 type Equal<A, B> = (<T>() => T extends A ? 1 : 2) extends (<T>() => T extends B ? 1 : 2) ? true : f…
96 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any };
98 type GetKeyWithIf<S, V> = keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
100 type GetObjWithIf<S, V> = { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
220 declare type Equal<A, B> = (<T>() => T extends A ? 1 : 2) extends (<T>() => T extends B ? 1 : 2) ? …
223 [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any;
226 [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any;
229 [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any;
DmappedTypeAsClauses.symbols269 type Equal<A, B> = (<T>() => T extends A ? 1 : 2) extends (<T>() => T extends B ? 1 : 2) ? true : f…
270 >Equal : Symbol(Equal, Decl(mappedTypeAsClauses.ts, 86, 35))
289 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any };
295 >Equal : Symbol(Equal, Decl(mappedTypeAsClauses.ts, 86, 35))
301 type GetKeyWithIf<S, V> = keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
308 >Equal : Symbol(Equal, Decl(mappedTypeAsClauses.ts, 86, 35))
314 type GetObjWithIf<S, V> = { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
321 >Equal : Symbol(Equal, Decl(mappedTypeAsClauses.ts, 86, 35))
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts94 type Equal<A, B> = (<T>() => T extends A ? 1 : 2) extends (<T>() => T extends B ? 1 : 2) ? true : f… alias
98 type GetKey<S, V> = keyof { [TP in keyof S as Equal<S[TP], V> extends true ? TP : never]: any };
100 type GetKeyWithIf<S, V> = keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
102 type GetObjWithIf<S, V> = { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dcbrotli_test.go24 if !bytes.Equal(uncompressed, wantOriginalData) {
166 if !bytes.Equal(decompressed, input) {
250 if n, err := reader.Read(got); err != nil || n != wantLen || !bytes.Equal(got, segment) {
269 if got := decodedOutput.Bytes(); !bytes.Equal(got, content) {
290 if !bytes.Equal(decoded, content) {
356 if !bytes.Equal(decoded, input) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dfallible_iterator.h174 bool Equal = LHS.I == RHS.I; variable
178 if (!Equal) {
185 return Equal;
/third_party/flutter/engine/flutter/flow/
Draster_cache_key.h34 struct Equal { struct
42 using Map = std::unordered_map<RasterCacheKey, Value, Hash, Equal>; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp31 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp); in LowerAtomicCmpXchgInst() local
32 Value *Res = Builder.CreateSelect(Equal, Val, Orig); in LowerAtomicCmpXchgInst()
36 Res = Builder.CreateInsertValue(Res, Equal, 1); in LowerAtomicCmpXchgInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp38 Equal, enumerator
111 return Token(Equal, "="); in lex()
234 if (Tok.K == Equal) { in parseExport()
326 if (Error Err = expect(Equal, "'=' expected")) in parseName()

1234567891011