/external/webkit/Source/WebCore/rendering/svg/ |
SVGMarkerLayoutInfo.h | 70 // Holds the final computed result
|
/external/webkit/Source/WebCore/svg/ |
SVGFontData.h | 46 // 1) in the external font case: by the CSSFontFaceSource, which holds a reference to the external SVG document
|
/external/webkit/Source/WebKit/chromium/public/ |
WebSpeechInputResult.h | 40 // This class holds one speech recognition result including the text and other related
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_input.py | 36 """Holds the input parameters for a test.
|
/frameworks/base/core/java/android/hardware/ |
TriggerEvent.java | 27 * This class holds information such as the value of the sensor
|
/frameworks/base/core/java/android/net/ |
NetworkConfig.java | 23 * Holds settings read from resources.
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
SetTimeZonePermissionsTest.java | 60 // about to assert that the test invariant holds: no change
|
/frameworks/base/drm/java/android/drm/ |
ProcessedData.java | 24 * In a license acquisition scenario this class holds the rights information in binary form.
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSignature.java | 44 * Holds a pointer to the native message digest context. 54 * Holds the type of the Java algorithm. 59 * Holds the OpenSSL name of the algorithm (lower case, no dashes). 64 * Holds a dummy buffer for writing single bytes to the digest.
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILDocument.java | 23 * A SMIL document is the root of the SMIL Hierarchy and holds the entire
|
/external/chromium/net/http/ |
http_auth_controller.h | 120 // Holds the {scheme, host, path, port} for the authentication target. 123 // Holds the {scheme, host, port} for the authentication target. 135 // |identity_| holds the (username/password) that should be used by
|
/external/smack/src/org/jivesoftware/smack/ |
ReconnectionManager.java | 38 // Holds the connection to the server
43 // Holds the state of the reconnection
93 * Holds the current number of reconnection attempts
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_frame.h | 75 // Returns the held texture id. Only call this if the GLFrame holds a 82 // Returns the held FBO id. Only call this if the GLFrame holds an FBO. You 202 // Flags whether or not frame holds a texture and FBO
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCOwner.java | 42 * Returns an Iterator for item childs that holds information about affiliation, 45 * @return an Iterator for item childs that holds information about affiliation, 77 * Adds an item child that holds information about affiliation, jids and nicks. 79 * @param item the item child that holds information about affiliation, jids and nicks. 106 * Item child that holds information about affiliation, jids and nicks.
|
/frameworks/base/include/androidfw/ |
ResourceTypes.h | 236 // The 'data' holds a ResTable_ref, a reference to another resource 239 // The 'data' holds an attribute resource identifier. 241 // The 'data' holds an index into the containing resource table's 244 // The 'data' holds a single-precision floating point number. 246 // The 'data' holds a complex number encoding a dimension value, 249 // The 'data' holds a complex number encoding a fraction of a [all...] |
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-ppc32-linux.S | 61 /* r3 holds two_words */ 62 /* r4 holds guest_state */ 63 /* r5 holds host_addr */ 182 /* r3 holds two_words */ 183 /* r4 holds guest_state */ 184 /* r5 holds host_addr */ 205 since if f3 holds a NaN or similar then we don't necessarily 249 holds a TRC value, and r7 optionally may 304 /* r10 already holds VG_(machine_ppc32_has_FP) value */ 329 /* r11 already holds VG_(machine_ppc32_has_VMX) value * [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantLock.java | 52 * lock.lock(); // block until condition holds 86 * represent the number of holds on the lock. 250 * <p>If the current thread already holds the lock then the hold 269 * <p>If the current thread already holds this lock then the hold count 328 * <p> If the current thread already holds this lock then the hold 362 * already holds this lock then the hold count is incremented by one and 479 * Queries the number of holds on this lock by the current thread. 504 * @return the number of holds on this lock by the current thread, 549 * @return {@code true} if current thread holds this lock and 561 * @return {@code true} if any thread holds this lock an [all...] |
/external/webkit/Source/WebKit/qt/declarative/ |
qdeclarativewebview.cpp | 317 This property holds the progress of loading the current URL, from 0 to 1. 372 This property holds the URL to the page displayed in this item. It can be set, 410 This property holds the ideal width for displaying the current URL. 428 This property holds the ideal height for displaying the current URL. 633 This property holds the action for causing the previous URL in the history to be displayed. 642 This property holds the action for causing the next URL in the history to be displayed. 651 This property holds the action for reloading with the current URL 660 This property holds the action for stopping loading with the current URL 670 This property holds the title of the web page currently viewed 681 This property holds the icon associated with the web page currently viewe [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_SmtCrdFmt.h | 307 /** Holds the device additional informations*/ 328 /**<\internal Holds the completion routine informations of the Smart Card Formatting Layer*/ 331 /**<\internal Holds the Command Type(read/write)*/ 334 /**< \internal Holds the length of the received data. */ 337 /**<\internal Holds the ack of some intial commands*/ 340 /**< \internal Holds the length of the data to be sent. */
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.h | 167 // The container widget the holds the hbox which contains the whole titlebar. 173 // VBoxes that holds the min/max/close buttons box and an optional padding 184 // Spy frame. One of these frames holds the spy guy in incognito mode. It's
|
/external/jpeg/ |
jcmainct.c | 10 * compressor proper; it holds downsampled data in the JPEG colorspace. 43 /* If using full-image storage, this array holds pointers to virtual-array 261 /* Create the buffer. It holds downsampled data, so each component
|
/external/qemu/distrib/jpeg-6b/ |
jcmainct.c | 10 * compressor proper; it holds downsampled data in the JPEG colorspace. 43 /* If using full-image storage, this array holds pointers to virtual-array 261 /* Create the buffer. It holds downsampled data, so each component
|
/frameworks/compile/mclinker/lib/LD/ |
ELFReaderIf.cpp | 145 // In relocatable files, st_value holds alignment constraints for a symbol 151 // In relocatable files, st_value holds a section offset for a defined symbol. 160 // In executable and shared object files, st_value holds a virtual address.
|
/cts/tests/tests/animation/src/android/animation/cts/ |
ShapeHolder.java | 25 * A data structure that holds a Shape and various properties that can be used to define
|
/dalvik/vm/arch/arm/ |
HintsEABI.cpp | 97 stackOffset -= 2; // r2/r3 holds first two items
|