HomeSort by relevance Sort by last modified time
    Searched full:termination (Results 1 - 25 of 618) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 101 * This Enumeration defines the different early termination causes.
107 SCAN_ET_COND_DISABLE = 0x00, /**< No early termination is not disabled (Do not perform an early termination scan)*/
108 SCAN_ET_COND_BEACON = 0x10, /**< Early termination scan on beacon reception */
109 SCAN_ET_COND_PROBE_RESP = 0x20, /**< Early termination scan on probe response reception */
110 SCAN_ET_COND_ANY_FRAME = 0x30, /**< Early termination scan on both beacon or probe response reception */
111 SCAN_ET_COND_NUM_OF_CONDS= 0x4 /**< Number of early termination conditions */
179 * received but the early termination limit has not been reached (microseconds)
182 EScanEtCondition earlyTerminationEvent; /**< Early termination frame type */
183 TI_UINT8 ETMaxNumOfAPframes; /**< Number of frames from the early termination frame types according to the early
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 102 * This Enumeration defines the different early termination causes.
108 SCAN_ET_COND_DISABLE = 0x00, /**< No early termination is not disabled (Do not perform an early termination scan)*/
109 SCAN_ET_COND_BEACON = 0x10, /**< Early termination scan on beacon reception */
110 SCAN_ET_COND_PROBE_RESP = 0x20, /**< Early termination scan on probe response reception */
111 SCAN_ET_COND_ANY_FRAME = 0x30, /**< Early termination scan on both beacon or probe response reception */
112 SCAN_ET_COND_NUM_OF_CONDS= 0x4 /**< Number of early termination conditions */
180 * received but the early termination limit has not been reached (microseconds)
183 EScanEtCondition earlyTerminationEvent; /**< Early termination frame type */
184 TI_UINT8 ETMaxNumOfAPframes; /**< Number of frames from the early termination frame types according to the early
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
scanTypes.h 85 * \brief enumerates the different early termination conditions
89 SCAN_ET_COND_DISABLE = 0x00, /**< no early termination */
90 SCAN_ET_COND_BEACON = 0x10, /**< early termination on beacons */
91 SCAN_ET_COND_PROBE_RESP = 0x20, /**< early termination on probe responses */
92 SCAN_ET_COND_ANY_FRAME = 0x30, /**< early termination on beacons and probe responses */
93 SCAN_ET_COND_NUM_OF_CONDS= 0x4 /**< number of early termination conditions */
115 scan_ETCondition_e earlyTerminationEvent; /**< the event triggering early termination */
118 * to activate early termination
135 scan_ETCondition_e earlyTerminationEvent; /**< the event triggering early termination */
138 * to activate early termination
    [all...]
  /external/emma/core/res/com/vladium/emma/data/
merge_usage.res 24 "use System.exit() on termination";
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrTypes.h 105 TI_UINT32 maxChannelDwellTime; /**< Maximum time to stay on the channel if some frames are received but the early termination limit is not reached (microseconds) */
107 EScanEtCondition earlyTerminationEvent; /**< The cause for early termination */
108 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early TerminationEvent setting, after which the scan is stopped on this channel */
138 EScanEtCondition earlyTerminationEvent; /**< The cause for early termination */
139 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early Termination Event setting,
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngrTypes.h 105 TI_UINT32 maxChannelDwellTime; /**< Maximum time to stay on the channel if some frames are received but the early termination limit is not reached (microseconds) */
107 EScanEtCondition earlyTerminationEvent; /**< The cause for early termination */
108 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early TerminationEvent setting, after which the scan is stopped on this channel */
138 EScanEtCondition earlyTerminationEvent; /**< The cause for early termination */
139 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early Termination Event setting,
  /external/v8/test/cctest/
test-thread-termination.cc 121 // Run a loop that will be infinite if thread termination does not work.
125 // Test that we can run the code again after thread termination.
139 // Run a loop that will be infinite if thread termination does not work.
143 // Test that we can run the code again after thread termination.
168 // Run a loop that will be infinite if thread termination does not work.
190 // Run a loop that will be infinite if thread termination does not work.
268 // Test that we correctly handle termination exceptions if they are
281 // Run a loop that will be infinite if thread termination does not work.
286 // Test that we can run the code again after thread termination.
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 44 "use System.exit() on termination";
  /external/emma/core/res/com/vladium/emma/report/
report_usage.res 29 "use System.exit() on termination";
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 109 * termination of the executor. If any execution of this task
133 * given delay between the termination of one execution and the
137 * termination of the executor.
141 * @param delay the delay between the termination of one
  /external/elfutils/
COPYING 103 8) Acceptance and Termination. Nothing else but this License (or
116 9) Mutual Termination for Patent Action. This License shall terminate
120 license containing this "Mutual Termination for Patent Action" clause
130 outside the scope of this License or after its termination shall be
133 international treaty. This section shall survive the termination of
141 section shall survive the termination of this License.
  /external/guava/src/com/google/common/util/concurrent/
Executors.java 137 * <p>This method waits 120 seconds before continuing with JVM termination,
157 * <p>This method waits 120 seconds before continuing with JVM termination,
208 * and termination behavior.
240 private final Condition termination = lock.newCondition(); field in class:Executors.SameThreadExecutorService
311 nanos = termination.awaitNanos(nanos);
346 termination.signalAll();
  /external/quake/quake/src/WinQuake/data/
COMEXP.TXT 79 5. TERM AND TERMINATION.
87 other party. Termination will be effective on the thirtieth (30th)
109 to cause such termination, this Agreement and any and all rights
114 6. EFFECT OF TERMINATION OR EXPIRATION. Termination or
117 Upon expiration or earlier termination of this Agreement, Licensee
162 termination of this Agreement. Licensee shall obtain from its
238 (2) years after the expiration or earlier termination of this
312 termination of this Agreement. Licensee agrees that its failure to
314 termination hereof or Licensee's unauthorized use of the Authorized
    [all...]
  /external/v8/src/
debug-agent.h 73 bool terminate_; // Termination flag.
76 Semaphore* terminate_now_; // Semaphore to signal termination.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
utmpx.h 46 short int e_termination; /* Process termination status. */
49 short int __e_termination; /* Process termination status. */
waitstatus.h 37 /* Nonzero if STATUS indicates normal termination. */
40 /* Nonzero if STATUS indicates termination by a signal. */
  /external/chromium/third_party/icu/source/i18n/
nfrlist.h 78 add(NULL); // ensure null termination
  /external/emma/core/res/com/vladium/emma/
run_usage.res 60 "use System.exit() on termination";
  /external/icu4c/i18n/
nfrlist.h 78 add(NULL); // ensure null termination
  /external/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 20 ** I/O and execution termination functions that call malloc or free.
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_quit.h 39 and SIGTERM (system termination request), if handlers do not already
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_quit.h 39 and SIGTERM (system termination request), if handlers do not already
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_quit.h 39 and SIGTERM (system termination request), if handlers do not already
  /prebuilt/windows/sdl/host/include/SDL/
SDL_quit.h 41 and SIGTERM (system termination request), if handlers do not already
  /prebuilt/windows/sdl/include/SDL/
SDL_quit.h 39 and SIGTERM (system termination request), if handlers do not already

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>