/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
unwind.h | 53 _URC_FAILURE = 9 /* unspecified failure of some kind */
|
/external/libxml2/ |
HTMLtree.c | 480 * Fallback to HTML or ASCII when the encoding is unspecified 567 * Fallback to HTML or ASCII when the encoding is unspecified 1062 * Fallback to HTML or ASCII when the encoding is unspecified 1119 * Fallback to HTML or ASCII when the encoding is unspecified 1183 * Fallback to HTML or ASCII when the encoding is unspecified
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Node.java | 428 * . In addition, clones of unspecified <code>Attr</code> nodes are 477 * unspecified (see ). 495 * unspecified. When it is defined to be <code>null</code>, setting it 502 * <br>Setting the prefix to <code>null</code> makes it unspecified, 517 * unspecified. When it is defined to be <code>null</code>, setting it 524 * <br>Setting the prefix to <code>null</code> makes it unspecified, [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
Inet6AddressTest.java | 129 // test to ensure that the unspecified address returns tru 130 addrName = "::0"; // The unspecified address 133 "The unspecified (also known as wildcard and any local address) " 137 addrName = "::"; // another form of the unspecified address 140 "The unspecified (also known as wildcard and any local address) " 147 + " incorrectly reporting an the unspecified address.", [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AbsSpinnerTest.java | 269 absSpinner.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
|
VideoViewTest.java | 300 int resolvedSize = mVideoView.resolveAdjustedSize(desiredSize, MeasureSpec.UNSPECIFIED);
|
TableLayoutTest.java | 337 column0.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY); 339 column1.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY); 341 column2.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY); [all...] |
/external/chromium/net/base/ |
host_cache_unittest.cc | 21 // Builds a key for |hostname|, defaulting the address family to unspecified. 287 // Add an entry for ("foobar.com", UNSPECIFIED) at t=0.
|
host_resolver.h | 155 // unspecified. For example, this could be used to restrict resolution
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_event.c | 299 wpabuf_put_str(buf, "SERVER: Unspecified, UPnP/1.0, Unspecified\r\n");
|
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 166 * Constant corresponding to <code>unspecified</code> in 338 * WindowManager.LayoutParams.softInputMode}. If 0 (unspecified),
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
CandidateView.java | 448 mPreviewText.measure(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED), 449 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED));
|
/dalvik/vm/mterp/armv5te/ |
header.S | 65 unspecified registers or condition codes.
|
/external/apache-http/src/org/apache/http/impl/ |
DefaultConnectionReuseStrategy.java | 112 // the "Proxy-Connection" header. The latter is an unspecified and
|
/external/netcat/data/ |
data.c | 14 and limit is how many bytes to generate or dump [unspecified = infinite]
|
/external/openssl/crypto/asn1/ |
p5_pbev2.c | 137 /* If prf NID unspecified see if cipher has a preference.
|
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 259 uint video_format; /* u(3), Table E-2, default 5, unspecified */ 262 uint colour_primaries; /* u(8), Table E-3, default 2, unspecified */ 263 uint transfer_characteristics; /* u(8), Table E-4, default 2, unspecified */ 264 uint matrix_coefficients; /* u(8), Table E-5, default 2, unspecified */ [all...] |
/hardware/msm7k/librpc/rpc/ |
clnt.h | 86 * unspecified error
|
/libcore/luni/src/main/java/org/xml/sax/ |
Attributes.java | 60 * <p>The order of attributes in the list is unspecified, and will
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
postypes.h | 76 // unspecified. The behaviour in this implementation is as noted
|
/frameworks/base/core/java/android/app/ |
PendingIntent.java | 182 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 217 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 253 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts
|
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 260 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) { 261 throw new RuntimeException("SlidingDrawer cannot have UNSPECIFIED dimensions"); [all...] |
/frameworks/base/services/java/com/android/server/usb/ |
UsbDeviceSettingsManager.java | 82 // USB accessory manufacturer (or null for unspecified) 84 // USB accessory model (or null for unspecified) 86 // USB accessory version (or null for unspecified)
|
/system/core/liblog/ |
logprint.c | 258 // is unspecified 266 // filter, the default is verbose if the priority is unspecified 348 * in unspecified state)
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
nl80211_copy.h | 45 * @NL80211_CMD_UNSPEC: unspecified command to catch errors 160 * @NL80211_CMD_SCAN_ABORTED: scan was aborted, for unspecified reasons, 375 * @NL80211_ATTR_UNSPEC: unspecified attribute to catch errors [all...] |