Searched defs:change (Results 26 - 50 of 179) sorted by relevance

12345678

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_ringbuffer.c19 pipe_condvar change; member in struct:util_ringbuffer
38 pipe_condvar_init(ring->change);
50 pipe_condvar_destroy(ring->change);
88 pipe_condvar_wait(ring->change, ring->mutex);
103 /* Signal change:
105 pipe_condvar_signal(ring->change);
126 pipe_condvar_wait(ring->change, ring->mutex);
155 /* Signal change:
157 pipe_condvar_signal(ring->change);
H A Du_debug_refcnt.c125 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
169 /* this is there to provide a gradual change even if we don't see the initialization */
170 for(i = 1; i <= refcnt - change; ++i)
178 if(change)
181 change > 0 ? "AddRef" : "Release", refcnt);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change.cc15 FileChange::Change::Change(ChangeType change, FileType file_type) argument
16 : change_(change), file_type_(file_type) {
21 switch (change()) {
61 if (last.change() == new_change.change())
111 FileChange::ChangeType change) {
112 Update(file_path, FileChange::Change(change, file_type));
117 FileChange::ChangeType change) {
122 Update(file_path, type, change);
109 Update(const base::FilePath file_path, FileType file_type, FileChange::ChangeType change) argument
115 Update(const base::FilePath file_path, const ResourceEntry& entry, FileChange::ChangeType change) argument
H A Dfile_change.h34 Change(ChangeType change, FileType file_type);
43 ChangeType change() const { return change_; } function in class:drive::FileChange::Change
49 return change() == that.change() && file_type() == that.file_type();
94 FileChange::ChangeType change);
97 FileChange::ChangeType change);
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl_unittest.cc45 void OnZoomLevelChanged(const HostZoomMap::ZoomLevelChange& change) { argument
47 if (change.mode != HostZoomMap::ZOOM_CHANGED_FOR_HOST)
52 double level = change.zoom_level;
56 host_zoom_dictionary->RemoveWithoutPathExpansion(change.host, NULL);
59 change.host, new base::FundamentalValue(level));
173 "Child change must not propagate to parent.";
182 "Parent change should propagate to child.";
H A Dhost_zoom_map_browsertest.cc58 void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change) { argument
59 changed_hosts_.push_back(change.host);
/external/chromium_org/chrome/browser/sync_file_system/
H A Dfile_change.h25 FileChange(ChangeType change, SyncFileType file_type);
34 ChangeType change() const { return change_; } function in class:sync_file_system::FileChange
40 return change() == that.change() &&
H A Dfake_remote_change_processor.cc67 const FileChange& change,
96 applied_changes_[url].push_back(change);
112 const FileChange& change,
114 local_changes_[url].Update(change);
121 const FileChange& change) {
122 if (change.IsAddOrUpdate()) {
124 change.file_type(), 100 /* size */, base::Time::Now());
128 local_changes_[url].Update(change);
66 ApplyRemoteChange( const FileChange& change, const base::FilePath& local_path, const storage::FileSystemURL& url, const SyncStatusCallback& callback) argument
110 RecordFakeLocalChange( const storage::FileSystemURL& url, const FileChange& change, const SyncStatusCallback& callback) argument
119 UpdateLocalFileMetadata( const storage::FileSystemURL& url, const FileChange& change) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_bubble.cc52 views::Link* change = local
54 change->SetFontList(original_font_list);
55 change->set_listener(this);
75 layout->AddView(change);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFieldSetElement.cpp74 void HTMLFieldSetElement::childrenChanged(const ChildrenChange& change) argument
76 HTMLFormControlElement::childrenChanged(change);
H A DHTMLOutputElement.cpp81 void HTMLOutputElement::childrenChanged(const ChildrenChange& change) argument
83 HTMLFormControlElement::childrenChanged(change);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFilterElement.cpp121 void SVGFilterElement::childrenChanged(const ChildrenChange& change) argument
123 SVGElement::childrenChanged(change);
125 if (change.byParser)
H A DSVGFilterPrimitiveStandardAttributes.cpp92 void SVGFilterPrimitiveStandardAttributes::childrenChanged(const ChildrenChange& change) argument
94 SVGElement::childrenChanged(change);
96 if (!change.byParser)
H A DSVGMarkerElement.cpp132 void SVGMarkerElement::childrenChanged(const ChildrenChange& change) argument
134 SVGElement::childrenChanged(change);
136 if (change.byParser)
H A DSVGPatternElement.cpp126 void SVGPatternElement::childrenChanged(const ChildrenChange& change) argument
128 SVGElement::childrenChanged(change);
130 if (change.byParser)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c125 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
169 /* this is there to provide a gradual change even if we don't see the initialization */
170 for(i = 1; i <= refcnt - change; ++i)
178 if(change)
181 change > 0 ? "AddRef" : "Release", refcnt);
/external/chromium_org/v8/src/
H A Dhydrogen-representation-changes.cc12 // Insert the representation change right before its use. For phi-uses we
20 // For constants we try to make the representation change at compile
21 // time. When a representation change is not possible without loss of
23 // change instructions for them.
54 static bool IsNonDeoptingIntToSmiChange(HChange* change) { argument
55 Representation from_rep = change->from();
56 Representation to_rep = change->to();
58 DCHECK(!change->CheckFlag(HValue::kUint32));
86 HChange* change = HChange::cast(input); local
87 if (change
[all...]
/external/libnl/src/
H A Dnl-link-set.c51 struct rtnl_link *change = arg; local
58 if ((err = rtnl_link_change(sock, link, change, 0) < 0))
59 nl_cli_fatal(err, "Unable to change link: %s",
71 struct rtnl_link *link, *change; local
78 change = nl_cli_link_alloc();
111 case ARG_RENAME: nl_cli_link_parse_name(change, optarg); break;
121 nl_cache_foreach_filter(link_cache, OBJ_CAST(link), set_cb, change);
/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
H A DSDL_bejoystick.cc162 int i, change; local
180 change = ((int32)axes[i] - joystick->axes[i]);
181 if ( (change > JITTER) || (change < -JITTER) ) {
186 /* Generate hat change events */
/external/chromium_org/base/test/
H A Dtest_file_util_win.cc42 EXPLICIT_ACCESS change; local
43 change.grfAccessPermissions = permission;
44 change.grfAccessMode = DENY_ACCESS;
45 change.grfInheritance = 0;
46 change.Trustee.pMultipleTrustee = NULL;
47 change.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
48 change.Trustee.TrusteeForm = TRUSTEE_IS_NAME;
49 change.Trustee.TrusteeType = TRUSTEE_IS_USER;
50 change.Trustee.ptstrName = const_cast<wchar_t*>(L"CURRENT_USER");
53 if (SetEntriesInAcl(1, &change, old_dac
[all...]
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim_unittest.cc62 // Verifies that the update within |change| matchs the serialized specifics
64 testing::AssertionResult ChangeSpecificsMatch(const syncer::SyncChange& change, argument
66 if (change.change_type() != syncer::SyncChange::ACTION_UPDATE)
67 return testing::AssertionFailure() << "Invalid change type";
68 return DataSpecificsMatch(change.sync_data(), serialized);
/external/chromium_org/chrome/browser/mac/
H A Drelauncher.cc209 struct kevent change = { 0 }; local
210 EV_SET(&change, parent_pid, EVFILT_PROC, EV_ADD, NOTE_EXIT, 0, NULL);
211 if (kevent(kq.get(), &change, 1, NULL, 0, NULL) == -1) {
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.cc30 SpellcheckCustomDictionary::Change& change) {
31 int result = change.Sanitize(dictionary->GetWords());
32 dictionary->Apply(change);
33 dictionary->Notify(change);
34 dictionary->Sync(change);
28 ApplyChange( SpellcheckCustomDictionary* dictionary, SpellcheckCustomDictionary::Change& change) argument
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_model.cc170 const SyncChange& change,
173 DCHECK(change.IsValid());
177 const std::string& entry_id = GetEntryIdFromSyncData(change.sync_data());
179 if (change.change_type() == SyncChange::ACTION_DELETE) {
184 change.location(), SyncChange::ACTION_DELETE, change.sync_data()));
191 ArticleEntry entry = GetEntryFromChange(change);
196 change.location(), SyncChange::ACTION_ADD, change.sync_data()));
204 change
169 ApplyChangeToModel( const SyncChange& change, SyncChangeList* changes_applied, SyncChangeList* changes_missing) argument
[all...]
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager_unittest.cc57 const ChangeRecord& change = (changes.Get())[i]; local
58 EXPECT_EQ(ChangeRecord::ACTION_DELETE, change.action);
59 EXPECT_TRUE(deleted.find(change.id) == deleted.end());
60 deleted.insert(change.id);

Completed in 452 milliseconds

12345678