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

<<919293949596979899100>>

  /external/clearsilver/man/man3/
fFind.3 36 .SH "RETURN VALUE"
hdf_copy.3 36 .SH "RETURN VALUE"
hdf_destroy.3 35 .SH "RETURN VALUE"
hdf_obj_top.3 35 .SH "RETURN VALUE"
hdf_search_path.3 37 .SH "RETURN VALUE"
  /external/e2fsprogs/lib/blkid/
blkid.h 86 const char *value);
91 const char **type, const char **value);
94 const char *value);
97 const char *value);
  /external/e2fsprogs/lib/uuid/
uuid_clear.3.in 34 uuid_clear \- reset value of UUID variable to the NULL value
44 function sets the value of the supplied uuid variable
46 to the NULL value.
  /external/e2fsprogs/misc/
blkid.c 47 "\t-t\tfind device with a specific token (NAME=value pair)\n"
84 const char *type, *value; local
96 while (blkid_tag_next(iter, &type, &value) == 0) {
105 fputs(value, stdout);
114 safe_print(value, -1);
157 if (!strcmp(optarg, "value"))
164 fprintf(stderr, "Invalid output format %s. Chose from value, device, or full\n", optarg);
178 "one NAME=value pair\n");
184 fprintf(stderr, "-t needs NAME=value pair\n");
  /external/easymock/src/org/easymock/internal/
ReplayState.java 83 public void checkOrder(boolean value) {
95 public void andReturn(Object value) {
111 public void andStubReturn(Object value) {
145 public void setDefaultReturnValue(Object value) {
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Exception_info.java 25 * array at which the exception handler is active. The value of start_pc must be
26 * a valid index into the code array of the opcode of an instruction. The value of
29 * The value of start_pc must be less than the value of end_pc.<P>
36 * The value of the handler_pc item indicates the start of the exception handler.
37 * The value of the item must be a valid index into the code array, must be the index
38 * of the opcode of an instruction, and must be less than the value of the code_length
43 * If the value of the catch_type item is nonzero, it must be a valid index into the
51 * If the value of the catch_type item is zero, this exception handler is called for
  /external/emma/core/java12/com/vladium/util/
IntObjectMap.java 77 * Returns the number of key-value mappings in this map.
101 * Returns the value that is mapped to a given 'key'. Returns
103 * mapped to a null value.
107 * @return Object value mapping for 'key' [can be null].
147 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
150 * @param value mapping value [can be null].
152 * @return Object previous value mapping for 'key' [can be null]
154 public Object put (final int key, final Object value)
176 // replace the current value
    [all...]
ObjectIntMap.java 79 * Returns the number of key-value mappings in this map.
106 * Returns the value that is mapped to a given 'key'. Returns
110 * @param out holder for the found value [must be at least of size 1]
112 * @return 'true' if this key was mapped to an existing value
153 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
156 * @param value mapping value.
158 public void put (final Object key, final int value)
183 // replace the current value:
185 currentKeyEntry.m_value = value;
    [all...]
  /external/guava/src/com/google/common/collect/
ForwardingMap.java 64 public boolean containsValue(Object value) {
65 return delegate().containsValue(value);
72 public V put(K key, V value) {
73 return delegate().put(key, value);
  /external/icu4c/common/
usc_impl.h 73 * @param pErrorCode is a pointer to a valid <code>UErrorCode</code> value. If this value
75 * On exit the value will indicate the success of the operation.
118 * @param pErrorCode is a pointer to a valid <code>UErrorCode</code> value. If this value
120 * On exit the value will indicate the success of the operation.
134 * This pointer can be <code>NULL</code> if the value is not needed.
137 * This pointer can be <code>NULL</code> if the value is not needed.
140 * script of the current run. This pointer can be <code>NULL</code> if the value is not needed.
uset_props.cpp 101 UProperty prop, int32_t value, UErrorCode* ec) {
102 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec);
108 const UChar *value, int32_t valueLength,
112 UnicodeString v(value, valueLength);
  /external/icu4c/data/xml/rbnf/
be.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
bg.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
ca.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
cy.xml 15 <rbnfrule value="0">&amp; ' ' , ',' ;</rbnfrule>
da.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
es.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
fo.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
fr.xml 15 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
fr_BE.xml 16 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>
fr_CH.xml 16 <rbnfrule value="0">&amp;[last primary ignorable ] ?? ' ' ?? ',' ?? '-' ?? '­';</rbnfrule>

Completed in 904 milliseconds

<<919293949596979899100>>