HomeSort by relevance Sort by last modified time
    Searched full:exclusive (Results 301 - 325 of 2339) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 291 * @param end end index to set style. EXCLUSIVE.
319 * @param end end index to set style. EXCLUSIVE.
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 512 BOOLEAN auto_detect_ndef; /* Automatic NDEF detection (when not in exclusive RF mode) */
513 BOOLEAN auto_read_ndef; /* Automatic NDEF read (when not in exclusive RF mode) */
529 ** Exclusive RF mode listen configuration
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
MemTbl.c 230 bbs_ERROR0( "bbs_MemTbl_segPtr(): Table contains no exclusive segments." );
249 "bbs_MemTbl_segPtr(): Table contains no valid exclusive segments." );
301 "Table contains no exclusive segments" );
315 "Table corrupt: Found shared segment in exclusive table" );
334 "No exclusive segments available" );
351 "Table corrupt: Found shared segment in exclusive table" );
388 "Table corrupt: Found exclusive segment in shared table" );
424 "Table corrupt: Found exclusive segment in shared table" );
  /external/v8/src/base/platform/
mutex.h 26 // exclusive, non-recursive ownership semantics:
115 // mutex offers exclusive, recursive ownership semantics:
  /external/valgrind/helgrind/tests/
tc17_sembar.c 175 #4 before it, and so thread #3 becomes the exclusive owner of
207 /* And finally here, the root thread can get exclusive ownership
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
ParameterManagerWrapper.h 177 * Parse and load the exclusive criterion type from configuration file.
201 * @param[in] isInclusive true if inclusive, false is exclusive.
  /hardware/libhardware/include/hardware/
nfc.h 181 * (*control_granted)() Grant HAL the exclusive control to send NCI commands.
184 * HAL_RELEASE_CONTROL_EVT will notify when HAL no longer needs exclusive control.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 313 MO_BINARY_OP( ^, "Exclusive OR" )
314 MO_BINARY_OP( ^=, "Exclusive OR/assignment" )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 142 # define F_LOCK 1 /* Lock a region for exclusive use. */
143 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 189 # define F_LOCK 1 /* Lock a region for exclusive use. */
190 # define F_TLOCK 2 /* Test and lock a region for exclusive use. */
  /dalvik/tools/dmtracedump/
TraceDump.c 109 "<th>Exclusive</th>\n"
170 uint64_t topExclusive; /* non-recursive exclusive time */
327 * methods into decreasing order of exclusive elapsed time.
467 * classes into decreasing order of exclusive elapsed time.
532 * unique methods into decreasing order of exclusive elapsed time.
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c 250 ** Description Request exclusive control of NFC.
269 ** Once exclusive RF control has started, NFA will not activate
270 ** LLCP internally. The application has exclusive control of
319 ** Description Release exclusive control of NFC. Once released, behavior
320 ** prior to obtaining exclusive RF control will resume.
334 NFA_TRACE_ERROR0 ("NFA_ReleaseExclusiveRfControl (): Exclusive rf control is not in progress");
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_crc32.c 6 * CRC methods: exclusive-oring 32 bits of data at a time, and pre-computing
7 * tables for updating the shift register in one step with three exclusive-ors
8 * instead of four steps with four exclusive-ors. This results in about a
70 is just exclusive-or, and multiplying a polynomial by x is a right shift by
94 z_crc_t poly; /* polynomial exclusive-or pattern */
105 /* make exclusive-or pattern from polynomial (0xedb88320UL) */
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /external/zlib/src/
crc32.c 6 * CRC methods: exclusive-oring 32 bits of data at a time, and pre-computing
7 * tables for updating the shift register in one step with three exclusive-ors
8 * instead of four steps with four exclusive-ors. This results in about a
70 is just exclusive-or, and multiplying a polynomial by x is a right shift by
94 z_crc_t poly; /* polynomial exclusive-or pattern */
105 /* make exclusive-or pattern from polynomial (0xedb88320UL) */
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 251 * Enables or disables exclusive handling of touch events during scrolling.
252 * By default, exclusive handling is disabled and the target view receives
258 * @param exclusive True to exclusively handle touch events during scrolling,
262 public AutoScrollHelper setExclusive(boolean exclusive) {
263 mExclusive = exclusive;
271 * @return True if exclusive handling of touch events during scrolling is
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 43 * transactions are mutually exclusive.
209 * Transaction mode: Exclusive.
211 * When an exclusive transaction begins, the session acquires an
212 * <code>EXCLUSIVE</code> lock.
214 * While holding an <code>EXCLUSIVE</code> lock, this session is allowed to read
217 * Corresponds to the SQLite <code>BEGIN EXCLUSIVE</code> transaction mode.
323 mConnection.execute("BEGIN EXCLUSIVE;", null,
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
python.c 532 "exclusive",
557 exclusive = 0, local
579 &pinned, &exclusive, &exclude_user,
599 attr.exclusive = exclusive;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 267 * ending with <code>endSample</code> (exclusive).
270 * @param endSample high endpoint (exclusive) of the sample sequence
284 * @param endSample high endpoint (exclusive) of the sample sequence
303 * @param endSample high endpoint (exclusive) of the sample sequence
405 * @param endSample high endpoint (exclusive) of the sample sequence
  /art/compiler/dex/quick/
local_optimizations.cc 33 * - Exclusive Load/Store
168 * - Exclusive load/store
231 * - Exclusive load/store
  /external/libnfc-nci/src/include/
nfc_target.h 553 /* Automatic NDEF detection (when not in exclusive RF mode) */
558 /* Automatic NDEF read (when not in exclusive RF mode) */
563 /* Automatic NDEF presence check (when not in exclusive RF mode) */
  /external/protobuf/java/src/main/java/com/google/protobuf/
Utf8.java 116 * limit}, exclusive.
129 * {@code limit}, exclusive.
235 * {@code limit}, exclusive.
  /frameworks/base/docs/html/tools/debugging/
debugging-tracing.jd 70 in a method. The table shows both the inclusive and exclusive times (as well as the percentage of
71 the total time). Exclusive time is the time spent in the method. Inclusive time is the time spent
219 <li><code>&lt;exc-ms&gt;</code> -- Exclusive elapsed time (milliseconds spent in method,
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 176 testPrintE(" -s and -p flags are mutually exclusive.");
195 testPrintE(" -e and -p flags are mutually exclusive.");
214 testPrintE(" -p and -%c flags are mutually exclusive.",

Completed in 413 milliseconds

<<11121314151617181920>>