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

1 2 3 4 5 6 7 891011>>

  /external/icu4c/i18n/
i18n.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
74 VALUE "CompanyName", "IBM Corporation and others\0"
75 VALUE "FileDescription", "IBM ICU I18N DLL\0"
76 VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
77 VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
79 VALUE "OriginalFilename", "icuin" U_ICU_VERSION_SHORT "d.dll\0"
81 VALUE "OriginalFilename", "icuin" U_ICU_VERSION_SHORT ".dll\0"
83 VALUE "PrivateBuild", "\0"
84 VALUE "ProductName", "International Components for Unicode\0"
85 VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSI (…)
    [all...]
  /external/icu4c/io/
io.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
74 VALUE "CompanyName", "IBM Corporation and others\0"
75 VALUE "FileDescription", "IBM ICU I/O DLL\0"
76 VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
77 VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
79 VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT "d.dll\0"
81 VALUE "OriginalFilename", "icuio" U_ICU_VERSION_SHORT ".dll\0"
83 VALUE "PrivateBuild", "\0"
84 VALUE "ProductName", "International Components for Unicode\0"
85 VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSI (…)
    [all...]
  /external/icu4c/layout/
layout.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
74 VALUE "CompanyName", "IBM Corporation and others\0"
75 VALUE "FileDescription", "IBM ICU Layout DLL\0"
76 VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
77 VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
79 VALUE "OriginalFilename", "icule" U_ICU_VERSION_SHORT "d.dll\0"
81 VALUE "OriginalFilename", "icule" U_ICU_VERSION_SHORT ".dll\0"
83 VALUE "PrivateBuild", "\0"
84 VALUE "ProductName", "International Components for Unicode\0"
85 VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSI (…)
    [all...]
  /external/icu4c/layoutex/
layoutex.rc 73 VALUE "Comments", ICU_WEBSITE "\0"
74 VALUE "CompanyName", "IBM Corporation and others\0"
75 VALUE "FileDescription", "IBM ICU Layout Extensions DLL\0"
76 VALUE "FileVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSION_PATCHLEVEL_NUM, U_ICU_VERSION_BUILDLEVEL_NUM)
77 VALUE "LegalCopyright", U_COPYRIGHT_STRING "\0"
79 VALUE "OriginalFilename", "iculx" U_ICU_VERSION_SHORT "d.dll\0"
81 VALUE "OriginalFilename", "iculx" U_ICU_VERSION_SHORT ".dll\0"
83 VALUE "PrivateBuild", "\0"
84 VALUE "ProductName", "International Components for Unicode\0"
85 VALUE "ProductVersion", CommaVersionString(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM, U_ICU_VERSI (…)
    [all...]
  /external/iptables/extensions/
libipt_DSCP.man 1 This target allows to alter the value of the DSCP bits within the TOS
5 .BI "--set-dscp " "value"
6 Set the DSCP field to a numerical value (can be decimal or hex)
libipt_ttl.man 4 Matches the given TTL value.
7 Matches if TTL is greater than the given TTL value.
10 Matches if TTL is less than the given TTL value.
  /external/stlport/src/
stlport.rc 37 * value. We do not check the major version that will never be 0 again.
75 VALUE "CompanyName", "STLport Consulting, Inc.\0"
76 VALUE "FileDescription", "STLport\0"
77 VALUE "FileVersion", VERSION_STR
78 VALUE "InternalName", "STLPORT.DLL\0"
79 VALUE "LegalCopyright", "Copyright (C) Boris Fomitchev\0"
81 VALUE "OriginalFilename", DLLNAME
83 VALUE "OriginalFilename", DLLNAME2(BUILD)
85 VALUE "ProductName", "STLport Standard ANSI C++ Library\0"
86 VALUE "ProductVersion", VERSION_ST
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-001.js 25 var INVALID_JAVA_INTEGER_VALUE = "Invalid value for java.lang.Integer constructor";
44 value = Number( v );
45 if ( Math.floor(value) != value || isNaN(value) ) {
48 return value;
53 * Call newJavaInteger( value ) from within a try block. Catch any
55 * return value from newJavaInteger in cases in which we do not expect
59 function TryNewJavaInteger( value, expect ) {
63 result = newJavaInteger( value );
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-96526-003.js 55 if(IDText.value==""){
59 else if(IDText.value=="x522"){
64 else if(IDText.value=="x91"){
69 else if(IDText.value=="x92"){
74 else if(IDText.value=="x93"){
79 else if(IDText.value=="x95"){
84 else if(IDText.value=="521"){
89 else if(IDText.value=="522"){
94 else if(IDText.value=="528"){
99 else if(IDText.value=="529")
    [all...]
  /external/webkit/WebKitLibraries/win/tools/vsprops/
debug.vsprops 23 Value="_debug"
28 Value=""
33 Value=""
  /sdk/traceview/src/com/android/traceview/
TraceUnits.java 28 public double getScaledValue(long value) {
29 return value * mScale;
32 public double getScaledValue(double value) {
33 return value * mScale;
36 public String valueOf(long value) {
37 return valueOf((double) value);
40 public String valueOf(double value) {
42 double scaled = value * mScale;
51 public String labelledString(double value) {
53 String num = valueOf(value);
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Byte.java 30 * The value which the receiver represents.
32 private final byte value; field in class:Byte
35 * The maximum {@code Byte} value, 2<sup>7</sup>-1.
40 * The minimum {@code Byte} value, -2<sup>7</sup>.
45 * The number of bits needed to represent a {@code Byte} value in two's
62 * Constructs a new {@code Byte} with the specified primitive byte value.
64 * @param value
65 * the primitive byte value to store in the new instance.
67 public Byte(byte value) {
68 this.value = value
    [all...]
Number.java 37 * Returns this object's value as a byte. Might involve rounding and/or
38 * truncating the value, so it fits into a byte.
40 * @return the primitive byte value of this object.
47 * Returns this object's value as a double. Might involve rounding.
49 * @return the primitive double value of this object.
54 * Returns this object's value as a float. Might involve rounding.
56 * @return the primitive float value of this object.
61 * Returns this object's value as an int. Might involve rounding and/or
62 * truncating the value, so it fits into an int.
64 * @return the primitive int value of this object
    [all...]
  /external/bluetooth/glib/gobject/
gboxed.c 44 * Boxed types are useful for simple value-holder structures like rectangles or
83 value_meminit (GValue *value,
86 value->g_type = value_type;
87 memset (value->data, 0, sizeof (value->data));
107 GValue *value = boxed; local
109 if (G_VALUE_TYPE (value))
110 g_value_unset (value);
111 g_free (value);
278 boxed_proxy_value_init (GValue *value)
533 GValue value; local
    [all...]
  /bootable/recovery/applypatch/
utils.c 21 /** Write a 4-byte value to f in little-endian order. */
22 void Write4(int value, FILE* f) {
23 fputc(value & 0xff, f);
24 fputc((value >> 8) & 0xff, f);
25 fputc((value >> 16) & 0xff, f);
26 fputc((value >> 24) & 0xff, f);
29 /** Write an 8-byte value to f in little-endian order. */
30 void Write8(long long value, FILE* f) {
31 fputc(value & 0xff, f);
32 fputc((value >> 8) & 0xff, f)
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
char_token.java 5 * char value as an attribute. It maintains that value in the public
24 /** Constructor with default value of 0 */
30 /** The stored char value. */
double_token.java 5 * double value as an attribute. It maintains that value in the public
24 /** Constructor with default value of 0.0. */
30 /** The stored double value. */
float_token.java 5 * float value as an attribute. It maintains that value in the public
24 /** Constructor with default value of 0.0. */
30 /** The stored float value. */
int_token.java 5 * int value as an attribute. It maintains that value in the public
24 /** Constructor with default value of 0. */
30 /** The stored int value. */
long_token.java 5 * long value as an attribute. It maintains that value in the public
24 /** Constructor with default value of 0. */
30 /** The stored long value. */
str_token.java 5 * String value as an attribute. It maintains that value in the public
23 /** Constructor for value defaulting to an empty string. */
29 /** The stored string value. */
  /dalvik/vm/mterp/x86/
OP_IGET_BYTE.S 2 %verify "negative value is sign-extended"
OP_IGET_SHORT.S 2 %verify "negative value is sign-extended"
  /external/apache-http/src/org/apache/http/params/
HttpParams.java 46 * Obtains the value of the given parameter.
50 * @return an object that represents the value of the parameter,
59 * Assigns the value to the parameter with the given name.
62 * @param value parameter value
64 HttpParams setParameter(String name, Object value);
83 * Returns a {@link Long} parameter value with the given name.
84 * If the parameter is not explicitly set, the default value is returned.
87 * @param defaultValue the default value.
89 * @return a {@link Long} that represents the value of the parameter
    [all...]
  /external/bluetooth/bluez/audio/
gstsbcutil.c 35 gint gst_sbc_select_rate_from_list(const GValue *value)
37 guint size = gst_value_list_get_size(value);
38 return g_value_get_int(gst_value_list_get_value(value, size-1));
43 * TODO - use a better approach to this (it is selecting the maximum value)
45 gint gst_sbc_select_channels_from_range(const GValue *value)
47 return gst_value_get_int_range_max(value);
54 gint gst_sbc_select_blocks_from_list(const GValue *value)
56 guint size = gst_value_list_get_size(value);
57 return g_value_get_int(gst_value_list_get_value(value, size-1));
64 gint gst_sbc_select_subbands_from_list(const GValue *value)
95 const GValue *value; local
325 const GValue *value; local
    [all...]

Completed in 1338 milliseconds

1 2 3 4 5 6 7 891011>>