Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 144) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dmain.py31 def __init__(self, fixers, options, explicit, nobackups, show_diffs): argument
34 super(StdoutRefactoringTool, self).__init__(fixers, options, explicit)
151 explicit = set()
158 explicit.add(fixer_pkg + ".fix_" + fix)
159 requested = avail_fixes.union(explicit) if all_present else explicit
161 requested = avail_fixes.union(explicit)
163 rt = StdoutRefactoringTool(sorted(fixer_names), flags, sorted(explicit),
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidFunctorThread.h36 explicit FunctorThread(const Functor& func,
40 explicit FunctorThread(Functor&& func,
45 explicit FunctorThread(Func&& func,
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSSLSocket.h36 explicit SSLSocket(
43 explicit SSLSocket(
101 explicit SSLSocket(
DRunLoop.h38 explicit RunLoop(std::string_view name);
116 explicit RunLoop(); // constructor for the main RunLoop.
/device/generic/goldfish/network/netmgr/
Dresult.h47 explicit Result(bool success) : mSuccess(success) { } in Result()
48 explicit Result(std::string message) in Result()
/device/generic/goldfish/network/wifi_forwarder/
Dresult.h47 explicit Result(bool success) : mSuccess(success) { } in Result()
48 explicit Result(std::string message) in Result()
/device/generic/goldfish/dhcp/common/include/
Dresult.h47 explicit Result(bool success) : mSuccess(success) { } in Result()
48 explicit Result(std::string message) in Result()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DSTUNMessage.h25 explicit STUNMessage(uint16_t type, const uint8_t transactionID[12]);
26 explicit STUNMessage(const void *data, size_t size);
DSDP.h23 explicit SDP();
50 explicit SectionEditor(SDP *sdp, size_t section);
DRTPSender.h32 explicit RTPSender(
52 explicit SourceInfo() in SourceInfo()
DRTPSocketHandler.h48 explicit RTPSocketHandler(
72 explicit Datagram(
DVP8Packetizer.h30 explicit VP8Packetizer(
/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DHostToGuestComms.h29 explicit HostToGuestComms(
36 explicit HostToGuestComms(
DStreamingSource.h32 explicit SBuffer(std::size_t size) in SBuffer()
72 explicit StreamingSource();
DKeyboardSink.h28 explicit KeyboardSink(std::shared_ptr<RunLoop> runLoop, int serverFd,
/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.h37 explicit BaseWatchdogClient(const ::android::sp<::android::Looper>& handlerLooper);
43 explicit MessageHandlerImpl(BaseWatchdogClient* client);
/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.h144 explicit MonotonicTimePoint(const struct timespec& ts) { in MonotonicTimePoint()
242 explicit Seconds(const TimeDifference& difference) : in Seconds()
251 explicit Milliseconds(const TimeDifference& difference) : in Milliseconds()
263 explicit Microseconds(const TimeDifference& difference) : in Microseconds()
275 explicit Nanoseconds(const TimeDifference& difference) : in Nanoseconds()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_explicit.py4 explicit = True variable in FixExplicit
/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.h66 explicit ClientSocket(cvd::SharedFD fd) : fd_(fd) {} in ClientSocket()
76 explicit ServerSocket(int port);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_buffer.py14 explicit = True # The user must ask for this fixer variable in FixBuffer
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTcpStream.h23 explicit TcpStream(size_t bufsize = 10000);
Dauto_goldfish_dma_context.h25 explicit AutoGoldfishDmaContext(goldfish_dma_context *ctx);
/device/google/trout/hal/audiocontrol/2.0/
DCloseHandle.h36 explicit CloseHandle(Callback callback = nullptr);
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraCommon.h35 explicit HWERoutineTracker(const char* name) : mName(name) { in HWERoutineTracker()
/device/generic/goldfish/camera/
DEmulatedCameraCommon.h35 explicit HWERoutineTracker(const char* name) in HWERoutineTracker()

123456