HomeSort by relevance Sort by last modified time
    Searched full:death (Results 26 - 50 of 247) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium/testing/
gtest.gyp 12 'gtest/include/gtest/gtest-death-test.h',
22 'gtest/include/gtest/internal/gtest-death-test-internal.h',
33 'gtest/src/gtest-death-test.cc',
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
noisefield.rs 35 int death;
166 particle->death = 0;
206 particle->death = 0;
222 particle->death++;
238 if(particle->death < 101){
239 particle->alpha = (particle->alphaStart)*(particle->death)/100.0;
  /external/gtest/
CHANGES 3 * New feature: death tests on Windows, Cygwin, and Mac.
44 * Improved the robustness of death tests.
README.android 9 of assertions, user-defined assertions, death tests, fatal and
  /frameworks/base/cmds/servicemanager/
service_manager.c 95 struct binder_death death; member in struct:svcinfo
179 si->death.func = svcinfo_death;
180 si->death.ptr = si;
186 binder_link_to_death(bs, ptr, &si->death);
binder.h 93 void binder_link_to_death(struct binder_state *bs, void *ptr, struct binder_death *death);
  /external/chromium/base/
tracked_objects.h 19 // that are tracked. Tracking means their birth, death, duration, birth thread,
20 // death thread, and birth place are recorded. This data is carefully spread
82 // death count, as well as accumulate the lifetime duration of the instance as
101 // threads that have recorded a birth or a death, we create a singly linked list
117 // be able to run concurrently with ongoing augmentation of the birth and death
123 // birth thread, death thread, and location, along with the count of such
127 // birth and death datastructures, but have local (frozen) copies of the actual
158 // death info (with tallies for each death thread, to prevent access conflicts).
218 // a corrosponding death
    [all...]
  /external/chromium/testing/gtest/
Makefile.am 22 src/gtest-death-test.cc \
47 test/gtest-death-test_ex_test.cc \
48 test/gtest-death-test_test.cc \
190 include/gtest/gtest-death-test.h \
203 include/gtest/internal/gtest-death-test-internal.h \
290 # Death tests may produce core dumps in the build directory. In case
CHANGES 24 * Death test messages are clearly marked to make them more
73 * New feature: death tests on Windows, Cygwin, and Mac.
114 * Improved the robustness of death tests.
  /external/chromium/testing/gtest/test/
gtest_filter_unittest_.cc 98 // We need at least two death tests to make sure that the all death tests
  /external/gtest/test/
gtest_filter_unittest_.cc 103 // We need at least two death tests to make sure that the all death tests
  /external/protobuf/gtest/
CHANGES 22 * New feature: death tests on Windows, Cygwin, and Mac.
63 * Improved the robustness of death tests.
Makefile.am 87 src/gtest-death-test.cc \
95 include/gtest/gtest-death-test.h \
106 include/gtest/internal/gtest-death-test-internal.h \
200 TESTS += test/gtest-death-test_test
201 check_PROGRAMS += test/gtest-death-test_test
202 test_gtest_death_test_test_SOURCES = test/gtest-death-test_test.cc
  /external/protobuf/gtest/msvc/
gtest_main-md.vcproj 126 RelativePath="..\include\gtest\internal\gtest-death-test-internal.h">
129 RelativePath="..\include\gtest\gtest-death-test.h">
gtest_main.vcproj 126 RelativePath="..\include\gtest\internal\gtest-death-test-internal.h">
129 RelativePath="..\include\gtest\gtest-death-test.h">
gtest-md.vcproj 103 RelativePath="..\src\gtest-death-test.cc">
198 RelativePath="..\include\gtest\internal\gtest-death-test-internal.h">
201 RelativePath="..\include\gtest\gtest-death-test.h">
gtest.vcproj 103 RelativePath="..\src\gtest-death-test.cc">
198 RelativePath="..\include\gtest\internal\gtest-death-test-internal.h">
201 RelativePath="..\include\gtest\gtest-death-test.h">
  /external/protobuf/gtest/test/
gtest_filter_unittest_.cc 98 // We need at least two death tests to make sure that the all death tests
  /external/gtest/src/
gtest-all.cc 37 #include "src/gtest-death-test.cc"
  /external/protobuf/gtest/src/
gtest-all.cc 37 #include "src/gtest-death-test.cc"
  /external/chromium/sdch/open-vcdiff/vsprojects/gtest/
gtest.vcproj 158 RelativePath="..\..\src\gtest\gtest-death-test.cc"
184 RelativePath="..\..\src\gtest\internal\gtest-death-test-internal.h"
188 RelativePath="..\..\src\gtest\gtest-death-test.h"
  /external/quake/quake/src/QW/progs/
triggers.qc 358 local entity death;
360 death = spawn();
361 death.classname = "teledeath";
362 death.movetype = MOVETYPE_NONE;
363 death.solid = SOLID_TRIGGER;
364 death.angles = '0 0 0';
365 setsize (death, death_owner.mins - '1 1 1', death_owner.maxs + '1 1 1');
366 setorigin (death, org);
367 death.touch = tdeath_touch;
368 death.nextthink = time + 0.2;
    [all...]
  /frameworks/base/libs/binder/
BpBinder.cpp 193 LOGV("Requesting death notification: %p handle %d\n", this, mHandle);
229 LOGV("Clearing death notification: %p handle %d\n", this, mHandle);
254 LOGV("Clearing sent death notification: %p handle %d\n", this, mHandle);
263 LOGV("Reporting death of proxy %p for %d recipients\n",
279 LOGV("Reporting death to recipient: %p\n", recipient.get());
  /external/v8/src/
global-handles.h 149 // Tells whether global handle is near death.
223 // Field always containing the number of weak and near-death handles.
226 // Field always containing the number of weak and near-death handles
  /external/chromium/testing/gtest/src/
gtest-all.cc 43 #include "src/gtest-death-test.cc"

Completed in 610 milliseconds

12 3 4 5 6 7 8 910