Searched refs:Value (Results 151 - 175 of 3761) sorted by relevance

1234567891011>>

/external/clang/include/clang/AST/
H A DGlobalDecl.h29 llvm::PointerIntPair<const Decl*, 2> Value; member in class:clang::GlobalDecl
35 Value.setPointer(D);
48 : Value(D, Type) {}
50 : Value(D, Type) {}
54 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
55 CanonGD.Value.setInt(Value.getInt());
60 const Decl *getDecl() const { return Value.getPointer(); }
64 return static_cast<CXXCtorType>(Value
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DComparisonValue.java31 private final Value value1;
32 private final Value value2;
38 public ComparisonValue(Value value1,
39 Value value2)
/external/chromium_org/chromeos/network/onc/
H A Donc_mapper.h16 class Value;
46 virtual scoped_ptr<base::Value> MapValue(const OncValueSignature& signature,
47 const base::Value& onc_value,
62 virtual scoped_ptr<base::Value> MapPrimitive(
64 const base::Value& onc_primitive,
82 virtual scoped_ptr<base::Value> MapField(
85 const base::Value& onc_value,
101 virtual scoped_ptr<base::Value> MapEntry(int index,
103 const base::Value& onc_value,
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathPath.h46 virtual Value evaluate(EvaluationContext&) const OVERRIDE;
49 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
61 virtual Value evaluate(EvaluationContext&) const OVERRIDE;
68 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
80 virtual Value evaluate(EvaluationContext&) const OVERRIDE;
83 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
/external/chromium_org/tools/gn/
H A Dvalue_extractors.h19 class Value;
22 bool ExtractListOfStringValues(const Value& value,
28 const Value& value,
35 const Value& value,
42 bool ExtractListOfLabels(const Value& value,
52 bool ExtractListOfUniqueLabels(const Value& value,
57 bool ExtractListOfUniqueLabels(const Value& value,
62 bool ExtractListOfUniqueLabels(const Value& value,
69 const Value& value,
H A Dvalue.cc11 Value::Value() function in class:Value
18 Value::Value(const ParseNode* origin, Type t) function in class:Value
25 Value::Value(const ParseNode* origin, bool bool_val) function in class:Value
32 Value::Value(const ParseNode* origin, int64 int_val) function in class:Value
39 Value::Value(cons function in class:Value
48 Value::Value(const ParseNode* origin, const char* str_val) function in class:Value
56 Value::Value(const ParseNode* origin, scoped_ptr<Scope> scope) function in class:Value
65 Value::Value(const Value& other) function in class:Value
[all...]
H A Dfunction_get_target_outputs.cc71 Value RunGetTargetOutputs(Scope* scope,
73 const std::vector<Value>& args,
77 return Value();
84 return Value();
93 return Value();
105 return Value();
116 return Value();
129 return Value();
133 Value ret(function, Value
[all...]
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h28 /** \brief Type of the value held by a Value object.
52 // typedef CppTL::AnyEnumerator<const Value &> EnumValues;
57 * Value constructor and objectValue member assignement takes advantage of the
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
94 * - signed integer [range: Value::minInt - Value::maxInt]
95 * - unsigned integer (range: 0 - Value::maxUInt)
100 * - an ordered list of Value
118 class JSON_API Value class in namespace:Json
[all...]
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h28 /** \brief Type of the value held by a Value object.
52 // typedef CppTL::AnyEnumerator<const Value &> EnumValues;
57 * Value constructor and objectValue member assignement takes advantage of the
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
94 * - signed integer [range: Value::minInt - Value::maxInt]
95 * - unsigned integer (range: 0 - Value::maxUInt)
100 * - an ordered list of Value
118 class JSON_API Value class in namespace:Json
[all...]
/external/jsoncpp/include/json/
H A Dvalue.h28 /** \brief Type of the value held by a Value object.
52 // typedef CppTL::AnyEnumerator<const Value &> EnumValues;
57 * Value constructor and objectValue member assignement takes advantage of the
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
94 * - signed integer [range: Value::minInt - Value::maxInt]
95 * - unsigned integer (range: 0 - Value::maxUInt)
100 * - an ordered list of Value
118 class JSON_API Value class in namespace:Json
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dconfiguration_policy_handler_list_factory.cc68 base::Value::TYPE_STRING },
71 base::Value::TYPE_BOOLEAN },
74 base::Value::TYPE_LIST },
77 base::Value::TYPE_BOOLEAN },
80 base::Value::TYPE_BOOLEAN },
83 base::Value::TYPE_BOOLEAN },
86 base::Value::TYPE_BOOLEAN },
89 base::Value::TYPE_BOOLEAN },
92 base::Value::TYPE_BOOLEAN },
95 base::Value
[all...]
H A Djavascript_policy_handler.cc24 const base::Value* javascript_enabled =
26 const base::Value* default_setting =
30 !javascript_enabled->IsType(base::Value::TYPE_BOOLEAN)) {
33 ValueTypeToString(base::Value::TYPE_BOOLEAN));
36 if (default_setting && !default_setting->IsType(base::Value::TYPE_INTEGER)) {
39 ValueTypeToString(base::Value::TYPE_INTEGER));
54 const base::Value* default_setting =
60 const base::Value* javascript_enabled =
H A Dnetwork_prediction_policy_handler.cc28 const base::Value* network_prediction_enabled =
31 const base::Value* network_prediction_options =
35 !network_prediction_enabled->IsType(base::Value::TYPE_BOOLEAN)) {
38 ValueTypeToString(base::Value::TYPE_BOOLEAN));
42 !network_prediction_options->IsType(base::Value::TYPE_INTEGER)) {
45 ValueTypeToString(base::Value::TYPE_INTEGER));
61 const base::Value* network_prediction_options =
76 const base::Value* network_prediction_enabled =
/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp76 uint64_t Value = decodeULEB128(Data + Offset, &Length); local
78 return Value;
103 SW.printString("Value", ParseString(Data, Offset));
106 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, argument
112 SW.printNumber("Value", Value);
127 uint64_t Value = ParseInteger(Data, Offset); local
129 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
130 PrintAttribute(Tag, Value, ValueDes
154 uint64_t Value = ParseInteger(Data, Offset); local
164 uint64_t Value = ParseInteger(Data, Offset); local
177 uint64_t Value = ParseInteger(Data, Offset); local
187 uint64_t Value = ParseInteger(Data, Offset); local
199 uint64_t Value = ParseInteger(Data, Offset); local
212 uint64_t Value = ParseInteger(Data, Offset); local
222 uint64_t Value = ParseInteger(Data, Offset); local
234 uint64_t Value = ParseInteger(Data, Offset); local
244 uint64_t Value = ParseInteger(Data, Offset); local
254 uint64_t Value = ParseInteger(Data, Offset); local
266 uint64_t Value = ParseInteger(Data, Offset); local
276 uint64_t Value = ParseInteger(Data, Offset); local
286 uint64_t Value = ParseInteger(Data, Offset); local
296 uint64_t Value = ParseInteger(Data, Offset); local
307 uint64_t Value = ParseInteger(Data, Offset); local
319 uint64_t Value = ParseInteger(Data, Offset); local
331 uint64_t Value = ParseInteger(Data, Offset); local
352 uint64_t Value = ParseInteger(Data, Offset); local
372 uint64_t Value = ParseInteger(Data, Offset); local
384 uint64_t Value = ParseInteger(Data, Offset); local
396 uint64_t Value = ParseInteger(Data, Offset); local
406 uint64_t Value = ParseInteger(Data, Offset); local
420 uint64_t Value = ParseInteger(Data, Offset); local
434 uint64_t Value = ParseInteger(Data, Offset); local
466 uint64_t Value = ParseInteger(Data, Offset); local
476 uint64_t Value = ParseInteger(Data, Offset); local
486 uint64_t Value = ParseInteger(Data, Offset); local
496 uint64_t Value = ParseInteger(Data, Offset); local
508 uint64_t Value = ParseInteger(Data, Offset); local
518 uint64_t Value = ParseInteger(Data, Offset); local
531 uint64_t Value = ParseInteger(Data, Offset); local
539 uint64_t Value = ParseInteger(Data, Offset); local
547 uint64_t Value = decodeULEB128(Data + Offset, &Length); local
[all...]
/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl.h19 class Value;
34 virtual v8::Handle<v8::Value> ToV8Value(
35 const base::Value* value,
37 virtual base::Value* FromV8Value(
38 v8::Handle<v8::Value> value,
46 v8::Local<v8::Value> ToV8ValueImpl(v8::Isolate* isolate,
48 const base::Value* value) const;
49 v8::Handle<v8::Value> ToV8Array(v8::Isolate* isolate,
52 v8::Handle<v8::Value> ToV8Object(
56 v8::Handle<v8::Value> ToArrayBuffe
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DEnumClass.h90 typedef enum Definition::Enums Value;
93 ALWAYS_INLINE EnumClass(Value value) : m_value(value) { }
95 ALWAYS_INLINE Value value() const { return m_value; }
104 ALWAYS_INLINE bool operator==(const Value value) { return m_value == value; }
105 ALWAYS_INLINE bool operator!=(const Value value) { return m_value != value; }
106 ALWAYS_INLINE bool operator<(const Value value) { return m_value < value; }
107 ALWAYS_INLINE bool operator<=(const Value value) { return m_value <= value; }
108 ALWAYS_INLINE bool operator>(const Value value) { return m_value > value; }
109 ALWAYS_INLINE bool operator>=(const Value value) { return m_value >= value; }
111 ALWAYS_INLINE operator Value() { retur
[all...]
/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp34 static Value *generateSignedRemainderCode(Value *Dividend, Value *Divisor,
58 Value *DividendSign = Builder.CreateAShr(Dividend, Shift);
59 Value *DivisorSign = Builder.CreateAShr(Divisor, Shift);
60 Value *DvdXor = Builder.CreateXor(Dividend, DividendSign);
61 Value *DvsXor = Builder.CreateXor(Divisor, DivisorSign);
62 Value *UDividend = Builder.CreateSub(DvdXor, DividendSign);
63 Value *UDivisor = Builder.CreateSub(DvsXor, DivisorSign);
64 Value *URe
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp50 void getScriptableObjectProperty(PropertyType property, const v8::PropertyCallbackInfo<v8::Value>& info)
61 TONATIVE_VOID(v8::Local<v8::Value>, value, instance->Get(property));
72 void callNpObjectSetter(v8::Local<v8::Object> self, v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
77 void callNpObjectSetter(v8::Local<v8::Object> self, uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
84 void setScriptableObjectProperty(PropertyType property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
117 void V8HTMLAppletElement::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
122 void V8HTMLEmbedElement::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DValue.java30 public abstract class Value { class
32 private static final Map<EscapeMode, Value> EMPTY_PART_ESCAPED;
33 private static final Map<EscapeMode, Value> EMPTY_UNESCAPED;
34 private static final Map<EscapeMode, Value> ZERO_PART_ESCAPED;
35 private static final Map<EscapeMode, Value> ZERO_UNESCAPED;
36 private static final Map<EscapeMode, Value> ONE_PART_ESCAPED;
37 private static final Map<EscapeMode, Value> ONE_UNESCAPED;
40 // Currently a Value's EscapeMode is either ESCAPE_NONE (no escaping) or
44 EMPTY_PART_ESCAPED = new HashMap<EscapeMode, Value>(2);
50 EMPTY_UNESCAPED = new HashMap<EscapeMode, Value>(
83 public Value(EscapeMode escapeMode, boolean partiallyEscaped) { method in class:Value
[all...]
/external/chromium_org/cc/debug/
H A Dunittest_only_benchmark_impl.cc14 base::Value* settings,
21 NotifyDone(scoped_ptr<base::Value>());
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_preference.h12 class Value;
23 virtual void OnNewValue(const base::Value* value,
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.h10 class Value;
17 // Returns a Value containing constants NetInternals needs to load a log file.
18 // Safe to call on any thread. Caller takes ownership of the returned Value.
19 static base::Value* GetConstants();
/external/chromium_org/chrome/renderer/extensions/
H A Dautomation_internal_custom_bindings.h25 void IsInteractPermitted(const v8::FunctionCallbackInfo<v8::Value>& args);
29 void GetSchemaAdditions(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dfile_browser_handler_custom_bindings.h19 void GetExternalFileEntry(const v8::FunctionCallbackInfo<v8::Value>& args);
20 void GetEntryURL(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dnotifications_native_handler.h12 class Value;
35 const v8::FunctionCallbackInfo<v8::Value>& args);

Completed in 583 milliseconds

1234567891011>>