HomeSort by relevance Sort by last modified time
    Searched refs:exclusive (Results 1 - 22 of 22) sorted by null

  /external/libxml2/include/libxml/
c14n.h 2 * Summary: Provide Canonical XML and Exclusive XML Canonicalization
10 * "Exclusive XML Canonicalization" implementation
34 * Exclusive XML Canonicazation
59 int exclusive,
67 int exclusive,
75 int exclusive,
103 int exclusive,
  /frameworks/base/tools/preload/
Operation.java 83 long exclusive = inclusiveTimeNanos(); local
86 exclusive -= child.inclusiveTimeNanos();
89 if (exclusive < 0) {
93 return nanosToMicros(exclusive);
  /external/bluetooth/glib/glib/
gthreadpool.h 49 gboolean exclusive; member in struct:_GThreadPool
53 * run at a time (max_threads == -1 means no limit), exclusive == TRUE
60 gboolean exclusive,
  /frameworks/base/core/java/android/view/
Menu.java 319 * this group contains a mutually-exclusive set items. This should be called
325 * @param exclusive If set to true, only one item in this group can be
333 public void setGroupCheckable(int group, boolean checkable, boolean exclusive);
  /external/libxml2/
c14n.c 5 * "Exclusive XML Canonicalization" implementation
64 /* exclusive canonicalization */
65 int exclusive; member in struct:_xmlC14NCtx
584 * Exclusive XML Canonicalization v 1.0 (http://www.w3.org/TR/xml-exc-c14n)
591 * Exclusive XML Canonicalization method.
675 * Prints out exclusive canonical namespace axis of the current node to the
678 * Exclusive XML Canonicalization
716 if(!ctx->exclusive) {
965 * Exclusive XML Canonicalization v 1.0 (http://www.w3.org/TR/xml-exc-c14n)
973 * Exclusive XML Canonicalization method
    [all...]
  /device/samsung/crespo/alsa-utils/seq/aconnect/
aconnect.c 56 printf(_(" -e,--exclusive exclusive connection\n"));
264 {"exclusive", 0, NULL, 'e'},
274 int queue = 0, convert_time = 0, convert_real = 0, exclusive = 0; local
301 exclusive = 1;
380 snd_seq_port_subscribe_set_exclusive(subs, exclusive);
  /device/samsung/crespo/alsa-lib/src/timer/
timer.c 630 * \brief set timer exclusive use
632 * \param exclusive The boolean value to set
635 int INTERNAL(snd_timer_params_set_exclusive)(snd_timer_params_t * params, int exclusive)
637 int snd_timer_params_set_exclusive(snd_timer_params_t * params, int exclusive)
641 if (exclusive)
650 * \brief determine if timer has exclusive flag
652 * \return nonzero if timer has exclusive flag
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 74 private static final int EXCLUSIVE = 0x00000004;
505 public void setExclusiveCheckable(boolean exclusive)
507 mFlags = (mFlags&~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0);
511 return (mFlags & EXCLUSIVE) != 0;
519 if ((mFlags & EXCLUSIVE) != 0) {
521 // exclusive checkable group
MenuBuilder.java 521 public void setGroupCheckable(int group, boolean checkable, boolean exclusive) {
527 item.setExclusiveCheckable(exclusive);
    [all...]
  /device/samsung/crespo/alsa-lib/include/
timer.h 223 int snd_timer_params_set_exclusive(snd_timer_params_t * params, int exclusive);
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 46 #error LibConfig.h: bbs_NO_MESSAGE_HANDLING and bbs_ENABLE_MESSAGE_FPTRG are mutually exclusive
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 47 __u8 exclusive:1; // exclusive member in struct:__anon8737
387 if(yaffsfs_handle[i].exclusive)
448 h->exclusive = (oflag & O_EXCL) ? 1 : 0;
  /external/chromium/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 665 Note, --B2 and --B3 are mutually exclusive.
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 665 Note, --B2 and --B3 are mutually exclusive.
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 1095 initialize: function(start, end, exclusive) {
1098 this.exclusive = exclusive;
1112 if (this.exclusive)
1118 var $R = function(start, end, exclusive) {
1119 return new ObjectRange(start, end, exclusive);
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/v8/src/
debug-debugger.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 1616 milliseconds