Searched refs:Both (Results 1 - 25 of 26) sorted by relevance

12

/external/dhcpcd-6.8.2/dbus/
H A Ddhcpcd-dbus.conf4 <!-- Both root and dhcp can own the dhcpcd service -->
/external/skia/src/utils/
H A DSkTFitsIn.h19 /** SkTMux::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
20 template <bool a, bool b, typename Both, typename A, typename B, typename Neither>
22 using type = skstd::conditional_t<a, skstd::conditional_t<b, Both, A>,
98 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef in struct:sktfitsin::Private::SkTCombineOutOfRange
105 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
/external/squashfs-tools/squashfs-tools/
H A DMakefile64 # Both XZ Utils liblzma (http://tukaani.org/xz/) and LZMA SDK
200 # Both LZMA_XZ_SUPPORT and LZMA_SUPPORT cannot be specified
204 $(error "Both LZMA_XZ_SUPPORT and LZMA_SUPPORT cannot be specified")
/external/v8/src/crankshaft/
H A Dtyping.h51 bounds_->set(e, Bounds::Both(bounds_->get(e), b, zone()));
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp300 struct Both { struct in namespace:NonLiteralConstexpr
301 constexpr Both() : n(10) {} function in struct:NonLiteralConstexpr::Both
302 ~Both();
306 Both b;
317 static Both b;
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon20877
H A Deapol_auth_dump.c40 case Both: return "Both";
H A Deapol_auth_sm.c736 sm->operControlledDirections = Both;
1119 if (os_strcmp(value, "Both") == 0)
1120 sm->adminControlledDirections = Both;
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon21139
H A Deapol_auth_dump.c40 case Both: return "Both";
H A Deapol_auth_sm.c736 sm->operControlledDirections = Both;
1119 if (os_strcmp(value, "Both") == 0)
1120 sm->adminControlledDirections = Both;
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon21399
H A Deapol_auth_dump.c40 case Both: return "Both";
H A Deapol_auth_sm.c736 sm->operControlledDirections = Both;
1119 if (os_strcmp(value, "Both") == 0)
1120 sm->adminControlledDirections = Both;
/external/libmpeg2/common/arm/
H A Dideint_cac_a9.s93 @ Both q0 and q1 have four 32 bit sums corresponding to first 4 rows
120 @ Both q2 and q3 have four 32 bit sums corresponding to last 4 rows
/external/libavc/common/arm/
H A Dih264_ihadamard_scaling_a9.s170 @ * Both DC blocks of U and v blocks are processesd
/external/libvorbis/doc/
H A D03-codebook.tex19 The codebook mechanism is built on top of the vorbis bitpacker. Both
267 populated and a ninth codeword is impossible. Both underspecified and
H A D01-introduction.tex60 extensively in bitrate management in peeling. Both the transport
441 Both floor 0 and floor 1 generate a linear-range, linear-domain output
H A D04-codec.tex64 with this document. Both \varname{[audio_channels]} and
/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp60 enum class PDB_DumpType { ByType, ByObjFile, Both };
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex299 Both commands exit immediately after processing the option.
437 Both commands exit immediately after processing the option.
/external/iproute2/doc/
H A Dip-tunnels.tex183 Both \verb|remote| and \verb|local| may be omitted. In this case we
/external/mesa3d/docs/
H A DMESA_texture_array.spec64 textures without mipmaps. Both of these options have major drawbacks.
/external/v8/src/
H A Dtypes.h25 // Both are related through subtyping.
54 // Both structural Array and Function types are invariant in all parameters;
937 static Bounds Both(Bounds b1, Bounds b2, Zone* zone) { function in struct:v8::internal::BitsetType::Bounds
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas194 /// Both have issues especially on .NET 1.x and Mono.

Completed in 501 milliseconds

12