HomeSort by relevance Sort by last modified time
    Searched defs:changed (Results 101 - 125 of 394) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 1004 const boolean changed = nv50->so_target[i] != targets[i]; local
1005 if (!changed && (append_mask & (1 << i)))
1009 if (can_resume && changed && nv50->so_target[i]) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 803 EGLBoolean changed; local
838 changed = gdpy->native->modeset->program(gdpy->native, 0, nsurf,
840 if (changed) {
845 return changed;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 712 int changed = (reg->current.i != data); local
736 int changed = (reg->current.f != data); local
922 int changed = 0; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 434 int changed = (reg->current.i != data); local
437 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
443 else if (changed)
444 fprintf(stderr, " *** CHANGED");
449 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
452 return changed;
458 int changed = (reg->current.f != data); local
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
474 else if (changed) {
475 fprintf(stderr, " *** CHANGED");
644 int changed = 0; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 187 boolean changed = FALSE; local
236 changed = TRUE;
248 if (changed) {
  /external/qemu/hw/
usb-hid.c 69 int changed; member in struct:USBHIDState
409 hs->changed = 1;
817 if (!(s->changed || s->idle))
819 s->changed = 0;
863 s->changed = 1;
884 s->changed = 1;
  /external/skia/tools/
filtermain.cpp 87 // if (NULL == saveLayerPaint) the dbmr's paint doesn't need to be changed
165 // if (NULL == saveLayerPaint) the dbmr's paint doesn't need to be changed
692 bool changed = true; local
695 while (changed) {
696 changed = false;
711 changed = true;
  /external/wpa_supplicant_8/src/utils/
eloop.c 53 int changed; member in struct:eloop_sock_table
193 table->changed = 1;
222 table->changed = 1;
325 table->changed = 0;
338 if (table->changed)
390 table->changed = 0;
396 if (table->changed)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 149 self.parent.changed()
164 def changed(self): member in class:Base
166 self.parent.changed()
177 self.parent.changed()
330 self.changed()
339 self.changed()
348 self.changed()
424 self.changed()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 149 self.parent.changed()
164 def changed(self): member in class:Base
166 self.parent.changed()
177 self.parent.changed()
330 self.changed()
339 self.changed()
348 self.changed()
424 self.changed()
  /system/media/audio_route/
audio_route.c 533 /* Update the mixer with any changed values */
551 /* if the value has changed, update the mixer */
552 bool changed = false; local
555 changed = true;
559 if (changed) {
  /art/compiler/sea_ir/ir/
sea.cc 74 bool changed = true; local
75 while (changed) {
76 changed = false;
118 changed = true;
162 bool changed = true; local
164 while (changed && (iteration < MAX_REACHING_DEF_ITERERATIONS)) {
166 changed = false;
171 changed |= (*regions_it)->UpdateReachingDefs();
174 DCHECK(!changed) << "Reaching definitions computation did not reach a fixed point.";
545 bool changed = false local
    [all...]
  /external/bison/lib/
ebitset.c 45 cdata is changed.
1041 bool changed = false; local
1072 changed = true;
1102 changed = true;
1115 changed = true;
1128 changed = true;
1141 changed = true;
1163 changed = true;
1172 return changed;
1179 bool changed; local
1209 bool changed; local
    [all...]
lbitset.c 1051 bool changed = false; local
1095 changed = true;
1125 changed = true;
1138 changed = true;
1151 changed = true;
1164 changed = true;
1186 changed = true;
1190 return changed;
1199 bool changed; local
1204 changed = !LBITSET_HEAD (dst)
1231 bool changed; local
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 577 bool changed = SetKeychainItemPassword(existing_item, password); local
579 return changed;
    [all...]
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 280 bool changed = false; local
286 changed = true;
296 *replacements_made = changed;
  /external/chromium_org/chromeos/network/
network_state_handler.cc 134 // Signal Device/Technology state changed.
535 // Signal connection state changed after all properties have been updated.
549 bool changed = false; local
551 changed |= favorite->PropertyChanged(key, value);
559 changed |= network->PropertyChanged(key, value);
560 if (!changed)
567 // may have changed, so request a full update.
652 // Notify observers that the list of networks has changed.
657 // The list order may have changed, so check if the default network changed
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 904 bool changed = ChangeState(OFFLINE); local
905 DCHECK(changed) << "Falling offline from offline is now allowed";
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 477 bool changed = newProperties.size() != m_propertyVector.size(); local
479 return changed;
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.cc 314 bool changed = false; local
317 changed = true;
320 if (changed) // No need to remember composition.
329 changed ? DO_NOT_MERGE : MERGE_WITH_PREVIOUS,
337 return changed;
  /external/jpeg/
jquant1.c 194 boolean changed; local
226 changed = FALSE;
236 changed = TRUE;
238 } while (changed);
765 /* If user changed to ordered dither from another mode,
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 175 bool changed = Range != NewR;
177 return changed;
190 /// one and returning true if anything changed.
355 bool markResult(bool changed) {
356 if (changed && BBLV.isOverdefined())
358 return changed;
974 bool changed = false; local
    [all...]
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 201 bool changed = false; local
223 changed = true;
230 changed = true;
231 return changed;
239 bool changed = false; local
261 changed = true;
268 changed = true;
269 return changed;
281 bool changed = true; local
283 while (changed) {
800 bool changed = true; local
    [all...]
StackColoring.cpp 306 bool changed = true; local
307 while (changed) {
308 changed = false;
369 changed = true;
378 changed = true;
388 }// while changed.
746 bool Changed = true;
747 while (Changed) {
748 Changed = false;
765 Changed = true
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 519 bool changed = performCallSlotOptzn(LI, local
524 if (changed) {
721 // Drop any cached information about the call, because we may have changed
    [all...]

Completed in 1454 milliseconds

1 2 3 45 6 7 8 91011>>