Home
last modified time | relevance | path

Searched refs:using (Results 2901 - 2925 of 3340) sorted by relevance

1...<<111112113114115116117118119120>>...134

/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.h279 using Metadata = std::map<std::string, std::string>;
303 using FormToVisitorFnMapT = std::unordered_map<
528 // Decode the instruction by either sampling the bits using the bit extract
732 // from an instruction using the fast "compress" algorithm. See
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h181 using WrappedObject::operator=;
369 using PrimaryCommandBuffer = priv::CommandBuffer;
597 using WrappedObject::operator=;
610 using WrappedObject::operator=;
1130 using rx::vkCmdBeginDebugUtilsLabelEXT; in beginDebugUtilsLabelEXT()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h343 // not using __APPLE__ because... this is how Catch does it
435 using string = basic_string<char, char_traits<char>, allocator<char>>;
454 // - if small - capacity left before going on the heap - using the lowest 5 bits
659 String m_file; // the file in which the test was registered (using String - see #350)
841 using has_insertion_operator = has_insertion_operator_impl::check<const T>;
1081 // instantiated it can look for global operator using normal conversions.
1975 // for grouping tests in test suites by using code blocks
2914 using namespace detail;
2998 using namespace std;
3043 using AtomicOrMultiLaneAtomi
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h320 using ScopedExceptionHandler = compiler::ScopedExceptionHandler;
323 using LazyNode = std::function<TNode<T>()>;
336 using AllocationFlags = base::Flags<AllocationFlag>;
789 using BranchGenerator = std::function<void(Label*, Label*)>;
791 using NodeGenerator = std::function<TNode<T>()>;
792 using ExtraNode = std::pair<TNode<Object>, const char*>;
1898 using TorqueGeneratedExportedMacrosAssembler::AllocateSeqOneByteString;
1903 using TorqueGeneratedExportedMacrosAssembler::AllocateSeqTwoByteString;
2228 using ExtractFixedArrayFlags = base::Flags<ExtractFixedArrayFlag>;
2919 // constant |value|. Avoids a shift compared to using DecodeWord3
[all...]
/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h30 using namespace OHOS::HDI::Display::Composer::V1_0;
527 * Before using a layer on the GUI, you must open the layer based on the layer information. After the layer is
570 * framebuffer by using <b>SetDisplayClientBuffer</b> before the commit operation.
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h49 using TestAudioManager = struct IAudioManager;
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dmedia_key_system_stub.h31 using namespace OHOS;
/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_service.h29 using OHOS::MessageParcel;
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh194 echo "10." Check for runtime errors using the following command: >> $resdir/bare-metal
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dvmtest.sh59 If you build your kernel using KBUILD_OUTPUT= or O= options, these
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_dispatch.S265 @Is the task using the FPU context? If so, push high vfp registers.
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/
H A DIt_posix_queue.h82 using SEM_HANDLE_T = UINT32;
/third_party/ffmpeg/libavcodec/arm/
H A Dstartcode_armv6.S77 @ before using code that does preloads
/third_party/ffmpeg/libavcodec/x86/
H A Dsimple_idct10.asm192 ; Also, using a bias on input overflows, so use the bias
H A Dlossless_videoencdsp.asm133 ; Directly using unaligned SSE2 version is marginally faster than
/third_party/gn/src/base/memory/
H A Dscoped_refptr.h62 using Tag = std::decay_t<decltype(T::kRefCountPreference)>; in AdoptRef()
/third_party/backends/backend/genesys/
H A Dutilities.h235 using StreamStateSaver = BasicStreamStateSaver<char, std::char_traits<char>>;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h98 * Collator, using data-driven tables. The user can create a customized
186 /** Opens a collator from a collator binary image created using
241 * @return the collation element iterator of the source string using this as
253 * @return the collation element iterator of the source using this as the
261 using Collator::compare;
318 * Compares two strings using the Collator.
333 * Compares two UTF-8 strings using the Collator.
482 * later used to instantiate a collator using ucol_openBinary.
617 * in the root collator. The object must be disposed of by using delete
701 * a collator with the same attributes using th
[all...]
H A Dnumfmt.h81 * using namespace std;
155 * If you are using a monospaced font with spacing for alignment, you
162 * If you are using proportional fonts, instead of padding with
280 using Format::format;
764 * Creates NumberFormat instance without using the cache.
865 * Unregister a previously-registered NumberFormatFactory using the key returned from the
H A Dmsgfmt.h69 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
100 * (or using a custom Format object if one was set).
249 * <p>Arguments are formatted according to their type, using the default
364 * Constructs a new MessageFormat using the given pattern and the
376 * Constructs a new MessageFormat using the given pattern and locale.
387 * Constructs a new MessageFormat using the given pattern and locale.
647 using Format::format;
674 * using the given pattern.
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex28 the same name. The main advantage of using the \Prog{unwind-setjmp}
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h304 using AluOpFlags=std::bitset<alu_flag_count>;
/third_party/node/src/crypto/
H A Dcrypto_cipher.h146 using AdditionalParams = typename CipherTraits::AdditionalParameters;
/third_party/node/src/
H A Dhistogram.h62 using HistogramPointer = DeleteFnPtr<hdr_histogram, hdr_close>;
/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.h213 // transferred to a different Context/Isolate using the same engine.
217 // Imports the shared part of a module from a different Context/Isolate using
345 using DeadCodeMap = std::unordered_map<NativeModule*, std::vector<WasmCode*>>;

Completed in 32 milliseconds

1...<<111112113114115116117118119120>>...134