Searched defs:Set (Results 176 - 200 of 257) sorted by relevance

1234567891011

/external/lzma/Java/SevenZip/
H A DLzmaBench.java66 public void Set(int bufferSize) method in class:LzmaBench.CBenchRandomGenerator
319 rg.Set(kBufferSize);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h112 Set(begin, end);
121 void Set(const CPVT_WordPlace & begin, const CPVT_WordPlace & end) function in struct:CPVT_WordRange
/external/protobuf/src/google/protobuf/
H A Dextension_set.h213 // - Strings provide Mutable() in addition to Set() accessors.
520 // static inline void Set(int number, ConstType value, ExtensionSet* set);
526 // static inline void Set(int number, int index,
559 static inline void Set(int number, FieldType field_type,
569 static inline void Set(int number, int index, Type value, ExtensionSet* set);
579 template<> inline void PrimitiveTypeTraits<TYPE>::Set( \
581 set->Set##METHOD(number, field_type, value, NULL); \
588 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Set( \
611 // Strings support both Set() and Mutable().
621 static inline void Set(in function in class:google::protobuf::internal::StringTypeTraits
640 static inline void Set(int number, int index, function in class:google::protobuf::internal::RepeatedStringTypeTraits
672 static inline void Set(int number, FieldType field_type, function in class:google::protobuf::internal::EnumTypeTraits
687 static inline void Set(int number, int index, function in class:google::protobuf::internal::RepeatedEnumTypeTraits
[all...]
H A Drepeated_field.h81 void Set(int index, const Element& value);
469 inline void RepeatedField<Element>::Set(int index, const Element& value) { function in class:google::protobuf::RepeatedField
/external/vixl/src/a64/
H A Dsimulator-a64.h113 inline void Set##Name(uint32_t bits) { SetBits(HighBit, LowBit, bits); }
139 void Set(T new_value, unsigned size = sizeof(T)) { function in class:vixl::SimRegisterBase
263 return registers_[code].Set(value, size_in_bytes);
348 fpregisters_[code].Set(value, sizeof(value));
/external/chromium_org/base/prefs/
H A Dpref_service.cc176 out->Set(i->first, value->DeepCopy());
336 void PrefService::Set(const char* path, const base::Value& value) { function in class:PrefService
/external/chromium_org/base/win/
H A Dregistry.cc162 void RegKey::Set(HKEY key) { function in class:base::win::RegKey
/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.h197 static void* Set(void* cmd, uint32_t skip_count) { function in struct:gpu::cmd::Noop
225 static void* Set(void* cmd, uint32_t token) { function in struct:gpu::cmd::SetToken
267 static void* Set(void* cmd, uint32_t _bucket_id, uint32_t _size) { function in struct:gpu::cmd::SetBucketSize
310 static void* Set(void* cmd, function in struct:gpu::cmd::SetBucketData
368 static void* Set(void* cmd, function in struct:gpu::cmd::SetBucketDataImmediate
432 static void* Set(void* cmd, function in struct:gpu::cmd::GetBucketStart
498 static void* Set(void* cmd, function in struct:gpu::cmd::GetBucketData
H A Dgles2_cmd_format.h103 // Set the size for a given number of results.
245 void* Set(void* cmd, function in struct:gpu::gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc87 void Set(float px, float py) { function in struct:Vec2
151 positions_[i].Set(x, y);
156 velocities_[i].Set(u, v);
432 positions_[i].Set(point.x() / ps_context_->width,
465 message.Set("message", message_name);
466 message.Set("value", value);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h213 // - Strings provide Mutable() in addition to Set() accessors.
594 // static inline void Set(int number, ConstType value, ExtensionSet* set);
600 // static inline void Set(int number, int index,
633 static inline void Set(int number, FieldType field_type,
643 static inline void Set(int number, int index, Type value, ExtensionSet* set);
653 template<> inline void PrimitiveTypeTraits<TYPE>::Set( \
655 set->Set##METHOD(number, field_type, value, NULL); \
662 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Set( \
685 // Strings support both Set() and Mutable().
695 static inline void Set(in function in class:google::protobuf::internal::StringTypeTraits
714 static inline void Set(int number, int index, function in class:google::protobuf::internal::RepeatedStringTypeTraits
746 static inline void Set(int number, FieldType field_type, function in class:google::protobuf::internal::EnumTypeTraits
761 static inline void Set(int number, int index, function in class:google::protobuf::internal::RepeatedEnumTypeTraits
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dprog.h31 void Set(int k) { function in class:re2::Bitmap
154 // Match ID to identify this match (for re2::Set).
/external/chromium_org/third_party/webrtc/base/
H A Dthread_unittest.cc129 event_->Set();
290 static void Set(bool* out) { *out = true; } function in struct:LocalFuncs
292 thread->Invoke<void>(Bind(&Set, out));
314 static void Set(bool* out) { *out = true; } function in struct:LocalFuncs
316 thread->Invoke<void>(Bind(&Set, out));
319 // Set |out| true and call InvokeSet on |thread|.
362 invoke_started_.Set();
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_android.cc53 void Set(const std::string& format, const std::string& data);
93 void ClipboardMap::Set(const std::string& format, const std::string& data) { function in class:ui::__anon16616::ClipboardMap
391 g_map.Get().Set(kPlainTextFormat, std::string(text_data, text_len));
398 g_map.Get().Set(kHTMLFormat, std::string(markup_data, markup_len));
409 g_map.Get().Set(kBookmarkFormat, std::string(url_data, url_len));
415 g_map.Get().Set(kWebKitSmartPasteFormat, std::string());
429 g_map.Get().Set(kBitmapFormat, packed);
434 g_map.Get().Set(format.data(), std::string(data_data, data_len));
/external/chromium_org/v8/include/
H A Dv8-util.h49 static PersistentContainerValue Set(Impl* impl, K key, function in class:v8::StdMapTraits
175 UniquePersistent<V> Set(const K& key, Local<V> value) { function in class:v8::PersistentValueMap
181 * Put value into map, like Set(const K&, Local<V>).
183 UniquePersistent<V> Set(const K& key, UniquePersistent<V> value) { function in class:v8::PersistentValueMap
258 * in the underlying map, as a result of Set or Remove for the same
270 UniquePersistent<V> Set(const K& key, UniquePersistent<V> value, function in class:v8::PersistentValueMap
291 Traits::Set(&impl_, key, ClearAndLeak(persistent));
/external/chromium_org/v8/src/
H A Dd8.h68 void Set(const char* name, Counter* value) { function in class:v8::CounterMap
309 args.GetReturnValue().Set(ReadFromStdin(args.GetIsolate()));
H A Ddateparser.h289 void Set(int offset_in_hours) { function in class:v8::internal::DateParser::BASE_EMBEDDED
/external/clang/lib/Analysis/
H A DLiveVariables.cpp248 static void AddLiveStmt(llvm::ImmutableSet<const Stmt *> &Set, argument
251 Set = F.add(Set, LookThroughStmt(S));
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h1 //===-- llvm/ADT/FoldingSet.h - Uniquing Hash Set ---------------*- C++ -*-===//
581 FoldingSet<T> Set; member in class:llvm::FoldingSetVector
586 : Set(Log2InitSize) {
599 void clear() { Set.clear(); Vector.clear(); }
605 return Set.FindNodeOrInsertPos(ID, InsertPos);
612 T *Result = Set.GetOrInsertNode(N);
621 Set.InsertNode(N, InsertPos);
628 Set.InsertNode(N);
633 unsigned size() const { return Set.size(); }
636 bool empty() const { return Set
[all...]
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp257 /// Checks if Indices, or a prefix of Indices, is in Set.
259 std::set<ArgPromotion::IndicesVector> &Set) {
261 Low = Set.upper_bound(Indices);
262 if (Low != Set.begin())
269 return Low != Set.end() && IsPrefix(*Low, Indices);
258 PrefixIn(const ArgPromotion::IndicesVector &Indices, std::set<ArgPromotion::IndicesVector> &Set) argument
/external/regex-re2/re2/
H A Dprog.h31 void Set(int k) { function in class:re2::Bitmap
154 // Match ID to identify this match (for re2::Set).
/external/chromium_org/base/
H A Dvalues.cc374 void DictionaryValue::Set(const std::string& path, Value* in_value) { function in class:base::DictionaryValue
399 Set(path, new FundamentalValue(in_value));
403 Set(path, new FundamentalValue(in_value));
407 Set(path, new FundamentalValue(in_value));
412 Set(path, new StringValue(in_value));
417 Set(path, new StringValue(in_value));
849 bool ListValue::Set(size_t index, Value* in_value) { function in class:base::ListValue
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_device_client.cc207 void FakeBluetoothDeviceClient::Properties::Set( function in class:chromeos::FakeBluetoothDeviceClient::Properties
210 VLOG(1) << "Set " << property->name();
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model_unittest.cc112 Set(NULL, NULL, -1, -1);
115 void Set(const BookmarkNode* node1, function in struct:bookmarks::__anon6362::BookmarkModelTest::ObserverDetails
159 observer_details_.Set(old_parent, new_parent, old_index, new_index);
166 observer_details_.Set(parent, NULL, index, -1);
183 observer_details_.Set(parent, NULL, old_index, -1);
189 observer_details_.Set(node, NULL, -1, -1);
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc93 void Set(float px, float py) { function in struct:Vec2
162 positions_[i].Set(x, y);
167 velocities_[i].Set(u, v);
461 positions_[i].Set(point.x() / ps_context_->width,
496 message.Set("message", message_name);
497 message.Set("value", value);

Completed in 2694 milliseconds

1234567891011