HomeSort by relevance Sort by last modified time
    Searched full:reported (Results 101 - 125 of 1599) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/docs/
bugs.html 31 <li>Check if your bug is already reported in the database.
relnotes-7.4.4.html 17 Mesa 7.4.4 implements the OpenGL 2.1 API, but the version reported by
relnotes-7.7.1.html 17 Mesa 7.7.1 implements the OpenGL 2.1 API, but the version reported by
  /external/v8/test/mjsunit/regress/
regress-345.js 31 // Reported by nth10sd.
regress-392.js 28 // Regression test for issue 392 reported by nth10sd; see
  /external/valgrind/main/drd/tests/
atomic_var.c 4 * condition must be reported on this variable since it is only accessed via
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-69607.js 37 * The crash this bug reported was caused by precisely these lines
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardScreenCallback.java 38 * The user reported that they forgot their pattern (or not, when they want to back out of the
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 118 * Gets the set of corpora that have reported results to this suggestions set.
169 * Checks whether all sources have reported.
224 * Registers an observer that will be notified when the reported results or
322 * Gets the list of corpus results reported so far. Do not modify or hang on to
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
diagnostic.h 44 /* TREE_BLOCK if the diagnostic is to be reported in some inline
79 DK_UNSPECIFIED to leave it as the reported kind, or DK_IGNORED to
139 /* True if the last function in which a diagnostic was reported is
151 /* True if the last module or file in which a diagnostic was reported is
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.def 27 /* If a diagnostic is set to DK_IGNORED, it won't get reported at all.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.def 27 /* If a diagnostic is set to DK_IGNORED, it won't get reported at all.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.def 27 /* If a diagnostic is set to DK_IGNORED, it won't get reported at all.
  /docs/source.android.com/src/tech/input/
touch-devices.md 191 tools. Likewise, touching tools and hovering tools are reported to applications
194 Touching tools are reported to applications as touch events
198 Hovering tools are reported to applications as generic motion events using
307 For a touch screen, the system automatically interpolates the reported touch
314 A touch screen may report touches outside of the reported active area.
326 area. If a touch exits the active area, it should be reported as being outside of
327 the active area, or it should not be reported at all.
341 6. The values reported by `ABS_PRESSURE` or `ABS_MT_PRESSURE`, if they
342 are reported at all, must be non-zero when the tool is touching the device
349 7. The values reported by `ABS_TOOL_WIDTH`, `ABS_MT_TOUCH_MAJOR`, `ABS_MT_TOUCH_MINOR`
    [all...]
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NonsenseGenerator.java 49 "is expected to buy", "is expected to sell", "was reported to have met with",
58 "expected to buy", "expected to sell", "reported to have met with",
145 pickOneOf(", claimed", ", said", ", reported"));
  /external/chromium/third_party/libevent/
ChangeLog 5 o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec
6 o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by Kathryn Hogg.
29 o clean up buffered http connection data on reset; reported by Brian O'Kelley
35 o off-by-one error in epoll_recalc; reported by Victor Goya
41 o Clear the timer cache on entering the event loop; reported by Victor Chang
42 o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez
44 o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
45 o Fix a typo in setting the global event base; reported by lance.
69 o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
73 o Make event_add not change any state if it fails; reported by Ian Bell
    [all...]
  /external/libpcap/
README.linux 74 Statistics reported by pcap are platform specific. The statistics
75 reported by pcap_stats on Linux are as follows:
88 but won't be reported by, for example, tcpdump output.
  /external/valgrind/unittest/
libstdc++_tests.cc 49 // These tests verify that no false positives are reported due to custom
55 // by a race detector, a false race may be reported between
107 // by a race detector, a false race may be reported between
  /external/bison/
ChangeLog 10 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
24 Problem reported by Akim Demaille.
33 generated source code. Problem reported by Frans Englich in
41 works around a bug reported independently by Keith Thompson and by
59 fixes the remaining bug reported by Derek M. Jones in
74 of the bugs reported today by Derek M Jones in
91 preceding the RHS. This fixes the segmentation fault reported by Derek
95 to the user. Reported for yyreportTree by Derek M. Jones later in the
106 Problem reported by Maria Jose Moron Fernandez in
124 Reported by Steve Murphy
    [all...]
  /external/valgrind/tsan/
ts_race_verifier.cc 44 PossibleRace() : pc(0), reported(false) {}
51 // whether this race has already been reported
52 bool reported; member in struct:PossibleRace
74 // data addresses that are ignored (they have already been reported)
96 if (race->reported)
203 race->reported = true;
  /docs/source.android.com/src/source/
life-of-a-bug.md 30 reported on these components are not guaranteed to to receive attention.
62 upon. The person who reported the bug needs to provide additional detail
82 might have been reported via an internal bug-tracking system,
  /libcore/luni/src/main/java/org/xml/sax/
Parser.java 98 * events reported by the SAX parser will be silently
117 * document events reported by the SAX parser will be silently
136 * all error events reported by the SAX parser will be silently
  /cts/tests/src/android/opengl/cts/
OpenGlEsVersionStubActivity.java 41 /** Version string reported by glGetString. */
  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 108 // the running, so just using sleeping fixed time instead. we reported issue 1799434 for it.
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 86 // We expect the set of sensors reported by the new and legacy APIs to be consistent.

Completed in 908 milliseconds

1 2 3 45 6 7 8 91011>>