HomeSort by relevance Sort by last modified time
    Searched defs:value (Results 76 - 100 of 6482) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/proguard/src/proguard/evaluation/value/
ConvertedFloatValue.java 21 package proguard.evaluation.value;
24 * This FloatValue represents a float value that is converted from another
25 * scalar value.
31 private final Value value; field in class:ConvertedFloatValue
35 * Creates a new converted float value of the given value.
37 public ConvertedFloatValue(Value value)
39 this.value = value
    [all...]
ConvertedIntegerValue.java 21 package proguard.evaluation.value;
24 * This IntegerValue represents a integer value that is converted from another
25 * scalar value.
31 private final Value value; field in class:ConvertedIntegerValue
35 * Creates a new converted integer value of the given value.
37 public ConvertedIntegerValue(Value value)
39 this.value = value
    [all...]
ConvertedLongValue.java 21 package proguard.evaluation.value;
24 * This LongValue represents a long value that is converted from another
25 * scalar value.
31 private final Value value; field in class:ConvertedLongValue
35 * Creates a new converted long value of the given value.
37 public ConvertedLongValue(Value value)
39 this.value = value
    [all...]
ConvertedShortValue.java 21 package proguard.evaluation.value;
24 * This IntegerValue represents a short value that is converted from an
25 * integer value.
31 private final IntegerValue value; field in class:ConvertedShortValue
35 * Creates a new converted short value of the given integer value.
37 public ConvertedShortValue(IntegerValue value)
39 this.value = value;
49 this.value.equals(((ConvertedShortValue)object).value)
    [all...]
  /art/test/078-polymorphic-virtual/src/
Base.java 18 int value; field in class:Base
30 return value;
  /dalvik/tests/078-polymorphic-virtual/src/
Base.java 18 int value; field in class:Base
30 return value;
  /external/aac/libAACdec/src/
block.h 158 * The SF_OFFSET = 100 value referenced in chapter 4.6.2.3.3 is already substracted
226 * \brief Calculate 2^(lsb/4) * value^(4/3)
227 * \param pValue pointer to quantized value. The inverse quantized result is stored back here.
229 * resulting inverse quantized value.
236 FIXP_DBL value; local
240 value = *pValue;
241 freeBits = fNormz (value) ;
245 UINT x = (((int)value << freeBits) >> 19) ;
265 * \brief determine the required shift scale for the given quantized value and scale (factor % 4) value
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 202 def value method
212 { $ds = $digs.map { |t| t.value } };
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
MutableInteger.java 35 public int value; field in class:MutableInteger
39 public MutableInteger(int value) {
40 this.value = value;
  /external/bison/lib/
signbitd.c 42 union { double value; unsigned int word[NWORDS]; } m; member in union:__anon2754
43 m.value = arg;
signbitf.c 42 union { float value; unsigned int word[NWORDS]; } m; member in union:__anon2755
43 m.value = arg;
signbitl.c 42 union { long double value; unsigned int word[NWORDS]; } m; member in union:__anon2756
43 m.value = arg;
  /external/chromium/net/base/
platform_mime_util_win.cc 18 std::wstring value, key = L"." + ext; local
20 L"Content Type", &value);
21 if (!value.empty()) {
22 *result = WideToUTF8(value);
  /external/chromium_org/base/android/java/src/org/chromium/base/
JNINamespace.java 19 public String value(); method in interface:JNINamespace
NativeClassQualifiedName.java 24 public String value(); method in interface:NativeClassQualifiedName
  /external/chromium_org/chrome/browser/extensions/api/system_network/
system_network_apitest.cc 43 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
45 ASSERT_EQ(base::Value::TYPE_LIST, result->GetType());
49 base::ListValue *value = static_cast<base::ListValue*>(result.get()); local
50 ASSERT_TRUE(value->GetSize() > 0);
52 for (base::ListValue::const_iterator it = value->begin();
53 it != value->end(); ++it) {
54 base::Value* network_interface_value = *it;
  /external/chromium_org/chrome/browser/value_store/
value_store_change_unittest.cc 15 using base::Value;
22 ValueStoreChange change("key", NULL, Value::CreateStringValue("value"));
27 scoped_ptr<Value> expected(Value::CreateStringValue("value"));
33 ValueStoreChange change("key", Value::CreateStringValue("value"), NULL);
37 scoped_ptr<Value> expected(Value::CreateStringValue("value"))
61 scoped_ptr<DictionaryValue> value = DictionaryBuilder() local
    [all...]
  /external/chromium_org/chrome/common/net/
net_resource_provider.cc 29 base::DictionaryValue value; local
30 value.SetString("header",
32 value.SetString("parentDirText",
34 value.SetString("headerName",
36 value.SetString("headerSize",
38 value.SetString("headerDateModified",
40 value.SetString("listingParsingErrorBoxText",
43 value.SetString("textdirection", base::i18n::IsRTL() ? "rtl" : "ltr");
47 &value);
  /external/chromium_org/dbus/
object_path.h 18 // assumptions about their value made.
21 // Permit initialization without a value for passing to
29 explicit ObjectPath(const std::string& value) : value_(value) {}
31 // Retrieves value as a std::string.
32 const std::string& value() const { return value_; } function in class:dbus::ObjectPath
34 // Returns true if the value is a valid object path.
  /external/chromium_org/remoting/protocol/
name_value_map.h 16 const T value; member in struct:remoting::protocol::NameMapElement
21 const char* ValueToName(const NameMapElement<T> (&map)[N], T value) {
23 if (map[i].value == value)
36 *result = map[i].value;
  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatKeyframe.h 31 WebFloatKeyframe(double time, float value)
33 , value(value)
38 float value; member in struct:blink::WebFloatKeyframe
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_utf8.c 67 * to the string and the length of the string. It sets 'value' to the value of
79 unsigned long value; local
84 /* Check syntax and work out the encoded value (if correct) */
86 value = *p++ & 0x7f;
91 value = (*p++ & 0x1f) << 6;
92 value |= *p++ & 0x3f;
93 if(value < 0x80) return -4;
99 value = (*p++ & 0xf) << 12;
100 value |= (*p++ & 0x3f) << 6
    [all...]
  /external/chromium_org/v8/src/
hydrogen-canonicalize.cc 36 // Before removing no-op instructions, save their semantic value.
38 // cannot identify two instructions when their flag value differs.
72 HValue* value = instr->Canonicalize(); local
73 if (value != instr) instr->DeleteAndReplaceWith(value);
  /external/clang/test/CodeGen/
2006-07-31-PR854.c 5 unsigned long value; member in struct:kernel_symbol
  /external/clang/test/FixIt/
no-macro-fixit.c 10 int value; local
12 while (value = va_arg(values, int)) { // expected-warning {{using the result of an assignment as a condition without parentheses}} \

Completed in 1642 milliseconds

1 2 34 5 6 7 8 91011>>