/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
CRLReason.java | 9 * unspecified (0), 28 public static final int UNSPECIFIED = 0; 66 public static final int unspecified = 0; field in class:CRLReason 80 "unspecified", "keyCompromise", "cACompromise", "affiliationChanged",
|
/packages/apps/Camera/src/com/android/camera/ui/ |
LinearLayout.java | 30 view.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.UNSPECIFIED); 47 view.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.UNSPECIFIED);
|
BasicTexture.java | 7 protected static final int UNSPECIFIED = -1; 18 protected int mWidth = UNSPECIFIED; 19 protected int mHeight = UNSPECIFIED;
|
BitmapTexture.java | 22 if (mWidth == UNSPECIFIED) getBitmap(); 28 if (mWidth == UNSPECIFIED) getBitmap();
|
/cts/tests/tests/view/src/android/view/cts/ |
View_MeasureSpecTest.java | 42 View.MeasureSpec.UNSPECIFIED); 80 assertEquals("MeasureSpec: UNSPECIFIED " + MEASURE_SPEC_SIZE, 95 assertEquals(View.MeasureSpec.UNSPECIFIED, 110 assertEquals(MEASURE_SPEC_SIZE + View.MeasureSpec.UNSPECIFIED,
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
ReasonCode.java | 31 * unspecified (0), 48 public static final byte UNSPECIFIED = 0; 93 case UNSPECIFIED: 94 buffer.append("unspecified");
|
/external/iptables/extensions/ |
libipt_addrtype.man | 9 an unspecified address (i.e. 0.0.0.0)
|
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
OSMemory.java | 61 * <code>malloc()</code> has unspecified effect. 73 * The behavior is unspecified if 94 * The behavior is unspecified if 237 * The behavior is unspecified if <code>address</code> is not in the range 250 * The behavior is unspecified if <code>address</code> is not in the range 265 * The behavior is unspecified if <code>(address ... address + 2)</code> 286 * The behavior is unspecified if <code>(address ... address + 2)</code> 310 * The behavior is unspecified if <code>(address ... address + 4)</code> 331 * The behavior is unspecified if <code>(address ... address + 4)</code> 355 * The behavior is unspecified if <code>(address ... address + 8)</code [all...] |
/development/samples/ApiDemos/res/values/ |
arrays.xml | 90 <item>Unspecified</item> 99 <item>UNSPECIFIED</item>
|
/external/bison/src/ |
vcg_defaults.h | 51 # define G_VERTICAL_ORDER 0 /* Unspecified for subgraphs. */ 52 # define G_HORIZONTAL_ORDER 0 /* Unspecified for subgraphs. */
|
/external/openssl/crypto/x509v3/ |
v3_enum.c | 64 {CRL_REASON_UNSPECIFIED, "Unspecified", "unspecified"},
|
/external/srec/tools/make_g2g/ |
make_g2g.c | 75 LFPRINTF(stderr, "ERROR: Mandatory option -base is unspecified\n"); 88 LFPRINTF(stderr, "ERROR: Mandatory option -out is unspecified\n");
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteContentHelper.java | 36 * not contain a blob, an unspecified exception is thrown. 62 * not contain a blob, an unspecified exception is thrown.
|
/libcore/luni/src/main/java/java/beans/ |
PropertyChangeEvent.java | 45 * unspecified set of the properties has changed. 65 * Returns the name of the property that has changed. If an unspecified set
|
IndexedPropertyChangeEvent.java | 38 * unspecified set of the properties has changed.
|
/frameworks/base/core/java/android/widget/ |
ListAdapter.java | 40 * The result is unspecified if position is invalid. An {@link ArrayIndexOutOfBoundsException}
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 49 unspecified dimensions to find out how big they want to be, then call 85 <li><var>UNSPECIFIED</var>: This is used by a parent to determine the desired dimension 87 with the height set to <var>UNSPECIFIED</var> and a width of <var>EXACTLY</var> 240 to find out how
|
/libcore/luni/src/main/java/org/xml/sax/ |
package.html | 38 <td><em>unspecified</em></td> 47 <td><em>unspecified</em></td> 67 <td><em>unspecified</em></td> 116 <td><em>unspecified</em></td> 181 <td><em>unspecified</em></td>
|
/bionic/libm/src/ |
s_frexpl.c | 54 case 0x7fff: /* infinity or NaN; value of *ex is unspecified */
|
/external/bluetooth/bluez/tools/ |
hciattach.8 | 67 Unspecified HCI_UART interface, no vendor specific options
|
/external/chromium/net/base/ |
upload_data.h | 100 // sessions. A value of 0 is used to indicate an unspecified identifier.
|
/external/libvpx/vpx/src/ |
vpx_codec.c | 53 return "Unspecified internal error";
|
/external/webkit/WebKit/chromium/public/ |
WebRuntimeFeatures.h | 38 // This class is used to enable runtime features of WebKit. It is unspecified
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namespaceURI04.java | 35 * returns the namespace URI of this node, or null if unspecified.
|
prefix04.java | 35 * returns the namespace prefix of this node, or null if it is unspecified.
|