Searched refs:counter (Results 276 - 300 of 809) sorted by relevance

<<11121314151617181920>>

/external/python/cpython3/Lib/sqlite3/test/
H A Dregression.py365 counter = 0
370 if counter == 0:
372 elif counter == 1:
374 elif counter == 2:
376 counter += 1
377 self.assertEqual(counter, 3, "should have returned exactly three rows")
/external/guice/extensions/servlet/test/com/google/inject/servlet/
H A DFilterDispatchIntegrationTest.java260 AtomicInteger counter = new AtomicInteger();
261 final CountFilter f1 = new CountFilter(counter);
262 final CountFilter f2 = new CountFilter(counter);
285 /** A filter that keeps count of when it was called by increment a counter. */
287 private final AtomicInteger counter; field in class:FilterDispatchIntegrationTest.CountFilter
290 public CountFilter(AtomicInteger counter) { argument
291 this.counter = counter;
302 calledAt = counter.getAndIncrement();
/external/libbrillo/brillo/dbus/
H A Ddbus_method_invoker_unittest.cc253 int* counter,
255 (*counter)++;
264 [](int* counter, const std::string& actual_result) {
265 (*counter)++;
273 [](int* counter, brillo::Error* error) {
274 (*counter)++;
291 int* counter,
293 (*counter)++;
/external/libxml2/include/libxml/
H A Dxmlautomata.h123 int counter);
128 int counter);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h115 LLVMValueRef counter; member in struct:lp_build_loop_state
146 LLVMValueRef counter; member in struct:lp_build_for_loop_state
/external/mesa3d/src/mesa/main/
H A Dperformance_monitor.h56 _mesa_GetPerfMonitorCounterStringAMD(GLuint group, GLuint counter,
61 _mesa_GetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname,
/external/nist-sip/java/gov/nist/javax/sip/
H A DUtils.java51 private static long counter = 0; field in class:Utils
173 long num = rand.nextLong() + Utils.counter++ + System.currentTimeMillis();
/external/skia/tests/
H A DPixelRefTest.cpp14 int* counter = (int*)ctx; local
15 *counter -= 1;
/external/skqp/tests/
H A DPixelRefTest.cpp14 int* counter = (int*)ctx; local
15 *counter -= 1;
/external/toolchain-utils/
H A Dfile_lock_machine.py66 self.counter = desc['counter']
73 self.counter = 0
79 return self.counter or self.exclusive
84 'Counter: %s' % self.counter, 'Time: %s' % self.time,
125 file_lock.getDescription().counter, elapsed_time,
208 if lock.counter:
221 lock.counter += 1
262 lock.counter -= 1
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dbwe_simulations.cc83 RateCounterFilter counter(&uplink_, kFlowIds[0], "Receiver_0",
111 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]);
127 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]);
142 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]);
153 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]);
168 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]);
196 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]);
215 RateCounterFilter counter(&uplink_, 0, "Receiver", bwe_names[GetParam()]);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_aka.c39 u16 counter; member in struct:eap_aka_data
114 data->counter = data->reauth->counter;
391 struct eap_sim_msg *msg, u16 counter,
406 if (data->counter <= EAP_AKA_MAX_FAST_REAUTHS) {
419 counter == 0 && nonce_s == NULL)
426 if (counter > 0) {
427 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
428 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
554 eap_aka_prime_derive_keys_reauth(data->k_re, data->counter,
390 eap_aka_build_encr(struct eap_sm *sm, struct eap_aka_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_aka.c39 u16 counter; member in struct:eap_aka_data
114 data->counter = data->reauth->counter;
391 struct eap_sim_msg *msg, u16 counter,
406 if (data->counter <= EAP_AKA_MAX_FAST_REAUTHS) {
419 counter == 0 && nonce_s == NULL)
426 if (counter > 0) {
427 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
428 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
554 eap_aka_prime_derive_keys_reauth(data->k_re, data->counter,
390 eap_aka_build_encr(struct eap_sm *sm, struct eap_aka_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_aka.c39 u16 counter; member in struct:eap_aka_data
114 data->counter = data->reauth->counter;
391 struct eap_sim_msg *msg, u16 counter,
406 if (data->counter <= EAP_AKA_MAX_FAST_REAUTHS) {
419 counter == 0 && nonce_s == NULL)
426 if (counter > 0) {
427 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
428 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
554 eap_aka_prime_derive_keys_reauth(data->k_re, data->counter,
390 eap_aka_build_encr(struct eap_sm *sm, struct eap_aka_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp198 typedef Counter counter; typedef in namespace:test1::ns
200 using ns::counter;
204 counter c;
206 counter::count++;
/external/libchrome/base/threading/
H A Dworker_pool_posix_unittest.cc49 // IncrementingTask's main purpose is to increment a counter. It also updates a
56 int* counter,
64 (*counter)++;
71 int* counter; member in struct:base::__anon11042::BlockingIncrementingTaskArgs
87 IncrementingTask(args.counter_lock, args.counter, args.unique_threads_lock,
55 IncrementingTask(Lock* counter_lock, int* counter, Lock* unique_threads_lock, std::set<PlatformThreadId>* unique_threads) argument
/external/libpcap/
H A Dpcap-tc.c1039 ULONGLONG counter; local
1052 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter);
1058 if (counter <= (ULONGLONG)0xFFFFFFFF)
1060 s.ps_recv = (ULONG)counter;
1067 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &counter);
1073 if (counter <= (ULONGLONG)0xFFFFFFFF)
1075 s.ps_ifdrop = (ULONG)counter;
1076 s.ps_drop = (ULONG)counter;
1123 ULONGLONG counter; local
1137 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter);
[all...]
/external/markdown/markdown/extensions/
H A Dfootnotes.py195 counter = 0
199 return counter, m.group(2), m.group(3)
200 counter += 1
201 return counter, None, None
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.h103 LLVMValueRef counter);
/external/proguard/src/proguard/
H A DConfigurationParser.java292 int counter = 0;
296 filters[counter++] =
299 while (counter < filters.length &&
312 entry.setFilter(filters[--counter]);
313 if (counter > 0)
315 entry.setJarFilter(filters[--counter]);
316 if (counter > 0)
318 entry.setWarFilter(filters[--counter]);
319 if (counter > 0)
321 entry.setEarFilter(filters[--counter]);
[all...]
/external/tensorflow/tensorflow/core/lib/gtl/
H A Darray_slice_test.cc59 int counter = 0; local
61 EXPECT_EQ(counter, *it);
62 counter++;
64 EXPECT_EQ(counter, len);
66 counter = 0;
68 EXPECT_EQ(counter, *it);
69 counter++;
71 EXPECT_EQ(counter, len);
105 int counter = 0; local
107 EXPECT_EQ(ptr + counter,
133 int counter = 0; local
[all...]
/external/toolchain-utils/automation/common/
H A Dcommand.py58 umask_save_var = 'OLD_UMASK_%d' % self.counter
65 def counter(self): member in class:Wrapper
66 counter = self._counter
68 return counter
/external/tpm2/
H A DCpriRSA_fp.h41 UINT32 *counter // IN/OUT: Counter value to allow KFD iteration to be
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S7 # performance counter counts this as one instruction. However,
/external/valgrind/exp-bbv/tests/x86/
H A Dfldcw_check.S7 # performance counter counts this as one instruction. However,

Completed in 714 milliseconds

<<11121314151617181920>>