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

<<11121314151617181920>>

  /external/proguard/src/proguard/gui/splash/
ConstantDouble.java 30 private final double value; field in class:ConstantDouble
35 * @param value the constant value.
37 public ConstantDouble(double value)
39 this.value = value;
47 return value;
ConstantInt.java 30 private final int value; field in class:ConstantInt
35 * @param value the constant value.
37 public ConstantInt(int value)
39 this.value = value;
47 return value;
ConstantString.java 30 private final String value; field in class:ConstantString
35 * @param value the constant value.
37 public ConstantString(String value)
39 this.value = value;
47 return value;
  /external/skia/bench/
SkBenchmark.cpp 38 const char* value; local
39 if (fDict->find(key, &value)) {
40 return value;
46 bool SkBenchmark::findDefine32(const char* key, int32_t* value) const {
49 SkParse::FindS32(valueStr, value);
55 bool SkBenchmark::findDefineScalar(const char* key, SkScalar* value) const {
58 SkParse::FindScalar(valueStr, value);
  /external/skia/include/utils/
SkParse.h 27 static const char* FindColor(const char str[], SkColor* value);
28 static const char* FindHex(const char str[], uint32_t* value);
29 static const char* FindMSec(const char str[], SkMSec* value);
31 static const char* FindS32(const char str[], int32_t* value);
32 static const char* FindScalar(const char str[], SkScalar* value);
33 static const char* FindScalars(const char str[], SkScalar value[], int count);
35 static bool FindBool(const char str[], bool* value);
  /external/v8/test/mjsunit/tools/
splaytree.js 35 tree.insert(0, 'value');
43 tree.insert(0, 'value');
44 assertArrayEquals(['value'], tree.exportValues());
45 tree.insert(0, 'value');
46 assertArrayEquals(['value'], tree.exportValues());
63 return { key: 50, value: 50,
64 left: { key: 30, value: 30,
65 left: { key: 10, value: 10, left: null,
66 right: { key: 20, value: 20,
67 left: { key: 15, value: 15
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
index.html 17 Test: <input size="9" name="test" value="1"> Subtest: <input size="2" name="subtest" value="">
18 <input value="Start" type="submit">
24 <input type="hidden" name="lookup" value="1">
25 Test: <input size="9" name="test" value="1"> Subtest: <input size="2" name="subtest" value="">
26 <input value="Lookup" type="submit"></form>
  /external/zlib/contrib/dotzlib/
DotZLib.build 5 <property name="nunit.location" value="c:/program files/NUnit V2.1/bin" />
6 <property name="build.root" value="bin" />
8 <property name="debug" value="true" />
9 <property name="nunit" value="true" />
11 <property name="build.folder" value="${build.root}/debug/" if="${debug}" />
12 <property name="build.folder" value="${build.root}/release/" unless="${debug}" />
29 <arg value="/d:nunit" if="${nunit}" />
  /hardware/msm7k/librpc/rpc/
xdr.h 48 #define XDR_RECV_INT16(XDR, VALUE) (XDR)->xops->recv_int16(XDR, VALUE)
49 #define XDR_RECV_INT32(XDR, VALUE) (XDR)->xops->recv_int32(XDR, VALUE)
50 #define XDR_RECV_INT8(XDR, VALUE) (XDR)->xops->recv_int8(XDR, VALUE)
51 #define XDR_RECV_UINT(XDR, VALUE) (XDR)->xops->recv_uint32(XDR, (uint32 *)(VALUE))
52 #define XDR_RECV_UINT32(XDR, VALUE) (XDR)->xops->recv_uint32(XDR, VALUE)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
SpinnerOption.java 22 public Object value; field in class:SpinnerOption
26 public static void setSpinnerOptionValue(Spinner spinner, Object value) {
29 if (so.value.equals(value)) {
36 public SpinnerOption(Object value, String label) {
37 this.value = value;
  /packages/apps/Email/src/org/apache/james/mime4j/field/
UnstructuredField.java 32 private String value; field in class:UnstructuredField
34 protected UnstructuredField(String name, String body, String raw, String value) {
36 this.value = value;
40 return value;
45 final String value = DecoderUtil.decodeEncodedWords(body); local
46 return new UnstructuredField(name, body, raw, value);
  /sdk/layoutlib_utils/src/com/android/layoutlib/utils/
StyleResourceValue.java 46 public void addItem(IResourceValue value) {
47 mItems.put(value.getName(), value); local
51 public void replaceWith(ResourceValue value) {
52 super.replaceWith(value);
54 if (value instanceof StyleResourceValue) {
56 mItems.putAll(((StyleResourceValue)value).mItems);
  /system/core/libcutils/
atomic.c 29 void android_atomic_write(int32_t value, volatile int32_t* addr) {
33 } while (OSAtomicCompareAndSwap32Barrier(oldValue, value, (int32_t*)addr) == 0);
44 int32_t android_atomic_add(int32_t value, volatile int32_t* addr) {
45 return OSAtomicAdd32Barrier(value, (int32_t*)addr)-value;
48 int32_t android_atomic_and(int32_t value, volatile int32_t* addr) {
52 } while (OSAtomicCompareAndSwap32Barrier(oldValue, oldValue&value, (int32_t*)addr) == 0);
56 int32_t android_atomic_or(int32_t value, volatile int32_t* addr) {
60 } while (OSAtomicCompareAndSwap32Barrier(oldValue, oldValue|value, (int32_t*)addr) == 0);
64 int32_t android_atomic_swap(int32_t value, volatile int32_t* addr)
    [all...]
  /system/netd/
UsbController.cpp 48 char value[20]; local
50 int count = snprintf(value, sizeof(value), "%d\n", (enable ? 1 : 0));
51 write(fd, value, count);
57 char value=0; local
59 read(fd, &value, 1);
61 return (value == '1' ? true : false);
  /external/bluetooth/bluez/audio/
gstsbcutil.h 32 gint gst_sbc_select_rate_from_list(const GValue *value);
34 gint gst_sbc_select_channels_from_range(const GValue *value);
36 gint gst_sbc_select_blocks_from_list(const GValue *value);
38 gint gst_sbc_select_subbands_from_list(const GValue *value);
40 gint gst_sbc_select_bitpool_from_range(const GValue *value);
42 const gchar *gst_sbc_get_allocation_from_list(const GValue *value);
44 const gchar *gst_sbc_get_mode_from_list(const GValue *value, gint channels);
68 GValue *value);
72 GValue *value);
  /external/proguard/src/proguard/evaluation/value/
TopValue.java 21 package proguard.evaluation.value;
24 * This class represents a partially evaluated top value. A top value is the
25 * dummy value that takes up the extra space when storing a long value or a
26 * double value.
32 // Implementations for Value.
44 public final Value generalize(Value other)
  /external/skia/include/views/
SkEvent.h 72 /** Return the event's unnamed 32bit field. Default value is 0 */
80 in value (if value is non-null). If there is no matching named field, return false
81 and ignore the value parameter.
83 bool findS32(const char name[], int32_t* value = NULL) const { return fMeta.findS32(name, value); }
85 in value (if value is non-null). If there is no matching named field, return false
86 and ignore the value parameter.
88 bool findScalar(const char name[], SkScalar* value = NULL) const { return fMeta.findScalar(name, value);
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
string-conversion.html 25 log("Type/value for null is " + typeof localStorage.a + "/" + localStorage.a);
27 log("Type/value for 0 is " + typeof localStorage.b + "/" + localStorage.b);
29 log("Type/value for function(){} is " + typeof localStorage.c + "/" + localStorage.c);
33 log("Type/value for null is " + typeof localStorage.d + "/" + localStorage.d);
35 log("Type/value for 0 is " + typeof localStorage.e + "/" + localStorage.e);
37 log("Type/value for function(){} is " + typeof localStorage.f + "/" + localStorage.f);
41 log("Type/value for null is " + typeof localStorage.g + "/" + localStorage.g);
43 log("Type/value for 0 is " + typeof localStorage.h + "/" + localStorage.h);
45 log("Type/value for function(){} is " + typeof localStorage.i + "/" + localStorage.i);
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
string-conversion.html 25 log("Type/value for null is " + typeof sessionStorage.a + "/" + sessionStorage.a);
27 log("Type/value for 0 is " + typeof sessionStorage.b + "/" + sessionStorage.b);
29 log("Type/value for function(){} is " + typeof sessionStorage.c + "/" + sessionStorage.c);
33 log("Type/value for null is " + typeof sessionStorage.d + "/" + sessionStorage.d);
35 log("Type/value for 0 is " + typeof sessionStorage.e + "/" + sessionStorage.e);
37 log("Type/value for function(){} is " + typeof sessionStorage.f + "/" + sessionStorage.f);
41 log("Type/value for null is " + typeof sessionStorage.g + "/" + sessionStorage.g);
43 log("Type/value for 0 is " + typeof sessionStorage.h + "/" + sessionStorage.h);
45 log("Type/value for function(){} is " + typeof sessionStorage.i + "/" + sessionStorage.i);
  /external/webkit/WebKit/win/
WebCache.cpp 116 RetainPtr<CFNumberRef> value(AdoptCF, CFNumberCreate(0, kCFNumberIntType, &stat.images.count));
117 CFDictionaryAddValue(dictionary.get(), imagesKey, value.get());
119 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &stat.cssStyleSheets.count));
120 CFDictionaryAddValue(dictionary.get(), stylesheetsKey, value.get());
123 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &stat.xslStyleSheets.count));
125 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &zero));
127 CFDictionaryAddValue(dictionary.get(), xslKey, value.get());
129 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &stat.scripts.count));
130 CFDictionaryAddValue(dictionary.get(), scriptsKey, value.get());
138 value.adoptCF(CFNumberCreate(0, kCFNumberIntType, &stat.images.size))
    [all...]
  /external/webkit/WebKit/win/WebKit.vcproj/
WebKit.rc 41 VALUE "FileDescription", "WebKit Dynamic Link Library"
42 VALUE "FileVersion", __VERSION_TEXT__
43 VALUE "CompanyName", "Apple Inc."
44 VALUE "InternalName", "WebKit"
45 VALUE "LegalCopyright", "Copyright Apple Inc. 2003-" __COPYRIGHT_YEAR_END_TEXT__
46 VALUE "OriginalFilename", "WebKit.dll"
47 VALUE "ProductName", "WebKit"
48 VALUE "ProductVersion", __BUILD_NUMBER_SHORT__
53 VALUE "Translation", 0x409, 1200
  /packages/apps/Mms/src/com/android/mms/
MmsConfig.java 52 private static int mMaxImageHeight = MAX_IMAGE_HEIGHT; // default value
53 private static int mMaxImageWidth = MAX_IMAGE_WIDTH; // default value
54 private static int mRecipientLimit = Integer.MAX_VALUE; // default value
55 private static int mDefaultSMSMessagesPerThread = 200; // default value
56 private static int mDefaultMMSMessagesPerThread = 20; // default value
57 private static int mMinMessageCountPerThread = 2; // default value
58 private static int mMaxMessageCountPerThread = 5000; // default value
67 private static int mMaxSizeScaleForPendingMmsAllowed = 4; // default value
91 * This function returns the value of "enabledTransID" present in mms_config file.
223 String value = parser.getAttributeValue(0) local
    [all...]
  /bootable/recovery/edify/
expr.h 30 // uses this value.
51 } Value;
53 typedef Value* (*Function)(const char* name, State* state,
65 // evaluate it, return the resulting Value. The caller takes
66 // ownership of the returned Value.
67 Value* EvaluateValue(State* state, Expr* expr);
77 Value* Literal(const char* name, State* state, int argc, Expr* argv[]);
82 Value* ConcatFn(const char* name, State* state, int argc, Expr* argv[]);
83 Value* LogicalAndFn(const char* name, State* state, int argc, Expr* argv[]);
84 Value* LogicalOrFn(const char* name, State* state, int argc, Expr* argv[])
    [all...]
  /external/clearsilver/man/man3/
cgiwrap_iterenv.3 27 until you receive a NULL return value.
34 .SH "RETURN VALUE"
37 v - a malloc'd copy of the variable value
hdf_set_copy.3 14 hdf_set_copy -> Copy a value from one location in the
34 node, and then copies that value to the named dest node.
37 .SH "RETURN VALUE"

Completed in 1227 milliseconds

<<11121314151617181920>>