/external/libwebsockets/lib/drivers/button/ |
D | lws-button.c | 92 lws_button_each_t *each = (lws_button_each_t *)arg; in lws_button_irq_cb_t() local 94 each->isr_pending = 1; in lws_button_irq_cb_t() 95 LWS_PLAT_TIMER_START(each->bcs->timer); in lws_button_irq_cb_t() 111 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in LWS_PLAT_TIMER_CB() local 129 if (!each[n].isr_pending) in LWS_PLAT_TIMER_CB() 140 each[n].isr_pending = 0; in LWS_PLAT_TIMER_CB() 151 if (each[n].state == LBCS_IDLE) { in LWS_PLAT_TIMER_CB() 158 each[n].state = LBCS_MIN_DOWN_QUALIFY; in LWS_PLAT_TIMER_CB() 159 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB() 198 lws_button_irq_cb_t, &each[n]); in LWS_PLAT_TIMER_CB() [all …]
|
/external/ltp/runtest/ |
D | controllers | 57 cgroup_fj_stress_debug_2_2_each cgroup_fj_stress.sh debug 2 2 each 58 cgroup_fj_stress_debug_3_3_each cgroup_fj_stress.sh debug 3 3 each 59 cgroup_fj_stress_debug_4_4_each cgroup_fj_stress.sh debug 4 4 each 60 cgroup_fj_stress_debug_2_9_each cgroup_fj_stress.sh debug 2 9 each 61 cgroup_fj_stress_debug_10_3_each cgroup_fj_stress.sh debug 10 3 each 62 cgroup_fj_stress_debug_1_200_each cgroup_fj_stress.sh debug 1 200 each 63 cgroup_fj_stress_debug_200_1_each cgroup_fj_stress.sh debug 200 1 each 82 cgroup_fj_stress_cpuset_2_2_each cgroup_fj_stress.sh cpuset 2 2 each 83 cgroup_fj_stress_cpuset_3_3_each cgroup_fj_stress.sh cpuset 3 3 each 84 cgroup_fj_stress_cpuset_4_4_each cgroup_fj_stress.sh cpuset 4 4 each [all …]
|
/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
D | lws-button.c | 91 lws_button_each_t *each = (lws_button_each_t *)arg; in lws_button_irq_cb_t() local 93 each->isr_pending = 1; in lws_button_irq_cb_t() 94 LWS_PLAT_TIMER_START(each->bcs->timer); in lws_button_irq_cb_t() 109 lws_button_each_t *each = (lws_button_each_t *)&bcs[1]; in LWS_PLAT_TIMER_CB() local 126 if (!each[n].isr_pending) in LWS_PLAT_TIMER_CB() 137 each[n].isr_pending = 0; in LWS_PLAT_TIMER_CB() 148 if (each[n].state == LBCS_IDLE) { in LWS_PLAT_TIMER_CB() 155 each[n].state = LBCS_MIN_DOWN_QUALIFY; in LWS_PLAT_TIMER_CB() 156 each[n].mon_timer_comp = bcs->mon_timer_count; in LWS_PLAT_TIMER_CB() 196 lws_button_irq_cb_t, &each[n]); in LWS_PLAT_TIMER_CB() [all …]
|
/external/junit/src/main/java/org/junit/runner/notification/ |
D | RunNotifier.java | 81 protected abstract void notifyListener(RunListener each) throws Exception; in notifyListener() argument 90 protected void notifyListener(RunListener each) throws Exception { in fireTestRunStarted() argument 91 each.testRunStarted(description); in fireTestRunStarted() 102 protected void notifyListener(RunListener each) throws Exception { in fireTestRunFinished() argument 103 each.testRunFinished(result); in fireTestRunFinished() 120 protected void notifyListener(RunListener each) throws Exception { in fireTestSuiteStarted() argument 121 each.testSuiteStarted(description); in fireTestSuiteStarted() 137 protected void notifyListener(RunListener each) throws Exception { in fireTestSuiteFinished() argument 138 each.testSuiteFinished(description); in fireTestSuiteFinished() 155 protected void notifyListener(RunListener each) throws Exception { in fireTestStarted() argument [all …]
|
/external/junit/src/main/java/org/junit/internal/runners/ |
D | MethodValidator.java | 73 for (Method each : methods) { in validateTestMethods() 74 if (Modifier.isStatic(each.getModifiers()) != isStatic) { in validateTestMethods() 76 errors.add(new Exception("Method " + each.getName() + "() " in validateTestMethods() 79 if (!Modifier.isPublic(each.getDeclaringClass().getModifiers())) { in validateTestMethods() 80 errors.add(new Exception("Class " + each.getDeclaringClass().getName() in validateTestMethods() 83 if (!Modifier.isPublic(each.getModifiers())) { in validateTestMethods() 84 errors.add(new Exception("Method " + each.getName() in validateTestMethods() 87 if (each.getReturnType() != Void.TYPE) { in validateTestMethods() 88 errors.add(new Exception("Method " + each.getName() in validateTestMethods() 91 if (each.getParameterTypes().length != 0) { in validateTestMethods() [all …]
|
/external/junit/src/main/java/org/junit/experimental/max/ |
D | MaxCore.java | 107 for (Description each : leaves) { in constructLeafRequest() 108 runners.add(buildRunner(each)); in constructLeafRequest() 123 private Runner buildRunner(Description each) { 124 if (each.toString().equals("TestSuite with 0 tests")) { 127 if (each.toString().startsWith(MALFORMED_JUNIT_3_TEST_CLASS_PREFIX)) { 132 return new JUnit38ClassRunner(new TestSuite(getMalformedTestClass(each))); 134 Class<?> type = each.getTestClass(); 136 throw new RuntimeException("Can't build a runner from description [" + each + "]"); 138 String methodName = each.getMethodName(); 145 private Class<?> getMalformedTestClass(Description each) { [all …]
|
/external/doclava/res/assets/templates/ |
D | diff.cs | 127 <?cs each:site = sites ?> 129 <?cs /each ?> 131 <?cs each:package = packages ?> 140 <?cs each:site = package.sites ?> 148 <?cs /each ?> 151 <?cs each:class = package.classes ?> 160 <?cs each:site = class.sites ?> 168 <?cs /each ?> 170 <?cs each:method = class.methods ?> 174 <?cs each:site = method.sites ?> [all …]
|
D | class.cs | 13 <?cs each:cl=class.inherited ?> 26 <?cs /each ?> 104 <?cs each:supr = class.inheritance ?> 110 <?cs each:t=supr.interfaces ?> 112 <?cs /each ?> 115 <?cs /each ?> 124 <?cs each:supr = class.inheritance ?> 137 <?cs /each ?> 161 <?cs if:subcount(class.annotationdocumentation) ?><?cs each:annodoc = class.annotationdocumentation… 163 <?cs /each ?><?cs /if ?> [all …]
|
D | macros.cs | 40 each:t=type.extendsBounds ?><?cs 43 /each ?><?cs 46 each:t=type.superBounds ?><?cs 49 /each ?><?cs 52 ?><<?cs each:t=type.typeArguments ?><?cs call:type_link_impl(t, "true") ?><?cs 54 /each ?>><?cs 66 each:t=type.typeArguments?><?cs 70 /each ?>><?cs 92 each:param = params ?><?cs 96 /each ?><?cs [all …]
|
D | keywords.cs | 14 <div class="jd-letterlist"><?cs each:letter=keywords ?> 15 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /each?> 18 <?cs each:letter=keywords ?> 22 <?cs each:entry=letter 25 <?cs /each 28 <?cs /each ?>
|
D | classes.cs | 15 <div class="jd-letterlist"><?cs each:letter=docs.classes ?> 16 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /each?> 19 <?cs each:letter=docs.classes ?> 24 <?cs each:cl = letter ?> 30 <?cs /each ?> 32 <?cs /each ?>
|
D | todo.cs | 49 <?cs each:pkg=packages ?> 56 <?cs /each ?> 69 <?cs each:cl=classes ?> 76 <?cs /each ?> 81 <?cs each:cl=classes ?> 87 <?cs each:err=cl.errors ?> 93 <?cs /each ?> 96 <?cs /each ?>
|
/external/junit/src/main/java/org/junit/runners/model/ |
D | NoGenericTypeParametersValidator.java | 19 for (Type each : method.getGenericParameterTypes()) { in validate() 20 validateNoTypeParameterOnType(each, errors); in validate() 39 for (Type each : parameterized.getActualTypeArguments()) { in validateNoTypeParameterOnParameterizedType() 40 validateNoTypeParameterOnType(each, errors); in validateNoTypeParameterOnParameterizedType() 46 for (Type each : wildcard.getUpperBounds()) { in validateNoTypeParameterOnWildcardType() 47 validateNoTypeParameterOnType(each, errors); in validateNoTypeParameterOnWildcardType() 49 for (Type each : wildcard.getLowerBounds()) { in validateNoTypeParameterOnWildcardType() 50 validateNoTypeParameterOnType(each, errors); in validateNoTypeParameterOnWildcardType()
|
/external/junit/src/main/java/junit/framework/ |
D | TestSuite.java | 138 for (Method each : MethodSorter.getDeclaredMethods(superClass)) { 139 addTestMethod(each, names, theClass); 171 for (Class<?> each : classes) { 172 addTest(testCaseForClass(each)); 176 private Test testCaseForClass(Class<?> each) { 177 if (TestCase.class.isAssignableFrom(each)) { 178 return new TestSuite(each.asSubclass(TestCase.class)); 180 return warning(each.getCanonicalName() + " does not extend TestCase"); 213 for (Test each : fTests) { 214 count += each.countTestCases(); [all …]
|
D | TestResult.java | 38 for (TestListener each : cloneListeners()) { in addError() 39 each.addError(test, e); in addError() 49 for (TestListener each : cloneListeners()) { in addFailure() 50 each.addFailure(test, e); in addFailure() 81 for (TestListener each : cloneListeners()) { in endTest() 82 each.endTest(test); in endTest() 167 for (TestListener each : cloneListeners()) { in startTest() 168 each.startTest(test); in startTest()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RetrieveAllTPUEmbeddingParameters.pbtxt | 7 A list of tensors, one for each embedding table, containing the 14 A list of tensors, one for each embedding table, containing the 17 (based on the algorithm in use for each table). 23 A list of tensors, one for each embedding table, containing the 26 (based on the algorithm in use for each table). 32 A list of tensors, one for each embedding table, containing the 35 (based on the algorithm in use for each table). 41 A list of tensors, one for each embedding table, containing the 44 (based on the algorithm in use for each table). 50 A list of tensors, one for each embedding table, containing the [all …]
|
D | api_def_LoadAllTPUEmbeddingParameters.pbtxt | 7 A list of tensors, one for each embedding table, 15 A list of tensors, one for each embedding table, containing the 17 training loop updates. The shape of each entry is ignored (and thus can be 25 A list of tensors, one for each embedding table, containing the 27 embedding training loop updates. The shape of each entry is ignored (and thus 35 A list of tensors, one for each embedding table, containing the 37 training loop updates. The shape of each entry is ignored (and thus can be 45 A list of tensors, one for each embedding table, containing the 47 embedding training loop updates. The shape of each entry is ignored (and thus 55 A list of tensors, one for each embedding table, containing the [all …]
|
D | api_def_BoostedTreesCalculateBestFeatureSplitV2.pbtxt | 14 …accumulated stats summary (gradient/hessian) per node, per dimension, per buckets for each feature. 27 Rank 1 tensor with ids for each feature. This is the real id of the feature. 57 …possible split node ids for each feature. The length of the list is num_features, but each tensor … 63 A Rank 1 tensor indicating the best gains for each feature to split for certain nodes. See above fo… 69 A Rank 1 tensors indicating the best feature id for each node. See above for details like shapes an… 75 A Rank 1 tensors indicating the best feature dimension for each feature to split for certain nodes … 81 A Rank 1 tensors indicating the bucket id to compare with (as a threshold) for split in each node. … 87 …he output node_ids_list) to the left direction by the given threshold for each feature. This value… 115 …summary: "Calculates gains for each feature and returns the best possible split information for ea… 117 … the best threshold (bucket id), gains and left/right node contributions per node for each feature. [all …]
|
D | api_def_BoostedTreesCalculateBestFeatureSplit.pbtxt | 14 …accumulated stats summary (gradient/hessian) per node, per dimension, per buckets for each feature. 45 …possible split node ids for each feature. The length of the list is num_features, but each tensor … 51 A Rank 1 tensors indicating the best gains for each feature to split for certain nodes. See above f… 57 A Rank 1 tensors indicating the best feature dimension for each feature to split for certain nodes … 63 A Rank 1 tensors indicating the bucket id to compare with (as a threshold) for split in each node. … 69 …he output node_ids_list) to the left direction by the given threshold for each feature. This value… 97 …summary: "Calculates gains for each feature and returns the best possible split information for th… 99 … the best threshold (bucket id), gains and left/right node contributions per node for each feature. 101 … be split on each feature. Hence, the list of possible nodes can differ between the features. Ther… 103 …node, so that it needs to be combined later to produce the best split for each node (among all pos… [all …]
|
D | api_def_BoostedTreesCalculateBestGainsPerFeature.pbtxt | 14 …for accumulated stats summary (gradient/hessian) per node per buckets for each feature. The first … 44 …possible split node ids for each feature. The length of the list is num_features, but each tensor … 50 An output list of Rank 1 tensors indicating the best gains for each feature to split for certain no… 56 …rs indicating the bucket id to compare with (as a threshold) for split in each node. See above for… 62 …he output node_ids_list) to the left direction by the given threshold for each feature. This value… 83 …summary: "Calculates gains for each feature and returns the best possible split information for th… 85 … the best threshold (bucket id), gains and left/right node contributions per node for each feature. 87 … be split on each feature. Hence, the list of possible nodes can differ between the features. Ther… 89 …node, so that it needs to be combined later to produce the best split for each node (among all pos… 92 …tensors of all lists are the same and equal to the number of possible split nodes for each feature.
|
D | api_def_BoostedTreesSparseCalculateBestFeatureSplit.pbtxt | 14 … for accumulated stats summary (gradient/hessian) per node per bucket for each feature. The second… 21 …N specifies the number of non-zero values), which supplies the values for each element in summary_… 63 A Rank 1 tensor indicating the best gains to split each node. 69 A Rank 1 tensor indicating the best feature dimension for each feature to split for each node. 75 A Rank 1 tensor indicating the bucket id to compare with (as a threshold) for split in each node. 81 …des when branching from parent nodes to the left direction by the given threshold for each feature. 110 …summary: "Calculates gains for each feature and returns the best possible split information for th… 112 … the best threshold (bucket id), gains and left/right node contributions per node for each feature. 114 … be split on each feature. Hence, the list of possible nodes can differ between the features. Ther… 116 …node, so that it needs to be combined later to produce the best split for each node (among all pos… [all …]
|
/external/libiio/src/bindings/csharp/ |
D | Trigger.cs | 38 foreach (Attr each in attrs) in set_rate() 39 if (each.name.Equals("frequency")) in set_rate() 41 each.write((long) rate); in set_rate() 51 foreach (Attr each in attrs) in get_rate() 52 if (each.name.Equals("frequency")) in get_rate() 53 return (ulong) each.read_long(); in get_rate()
|
/external/curl/tests/data/ |
D | test532 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file 33 FTP RETR same file using reset handles between each transfer
|
/external/angle/scripts/ |
D | vk_mandatory_format_support_capture_to_json.js | 18 $("#features-formats-mandatory-features-subbyte td").each(function() { 20 $this.find("code").each(function() { 41 $("#" + allTableIds[i] + " td").each(function() { 44 $this.find("code").each(function() { 53 $(this).closest("tr").find("td.halign-center").each(function() {
|
/external/pdfium/ |
D | DEPS | 36 # and whatever else without interference from each other. 40 # and whatever else without interference from each other. 44 # and whatever else without interference from each other. 48 # and whatever else without interference from each other. 52 # and whatever else without interference from each other. 56 # and whatever else without interference from each other. 60 # and whatever else without interference from each other. 64 # and whatever else without interference from each other. 68 # and whatever else without interference from each other. 72 # and whatever else without interference from each other. [all …]
|