OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Start
(Results
76 - 100
of
826
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Support/
Unicode.cpp
351
const UTF8 *
Start
= reinterpret_cast<const UTF8 *>(Text.data() + i);
353
if (conversionOK != ConvertUTF8toUTF32(&
Start
,
Start
+ Length, &Target,
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h
39
int
Start
;
/external/pdfium/core/fxcodec/codec/
ccodec_bmpmodule.cpp
27
std::unique_ptr<CCodec_BmpModule::Context> CCodec_BmpModule::
Start
(
ccodec_gifmodule.cpp
20
std::unique_ptr<CCodec_GifModule::Context> CCodec_GifModule::
Start
(
/external/perfetto/include/perfetto/base/
watchdog_noop.h
36
void
Start
() {}
/external/perfetto/src/tracing/ipc/service/
service_ipc_host_impl.cc
43
bool ServiceIPCHostImpl::
Start
(const char* producer_socket_name,
55
bool ServiceIPCHostImpl::
Start
(base::ScopedFile producer_socket_fd,
84
//
Start
() and checks that no spurious callbacks are issued.
/external/perfetto/test/
task_runner_thread.cc
38
void TaskRunnerThread::
Start
(std::unique_ptr<ThreadDelegate> delegate) {
42
//
Start
the thread.
/external/sonivox/jet_tools/JetCreator/
JetPreview.py
96
def
Start
(self):
109
self.segment.
start
,
141
# queue first segment and
start
playback
/external/swiftshader/third_party/LLVM/lib/Support/
StringExtras.cpp
41
StringRef::size_type
Start
= Source.find_first_not_of(Delimiters);
44
StringRef::size_type End = Source.find_first_of(Delimiters,
Start
);
46
return std::make_pair(Source.slice(
Start
, End), Source.substr(End));
/external/swiftshader/third_party/LLVM/lib/VMCore/
User.cpp
58
Use *
Start
= static_cast<Use*>(Storage);
59
Use *End =
Start
+ Us;
61
Obj->OperandList =
Start
;
63
Use::initTags(
Start
, End);
72
User *
Start
= static_cast<User*>(Usr);
73
Use *Storage = static_cast<Use*>(Usr) -
Start
->NumOperands;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
SMLoc.h
51
SMLoc
Start
, End;
55
SMRange(SMLoc St, SMLoc En) :
Start
(St), End(En) {
56
assert(
Start
.isValid() == End.isValid() &&
57
"
Start
and end should either both be valid or both be invalid!");
60
bool isValid() const { return
Start
.isValid(); }
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DriverBinding.h
43
device to
start
.
59
Start
this driver on ControllerHandle. This service is called by the
63
calling restrictions. If any other agent wishes to call
Start
() it
69
device to
start
.
113
/// If a controller is supported, then it also provides routines to
start
and stop the controller.
117
EFI_DRIVER_BINDING_START
Start
;
/external/tensorflow/tensorflow/contrib/mpi/
mpi_server_lib.cc
61
Status MPIServer::
Start
() {
62
Status s = GrpcServer::
Start
();
/external/tensorflow/tensorflow/stream_executor/cuda/
cuda_timer.cc
74
bool CUDATimer::
Start
(CUDAStream *stream) {
/external/v8/src/
counters-inl.h
13
void RuntimeCallTimer::
Start
(RuntimeCallCounter* counter,
/external/v8/src/heap/
incremental-marking-job.cc
17
void IncrementalMarkingJob::
Start
(Heap* heap) {
/external/webrtc/talk/session/media/
audiomonitor.cc
51
void AudioMonitor::
Start
(int milliseconds) {
108
// Signal the monitoring thread,
start
another poll timer
mediamonitor.cc
53
void MediaMonitor::
Start
(uint32_t milliseconds) {
103
// Signal the monitoring thread,
start
another poll timer
/external/webrtc/webrtc/base/
nethelpers.cc
65
void AsyncResolver::
Start
(const SocketAddress& addr) {
67
// SignalThred
Start
will kickoff the resolve process.
68
SignalThread::
Start
();
signalthread.cc
42
void SignalThread::
Start
() {
48
worker_.
Start
();
117
//
Start
() again.
/external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer.cc
29
void CroppingWindowCapturer::
Start
(DesktopCapturer::Callback* callback) {
31
window_capturer_->
Start
(callback);
41
screen_capturer_->
Start
(this);
window_capturer_null.cc
32
void
Start
(Callback* callback) override;
63
void WindowCapturerNull::
Start
(Callback* callback) {
/external/webrtc/webrtc/p2p/client/
socketmonitor.cc
38
void ConnectionMonitor::
Start
(int milliseconds) {
91
// Signal the monitoring thread,
start
another poll timer
/external/webrtc/webrtc/test/
frame_generator_capturer.cc
91
thread_.
Start
();
116
void FrameGeneratorCapturer::
Start
() {
vcm_capturer.cc
71
void VcmCapturer::
Start
() {
Completed in 1718 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>