Searched refs:thread_context (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc693 SyncThreadContext thread_context; local
694 thread_context.sample_rate = params.sample_rate();
695 thread_context.sine_freq = 200.0;
696 thread_context.packet_size_bytes = AudioBus::CalculateMemorySize(params);
697 thread_context.frames = params.frames_per_buffer();
698 thread_context.channels = params.channels();
699 thread_context.socket = &sockets[1];
702 &thread_context, 0, NULL);
/external/v8/src/
H A Dd8.cc1132 Persistent<Context> thread_context = Shell::CreateEvaluationContext(); local
1133 Context::Scope context_scope(thread_context);
1154 thread_context.Dispose();
/external/v8/tools/
H A Dgrokdump.py148 ("thread_context", MINIDUMP_LOCATION_DESCRIPTOR.ctype)
396 self.minidump, self.exception.thread_context.rva)
399 self.minidump, self.exception.thread_context.rva)
/external/chromium_org/v8/tools/
H A Dgrokdump.py216 ("thread_context", MINIDUMP_LOCATION_DESCRIPTOR.ctype)
556 self.minidump, self.exception.thread_context.rva)
559 self.minidump, self.exception.thread_context.rva)
562 self.minidump, self.exception.thread_context.rva)
/external/chromium_org/v8/src/
H A Dd8.cc1192 Local<Context> thread_context = local
1194 Context::Scope context_scope(thread_context);

Completed in 158 milliseconds