OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notified
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc
331
static bool
notified
= false;
local
332
if (
notified
)
334
notified
= true;
343
static bool
notified
= false;
local
345
if (
notified
)
347
notified
= true;
380
static bool
notified
= false;
local
381
if (
notified
)
383
notified
= true;
/external/chromium_org/mojo/public/cpp/utility/lib/
run_loop.cc
153
bool
notified
= false;
local
169
notified
= true;
173
return
notified
;
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java
165
public boolean
notified
() {
method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
215
assertTrue(countryListener.
notified
());
240
assertTrue(countryListener.
notified
());
259
assertFalse(countryListener.
notified
());
281
assertTrue(countryListener.
notified
());
317
// CountryListener should be
notified
318
assertTrue(countryListener.
notified
());
340
// CountryListener should be
notified
341
assertTrue(countryListener.
notified
());
/external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc
38
bool
notified
() const { return notified_; }
function in class:__anon8616::TestCallbackListener
242
bool listener_notified() const { return listener_.
notified
(); }
320
// we need to spin the message loop so the tracker will actually be
notified
.
[
all
...]
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc
256
bool
notified
() { return events_ > 0; }
function in class:__anon8046::NotificationCounter
722
ASSERT_TRUE(counter.
notified
());
726
ASSERT_TRUE(counter.
notified
());
730
ASSERT_TRUE(counter.
notified
());
734
ASSERT_TRUE(counter.
notified
());
[
all
...]
/external/chromium_org/ui/compositor/
layer_unittest.cc
317
// Remembers if it has been
notified
.
324
bool
notified
() const { return started_ && ended_; }
function in class:ui::__anon20576::TestCompositorObserver
919
// Checks that compositor observers are
notified
when:
933
// Explicitly called DrawTree should cause the observers to be
notified
.
936
EXPECT_TRUE(observer.
notified
());
948
EXPECT_TRUE(observer.
notified
());
954
EXPECT_TRUE(observer.
notified
());
960
EXPECT_TRUE(observer.
notified
());
966
EXPECT_TRUE(observer.
notified
());
976
EXPECT_TRUE(observer.
notified
());
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java
78
boolean
notified
;
field in class:IInputMethodWrapper.Notifier
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h
1373
const bool
notified
=
notified
_;
local
[
all
...]
/external/gtest/include/gtest/internal/
gtest-port.h
1224
const bool
notified
=
notified
_;
local
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
1224
const bool
notified
=
notified
_;
local
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h
173
struct _MDCVar *cv; /* the condition variable
notified
*/
174
PRIntn times; /* and the number of times
notified
*/
193
struct _MDNotified
notified
; /* array of conditions
notified
*/
member in struct:_MDLock
376
if (0 != (lock)->
notified
.length) { \
389
if (0 != (lock)->
notified
.length) { \
_win95.h
164
struct _MDCVar *cv; /* the condition variable
notified
*/
165
PRIntn times; /* and the number of times
notified
*/
180
struct _MDNotified
notified
; /* array of conditions
notified
*/
member in struct:_MDLock
381
#define _MD_NEW_LOCK(lock) (InitializeCriticalSection(&((lock)->mutex)),(lock)->
notified
.length=0,(lock)->
notified
.link=NULL,PR_SUCCESS)
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java
4053
public boolean
notified
;
field in class:AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h
2331
const bool
notified
=
notified
_;
local
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
2331
const bool
notified
=
notified
_;
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h
2331
const bool
notified
=
notified
_;
local
[
all
...]
Completed in 2091 milliseconds