Searched
full:value (Results
926 -
950 of
15709) sorted by null
<<31323334353637383940>>
/development/ide/intellij/ |
build.xml | 5 <arg value="ide/intellij/make+intelligen.sh"/>
|
/external/bluetooth/bluez/test/ |
monitor-bluetooth | 8 def property_changed(name, value, path, interface): 10 val = str(value) 13 def object_signal(value, path, interface, member): 15 val = str(value)
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
atomic_operations.sgml | 70 Reads the value of the integer pointed to by @atomic. Also acts as 74 @Returns: the value of *@atomic 82 Sets the value of the integer pointed to by @atomic. 89 @newval: the new value 101 @val: the value to add to *@atomic. 107 the value of *@atomic just before the addition took place. 111 @Returns: the value of *@atomic before the addition. 115 @val: the value to add to *@atomic. 129 @oldval: the assumed old value of *@atomic. 130 @newval: the new value of *@atomic [all...] |
/external/bluetooth/glib/gobject/ |
gvaluecollector.h | 25 * @Title: Varargs Value Collection 59 * A union holding one collected value. 72 * @value: a #GValue return location. @value is supposed to be initialized 73 * according to the value type to be collected 76 * the #GTypeValueTable of @value. 80 * Collects a variable argument value from a va_list. We have to 84 #define G_VALUE_COLLECT(value, var_args, flags, __error) \ 86 GValue *_value = (value); \ 132 * @value: a #GValue return location. @value is supposed to be initialized [all...] |
/external/clearsilver/man/man3/ |
cCreate.3 | 32 .SH "RETURN VALUE"
|
cgi_cookie_set.3 | 20 NEOERR *cgi_cookie_set (CGI *cgi, const char *name, const char *value, 31 value - the value to set the cookie to. 58 .SH "RETURN VALUE"
|
dictDestroy.3 | 32 .SH "RETURN VALUE"
|
fDestroy.3 | 33 .SH "RETURN VALUE"
|
fUnlock.3 | 32 .SH "RETURN VALUE"
|
hdf_obj_next.3 | 30 .SH "RETURN VALUE"
|
hdf_set_attr.3 | 25 const char *value);
|
mCreate.3 | 32 .SH "RETURN VALUE"
|
mDestroy.3 | 32 .SH "RETURN VALUE"
|
mLock.3 | 33 .SH "RETURN VALUE"
|
mUnlock.3 | 32 .SH "RETURN VALUE"
|
/external/dbus/test/data/invalid-messages/ |
bad-boolean.message | 1 ## a message with an invalid boolean value
|
/external/guava/src/com/google/common/base/ |
Suppliers.java | 41 * and supplier. In other words, the new supplier's value will be computed by 42 * retrieving the value from {@code first}, and then applying 43 * {@code function} to that value. Note that the resulting supplier will not 71 * call to {@code get()} and returns that value on subsequent calls to 76 * does not contain the cached value, which will be recalculated when {@code 87 transient T value; field in class:Suppliers.MemoizingSupplier 95 value = delegate.get(); 98 return value; 106 * removes the cached value after the specified time has passed. Subsequent 107 * calls to {@code get()} return the cached value if the expiration time ha 132 transient T value; field in class:Suppliers.ExpiringMemoizingSupplier [all...] |
/external/icu4c/tools/gensprep/ |
store.c | 80 * Each code point is associated with a value (trie-word) in the trie. 84 * i) A value greater than or equal to _SPREP_TYPE_THRESHOLD (0xFFF0) 94 * ii) A value less than _SPREP_TYPE_THRESHOLD means the type is USPREP_MAP and 98 * 1 - ON : The value in the next 14 bits is an index into the mapping table 99 * OFF: The value in the next 14 bits is an delta value from the code point 101 * (value = _SPREP_MAX_INDEX_VALUE) then the type is USPREP_DELETE 106 * If the type of the code point is USPREP_MAP and value in trie word is an index, the index 129 /* indexes[] value names */ 218 /* Callback for deleting the value from the hashtable * 220 ValueStruct* value = (ValueStruct*) obj; local 241 ValueStruct* value = NULL; local 380 ValueStruct *value = NULL; local 558 uint32_t foldedValue, value; local [all...] |
/external/iptables/extensions/ |
libip6t_SECMARK.man | 1 This is used to set the security mark value associated with the
|
libip6t_mark.man | 7 Matches packets with the given unsigned mark value (if a \fImask\fP is
|
libipt_SECMARK.man | 1 This is used to set the security mark value associated with the
|
libipt_TCPMSS.man | 1 This target allows to alter the MSS value of TCP SYN packets, to control 35 .BI "--set-mss " "value" 36 Explicitly set MSS option to specified value. 39 Automatically clamp MSS value to (path_MTU - 40).
|
libipt_mark.man | 7 Matches packets with the given unsigned mark value (if a \fImask\fP is
|
libipt_tos.man | 9 to see the list), or a numeric value to match.
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_2ttl.h | 1 /* IP tables module for matching the value of the TTL
|
Completed in 157 milliseconds
<<31323334353637383940>>