HomeSort by relevance Sort by last modified time
    Searched full:value (Results 1551 - 1575 of 15709) sorted by null

<<61626364656667686970>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/sget/d/
T_sget_9.d 19 .field public static value I
28 sput v1, dot.junit.opcodes.sget.d.StubInitError.value I
48 sget v1, dot.junit.opcodes.sget.d.StubInitError.value I
  /dalvik/dx/src/com/android/dx/util/
IntIterator.java 25 * Checks to see if the iterator has a next value.
32 * Returns the next value in the iterator.
34 * @return next value
  /dalvik/dx/tests/083-ssa-phi-placement/
Blort.java 55 int value = 0; local
60 return new Integer(value);
63 return Boolean.valueOf(value != 0);
  /dalvik/libcore/luni/src/main/native/
java_lang_Double.c 22 * public static native long doubleToLongBits(double value)
31 // normalized to the canonical NaN value.
40 * public static native long doubleToRawLongBits(double value)
java_lang_Float.c 30 * public static native int floatToIntBits(float value)
39 // normalized to the canonical NaN value.
48 * public static native int floatToRawBits(float value)
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
PublicTestClass.java 26 void setCount(int value);
56 public void setCount(int value) {
57 count = value;
  /dalvik/libcore/prefs/src/test/resources/prefs/java/util/prefs/
userprefs-badform.xml 37 <entry key="key2" value="value2" />
41 <entry key="key3" value="value3" />
45 <entry key="key4" value="value4" />
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
IssuingDistributionPoint.java 77 * Sets the value of onlyContainsUserCerts field of the structure.
84 * Sets the value of onlyContainsCACerts field of the structure.
91 * Sets the value of indirectCRL field of the structure.
98 * Sets the value of onlyContainsAttributeCerts field of the structure.
106 * Returns value of distributionPoint field of the structure.
113 * Returns value of onlyContainsUserCerts field of the structure.
120 * Returns value of onlyContainsCACerts field of the structure.
127 * Returns value of onlySomeReasons field of the structure.
134 * Returns value of indirectCRL field of the structure.
141 * Returns value of onlyContainsAttributeCerts field of the structure
    [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
ConnectionPoolDataSource.java 34 * Gets the login timeout value for this {@code ConnectionPoolDataSource}.
37 * database. A timeout value of 0 implies either the system default timeout
38 * value (if there is one) or that there is no timeout. The default value
41 * @return the login timeout value in seconds.
53 * value for the log writer when an {@code ConnectionPoolDataSource} is
95 * Sets the login timeout value for this {@code ConnectionPoolDataSource}.
98 * database. A timeout value of 0 implies either the system default timeout
99 * value (if there is one) or that there is no timeout. The default value
    [all...]
DataSource.java 84 * Gets the login timeout value for this {@code DataSource}. The login
86 * wait when opening a connection to a database. A timeout value of 0
87 * implies either the system default timeout value (if there is one) or that
88 * there is no timeout. The default value for the login timeout is 0.
90 * @return the login timeout value in seconds.
101 * which case, log and trace capture is disabled. The default value for the
115 * Sets the login timeout value for this {@code DataSource}. The login
117 * wait when opening a connection to a database. A timeout value of 0
118 * implies either the system default timeout value (if there is one) or that
119 * there is no timeout. The default value for the login timeout is 0
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Format.java 93 Object value = iterator.getAttribute(attribute); local
94 result.add(new FieldContainer(start, end, attribute, value));
96 // " + value );
98 // end +"," + attribute+ "," + value+ "));");
110 Object value; field in class:Support_Format.FieldContainer
119 public FieldContainer(int start, int end, Attribute attribute, int value) {
120 this(start, end, attribute, new Integer(value));
125 Object value) {
129 this.value = value;
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_Format.java 93 Object value = iterator.getAttribute(attribute); local
94 result.add(new FieldContainer(start, end, attribute, value));
96 // " + value );
98 // end +"," + attribute+ "," + value+ "));");
110 Object value; field in class:Support_Format.FieldContainer
119 public FieldContainer(int start, int end, Attribute attribute, int value) {
120 this(start, end, attribute, new Integer(value));
125 Object value) {
129 this.value = value;
    [all...]
  /external/apache-http/src/org/apache/http/client/params/
ClientPNames.java 48 * This parameter expects a value of type {@link String}.
56 * This parameters expects a value of type {@link org.apache.http.conn.ClientConnectionManagerFactory}.
64 * This parameter expects a value of type {@link Boolean}.
72 * This parameter expects a value of type {@link Boolean}.
81 * This parameter expects a value of type {@link Integer}.
91 * This parameter expects a value of type {@link Boolean}.
99 * This parameter expects a value of type {@link Boolean}.
107 * This parameter expects a value of type {@link String}.
115 * This parameter expects a value of type {@link org.apache.http.HttpHost}.
123 * This parameter expects a value of type {@link java.util.Collection}. The
    [all...]
  /external/bluetooth/bluez/common/
textfile.h 32 int textfile_put(const char *pathname, const char *key, const char *value);
33 int textfile_caseput(const char *pathname, const char *key, const char *value);
40 void (*func)(char *key, char *value, void *data), void *data);
  /external/bluetooth/glib/gobject/
glib-mkenums.1 12 enum values as strings so programs can provide value name strings for introspection.
39 Put out <text> for every value of an enum.
59 enumeration-production, value-header, value-production, value-tail or
101 The enum value name currently being processed with words uppercase and word-separated by underscores,
105 A nick name for the enum value currently being processed, this is usually generated by stripping
110 This is substituted either by "enum" or "flags", depending on whether the enum value definitions
128 to specify the common prefix to be stripped from all values to generate value nicknames,
133 Per value definition, the options "skip" and "nick" are supported. The former causes th
    [all...]
  /external/clearsilver/cs/
test18.cs 25 <?cs def:set_info(side, label, value) ?>
27 <?cs set:rows[row][side].value = value ?>
  /external/clearsilver/man/man3/
filter_create_fd.3 51 NULL value means "don't create a pipe", a pointer to an
52 int will cause the pipes to be created and the value
56 .SH "RETURN VALUE"
  /external/clearsilver/util/
neo_hash.c 76 NEOERR *ne_hash_insert(NE_HASH *hash, void *key, void *value)
85 (*node)->value = value;
95 (*node)->value = value;
109 return (node) ? node->value : NULL;
115 void *value = NULL; local
122 value = remove->value;
126 return value;
    [all...]
  /external/clearsilver/util/test/
hdf_sort_test.c 28 float value; local
32 value = rand()/(RAND_MAX+1.0);
36 hdf_set_valuef(hdf, "test.%d.val", "%f", i, value );
  /external/dnsmasq/contrib/Solaris10/
dnsmasq.xml 16 <service_fmri value='svc:/milestone/multi-user'/>
23 <service_fmri value='file:///usr/local/etc/dnsmasq.conf'/>
29 <service_fmri value='svc:/milestone/multi-user-server' />
  /external/easymock/src/org/easymock/internal/
IMocksControlState.java 26 void andReturn(Object value);
34 void andStubReturn(Object value);
46 void checkOrder(boolean value);
  /external/elfutils/libdw/
dwarf_error.c 91 [DWARF_E_NO_ADDR] = N_("no address value"),
92 [DWARF_E_NO_CONSTANT] = N_("no constant value"),
93 [DWARF_E_NO_REFERENCE] = N_("no reference value"),
94 [DWARF_E_INVALID_REFERENCE] = N_("invalid reference value"),
101 [DWARF_E_NO_LOCLIST] = N_("no location list value"),
106 [DWARF_E_NO_FLAG] = N_("no flag value"),
112 __libdw_seterrno (value)
113 int value;
122 setspecific (key, (void *) (intptr_t) value);
125 global_error = (value >= 0 && value < (int) nerrmsg
    [all...]
  /external/emma/core/java12/com/vladium/jcd/compiler/
CodeGen.java 68 public static void push_int_value (final ByteArrayOStream out, final ClassDef cls, final int value)
70 if ((-1 <= value) && (value <= 5))
72 out.write (_iconst_0 + value);
74 else if ((-128 <= value) && (value <= 127))
77 value); // byte1
79 else if ((-32768 <= value) && (value <= 32767))
82 value >>> 8, // byte
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
Callables.java 33 * Creates a {@code Callable} which immediately returns a preset value each
36 public static <T> Callable<T> returning(final @Nullable T value) {
39 return value;
  /external/icu4c/extra/scrptrun/
scrptrun.cpp 47 int8_t ScriptRun::highBit(int32_t value)
49 if (value <= 0) {
55 if (value >= 1 << 16) {
56 value >>= 16;
60 if (value >= 1 << 8) {
61 value >>= 8;
65 if (value >= 1 << 4) {
66 value >>= 4;
70 if (value >= 1 << 2) {
71 value >>= 2
    [all...]

Completed in 1810 milliseconds

<<61626364656667686970>>