HomeSort by relevance Sort by last modified time
    Searched full:associated (Results 201 - 225 of 20444) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 27 * Note that once a path is associated with the measure object, it is
37 * Create a PathMeasure object associated with the specified path object
42 * Note that once a path is associated with the measure object, it is
69 * associated with this measure object.
84 * @return false if there was no path associated with this measure object
102 * @param distance The distance along the associated path
104 * associated with the position and tangent at the specified distance
  /frameworks/base/obex/javax/obex/
SessionNotifier.java 54 * associated with this connection, therefore, it is implementation
71 * the <code>ServiceRecord</code> associated with this notifier.
73 * <LI>The <code>ServiceRecord</code> associated with this notifier must not
77 * This method will not ensure that <code>ServiceRecord</code> associated
108 * the <code>ServiceRecord</code> associated with this notifier.
110 * <LI>The <code>ServiceRecord</code> associated with this notifier must not
114 * This method will not ensure that <code>ServiceRecord</code> associated
  /system/bt/bta/include/
bta_jv_api.h 169 /* data associated with BTA_JV_SET_DISCOVER_EVT */
175 /* data associated with BTA_JV_DISCOVERY_COMP_EVT_ */
181 /* data associated with BTA_JV_CREATE_RECORD_EVT */
186 /* data associated with BTA_JV_L2CAP_OPEN_EVT */
194 /* data associated with BTA_JV_L2CAP_OPEN_EVT for LE sockets */
205 /* data associated with BTA_JV_L2CAP_CLOSE_EVT */
212 /* data associated with BTA_JV_L2CAP_START_EVT */
219 /* data associated with BTA_JV_L2CAP_CL_INIT_EVT */
226 /* data associated with BTA_JV_L2CAP_CONG_EVT */
233 /* data associated with BTA_JV_L2CAP_READ_EVT *
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_ptr.h 24 // Represents the client side of an associated interface. It is similar to
43 // Assigning nullptr to this class causes it to closes the associated
52 // Sets up this object as the client side of an associated interface.
89 // Returns the internal interface ID of this associated interface.
100 // associated interface asynchronously. This does nothing if it's already
110 // Closes the associated interface (if any) and returns the pointer to the
129 // Unbinds and returns the associated interface pointer information which
144 // Returns the associated group that this object belongs to. Returns null if
182 // Creates an associated interface. The output |ptr| should be used locally
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSession.aidl 26 * An IMS session that is associated with a SIP dialog which is established from/to
44 * Gets the call profile that this session is associated with
46 * @return the call profile that this session is associated with
51 * Gets the local call profile that this session is associated with
53 * @return the local call profile that this session is associated with
58 * Gets the remote call profile that this session is associated with
60 * @return the remote call profile that this session is associated with
65 * Gets the value associated with the specified property of this session.
67 * @return the string value associated with the specified property
  /libcore/ojluni/src/main/java/java/security/
DigestInputStream.java 36 * A transparent stream that updates the associated message digest using
40 * {@code digest} methods on the associated message
72 * The message digest associated with this stream.
90 * Returns the message digest associated with this stream.
92 * @return the message digest associated with this stream.
102 * @param digest the message digest to be associated with this stream.
114 * will then call {@code update} on the message digest associated
139 * on the message digest associated with this stream, passing it
183 * its associated message digest object.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalSnapshot.java 30 /** {@code non-null;} local state associated with this instance */
38 * @param locals {@code non-null;} associated local variable state
63 * Gets the local state associated with this instance.
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdMember.java 25 * all the associated data.
37 /** {@code non-null;} list of associated attributes */
46 * @param attributes {@code non-null;} list of associated attributes
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMember.java 25 * all the associated data.
37 /** {@code non-null;} list of associated attributes */
46 * @param attributes {@code non-null;} list of associated attributes
  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 31 /** {@code non-null;} local state associated with this instance */
39 * @param locals {@code non-null;} associated local variable state
64 * Gets the local state associated with this instance.
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 32 /** {@code null-ok;} associated string data object, if known */
118 * Gets the associated data object for this instance, if known.
120 * @return {@code null-ok;} the associated data object or {@code null}
  /external/autotest/server/cros/
autoupdate_utils.py 17 All server-side tests that run in the lab have an associated job_repo_url
18 assigned to their host that is associated with the version of the build that
24 This method guarantees that the devserver associated with the autoupdater
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
X500NameStyle.java 19 * @param oid the OID associated with the value in the DN.
26 * Return the OID associated with the passed in name.
65 * Return the display name for toString() associated with the OID.
  /external/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 26 /// The hash contains the normalized text of the location associated with the
27 /// diagnostic. Normalization means removing the whitespaces. The associated
31 /// of the associated location.
  /external/hyphenation-patterns/hr/
hyph-hr.lic.txt 11 % a copy of this file and any associated documentation
19 % (b) this copyright and permission notice appear in associated
22 % as well as in the documentation associated with the Data File(s)
  /external/libcxx/test/std/thread/futures/futures.future_error/
what.pass.cpp 35 LIBCPP_ASSERT(std::strcmp(f.what(), "The associated promise has been destructed prior "
36 "to the associated state becoming ready.") == 0);
50 "an associated state.") == 0);
  /external/llvm/include/llvm/Support/
ThreadLocal.h 50 /// get - Fetches a pointer to the object associated with the current
51 /// thread. If no object has yet been associated, it returns NULL;
57 // erase - Removes the pointer associated with the current thread.
UniqueLock.h 23 /// an associated mutex, which is guaranteed to be locked upon creation
51 assert(M && "no associated mutex!");
58 assert(M && "no associated mutex!");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
3-1.c 10 * An optional destructor function may be associated with each key value. At thread exit, if
11 * a key value has a non-NULL destructor pointer, and the thread has a non-NULL value associated
13 * with the previously associated value as its sole argument. The order of destructor calls is
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 7 * copy of this software and associated documentation files (the
78 /* The subpicture associated with this surface, if any. */
96 /* The surface this subpicture is currently associated with, if any. */
  /external/selinux/libsemanage/man/man3/
semanage_node.3 14 This object contains properties associated with a network node.
121 return the SELinux context associated with this node
126 set the SELinux context associated with this node
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ThreadLocal.h 41 /// get - Fetches a pointer to the object associated with the current
42 /// thread. If no object has yet been associated, it returns NULL;
48 // erase - Removes the pointer associated with the current thread.
  /external/syslinux/com32/gplinclude/dmi/
dmi_bios.h 32 /* each bool is associated with the relevant message above */
68 /* each bool is associated with the relevant message above */
83 /* each bool is associated with the relevant message above */
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenAccessor.java 13 * with an "x" and an "y" fields, and their associated getters and setters.
62 * Gets one or many values from the target object associated to the
75 * associated with the current target object has been updated.
  /external/valgrind/drd/
drd_segment.h 32 * clock associated with each segment.
54 /** Vector clock associated with the segment. */
57 * Bitmap representing the memory accesses by the instructions associated

Completed in 1115 milliseconds

1 2 3 4 5 6 7 891011>>