Searched refs:Value (Results 276 - 300 of 3643) sorted by relevance

<<11121314151617181920>>

/external/llvm/include/llvm/IR/
H A DInstrTypes.h79 static inline bool classof(const Value *V) {
93 UnaryInstruction(Type *Ty, unsigned iType, Value *V,
98 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE)
112 DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);
122 static inline bool classof(const Value *V) {
132 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(UnaryInstruction, Value)
142 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
144 BinaryOperator(BinaryOps iType, Value *S1, Value *S
[all...]
H A DInstructions.h63 explicit AllocaInst(Type *Ty, Value *ArraySize = nullptr,
66 AllocaInst(Type *Ty, Value *ArraySize,
72 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
74 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
88 const Value *getArraySize() const { return getOperand(0); }
89 Value *getArraySize() { return getOperand(0); }
133 static inline bool classof(const Value *V) {
150 /// SubclassData field in Value to store whether or not the load is volatile.
157 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
158 LoadInst(Value *Pt
2693 Create(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore = nullptr) argument
2698 Create(Value *Value, BasicBlock *Default, unsigned NumCases, BasicBlock *InsertAtEnd) argument
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas114 property Value: String read GetValue write SetValue;
139 Foo.Value := FValue;
163 Value: string;
165 Value := 'bar';
166 FIANTLRString.SetValue(Value);
167 CheckEquals(FIANTLRString.Value,'bar');
194 Foo.Value := 'original';
209 CheckEquals((ReturnValue as IFoo).Value,(FICloneable as IFoo).Value);
233 Value
[all...]
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h22 template <typename Key, typename Value>
24 typedef base::hash_map<Key, Value*> Container;
37 void swap(ScopedPtrHashMap<Key, Value>& other) {
42 iterator set(const Key& key, scoped_ptr<Value> data) {
54 std::pair<iterator, bool> add(const Key& key, scoped_ptr<Value> data) {
75 scoped_ptr<Value> take(iterator it) {
78 return scoped_ptr<Value>();
80 scoped_ptr<Value> ret(it->second);
85 scoped_ptr<Value> take(const Key& k) {
88 return scoped_ptr<Value>();
[all...]
/external/chromium_org/base/json/
H A Djson_file_value_serializer.h32 // Attempt to serialize the data structure represented by Value into
35 virtual bool Serialize(const base::Value& root) OVERRIDE;
39 bool SerializeAndOmitBinaryValues(const base::Value& root);
42 // in to the constructor into a structure of Value objects. If the return
48 virtual base::Value* Deserialize(int* error_code,
75 bool SerializeInternal(const base::Value& root, bool omit_binary_values);
H A Djson_string_value_serializer.h38 // Attempt to serialize the data structure represented by Value into
41 virtual bool Serialize(const base::Value& root) OVERRIDE;
45 bool SerializeAndOmitBinaryValues(const base::Value& root);
48 // in to the constructor into a structure of Value objects. If the return
54 virtual base::Value* Deserialize(int* error_code,
65 bool SerializeInternal(const base::Value& root, bool omit_binary_values);
/external/chromium_org/chrome/renderer/extensions/
H A Dtabs_custom_bindings.h19 void OpenChannelToTab(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dutil.cc10 std::string SerializeValue(const base::Value* value) {
/external/chromium_org/chromeos/settings/
H A Dcros_settings_provider.h14 class Value;
45 void Set(const std::string& path, const base::Value& in_value);
48 virtual const base::Value* Get(const std::string& path) const = 0;
71 const base::Value& in_value) = 0;
/external/chromium_org/components/url_matcher/
H A Durl_matcher_factory.h16 class Value;
49 const base::Value* value,
53 const base::Value* value, std::string* error);
56 const base::Value* value, std::string* error);
/external/chromium_org/extensions/common/
H A Devent_filtering_info.cc31 scoped_ptr<base::Value> EventFilteringInfo::AsValue() const {
33 return scoped_ptr<base::Value>(base::Value::CreateNullValue());
45 return result.PassAs<base::Value>();
/external/chromium_org/extensions/renderer/
H A Dprint_native_handler.h16 void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dtest_features_native_handler.h17 void GetAPIFeatures(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/chromium_org/gin/modules/
H A Dconsole.h18 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/gin/test/
H A Dgc.h16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
H A Dgtest.h18 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.h16 v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock.h16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
H A Dthreading.h17 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/mojo/bindings/js/
H A Dcore.h16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
H A Dsupport.h16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8DOMActivityLogger.h47 virtual void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue) { }
48 virtual void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue, const v8::Handle<v8::Value>& oldValue) { }
49 virtual void logMethod(const String& apiName, int argc, const v8::Handle<v8::Value>* argv) { }
H A DV8ErrorHandler.h50 static void storeExceptionOnErrorEventWrapper(ErrorEvent*, v8::Handle<v8::Value>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
55 virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE;
56 virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue) OVERRIDE;
H A DV8NodeFilterCondition.h65 static PassRefPtrWillBeRawPtr<V8NodeFilterCondition> create(v8::Handle<v8::Value> filter, v8::Handle<v8::Object> owner, ScriptState* scriptState)
78 V8NodeFilterCondition(v8::Handle<v8::Value> filter, v8::Handle<v8::Object> owner, ScriptState*);
80 static void setWeakCallback(const v8::WeakCallbackData<v8::Value, V8NodeFilterCondition>&);
83 ScopedPersistent<v8::Value> m_filter;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8InspectorFrontendHostCustom.cpp45 void V8InspectorFrontendHost::platformMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
56 void V8InspectorFrontendHost::portMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&)
64 v8::Local<v8::Value> type = item->Get(v8AtomicString(isolate, "type"));
65 v8::Local<v8::Value> id = item->Get(v8AtomicString(isolate, "id"));
66 v8::Local<v8::Value> label = item->Get(v8AtomicString(isolate, "label"));
67 v8::Local<v8::Value> enabled = item->Get(v8AtomicString(isolate, "enabled"));
68 v8::Local<v8::Value> checked = item->Get(v8AtomicString(isolate, "checked"));
69 v8::Local<v8::Value> subItems = item->Get(v8AtomicString(isolate, "subItems"));
90 ContextMenuAction typedId = static_cast<ContextMenuAction>(ContextMenuItemBaseCustomTag + id->ToInt32()->Value());
94 menuItem.setChecked(checked->ToBoolean()->Value());
[all...]

Completed in 508 milliseconds

<<11121314151617181920>>