HomeSort by relevance Sort by last modified time
    Searched refs:MAIN (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/main/none/tests/
pth_blockedsig.stdout.exp 1 thread CHILD sending SIGUSR1 to thread MAIN
  /external/elfutils/0.153/libcpu/
i386_lex.l 52 %x MAIN
66 "%%" { BEGIN (MAIN); return kPERCPERC; }
69 <MAIN>"0" { return '0'; }
70 <MAIN>"1" { return '1'; }
72 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
76 <MAIN>"INVALID" { i386_lval.str = (void *) -1l;
79 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
82 <MAIN>"," { return ','; }
84 <MAIN>":" { return ':'; }
86 <INITIAL,MAIN>^"\n" { /* IGNORE */
    [all...]
  /external/chromium_org/chrome/browser/android/
activity_type_id_list.h 15 DEFINE_ACTIVITY_ID(MAIN, 2)
  /external/chromium_org/media/cast/test/utility/
in_process_receiver.cc 41 cast_environment_->PostTask(CastEnvironment::MAIN,
49 if (cast_environment_->CurrentlyOn(CastEnvironment::MAIN)) {
52 cast_environment_->PostTask(CastEnvironment::MAIN,
62 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
76 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
81 cast_environment_->GetTaskRunner(CastEnvironment::MAIN),
99 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
109 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
116 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
123 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
  /external/chromium_org/media/cast/receiver/
frame_receiver.cc 66 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
72 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
78 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
119 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
175 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
190 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
231 CastEnvironment::MAIN,
257 cast_environment_->PostTask(CastEnvironment::MAIN,
266 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
282 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
cast_receiver_impl.cc 37 cast_environment->GetTaskRunner(CastEnvironment::MAIN)),
72 CastEnvironment::MAIN,
89 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
101 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
107 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
119 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
126 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
154 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
192 DCHECK(cast_environment->CurrentlyOn(CastEnvironment::MAIN));
213 DCHECK(cast_environment->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
video_decoder_unittest.cc 90 CastEnvironment::MAIN,
103 DCHECK(!cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
116 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
132 // Signal the main test thread that more video was decoded.
  /external/chromium_org/media/cast/
cast_sender_impl.cc 15 // The LocalVideoFrameInput class posts all incoming video frames to the main
26 cast_environment_->PostTask(CastEnvironment::MAIN,
46 // The LocalAudioFrameInput class posts all incoming audio frames to the main
56 cast_environment_->PostTask(CastEnvironment::MAIN,
96 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
119 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
184 cast_environment_->PostTask(CastEnvironment::MAIN,
194 cast_environment_->PostTask(CastEnvironment::MAIN,
cast_environment.cc 36 // Logging must be deleted on the main thread.
61 case CastEnvironment::MAIN:
75 case CastEnvironment::MAIN:
  /external/chromium_org/media/cast/audio_sender/
audio_sender.cc 98 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
115 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
161 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
166 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
174 CastEnvironment::MAIN,
183 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
198 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
206 CastEnvironment::MAIN,
213 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
229 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
  /external/chromium_org/media/cast/video_sender/
video_sender.cc 95 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
144 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
205 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
210 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
218 CastEnvironment::MAIN,
227 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
242 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
250 CastEnvironment::MAIN,
257 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
273 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
video_encoder_impl.cc 60 CastEnvironment::MAIN,
94 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
108 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
external_video_encoder.cc 38 // Proxy this call to ExternalVideoEncoder on the cast main thread.
47 media::cast::CastEnvironment::MAIN,
171 CastEnvironment::MAIN,
245 CastEnvironment::MAIN,
254 CastEnvironment::MAIN,
301 CastEnvironment::MAIN,
340 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
356 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
361 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
369 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
mmx_blendtmp.h 44 MAIN ( EDI, ESI )
66 /* main loop */
69 MAIN ( EDI, ESI )
94 MAIN ( EDI, ESI )
114 #undef MAIN
  /external/mesa3d/src/mesa/x86/
mmx_blendtmp.h 44 MAIN ( EDI, ESI )
66 /* main loop */
69 MAIN ( EDI, ESI )
94 MAIN ( EDI, ESI )
114 #undef MAIN
  /external/chromium_org/third_party/openssl/openssl/apps/
errstr.c 71 int MAIN(int, char **);
73 int MAIN(int argc, char **argv)
pkeyparam.c 67 int MAIN(int, char **);
69 int MAIN(int argc, char **argv)
prime.c 59 int MAIN(int, char **);
61 int MAIN(int argc, char **argv)
version.c 138 int MAIN(int, char **);
140 int MAIN(int argc, char **argv)
nseq.c 68 int MAIN(int, char **);
70 int MAIN(int argc, char **argv)
  /external/openssl/apps/
errstr.c 71 int MAIN(int, char **);
73 int MAIN(int argc, char **argv)
pkeyparam.c 67 int MAIN(int, char **);
69 int MAIN(int argc, char **argv)
prime.c 59 int MAIN(int, char **);
61 int MAIN(int argc, char **argv)
version.c 138 int MAIN(int, char **);
140 int MAIN(int argc, char **argv)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
context_menu.js 27 MAIN: 'main'
33 cvox.SearchContextMenu.currState = Command.MAIN;
50 case Command.MAIN:
72 case Command.MAIN:
81 * Switch to main search results focus.
90 cvox.SearchContextMenu.currState = Command.MAIN;
127 { desc: 'Main Results', cmd: Command.MAIN },

Completed in 1442 milliseconds

1 2 3 4 5 6 7