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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 41 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE Mode;
51 UINTN Mode;
  /external/apache-commons-bcel/src/test/java/org/apache/bcel/
BCELBenchmark.java 41 import org.openjdk.jmh.annotations.Mode;
47 @BenchmarkMode(Mode.AverageTime)
  /external/eigen/Eigen/src/Core/
MatrixBase.h 241 template<unsigned int Mode> struct TriangularViewReturnType { typedef TriangularView<Derived, Mode> Type; };
242 template<unsigned int Mode> struct ConstTriangularViewReturnType { typedef const TriangularView<const Derived, Mode> Type; };
244 template<unsigned int Mode>
246 typename TriangularViewReturnType<Mode>::Type triangularView();
247 template<unsigned int Mode>
249 typename ConstTriangularViewReturnType<Mode>::Type triangularView() const;
  /external/libchrome/base/test/
test_shared_memory_util.cc 139 if (region.GetMode() != subtle::PlatformSharedMemoryRegion::Mode::kReadOnly) {
140 LOG(ERROR) << "Expected region mode is "
142 subtle::PlatformSharedMemoryRegion::Mode::kReadOnly)
  /external/skia/gm/
dashcubics.cpp 127 auto normalMode = SkTrimPathEffect::Mode::kNormal,
128 invertedMode = SkTrimPathEffect::Mode::kInverted;
  /external/skqp/gm/
dashcubics.cpp 127 auto normalMode = SkTrimPathEffect::Mode::kNormal,
128 invertedMode = SkTrimPathEffect::Mode::kInverted;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.cpp 137 // Materializable GVs (in JIT lazy compilation mode) do not require an extra
213 TargetSubtargetInfo::AntiDepBreakMode& Mode,
215 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
TarWriter.cpp 38 char Mode[8];
152 memcpy(Hdr.Mode, "0000664", 8);
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.h 19 RegExpMacroAssemblerARM(Isolate* isolate, Zone* zone, Mode mode,
169 // Byte size of chars in the string to match (decided by the Mode argument)
194 // Which mode to generate code for (Latin1 or UC16).
195 Mode mode_;
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.h 18 RegExpMacroAssemblerIA32(Isolate* isolate, Zone* zone, Mode mode,
151 // Byte size of chars in the string to match (decided by the Mode argument)
180 // Which mode to generate code for (LATIN1 or UC16).
181 Mode mode_;
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.h 18 RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, Mode mode,
169 // Byte size of chars in the string to match (decided by the Mode argument).
200 // Which mode to generate code for (Latin1 or UC16).
201 Mode mode_;
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.h 18 RegExpMacroAssemblerMIPS(Isolate* isolate, Zone* zone, Mode mode,
173 // Byte size of chars in the string to match (decided by the Mode argument).
204 // Which mode to generate code for (Latin1 or UC16).
205 Mode mode_;
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.h 19 RegExpMacroAssemblerPPC(Isolate* isolate, Zone* zone, Mode mode,
159 // Byte size of chars in the string to match (decided by the Mode argument)
184 // Which mode to generate code for (Latin1 or UC16).
185 Mode mode_;
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.h 18 RegExpMacroAssemblerS390(Isolate* isolate, Zone* zone, Mode mode,
159 // Byte size of chars in the string to match (decided by the Mode argument)
184 // Which mode to generate code for (Latin1 or UC16).
185 Mode mode_;
  /external/vogar/src/vogar/android/
DeviceRuntime.java 31 import vogar.Mode;
41 public final class DeviceRuntime implements Mode {
50 throw new IllegalArgumentException("Unsupported mode:" + modeId +
  /external/vogar/src/vogar/tasks/
BuildActionTask.java 34 import vogar.Mode;
127 properties.store(propertiesOut, "generated by " + Mode.class.getName());
132 * Fill in properties for running in this mode
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 62 const GainControl::Mode kDefaultAgcMode =
74 const GainControl::Mode kDefaultRxAgcMode = GainControl::kAdaptiveDigital;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
amrnb_enc_test.cpp 49 printf("Options +M* for setting compression bitrate mode, default is 4.75 kbps\n");
61 int encode(int mode, const char *srcFile, const char *dstFile) {
121 Frame_Type_3GPP frame_type = (Frame_Type_3GPP) mode;
123 bytesGenerated = AMREncode(amr->encCtx, amr->pidSyncCtx, (Mode)mode,
175 Mode mode = MR475; local
189 case '0': mode = MR475;
191 case '1': mode = MR515;
193 case '2': mode = MR59
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */
34 /* 04/13/2000 : Rewrote this combined mode path completely */
35 /* so that it handles "Combined Mode With Error */
50 uint8 *Mode = video->headerInfo.Mode;
67 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB);
74 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB);
168 if (Mode[mbnum] != MODE_SKIPPED)
349 uint8 *Mode = video->headerInfo.Mode;
533 uint mode = video->headerInfo.Mode[mbnum]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 42 -modified threshold based on correlation coeff 0.75 only for mode H.263
54 UChar Mode = video->headerInfo.Mode[mbnum];
59 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q);
271 -modified threshold based on correlation coeff 0.75 only for mode H.263
283 UChar Mode = video->headerInfo.Mode[mbnum];
288 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SetWallpaperActivity.java 70 wallpaperDrawable.setColorFilter(mColors[mColor], PorterDuff.Mode.MULTIPLY);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 40 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE Mode;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
PackageFile.py 44 def __init__(self, FileName, Mode="r"):
46 if Mode not in ["r", "w", "a"]:
47 Mode = "r"
49 self._ZipFile = zipfile.ZipFile(FileName, Mode, \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SerialIo/
SerialIo.h 291 EFI_SERIAL_IO_MODE *Mode;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacySio.c 173 SioSerial->Mode = DEVICE_SERIAL_MODE_NORMAL | DEVICE_SERIAL_MODE_DUPLEX_HALF;
186 // only used in output mode.
194 SioParallel->Mode = DEVICE_PARALLEL_MODE_MODE_OUTPUT_ONLY;
362 SioSerial->Mode = DEVICE_SERIAL_MODE_NORMAL | DEVICE_SERIAL_MODE_DUPLEX_HALF;
375 // only used in output mode.
387 SioParallel->Mode = DEVICE_PARALLEL_MODE_MODE_OUTPUT_ONLY;

Completed in 2088 milliseconds

<<11121314151617181920>>