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

  /external/libchrome/base/threading/
thread_local_unittest.cc 38 void set_value(char* val) { val_ = val; } function in class:base::__anon14422::SetThreadLocal
105 setter.set_value(kBogusPointer);
126 setter.set_value(kBogusPointer + 1);
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
web_elements.py 64 def set_value(self, value): member in class:TextBox
95 def set_value(self, value): member in class:CheckBox
options.py 38 def set_value(self, field, value): member in class:OptionsPage
46 check_box.set_value(value)
49 text_box.set_value(value)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
parametergroup.py 167 def set_value(self, value): member in class:Parameter
193 value = property(get_value, set_value, 'The value of the parameter')
  /external/libcxx/src/
future.cpp 92 __assoc_sub_state::set_value() function in class:__assoc_sub_state
243 promise<void>::set_value() function in class:promise
249 __state_->set_value();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 90 __assoc_sub_state::set_value() function in class:__assoc_sub_state
246 promise<void>::set_value() function in class:promise
252 __state_->set_value();
  /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/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
objects-inl.h 1402 void HeapNumber::set_value(double value) { function in class:v8::internal::HeapNumber
    [all...]
  /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...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
kv_pb.py 48 def set_value(self, x): member in class:KeyValue
63 if (x.has_value()): self.set_value(x.value())
153 self.set_value(d.getPrefixedString())
225 def set_value(self, i, x): member in class:KeyValues
  /system/connectivity/shill/net/
netlink_attribute.h 250 void set_value(const std::string& value) { value_ = value; } function in class:shill::NetlinkStringAttribute
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 125 inline void set_value (bool f) { function in class:NCursesMenuItem
cursesf.h 303 inline void set_value(const char *val, int buffer = 0) { function in class:NCursesFormField
  /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
cursesf.h 303 inline void set_value(const char *val, int buffer = 0) { function in class:NCursesFormField
  /external/libpng/contrib/libtests/
makepng.c 329 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth, function
548 set_value(row, rowbytes, x, bit_depth, luma, gamma_table, conv);
563 set_value(row, rowbytes, 2*x, bit_depth,
566 set_value(row, rowbytes, 2*x+1, bit_depth, alpha, gamma_table,
594 set_value(row, rowbytes, 3*x+0, bit_depth, /* red */ Y,
596 set_value(row, rowbytes, 3*x+1, bit_depth, /* green */
599 set_value(row, rowbytes, 3*x+2, bit_depth, /* blue */
630 set_value(row, rowbytes, 4*x+0, bit_depth, /* red */
633 set_value(row, rowbytes, 4*x+1, bit_depth, /* green */
636 set_value(row, rowbytes, 4*x+2, bit_depth, /* blue *
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 376 dbus_bool_t (* set_value) (TestTypeNode *node, member in struct:TestTypeNodeClass
400 * and by merging read_value and set_value into one function
1007 if (!(* node->klass->set_value) (node, reader, realign_root, seed))
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 204 Label compare_nan, set_value; local
214 __ Branch(&set_value, ne, t0, Operand(at));
215 __ Branch(&set_value, ne, t1, Operand(t8));
217 __ bind(&set_value);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 1145 set_value(Value_type value) function in class:gold::Sized_symbol
    [all...]
  /external/v8/src/ast/
ast.h 1406 void set_value(Expression* e) { value_ = e; } function in class:v8::internal::final
2411 void set_value(Expression* e) { value_ = e; } function in class:v8::internal::final
    [all...]
  /external/v8/test/cctest/
test-api.cc 22082 Local<Value> set_value = CompileRun("new Set();"); local
    [all...]

Completed in 1571 milliseconds