/external/v8/src/debug/ |
debug-scopes.cc | 132 // Language mode may be inherited from the eval caller. 167 // faulty. We fail in debug mode but in release mode we only provide the 199 Handle<JSObject> scope_object = ScopeObject(Mode::ALL); 232 bool ScopeIterator::DeclaresLocals(Mode mode) const { 235 if (type == ScopeTypeWith) return mode == Mode::ALL; 236 if (type == ScopeTypeGlobal) return mode == Mode::ALL 860 VariableMode mode; local 874 VariableMode mode; local [all...] |
/external/v8/src/ |
reloc-info.cc | 48 // 11: long_record [6 bit reloc mode] 11 54 // with PC_JUMP as pseudo reloc info mode. The former is encoded as part of 112 void RelocInfoWriter::WriteMode(RelocInfo::Mode rmode) { 117 void RelocInfoWriter::WriteModeAndPC(uint32_t pc_delta, RelocInfo::Mode rmode) { 141 RelocInfo::Mode rmode = rinfo->rmode(); 180 inline RelocInfo::Mode RelocIterator::GetMode() { 181 return static_cast<RelocInfo::Mode>((*pos_ >> kTagBits) & 233 // We exit this loop by returning when we find a mode we want. 247 RelocInfo::Mode rmode = GetMode(); 273 } else if (SetMode(static_cast<RelocInfo::Mode>(rmode))) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
lsp.cpp | 381 req_mode = enum Mode -- requested coder mode 382 used_mode = enum Mode -- used coder mode 443 enum Mode req_mode, /* i : requested coder mode */ 444 enum Mode used_mode,/* i : used coder mode */ 455 Word16 pred_init_i; /* init index for MA prediction in DTX mode */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
amrencode.cpp | 56 Added SID type and mode info to ets_output_bfr for ETS SID 86 #include "mode.h" 493 mode = codec mode (enum Mode) 506 mode or -1, if an error occurred (int) 510 data bytes per codec mode for WMF output 513 data bytes per codec mode for IF2 output 530 used mode. For SID frames, the SID type information and mode information ar [all...] |
/external/llvm/lib/Target/ARM/ |
ARMLoadStoreOptimizer.cpp | 226 static int getLoadStoreMultipleOpcode(unsigned Opcode, ARM_AM::AMSubMode Mode) { 231 switch (Mode) { 240 switch (Mode) { 252 switch (Mode) { 260 switch (Mode) { 267 switch (Mode) { 275 switch (Mode) { 282 switch (Mode) { 289 switch (Mode) { 296 switch (Mode) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
ARMLoadStoreOptimizer.cpp | 251 static int getLoadStoreMultipleOpcode(unsigned Opcode, ARM_AM::AMSubMode Mode) { 256 switch (Mode) { 265 switch (Mode) { 277 switch (Mode) { 285 switch (Mode) { 292 switch (Mode) { 300 switch (Mode) { 307 switch (Mode) { 314 switch (Mode) { 321 switch (Mode) { [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/ |
SnpNt32.c | 316 must be equal to This->Mode->MediaHeaderSize and the DestAddr
327 This->Mode->CurrentAddress is used for the source HW MAC address.
418 NULL // Mode
420 { // Mode
[all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMLoadStoreOptimizer.cpp | 132 static int getLoadStoreMultipleOpcode(int Opcode, ARM_AM::AMSubMode Mode) { 137 switch (Mode) { 147 switch (Mode) { 158 switch (Mode) { 167 switch (Mode) { 175 switch (Mode) { 183 switch (Mode) { 191 switch (Mode) { 199 switch (Mode) { 300 ARM_AM::AMSubMode Mode = ARM_AM::ia [all...] |
/external/tensorflow/tensorflow/core/kernels/data/ |
cache_dataset_ops.cc | 119 mode_ = Mode::read; 121 mode_ = Mode::write; 147 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("mode"), mode_)); 155 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("mode"), &temp)); 156 mode_ = static_cast<Mode>(temp); 158 if (mode_ == Mode::write && 171 mode_ = Mode::read; 536 // checkpoint in `write` mode and the cache has been completely 540 case Mode::read: 545 case Mode::write [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ |
Serial.c | 493 SerialIo->Mode->ReceiveFifoDepth,
494 SerialIo->Mode->Timeout,
546 SerialDevice->SerialIo.Mode = &(SerialDevice->SerialMode);
630 // Fill in Serial I/O Mode structure based on either the RemainingDevicePath or defaults.
[all...] |
/cts/tests/tests/security/src/android/security/cts/ |
Movie33897722.java | 74 // Use Src PorterDuff mode, to see exactly what the Movie creates. 76 paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC));
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/ |
MvSpiDxe.c | 164 switch (Slave->Mode) {
214 // Set 8-bit mode
300 IN SPI_MODE Mode
312 Slave->Mode = Mode;
|
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/ |
SemihostLib.h | 41 IN UINT32 Mode,
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
LinuxPacketFilter.c | 34 EFI_SIMPLE_NETWORK_MODE *Mode;
42 Register storage for SNP Mode.
45 @param Mode SimpleNetworkProtocol Mode structure passed into driver.
54 IN EFI_SIMPLE_NETWORK_MODE *Mode
61 Private->Mode = Mode;
431 must be equal to This->Mode->MediaHeaderSize and the DestAddr
442 This->Mode->CurrentAddress is used for the source HW MAC address.
|
/device/linaro/bootloader/edk2/IntelFspPkg/Include/Library/ |
FspCommonLib.h | 251 This function gets FSP API calling mode.
253 @retval API calling mode
262 This function sets FSP API calling mode.
264 @param[in] Mode API calling mode
269 UINT8 Mode
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Reset.c | 117 switch (Snp->Mode.State) {
|
WaitForPacket.c | 43 switch (((SNP_DRIVER *) SnpPtr)->Mode.State) {
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
hte.c | 256 UINT8 Mode)
271 Mode: READ_TRAIN or WRITE_TRAIN (the difference is in the pattern)
292 if (Mode == WRITE_TRAIN)
400 UINT8 Mode)
414 Mode: READ_TRAIN or WRITE_TRAIN (the difference is in the pattern)
432 Mode);
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
EfiSysCall.h | 34 int open (const char *name, int oflags, int mode);
229 @param[in] mode Access mode to use if creating the file.
233 int open (const char *name, int oflags, int mode);
239 int creat(const char *path, mode_t mode)
241 return open(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
245 @param[in] Mode Access mode (permissions) for the new file.
249 int creat (const char *Path, mode_t Mode);
272 - F_SETFL: The old status flags and access mode of the file. [all...] |
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
ConfigViewMode.java | 9 * A wizard view mode widget contains a list card. Each card show a title and 10 * card widget. The view mode widget also has a set of navigation buttons on 45 cardContainers[count].setContentWidget(cards[count].switchToMode(ConfigWizard.Mode.View));
|
/external/clang/include/clang/Driver/ |
Driver.h | 56 /// Describes the kind of LTO mode selected via -f(no-)?lto(=.*)? options. 78 } Mode; 92 /// LTO mode selected via -f(no-)?lto(=.*)? options. 158 bool CCCIsCXX() const { return Mode == GXXMode; } 161 bool CCCIsCPP() const { return Mode == CPPMode; } 164 bool IsCLMode() const { return Mode == CLMode; } 169 /// Set CC_PRINT_OPTIONS mode, which is like -v but logs the commands to 173 /// Set CC_PRINT_HEADERS mode, which causes the frontend to log header include 177 /// Set CC_LOG_DIAGNOSTICS mode, which causes the frontend to log diagnostics 217 // getFinalPhase - Determine which compilation mode we are in and record [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkAllocationCallbackUtil.hpp | 162 enum Mode 170 DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs); 173 void reset (Mode mode, deUint32 numPassingAllocs); 179 Mode m_mode;
|
/external/eigen/Eigen/src/Geometry/ |
Translation.h | 124 template<int Mode, int Options> 125 EIGEN_DEVICE_FUNC inline Transform<Scalar,Dim,Mode> operator* (const Transform<Scalar,Dim,Mode,Options>& t) const 127 Transform<Scalar,Dim,Mode> res = t;
|
/external/libchrome/base/memory/ |
unsafe_shared_memory_region.cc | 72 subtle::PlatformSharedMemoryRegion::Mode::kUnsafe);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fog.c | 103 switch (ctx->Fog.Mode) { 123 _mesa_problem(ctx, "Bad fog mode in make_fog_coord");
|