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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/glib/tmpl/
atomic_operations.sgml 70 Reads the value of the integer pointed to by @atomic. Also acts as
83 Also acts as a memory barrier.
95 Also acts as a memory barrier.
108 Also acts as a memory barrier.
122 Also acts as a memory barrier.
135 Reads the value of the pointer pointed to by @atomic. Also acts as
148 Also acts as a memory barrier.
161 Also acts as a memory barrier.
  /external/chromium/base/
atomicops_internals_x86_gcc.h 111 NoBarrier_AtomicExchange(&x, 0); // acts as a barrier on PIII
121 // acts as a barrier on PIII
128 *ptr = value; // An x86 store acts as a release barrier.
137 Atomic32 value = *ptr; // An x86 load acts as a acquire barrier.
207 *ptr = value; // An x86 store acts as a release barrier
230 Atomic64 value = *ptr; // An x86 load acts as a acquire barrier,
atomicops_internals_x86_msvc.h 71 // acts as a barrier in this implementation
134 // acts as a barrier in this implementation
object_watcher.h 19 // This class acts like a smart pointer such that when it goes out-of-scope,
  /external/webkit/WebKit/mac/WebCoreSupport/
WebViewFactory.mm 559 return UI_STRING("alert", "An ARIA accessibility group that acts as an alert.");
561 return UI_STRING("alert dialog", "An ARIA accessibility group that acts as an alert dialog.");
563 return UI_STRING("dialog", "An ARIA accessibility group that acts as an dialog.");
565 return UI_STRING("log", "An ARIA accessibility group that acts as a console log.");
567 return UI_STRING("marquee", "An ARIA accessibility group that acts as a marquee.");
569 return UI_STRING("application status", "An ARIA accessibility group that acts as a status update.");
571 return UI_STRING("timer", "An ARIA accessibility group that acts as an updating timer.");
573 return UI_STRING("document", "An ARIA accessibility group that acts as a document.");
575 return UI_STRING("article", "An ARIA accessibility group that acts as an article.");
577 return UI_STRING("note", "An ARIA accessibility group that acts as a note in a document.");
    [all...]
  /external/bluetooth/glib/gio/
gfileattribute.h 54 * Acts as a lightweight registry for possible valid file attributes.
  /external/oprofile/libop/
op_interface.h 75 * Note than the name index acts also as an unique identifier
  /external/qemu/
cpu-common.h 90 /* Acts like a ROM when read and like a device when written. */
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLStreamedInput.java 24 * This class acts like a filtered input stream: it takes
SSLSocketInputStream.java 119 * Method acts as described in spec for superclass.
128 * Method acts as described in spec for superclass.
146 * Method acts as described in spec for superclass.
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 190 'ActiveRecord::Acts::List::ClassMethods',
191 'ActiveRecord::Acts::List::InstanceMethods',
192 'ActiveRecord::Acts::NestedSet::ClassMethods',
193 'ActiveRecord::Acts::NestedSet::InstanceMethods',
194 'ActiveRecord::Acts::Tree::ClassMethods',
195 'ActiveRecord::Acts::Tree::InstanceMethods',
  /external/blktrace/
blkrawverify.c 62 static struct act_info acts[] = { variable in typeref:struct:act_info
80 #define N_ACTS (sizeof(acts) / sizeof(struct act_info))
90 sprintf(buf, "%s ", acts[act].string);
  /libcore/luni/src/main/java/org/apache/xml/serializer/
package.html 27 <p>{@link org.apache.xml.serializer.ToStream} acts as the main
  /packages/apps/Email/src/org/apache/commons/io/output/
ProxyOutputStream.java 24 * A Proxy stream which acts as expected, that is it passes the method
ProxyWriter.java 24 * A Proxy stream which acts as expected, that is it passes the method
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiLayoutEditPart.java 33 * It acts as a simple container.
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.h 25 * Paulo Nunes (IST / ACTS-MoMuSyS)
45 * ACTS-MoMuSys partners retain full right to use the code for his/her own
  /bionic/libm/alpha/
fenv.c 51 * The syscall acts as an implicit exception barrier, so we
  /external/kernel-headers/original/linux/
seqlock.h 54 * Acts like a normal spin_lock/unlock.
  /external/webkit/JavaScriptCore/runtime/
JSLock.h 35 // object also acts as a convenience short-hand for running important
  /external/webkit/WebCore/dom/
MessagePortChannel.h 57 // It acts as a wrapper around the platform-dependent PlatformMessagePortChannel implementation which ensures that the platform-dependent close() method is invoked before destruction.
  /libcore/luni/src/main/java/java/security/
PolicySpi.java 28 * Policy.Paramters implementation acts as an input parameter.If the
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXResult.java 27 * <p>Acts as an holder for a transformation Result.</p>
  /libcore/luni/src/main/java/org/w3c/dom/
DocumentFragment.java 46 * <code>DocumentFragment</code> acts as the parent of these nodes so that
  /packages/apps/Email/src/org/apache/commons/io/input/
ProxyInputStream.java 24 * A Proxy stream which acts as expected, that is it passes the method

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>