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

1 2 3 4 5

  /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 62 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
68 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
74 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
115 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
171 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
187 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
228 CastEnvironment::MAIN,
263 cast_environment_->PostTask(CastEnvironment::MAIN,
274 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
282 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
cast_receiver_impl.cc 39 cast_environment->GetTaskRunner(CastEnvironment::MAIN)),
74 CastEnvironment::MAIN,
91 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
103 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
109 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
121 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
128 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
156 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
194 DCHECK(cast_environment->CurrentlyOn(CastEnvironment::MAIN));
215 DCHECK(cast_environment->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
video_decoder_unittest.cc 101 CastEnvironment::MAIN,
114 DCHECK(!cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
127 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
143 // Signal the main test thread that more video was decoded.
  /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/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/chromium_org/media/cast/
cast_sender_impl.cc 16 // The LocalVideoFrameInput class posts all incoming video frames to the main
27 cast_environment_->PostTask(CastEnvironment::MAIN,
47 // The LocalAudioFrameInput class posts all incoming audio frames to the main
57 cast_environment_->PostTask(CastEnvironment::MAIN,
97 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
123 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
172 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
cast_environment.cc 36 // Logging must be deleted on the main thread.
62 case CastEnvironment::MAIN:
76 case CastEnvironment::MAIN:
cast_environment.h 24 // The main thread is where the cast system is configured and where timers
26 MAIN,
60 // main thread.
  /external/chromium_org/media/cast/sender/
frame_sender.cc 63 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
70 CastEnvironment::MAIN,
78 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
123 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
140 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
148 CastEnvironment::MAIN,
155 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
199 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
267 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
external_video_encoder.cc 118 CastEnvironment::MAIN,
177 CastEnvironment::MAIN,
251 CastEnvironment::MAIN,
260 CastEnvironment::MAIN,
312 CastEnvironment::MAIN,
347 CastEnvironment::MAIN,
396 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
410 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
420 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
426 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
    [all...]
video_encoder_impl.cc 64 CastEnvironment::MAIN,
99 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
113 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
video_sender.cc 94 CastEnvironment::MAIN,
120 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
224 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
audio_sender.cc 80 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
116 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
  /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 },
  /external/chromium_org/media/cast/test/
loopback_transport.cc 49 DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 68 * Definition of the contract for the main table of our provider.
78 public static final String TABLE_NAME = "main";
83 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/main");
90 = Uri.parse("content://" + AUTHORITY + "/main/");
173 // The incoming URI matches the main table URI pattern
174 private static final int MAIN = 1;
175 // The incoming URI matches the main table row ID URI pattern
187 mUriMatcher.addURI(AUTHORITY, MainTable.TABLE_NAME, MAIN);
219 case MAIN:
220 // If the incoming URI is for main table
    [all...]

Completed in 1083 milliseconds

1 2 3 4 5