Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 25 of 139) sorted by relevance

123456

/third_party/node/tools/
Dfind-inactive-collaborators.mjs3 // Identify inactive collaborators. "Inactive" is not quite right, as the things
191 const inactive = collaborators.filter((collaborator) => constant
197 if (inactive.length) {
199 console.log(inactive.map((entry) => `* ${entry.name}`).join('\n'));
201 const newReadmeText = await moveCollaboratorToEmeritus(inactive);
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dbinding_test.dart66 message = const StringCodec().encodeMessage('AppLifecycleState.inactive');
68 expect(observer.lifecycleState, AppLifecycleState.inactive);
102 message = const StringCodec().encodeMessage('AppLifecycleState.inactive');
110 message = const StringCodec().encodeMessage('AppLifecycleState.inactive');
/third_party/lwip/src/core/
Dtcp.c1708 struct tcp_pcb *pcb, *inactive; in tcp_kill_prio() local
1729 inactive = NULL; in tcp_kill_prio()
1736 inactive = pcb; in tcp_kill_prio()
1740 if (inactive != NULL) { in tcp_kill_prio()
1742 (void *)inactive, inactivity)); in tcp_kill_prio()
1743 tcp_abort(inactive); in tcp_kill_prio()
1754 struct tcp_pcb *pcb, *inactive; in tcp_kill_state() local
1760 inactive = NULL; in tcp_kill_state()
1767 inactive = pcb; in tcp_kill_state()
1771 if (inactive != NULL) { in tcp_kill_state()
[all …]
/third_party/boost/libs/bind/doc/bind/
Dexamples.qbk20 bool inactive() const;
34 erase_if(anims, boost::mem_fn(&animation::inactive));
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dfinders.dart36 /// nodes that are [Offstage] or that are from inactive [Route]s.
55 /// nodes that are [Offstage] or that are from inactive [Route]s.
72 /// nodes that are [Offstage] or that are from inactive [Route]s.
90 /// nodes that are [Offstage] or that are from inactive [Route]s.
103 /// nodes that are [Offstage] or that are from inactive [Route]s.
122 /// nodes that are [Offstage] or that are from inactive [Route]s.
145 /// nodes that are [Offstage] or that are from inactive [Route]s.
164 /// nodes that are [Offstage] or that are from inactive [Route]s.
184 /// nodes that are [Offstage] or that are from inactive [Route]s.
198 /// nodes that are [Offstage] or that are from inactive [Route]s.
[all …]
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
DAppDelegate.m46 …// Sent when the application is about to move from active to inactive state. This can occur for ce…
56 …// Called as part of the transition from the background to the inactive state; here you can undo m…
60 …// Restart any tasks that were paused (or not yet started) while the application was inactive. If …
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Drefresh.dart188 inactive,
241 /// when invoking it, except in the [RefreshIndicatorMode.inactive] state when
403 // Reset the state from done to inactive when only this fraction of the
424 refreshState = RefreshIndicatorMode.inactive;
446 case RefreshIndicatorMode.inactive:
448 return RefreshIndicatorMode.inactive;
456 return RefreshIndicatorMode.inactive;
472 // state may be stuck in a non-inactive state.
506 // Let the transition back to inactive trigger before strictly going
514 nextState = RefreshIndicatorMode.inactive;
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_explicit_uniform_location.txt84 be inactive. The values of active uniforms in the default uniform block
109 in, even if that subroutine uniform is inactive. Between the location 0
112 because the subroutine uniform was determined to be inactive by the
133 subroutine is inactive. Between index 0 and ACTIVE_SUBROUTINES minus one
136 inactive by the linker. If there are no explicitly defined subroutine
320 uniforms are inactive.
371 uniform location, but that uniform is deemed inactive by the
374 RESOLVED: The call is ignored for inactive uniform variables and
376 are determined to be inactive return -1 for the the location when
414 8) Does the query for ACTIVE_UNIFORMS in the program include inactive
[all …]
/third_party/openGLES/extensions/ARB/
DARB_explicit_uniform_location.txt94 be inactive. The values of active uniforms in the default uniform block
119 in, even if that subroutine uniform is inactive. Between the location 0
122 because the subroutine uniform was determined to be inactive by the
143 subroutine is inactive. Between index 0 and ACTIVE_SUBROUTINES minus one
146 inactive by the linker. If there are no explicitly defined subroutine
330 uniforms are inactive.
381 uniform location, but that uniform is deemed inactive by the
384 RESOLVED: The call is ignored for inactive uniform variables and
386 are determined to be inactive return -1 for the the location when
424 8) Does the query for ACTIVE_UNIFORMS in the program include inactive
[all …]
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Drefresh_test.dart699 RefreshIndicatorMode.inactive,
1032 testWidgets('starts in inactive state', (WidgetTester tester) async {
1051 RefreshIndicatorMode.inactive,
1057 … testWidgets('goes to drag and returns to inactive in a small drag', (WidgetTester tester) async {
1086 RefreshIndicatorMode.inactive,
1226 'goes back to inactive when retracting back past 10% of arming distance',
1267 // Need to bring it to 100 * 0.1 to reset to inactive.
1281 RefreshIndicatorMode.inactive,
1289 'goes back to inactive if already scrolled away when task completes',
1334 RefreshIndicatorMode.inactive,
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dsessions.inc47 server must thus discard inactive sessions at some point. Our example
48 implements this by discarding inactive sessions after a certain amount
/third_party/eudev/rules/
D60-cdrom_id.rules23 # unit as inactive while there is no medium; this automatically cleans up of
/third_party/node/deps/npm/node_modules/timed-out/
Dreadme.md33 Time in milliseconds to wait for `connect` event on socket and also time to wait on inactive socket.
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtoggleable.dart84 /// When the control is inactive, the [value] is false and this animation has
87 /// has a value of 1.0. When the control is changing from inactive
117 /// False if this control is "inactive" (not checked, off, or unselected).
182 /// The color that should be used in the inactive state (i.e., when [value] is false).
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderGroup.cpp124 SIMD::UInt inactive = ~active; in EmitGroupNonUniform() local
131 filled |= filled.yzwx & inactive; // Populate inactive 'holes' with a live value in EmitGroupNonUniform()
161 SIMD::UInt inactive = ~active; in EmitGroupNonUniform() local
166 filled |= filled.yzwx & inactive; // Populate inactive 'holes' with a live value in EmitGroupNonUniform()
/third_party/uboot/u-boot-2020.01/doc/
DREADME.fsl-trustzone-components24 - Supports 8 fully programmable address regions, initially inactive at reset,
/third_party/flutter/flutter/packages/flutter/test/material/
Drange_slider_test.dart57 // The start thumb is selected when tapping the left inactive track.
63 // The end thumb is selected when tapping the right inactive track.
112 // The end thumb is selected when tapping the left inactive track.
118 // The start thumb is selected when tapping the right inactive track.
170 // The start thumb is selected when tapping the left inactive track.
177 // The end thumb is selected when tapping the right inactive track.
230 // The start thumb is selected when tapping the left inactive track.
237 // The end thumb is selected when tapping the right inactive track.
1075 …lider uses the right theme colors for the right shapes when setting the inactive color', (WidgetTe…
1100 …Slider uses the right theme colors for the right shapes with active and inactive colors', (WidgetT…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrMVE.td565 // what to put in its inactive lanes.
1096 (v4i1 VCCR:$mask), (v4f32 MQPR:$inactive))),
1099 (v4f32 MQPR:$inactive)))>;
1101 (v8i1 VCCR:$mask), (v8f16 MQPR:$inactive))),
1104 (v8f16 MQPR:$inactive)))>;
1116 (i32 0), (v4i1 VCCR:$mask), (v4f32 MQPR:$inactive))),
1119 (v4f32 MQPR:$inactive)))>;
1121 (i32 0), (v8i1 VCCR:$mask), (v8f16 MQPR:$inactive))),
1124 (v8f16 MQPR:$inactive)))>;
1156 (VTI.Vec MQPR:$inactive))),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc18045 /* 38395*/ OPC_RecordChild6, // #3 = $inactive
18051 …*:[i32] }, 0:{ *:[i32] }, VCCR:{ *:[v16i1] }:$mask, MQPR:{ *:[v8i16] }:$inactive) - Complexity = 24
18052 …ift_imm1_7:{ *:[i32] }:$imm, 1:{ *:[i32] }, VCCR:{ *:[v16i1] }:$mask, MQPR:{ *:[v8i16] }:$inactive)
18057 /* 38421*/ OPC_RecordChild6, // #3 = $inactive
18063 …*:[i32] }, 1:{ *:[i32] }, VCCR:{ *:[v16i1] }:$mask, MQPR:{ *:[v8i16] }:$inactive) - Complexity = 24
18064 …ift_imm1_7:{ *:[i32] }:$imm, 1:{ *:[i32] }, VCCR:{ *:[v16i1] }:$mask, MQPR:{ *:[v8i16] }:$inactive)
18072 /* 38452*/ OPC_RecordChild6, // #3 = $inactive
18078 …*:[i32] }, 0:{ *:[i32] }, VCCR:{ *:[v16i1] }:$mask, MQPR:{ *:[v8i16] }:$inactive) - Complexity = 24
18079 …ift_imm1_7:{ *:[i32] }:$imm, 1:{ *:[i32] }, VCCR:{ *:[v16i1] }:$mask, MQPR:{ *:[v8i16] }:$inactive)
18084 /* 38478*/ OPC_RecordChild6, // #3 = $inactive
[all …]
/third_party/skia/third_party/externals/opengl-registry/xml/
Dvendors.txt56 ZiiLabs - Still has a website but appears to be inactive as of 2017-01-12.
/third_party/openGLES/xml/
Dvendors.txt56 ZiiLabs - Still has a website but appears to be inactive as of 2017-01-12.
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_video_resize_float.txt109 if the specified channel is invalid or inactive.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_video_resize_float.txt109 if the specified channel is invalid or inactive.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dticker_provider.dart136 tickerDescription = 'inactive and muted';
138 tickerDescription = 'inactive';
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngimage.c960 int active = 0, inactive = 0; in update_display() local
979 inactive |= transform; in update_display()
986 inactive &= ~active; in update_display()
989 dp->ignored_transforms = inactive; /* excluding write-only transforms */ in update_display()

123456