HomeSort by relevance Sort by last modified time
    Searched refs:Mode (Results 401 - 425 of 1286) sorted by null

<<11121314151617181920>>

  /external/skia/src/gpu/
GrFixedClip.h 41 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) {
42 fWindowRectsState.set(windows, mode);
  /external/skia/tools/
skp_parser.cpp 59 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kPretty);
  /external/skqp/src/gpu/
GrFixedClip.h 41 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) {
42 fWindowRectsState.set(windows, mode);
  /external/skqp/tools/
skp_parser.cpp 59 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kPretty);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.h 61 bool printAsmMRegister(const MachineOperand &MO, char Mode, raw_ostream &O);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 439 std::error_code access(const Twine &Path, AccessMode Mode);
716 /// The file should be opened in text mode on platforms that make this
721 /// The file should be opened in append mode.
759 unsigned Mode = all_read | all_write);
765 unsigned Mode = all_read | all_write);
782 unsigned Mode = all_read | all_write);
809 /// The files are created with mode 0600.
865 /// @brief Opens a file with the specified creation disposition, access mode,
876 /// read-write mode.
878 /// @param Mode The access permissions of the file, represented in octal
    [all...]
  /external/syzkaller/tools/syz-fmt/
syz-fmt.go 39 processFile(filepath.Join(arg, file.Name()), file.Mode())
42 processFile(arg, st.Mode())
47 func processFile(file string, mode os.FileMode) {
66 if err := ioutil.WriteFile(file, formatted, mode); err != nil {
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
CryptoPlugin.cpp 49 Mode mode,
62 secure, keyId, iv, mode, pattern, subSamples, source, offset, destination,
84 Mode mode,
161 if (mode == Mode::UNENCRYPTED) {
181 } else if (mode == Mode::AES_CTR) {
194 "Selected encryption mode is not supported by the ClearKey DRM Plugin.")
    [all...]
  /frameworks/av/media/libmedia/include/media/
ICrypto.h 68 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_gain_c.cpp 59 mode = AMR mode (MR795 or MR122) of type enum Mode
130 #include "mode.h"
192 enum Mode mode, /* i : AMR mode (MR795 or MR122) */
217 gc_pred(pred_state, mode, code, &exp, &frac,
226 temp = sub((Word16)mode, (Word16)MR122, pOverflow);
dtx_dec.h 163 enum Mode mode, /* i : AMR mode */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
q_gain_c.cpp 73 #include "mode.h"
125 mode -- enum Mode -- AMR mode
192 enum Mode mode, /* i : AMR mode */
212 if (mode == MR122)
231 if (mode == MR122)
279 if (mode == MR122
    [all...]
q_gain_p.cpp 114 mode -- enum Mode -- AMR mode
180 enum Mode mode, /* i : AMR mode */
213 if (mode == MR795)
215 /* in MR795 mode, compute three gain_pit candidates around the index
252 /* in MR122 mode, just return the index and gain pitch found.
256 if (mode == MR122
    [all...]
sid_sync.cpp 74 #include "mode.h"
439 mode = codec mode (enum Mode)
457 This function performs SID frame synchronization to ensure that the mode
458 only switches to a neighbouring mode.
496 enum Mode mode,
502 if (mode == MRDTX)
spreproc.cpp 102 mode -- enum Mode -- coder mode
172 enum Mode mode, /* i : coder mode */
194 /* mode specific pointer to gamma1 values */
195 if (mode == MR122 || mode == MR102)
  /frameworks/av/drm/libmediadrm/
CryptoHal.cpp 37 using drm::V1_0::Mode;
159 // must be in passthrough mode, load the default passthrough service
339 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
349 Mode hMode;
350 switch(mode) {
352 hMode = Mode::UNENCRYPTED ;
355 hMode = Mode::AES_CTR;
358 hMode = Mode::AES_CBC_CTS;
361 hMode = Mode::AES_CBC
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 20 // Boot video resolution and text mode.
27 // BIOS setup video resolution and text mode.
84 This function will change video resolution and text mode
85 according to defined setup mode or defined boot mode
87 @param IsSetupMode Indicate mode is changed to setup mode or boot mode.
89 @retval EFI_SUCCESS Mode is changed successfully.
90 @retval Others Mode failed to be changed.
    [all...]
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 96 template<typename Scalar, int Dim, int Mode, int Options> friend
97 EIGEN_DEVICE_FUNC inline const Product<Transform<Scalar,Dim,Mode,Options>, Homogeneous >
98 operator* (const Transform<Scalar,Dim,Mode,Options>& lhs, const Homogeneous& rhs)
101 return Product<Transform<Scalar,Dim,Mode,Options>, Homogeneous>(lhs,rhs);
222 template<typename Scalar, int Dim, int Mode,int Options>
223 struct take_matrix_for_product<Transform<Scalar, Dim, Mode, Options> >
225 typedef Transform<Scalar, Dim, Mode, Options> TransformType;
477 template<typename Scalar, int Dim, int Mode,int Options, typename RhsArg, int ProductTag>
478 struct generic_product_impl<Transform<Scalar,Dim,Mode,Options>, Homogeneous<RhsArg,Vertical>, DenseShape, HomogeneousShape, ProductTag>
480 typedef Transform<Scalar,Dim,Mode,Options> TransformType
    [all...]
  /external/skia/modules/skottie/src/
SkottieLayer.cpp 40 sksg::Merge::Mode fMergeMode; // used when clipping
44 const MaskInfo* GetMaskInfo(char mode) {
46 { SkBlendMode::kSrcOver , sksg::Merge::Mode::kUnion , false };
48 { SkBlendMode::kSrcIn , sksg::Merge::Mode::kIntersect , false };
52 { SkBlendMode::kSrcIn , sksg::Merge::Mode::kIntersect , true };
54 { SkBlendMode::kDifference, sksg::Merge::Mode::kDifference, false };
56 switch (mode) {
76 sksg::Merge::Mode merge_mode; // for clipping
86 const skjson::StringValue* jmode = (*m)["mode"];
88 abuilder->log(Logger::Level::kError, &(*m)["mode"], "Invalid mask mode.")
92 const auto mode = *jmode->begin(); local
146 const auto mode = merge_recs.empty() ? sksg::Merge::Mode::kMerge : mask.merge_mode; local
    [all...]
  /external/skqp/modules/skottie/src/
SkottieLayer.cpp 40 sksg::Merge::Mode fMergeMode; // used when clipping
44 const MaskInfo* GetMaskInfo(char mode) {
46 { SkBlendMode::kSrcOver , sksg::Merge::Mode::kUnion , false };
48 { SkBlendMode::kSrcIn , sksg::Merge::Mode::kIntersect , false };
52 { SkBlendMode::kSrcIn , sksg::Merge::Mode::kIntersect , true };
54 { SkBlendMode::kDifference, sksg::Merge::Mode::kDifference, false };
56 switch (mode) {
76 sksg::Merge::Mode merge_mode; // for clipping
86 const skjson::StringValue* jmode = (*m)["mode"];
88 abuilder->log(Logger::Level::kError, &(*m)["mode"], "Invalid mask mode.")
92 const auto mode = *jmode->begin(); local
146 const auto mode = merge_recs.empty() ? sksg::Merge::Mode::kMerge : mask.merge_mode; local
    [all...]
  /external/syzkaller/pkg/ifuzz/
encode.go 17 panic("instruction is not suitable for this mode")
24 switch cfg.Mode {
32 panic("bad mode")
55 if cfg.Mode == ModeLong64 || !insn.Mem32 {
72 if cfg.Mode == ModeLong64 && r.Intn(2) == 0 {
120 if cfg.Mode == ModeLong64 {
148 if cfg.Mode != ModeLong64 {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 71 UINT32 Mode; // Mode this utility is operating in
158 if (mGlobals.Mode & MODE_CREATE_HII_RESOURCE_FILE) {
162 if (mGlobals.Mode & MODE_CREATE_HII_PACKAGE_LIST) {
616 mGlobals.Mode |= MODE_CREATE_HII_RESOURCE_FILE;
629 mGlobals.Mode |= MODE_CREATE_HII_PACKAGE_LIST;
  /external/mesa3d/src/mesa/main/
texgen.c 100 GLenum mode = (GLenum) (GLint) params[0]; local
102 if (texgen->Mode == mode)
104 switch (mode) {
137 texgen->Mode = mode;
311 params[0] = ENUM_TO_DOUBLE(texgen->Mode);
348 params[0] = ENUM_TO_FLOAT(texgen->Mode);
393 params[0] = texgen->Mode;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpIo.c 163 SnpMode = MnpDeviceData->Snp->Mode;
233 HeaderSize = Snp->Mode->MediaHeaderSize - TxData->HeaderLength;
239 if (Snp->Mode->MediaPresentSupported && !Snp->Mode->MediaPresent) {
368 SnpMode = MnpDeviceData->Snp->Mode;
637 SnpMode = MnpDeviceData->Snp->Mode;
871 if (Snp->Mode->State != EfiSimpleNetworkInitialized) {
920 if ((HeaderSize != Snp->Mode->MediaHeaderSize) || (BufLen < HeaderSize)) {
1102 if (Snp->Mode->MediaPresentSupported) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Dispatcher.c 64 @param Mode Pointer to the buffer to store the operational
67 @retval EFI_SUCCESS The mode data is read.
75 IN OUT TCP4_MODE_DATA *Mode
86 if (!SOCK_IS_CONFIGURED (Sock) && (Mode->Tcp4ConfigData != NULL)) {
90 if (Mode->Tcp4State != NULL) {
91 *(Mode->Tcp4State) = (EFI_TCP4_CONNECTION_STATE) Tcb->State;
94 if (Mode->Tcp4ConfigData != NULL) {
96 ConfigData = Mode->Tcp4ConfigData;
138 return Ip->GetModeData (Ip, Mode->Ip4ModeData, Mode->MnpConfigData, Mode->SnpModeData);
    [all...]

Completed in 439 milliseconds

<<11121314151617181920>>