HomeSort by relevance Sort by last modified time
    Searched defs:set_value (Results 1 - 25 of 44) sorted by null

1 2

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
gpio.h 24 void (*set_value)(int gpio, int value); member in struct:gpio_ops
  /external/libchrome/base/threading/
thread_local_unittest.cc 38 void set_value(char* val) { val_ = val; } function in class:base::__anon24385::SetThreadLocal
106 setter.set_value(kBogusPointer);
127 setter.set_value(kBogusPointer + 1);
  /tools/test/connectivity/acts/framework/acts/libs/config/
base.py 75 def set_value(self, key, value): member in class:ConfigWrapper
127 return self.set_value(key, value)
data_source.py 54 def set_value(self, key, value): member in class:DictConfigDataSource
143 def set_value(self, key, value): member in class:MergeConfigDataSource
151 c.set_value(key, value)
154 self.configs[-1].set_value(key, value)
schema.py 42 def set_value(self, value): member in class:ConfigDataHandler
64 return self.owner.inner.set_value(self.key, value)
114 def set_value(self, key, value): member in class:ConfigSchema
118 return handler.set_value(value)
121 return self.DEFAULT_HANDLER.set_value(value)
  /external/libmojo/mojo/public/cpp/system/
message.h 37 void set_value(MojoMessageHandle value) { value_ = value; } function in class:mojo::MessageHandle
handle.h 164 void set_value(MojoHandle value) { value_ = value; } function in class:mojo::Handle
  /external/libcxx/src/
future.cpp 92 __assoc_sub_state::set_value() function in class:__assoc_sub_state
245 promise<void>::set_value() function in class:promise
251 __state_->set_value();
  /external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
await_result.pass.cpp 47 void set_value(int x) { function
53 set_value(0);
58 set_value(42);
  /external/swiftshader/third_party/subzero/src/
IceFixups.h 54 void set_value(const Constant *Value) { function in class:Ice::AssemblerFixup
58 void set_value(const ELFSym *Value) { function in class:Ice::AssemblerFixup
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
future.cpp 92 __assoc_sub_state::set_value() function in class:__assoc_sub_state
245 promise<void>::set_value() function in class:promise
251 __state_->set_value();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/end.to.end/
await_result.pass.cpp 47 void set_value(int x) { function
53 set_value(0);
58 set_value(42);
  /device/google/cuttlefish_common/common/vsoc/shm/
e2e_test_region_layout.h 86 void set_value(E2ETestStage new_value) { value_ = new_value; } function in class:vsoc::layout::e2e_test::E2ETestStageRegister
  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 51 set_value(NULL);
56 set_value(value_arg);
67 void set_value(const wchar_t* value_arg) { function in struct:google_breakpad::CustomInfoEntry
78 set_value(value_arg);
  /external/protobuf/src/google/protobuf/
any.pb.h 126 void set_value(const ::std::string& value);
127 void set_value(const char* value);
128 void set_value(const void* value, size_t size);
209 inline void Any::set_value(const ::std::string& value) { function in class:google::protobuf::Any
214 inline void Any::set_value(const char* value) { function in class:google::protobuf::Any
219 inline void Any::set_value(const void* value, size_t size) { function in class:google::protobuf::Any
wrappers.pb.h 122 void set_value(double value);
213 void set_value(float value);
304 void set_value(::google::protobuf::int64 value);
395 void set_value(::google::protobuf::uint64 value);
486 void set_value(::google::protobuf::int32 value);
577 void set_value(::google::protobuf::uint32 value);
668 void set_value(bool value);
759 void set_value(const ::std::string& value);
760 void set_value(const char* value);
761 void set_value(const char* value, size_t size)
901 inline void DoubleValue::set_value(double value) { function in class:google::protobuf::DoubleValue
919 inline void FloatValue::set_value(float value) { function in class:google::protobuf::FloatValue
937 inline void Int64Value::set_value(::google::protobuf::int64 value) { function in class:google::protobuf::Int64Value
955 inline void UInt64Value::set_value(::google::protobuf::uint64 value) { function in class:google::protobuf::UInt64Value
973 inline void Int32Value::set_value(::google::protobuf::int32 value) { function in class:google::protobuf::Int32Value
991 inline void UInt32Value::set_value(::google::protobuf::uint32 value) { function in class:google::protobuf::UInt32Value
1009 inline void BoolValue::set_value(bool value) { function in class:google::protobuf::BoolValue
1027 inline void StringValue::set_value(const ::std::string& value) { function in class:google::protobuf::StringValue
1032 inline void StringValue::set_value(const char* value) { function in class:google::protobuf::StringValue
1038 inline void StringValue::set_value(const char* value, function in class:google::protobuf::StringValue
1097 inline void BytesValue::set_value(const ::std::string& value) { function in class:google::protobuf::BytesValue
1102 inline void BytesValue::set_value(const char* value) { function in class:google::protobuf::BytesValue
1108 inline void BytesValue::set_value(const void* value, function in class:google::protobuf::BytesValue
    [all...]
any.pb.cc 456 void Any::set_value(const ::std::string& value) { function in class:google::protobuf::Any
461 void Any::set_value(const char* value) { function in class:google::protobuf::Any
466 void Any::set_value(const void* value, size_t size) { function in class:google::protobuf::Any
  /external/v8/src/
property-descriptor.h 85 void set_value(Handle<Object> value) { value_ = value; } function in class:v8::internal::PropertyDescriptor
splay-tree.h 142 void set_value(const Value& value) { node_->value_ = value; } function in class:v8::internal::SplayTree::BASE_EMBEDDED
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.pb.h 126 void set_value(const ::std::string& value);
127 void set_value(const char* value);
128 void set_value(const void* value, size_t size);
209 inline void Any::set_value(const ::std::string& value) { function in class:google::protobuf::Any
214 inline void Any::set_value(const char* value) { function in class:google::protobuf::Any
219 inline void Any::set_value(const void* value, size_t size) { function in class:google::protobuf::Any
wrappers.pb.h 122 void set_value(double value);
213 void set_value(float value);
304 void set_value(::google::protobuf::int64 value);
395 void set_value(::google::protobuf::uint64 value);
486 void set_value(::google::protobuf::int32 value);
577 void set_value(::google::protobuf::uint32 value);
668 void set_value(bool value);
759 void set_value(const ::std::string& value);
760 void set_value(const char* value);
761 void set_value(const char* value, size_t size)
901 inline void DoubleValue::set_value(double value) { function in class:google::protobuf::DoubleValue
919 inline void FloatValue::set_value(float value) { function in class:google::protobuf::FloatValue
937 inline void Int64Value::set_value(::google::protobuf::int64 value) { function in class:google::protobuf::Int64Value
955 inline void UInt64Value::set_value(::google::protobuf::uint64 value) { function in class:google::protobuf::UInt64Value
973 inline void Int32Value::set_value(::google::protobuf::int32 value) { function in class:google::protobuf::Int32Value
991 inline void UInt32Value::set_value(::google::protobuf::uint32 value) { function in class:google::protobuf::UInt32Value
1009 inline void BoolValue::set_value(bool value) { function in class:google::protobuf::BoolValue
1027 inline void StringValue::set_value(const ::std::string& value) { function in class:google::protobuf::StringValue
1032 inline void StringValue::set_value(const char* value) { function in class:google::protobuf::StringValue
1038 inline void StringValue::set_value(const char* value, function in class:google::protobuf::StringValue
1097 inline void BytesValue::set_value(const ::std::string& value) { function in class:google::protobuf::BytesValue
1102 inline void BytesValue::set_value(const char* value) { function in class:google::protobuf::BytesValue
1108 inline void BytesValue::set_value(const void* value, function in class:google::protobuf::BytesValue
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/gpio/
rk3399_gpio.c 298 static void set_value(int gpio, int value) function
409 .set_value = set_value,
  /external/pdfium/fxjs/
cjs_event.cpp 284 CJS_Return event::set_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { function in class:event
  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 116 void (*set_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_node
134 void (*set_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_array_node
152 void (*set_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_ram_array_node
178 void (*set_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_list_rootnode
198 void (*set_value)(struct obj_def *od, u16_t len, void *value); member in struct:mib_external_node
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 125 inline void set_value (bool f) { function in class:NCursesMenuItem

Completed in 658 milliseconds

1 2