HomeSort by relevance Sort by last modified time
    Searched refs:OPENED (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
dir_open_result.h 10 enum DirOpenResult { OPENED, // success.
directory_manager.cc 58 return syncable::OPENED == result;
65 bool opened = false; local
73 opened = *was_open = true;
77 if (opened)
78 return syncable::OPENED;
83 if (syncable::OPENED == result) {
93 // Erase from mounted and opened directory lists.
directory_backing_store.cc 249 if (result != OPENED)
260 return OPENED;
274 if (result != OPENED)
527 return OPENED;
    [all...]
directory_backing_store_unittest.cc 59 ASSERT_EQ(OPENED, dbs->InitializeTables());
    [all...]
syncable_unittest.cc 329 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName));
343 ASSERT_TRUE(OPENED == dir_->Open(file_path_, kName));
    [all...]
syncable.cc 358 if (OPENED != result)
396 if (OPENED != result)
402 return OPENED;
    [all...]
  /frameworks/native/services/surfaceflinger/
Barrier.h 33 state = OPENED;
47 enum { OPENED, CLOSED };
  /external/ppp/pppd/
fsm.c 155 case OPENED:
195 case OPENED:
215 if( f->state != OPENED )
270 case OPENED:
430 case OPENED:
463 f->state = OPENED;
521 f->state = OPENED;
527 case OPENED:
596 case OPENED:
623 case OPENED
    [all...]
fsm.h 102 void (*up) /* Called when fsm reaches OPENED state */
104 void (*down) /* Called when fsm leaves OPENED state */
123 #define INITIAL 0 /* Down, hasn't been opened */
124 #define STARTING 1 /* Down, been opened */
125 #define CLOSED 2 /* Up, hasn't been opened */
132 #define OPENED 9 /* Connection available */
ccp.c 392 if (f->state != OPENED)
455 if (oldstate == OPENED && p[0] == TERMREQ && f->state != OPENED) {
486 if (f->state != OPENED)
977 if (f->state != OPENED)
1056 if (f->state != OPENED)
    [all...]
ipv6cp.c 206 ipv6cp_up, /* Called when fsm reaches OPENED state */
207 ipv6cp_down, /* Called when fsm leaves OPENED state */
666 * or if IPV6CP is in the OPENED state.
796 if (f->state != OPENED)
868 if (f->state != OPENED)
    [all...]
lcp.c 239 lcp_up, /* Called when fsm reaches OPENED state */
240 lcp_down, /* Called when fsm leaves OPENED state */
516 if (f->state != OPENED)
561 * OPENED state SHOULD be silently discarded.
563 if( f->state != OPENED ){
608 * rejected packet. We only get here if LCP is in the OPENED state.
920 * or if LCP is in the OPENED state.
    [all...]
ipcp.c 123 ipcp_up, /* Called when fsm reaches OPENED state */
124 ipcp_down, /* Called when fsm leaves OPENED state */
956 * or if IPCP is in the OPENED state.
1170 if (f->state != OPENED)
    [all...]
ipxcp.c 103 ipxcp_up, /* Called when fsm reaches OPENED state */
104 ipxcp_down, /* Called when fsm leaves OPENED state */
758 * or if IPXCP is in the OPENED state.
865 if (f->state != OPENED)
970 if (f->state != OPENED)
    [all...]
main.c 1048 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 55 #define OPENED 2
271 vf->ready_state=OPENED;
290 if(vf->ready_state>OPENED)_decode_clear(vf);
340 vf->ready_state=OPENED;
482 case OPENED:
630 if(vf->ready_state>=OPENED){
765 if(vf->ready_state < OPENED)
766 vf->ready_state=OPENED;
875 if(vf->ready_state<OPENED)return OV_EINVAL;
916 if(vf->ready_state<OPENED)return OV_EINVAL
    [all...]
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 297 if (m_state != OPENED || m_loader) {
357 if (m_async || (m_state <= OPENED || m_state == DONE))
371 if (m_state != OPENED || m_loader) {
382 if (m_state != OPENED || m_loader) {
440 if (previousState != OPENED)
441 changeState(OPENED);
443 m_state = OPENED;
468 if (m_state != OPENED || m_loader) {
686 if ((m_state <= OPENED && !sendFlag) || m_state == DONE)
811 if (m_state != OPENED || m_loader)
    [all...]
XMLHttpRequest.idl 52 const unsigned short OPENED = 1;
XMLHttpRequest.h 55 OPENED = 1,
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 263 OPENED = 0x2,
524 VIDEOEDITOR_CHECK(OPENED == pEncoderContext->mState, M4ERR_STATE);
723 pEncoderContext->mState = OPENED;
    [all...]

Completed in 328 milliseconds