Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/external/mesa3d/docs/
DRELNOTES-3.529 Not all of the older Mesa drivers have been updated. Here's the status:
33 XMesa (Xlib) updated
34 OSMesa (off-screen) updated
35 FX (3dfx Voodoo1/2) updated
36 SVGA updated
37 GGI not updated
38 Windows/Win32 not updated
39 DOS/DJGPP not updated
40 BeOS not updated
41 Allegro not updated
[all …]
DVERSIONS59 - updated widgets and widget demos
80 XMesaCreateContext() updated to accept a shareList parameter too.
178 - updated MS Windows driver
215 - updated Macintosh driver
242 - updated AmigaDOS driver
286 - updated, combined Windows 95/NT driver
319 - NeXT driver updated for Mesa 2.x
325 - updated MS-DOS driver for DJGPP
406 - updated DOS driver
413 - updated 3Dfx Glide driver
[all …]
/external/v8/src/
Dhydrogen-redundant-phi.cc41 bool updated; in ProcessPhis() local
44 updated = false; in ProcessPhis()
56 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead); in ProcessPhis()
61 } while (updated); in ProcessPhis()
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dcachecontrol.py13 updated = None variable in UpdateDict
20 updated = self.updated
21 if updated is not None:
25 updated(*args)
165 props.updated = updates_to
/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c204 int *updated in update() argument
216 *updated = 1; in update()
230 int *updated in write_component_probs() argument
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated); in write_component_probs()
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated); in write_component_probs()
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated); in write_component_probs()
/external/mesa3d/src/glx/apple/
Dapple_glx.c70 int updated; in surface_notify_handler() local
72 updated = apple_glx_context_surface_changed(uid, pthread_self()); in surface_notify_handler()
74 apple_glx_diagnostic("surface notify updated %d\n", updated); in surface_notify_handler()
Dapple_glx_context.c530 int updated = 0; in apple_glx_context_surface_changed() local
546 ++updated; in apple_glx_context_surface_changed()
553 return updated; in apple_glx_context_surface_changed()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainQuad.java438 HashMap<String,UpdatedTerrainPatch> updated = new HashMap<String,UpdatedTerrainPatch>();
439 …boolean lodChanged = calculateLod(camLocations, updated, lodCalculator); // 'updated' gets populat…
447 findNeighboursLod(updated);
449 fixEdges(updated); // 'updated' can get added to here
451 reIndexPages(updated, lodCalculator.usesVariableLod());
453 setUpdateQuadLODs(updated); // set back to main ogl thread
461 private void setUpdateQuadLODs(HashMap<String,UpdatedTerrainPatch> updated) {
463 updatedPatches = updated;
512 protected synchronized void findNeighboursLod(HashMap<String,UpdatedTerrainPatch> updated) {
517 ((TerrainQuad) child).findNeighboursLod(updated);
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.uml2.properties24 feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); null; null
35 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmai…
39 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()"
71 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
80 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em…
81 # feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.…
83 # 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and r…
84 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailA…
DfeedWatch.emf.properties38 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmai…
42 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()"
74 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
83 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em…
84 # feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.…
86 # 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and r…
87 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailA…
/external/eigen/scripts/
Drelicense.py62 text, updated = update(text) variable
63 if updated:
/external/skia/site/dev/chrome/
Dchanges.md21 * Test the new or updated Skia API within Chromium.
29 'skia/config/SkUserConfig.h' to enable the new or updated Skia API.
30 * Test the new or updated Skia API within Chromium.
/external/jetty/
DREADME.android44 To update this project, the updated packages should be fetched from maven and their src directories…
45 be merged with the local src directory. Any new or updated prebuilt dependencies should be copied i…
46 the lib directory. The Android.mk file (.classpath file for eclipse) should be updated accordingly.…
/external/iptables/extensions/
Dlibxt_set.man26 byte counters of the matching element in the set won't be updated. Default
27 the packet and byte counters are updated.
32 set won't be updated. Default the packet and byte counters are updated.
/external/jemalloc/include/jemalloc/internal/
Dprof.h282 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
340 prof_tctx_t *tctx, bool updated, size_t old_usize, prof_tctx_t *old_tctx);
481 bool updated, size_t old_usize, prof_tctx_t *old_tctx) in prof_realloc() argument
487 if (!updated && ptr != NULL) { in prof_realloc()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintRotLimit.java27 protected boolean updated; field in ConstraintRotLimit
153 if (!updated) { in update()
154 updated = true; in update()
/external/icu/icu4c/source/tools/genren/
DREADME4 …rk on any platform that has Perl and nm command. Makefile may need to be updated, it's not 100% po…
15 - urename.h will be updated in icu/source/common/unicode/urename.h **in your original source direc…
/external/llvm/test/CodeGen/Thumb2/
Daligned-spill.ll27 ; Stack pointer must be updated before the spills.
58 ; Stack pointer must be updated before the spills.
85 ; Stack pointer must be updated before the spills.
/external/markdown/MarkdownTest/
Dreadme.txt1 MarkdownTest_1.0_2007-05-09 updated for the new version of tidy.
/external/squashfs-tools/kernel/
DREADME3 These files are obsolete and not updated.
/external/zlib/src/old/
DREADME1 This directory contains files that have not been updated for zlib 1.2.x
/external/icu/icu4c/source/
DMakefile.in268 @echo $@ updated.
276 @echo $@ updated.
284 @echo $@ updated.
292 @echo $@ updated.
311 @echo $@ updated.
/external/mockito/
DREADME.android7 The source can be updated using the update_source.sh script.
/external/objenesis/
DREADME.android7 The source code can be updated using the update_source.sh script.
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
Dssvnc.desktop3 # appear in desktop menus (once they are updated; e.g. update-menus command).

12345678910>>...18