Searched defs:change (Results 1 - 25 of 139) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_refcnt.h43 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change);
45 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
48 debug_reference_slowpath(p, get_desc, change);
53 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
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/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.h43 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change);
45 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
48 debug_reference_slowpath(p, get_desc, change);
53 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change) argument
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);
/external/chromium_org/chrome/browser/sync_file_system/
H A Dmock_local_change_processor.cc30 const FileChange& change,
29 ApplyLocalChangeStub( const FileChange& change, const base::FilePath& local_file_path, const SyncFileMetadata& local_file_metadata, const fileapi::FileSystemURL& url, const SyncStatusCallback& callback) argument
H A Dfile_change.cc14 ChangeType change,
16 : change_(change),
21 switch (change()) {
59 if (last.change() == new_change.change())
13 FileChange( ChangeType change, SyncFileType file_type) argument
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() &&
/external/openssh/
H A Dauth2-passwd.c54 int change; local
57 change = packet_get_char();
59 if (change) {
67 if (change)
68 logit("password change not supported");
/external/chromium_org/base/process/
H A Dkill_mac.cc85 struct kevent change = {0}; local
86 EV_SET(&change, child, EVFILT_PROC, EV_ADD, NOTE_EXIT, 0, NULL);
87 result = HANDLE_EINTR(kevent(kq, &change, 1, NULL, 0, NULL));
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_service_observer.h19 virtual void AutofillProfileChanged(const AutofillProfileChange& change) {} argument
/external/chromium_org/v8/src/
H A Dhydrogen-minus-zero.cc39 HChange* change = HChange::cast(current); local
42 Representation from = change->value()->representation();
43 ASSERT(from.Equals(change->from()));
45 ASSERT(change->to().IsTagged() ||
46 change->to().IsDouble() ||
47 change->to().IsSmiOrInteger32());
49 PropagateMinusZeroChecks(change->value());
H A Dhydrogen-infer-representation.cc58 bool change = true; local
59 while (change) {
60 change = false;
70 change = true;
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller.cc67 const content::HostZoomMap::ZoomLevelChange& change) {
68 UpdateState(change.host);
66 OnZoomLevelChanged( const content::HostZoomMap::ZoomLevelChange& change) argument
/external/chromium_org/components/dom_distiller/core/
H A Darticle_entry.cc49 ArticleEntry GetEntryFromChange(const syncer::SyncChange& change) { argument
50 DCHECK(change.IsValid());
51 DCHECK(change.sync_data().IsValid());
52 return EntryFromSpecifics(change.sync_data().GetSpecifics());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DShadowTreeStyleSheetCollection.cpp98 StyleSheetChange change; local
99 analyzeStyleSheetChange(updateMode, collection, change);
103 // Need to change "false" to some valid condition.
105 if (change.styleResolverUpdateType != Additive) {
115 if (change.requiresFullStyleRecalc)
122 return change.requiresFullStyleRecalc;
H A DDocumentStyleSheetCollection.cpp162 StyleSheetChange change; local
163 analyzeStyleSheetChange(updateMode, collection, change);
165 if (change.styleResolverUpdateType == Reconstruct) {
170 // Need to change "false" to some valid condition.
172 if (change.styleResolverUpdateType != Additive) {
173 ASSERT(change.styleResolverUpdateType == Reset || change.styleResolverUpdateType == ResetStyleResolverAndFontSelector);
175 if (change.styleResolverUpdateType == ResetStyleResolverAndFontSelector)
182 } else if (change.styleResolverUpdateType == ResetStyleResolverAndFontSelector) {
189 return change
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dextension_change_processor.cc104 const sync_api::SyncManager::ChangeRecord& change = changes[i]; local
106 switch (change.action) {
110 if (!node.InitByIdLookup(change.id)) {
112 error << "Extension node lookup failed for change " << change.id
113 << " of action type " << change.action;
123 change.specifics, &specifics)) {
126 << change.id;
143 (change.action == sync_api::SyncManager::ChangeRecord::ACTION_DELETE);
H A Dsession_change_processor.cc171 const sync_api::SyncManager::ChangeRecord& change = changes[i]; local
172 sync_api::SyncManager::ChangeRecord::Action action(change.action);
177 if (!node.InitByIdLookup(change.id)) {
191 if (!sync_node.InitByIdLookup(change.id)) {
206 // We should only ever receive a change to our own machine's session info
H A Dtheme_change_processor.cc66 // TODO(akalin): Normally, we should only have a single change and
81 const sync_api::SyncManager::ChangeRecord& change = local
83 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_UPDATE &&
84 change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
85 std::string err = "strange theme change.action " + change.action;
92 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
94 if (!node.InitByIdLookup(change.id)) {
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl_unittest.cc49 void OnZoomLevelChanged(const HostZoomMap::ZoomLevelChange& change) { argument
51 if (change.mode != HostZoomMap::ZOOM_CHANGED_FOR_HOST)
56 double level = change.zoom_level;
60 host_zoom_dictionary->RemoveWithoutPathExpansion(change.host, NULL);
63 change.host, Value::CreateDoubleValue(level));
172 "Child change must not propagate to parent.";
181 "Parent change should propagate to child.";
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.cc26 SpellcheckCustomDictionary::Change& change) {
27 int result = change.Sanitize(dictionary->GetWords());
28 dictionary->Apply(change);
29 dictionary->Notify(change);
30 dictionary->Sync(change);
24 ApplyChange( SpellcheckCustomDictionary* dictionary, SpellcheckCustomDictionary::Change& change) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
H A Dremote_change_handler.h30 FileChange change; member in struct:sync_file_system::RemoteChangeHandler::RemoteChange
38 const FileChange& change);
49 // Pushes the next change into |remote_change| and returns true.
52 // Pushes the change for the |url| into |remote_change| and returns true.
56 // Appends |remote_change| into the change queue. |remote_change| overrides an
57 // existing change for the same URL if exists.
60 // Removes a change for the |url|.
/external/chromium_org/chrome/browser/ui/gtk/
H A Dfirst_run_bubble.cc56 GtkWidget* change = theme_service->BuildChromeLinkButton( local
58 g_signal_connect(change, "clicked", G_CALLBACK(&HandleChangeLinkThunk), this);
65 gtk_box_pack_start(GTK_BOX(top_line), change, FALSE, FALSE, 0); local
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_bubble.cc48 views::Link* change = local
50 change->SetFont(original_font);
51 change->set_listener(this);
71 layout->AddView(change);

Completed in 461 milliseconds

123456