HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1876 - 1900 of 2119) sorted by null

<<71727374757677787980>>

  /external/iproute2/doc/
api-ip6-flowlabels.tex 172 extension headers are ignored. Instead, kernel uses the values
174 kernel prefers the values set at connection time.
  /external/libxml2/
parser.c 327 errmsg = "Unescaped '<' not allowed in attributes values\n";
989 const xmlChar *values[5]; /* array of localname/prefix/values/external */ member in struct:_xmlDefAttrs
997 * Normalize the space in non CDATA attribute values:
1035 * Normalize the space in non CDATA attribute values, a slightly more complex
1036 * front end to avoid allocation problems when running on attribute values
    [all...]
  /external/mesa3d/src/glsl/
ir.h 345 * - Vertex shader input: one of the values from \c gl_vert_attrib.
346 * - Vertex shader output: one of the values from \c gl_vert_result.
347 * - Fragment shader input: one of the values from \c gl_frag_attrib.
348 * - Fragment shader output: one of the values from \c gl_frag_result.
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 362 * causing even more retransmissions. Good values to this property for servers
369 * causing even more retransmissions. Good values to this property for servers
    [all...]
  /external/openssl/crypto/
sparccpuid.S 249 ! Observed return values are:
  /external/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 366 for (ForeignEnum value : ForeignEnum.values()) {
  /external/skia/gpu/include/
GrGLInterface.h 175 typedef GrGLvoid (GR_GL_FUNCTION_TYPE *GrGLVertexAttrib4fvProc)(GrGLuint indx, const GrGLfloat* values);
  /external/webkit/Source/WebCore/inspector/
InjectedScriptSource.js 549 "$", "$$", "$x", "dir", "dirxml", "keys", "values", "profile", "profileEnd",
597 values: function(object)
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebplugindatabase/
tst_qwebplugindatabase.cpp 324 QList<QWebPluginInfo> pluginsForMimeType = pluginsMap.values(mimeType);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 124 typedef void (*WKPageWillSubmitFormCallback)(WKPageRef page, WKFrameRef frame, WKFrameRef sourceFrame, WKDictionaryRef values, WKTypeRef userData, WKFormSubmissionListenerRef listener, const void* clientInfo);
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 485 print "\tThis allows the pixel tests to have consistent color values across all machines.\n";
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 218 self._bugzilla.bug_cache.values())
677 """Mock implementation of optparse.Values."""
680 # The caller can set option values using keyword arguments. We don't
681 # set any values by default because we don't know how this
  /frameworks/base/core/java/android/app/
SearchableInfo.java 88 // since keycodes for the hard keys are < 127. For such values, Integer.valueOf()
94 // Flag values for Searchable_voiceSearchMode
302 * @param attr The attribute set we found in the XML file, contains the values that are used to
395 * @param attr The attribute set we found in the XML file, contains the values that are used to
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 389 for (ViewAndMetaData vm: mViewsMap.values()) {
820 // values to restore the list position after we connect, and can skip setting the displayed
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 840 for (StateInfo si : mStateInfo.values()) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 166 mPrimitives[i] = Primitive.values()[primitives[i]];
  /frameworks/base/include/ui/
Input.h 199 // Values of axes that are stored in this structure packed in order by axis id
201 float values[MAX_AXES]; member in struct:android::PointerCoords
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 390 // there can be a case where this API is used but with similar values for all corners, so
515 for (Direction d : Direction.values()) {
  /libcore/luni/src/main/java/java/lang/
Class.java 97 * <li>{@code V} representing void function return values</li>
312 /* convert annotation values from HashMap to array */
313 Collection<Annotation> coll = map.values();
    [all...]
  /libcore/luni/src/main/java/java/util/
IdentityHashMap.java 27 * instead of equality by value. Basically, keys and values are compared for
50 * and values in an alternating fashion.
79 * Object used to represent null keys and values. This is used to
298 * Creates an IdentityHashMap using the given map as initial values.
652 * Returns a collection of the values contained in this map. The collection
668 * @return a collection of the values contained in this map.
671 public Collection<V> values() {
WeakHashMap.java 26 * optional operations (adding and removing) are supported. Keys and values can
412 * Returns a collection of the values contained in this map. The collection
428 * @return a collection of the values contained in this map.
431 public Collection<V> values() {
  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 449 for (Attendee attendee : mAttendeesList.values()) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 157 final ContentValues entryValues = subValue.values;
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 636 // started. Hence we use {@link AtomicBoolean}s and return cached values immediately
742 for (AccountType type : mAccountTypesWithDataSets.values()) {
    [all...]

Completed in 870 milliseconds

<<71727374757677787980>>