Home
last modified time | relevance | path

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

12345678

/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/openh264/test/build/ios/codec_unittest/codec_unittest/
DAppDelegate.m20 …// Sent when the application is about to move from active to inactive state. This can occur for ce…
32 …// Called as part of the transition from the background to the inactive state; here you can undo m…
37 …// Restart any tasks that were paused (or not yet started) while the application was inactive. If …
/third_party/lwip/src/core/
Dtcp.c1886 struct tcp_pcb *pcb, *inactive; local
1907 inactive = NULL;
1914 inactive = pcb;
1918 if (inactive != NULL) {
1920 (void *)inactive, inactivity));
1921 tcp_abort(inactive);
1932 struct tcp_pcb *pcb, *inactive; local
1938 inactive = NULL;
1945 inactive = pcb;
1949 if (inactive != NULL) {
[all …]
/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/openh264/codec/build/iOS/dec/demo/demo/
DDEMOAppDelegate.m45 //Sent when the application is about to move from active to inactive state.
55 //Called as part of the transition from the background to the inactive state.
60 //Restart any tasks that were paused while the application was 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/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/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/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/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/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/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/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/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/alsa-lib/modules/mixer/simple/
Dsbase.h61 unsigned int inactive: 1; member
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliterator.properties17 activeError=Dispatch method called while the IME was inactive
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dbuild_acceleration_structure_common.txt49 <<acceleration-structure-inactive-prims,inactive primitives>> in its
55 <<acceleration-structure-inactive-prims,inactive>>
Dbuild_acceleration_structure_common.adoc49 <<acceleration-structure-inactive-prims,inactive primitives>> in its
55 <<acceleration-structure-inactive-prims,inactive>>
/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/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/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/mesa3d/docs/ci/
Dfdo-cache1 proxy_cache_path /var/cache/nginx/ levels=1:2 keys_zone=my_cache:10m max_size=24g inactive=48h use_…
/third_party/libfuse/.github/ISSUE_TEMPLATE/
Dissue-report.md14 …urgently need attention, I will also close most bug reports once they've been inactive for a while.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dgeometry.txt27 inactive, or the <<tessellation, tessellation mode>> if tessellation is
45 when tessellation is inactive, with a pipeline topology of
67 used when tessellation is inactive, with a pipeline topology of

12345678