HomeSort by relevance Sort by last modified time
    Searched refs:Setup (Results 26 - 50 of 65) sorted by null

12 3

  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 237 " movl $0x80000001,%%eax # Setup extended function 800000001h\n"
255 " movl $0x80000001,%%eax # Setup extended function 800000001h\n"
273 mov eax,80000001h ; Setup extended function 800000001h
  /external/regex-re2/re2/
compile.cc 210 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
950 void Compiler::Setup(Regexp::ParseFlags flags, int64 max_mem,
993 c.Setup(re->parse_flags(), max_mem, RE2::ANCHOR_BOTH /* unused */);
1096 c.Setup(pf, options.max_mem(), anchor);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 64 @ Setup passed parameters in their destination registers
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 96 static void Setup(const std::string& jclass_name,
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 205 // virtual void SetUp() { ... }
265 virtual void SetUp();
289 // Often a user mis-spells SetUp() as Setup() and spends a long time
295 // will be a conflict if a user declares void Setup() in his test
304 // about it being private, you have mis-spelled SetUp() as Setup().
306 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
413 // methods SetUp() and TearDown() instead of the constructor and the
428 virtual void SetUp() {}
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
base.js 34 // do the performance measurement. The optional setup and tearDown
38 function Benchmark(name, run, setup, tearDown, minIterations) {
41 this.Setup = setup ? setup : function() { };
248 // Run the setup, the actual benchmark, and the tear down in three
255 suite.benchmarks[index].Setup();
287 // Start out running the setup.
  /external/v8/benchmarks/
base.js 34 // do the performance measurement. The optional setup and tearDown
38 function Benchmark(name, run, setup, tearDown) {
41 this.Setup = setup ? setup : function() { };
243 // Run the setup, the actual benchmark, and the tear down in three
250 suite.benchmarks[index].Setup();
282 // Start out running the setup.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 430 self._logger.debug('Setup filter for deflate-stream')
  /external/chromium/chrome/browser/resources/
network_menu.js 14 // Setup css canvas 'spinner-circle'
  /external/chromium/testing/gtest/include/gtest/
gtest.h 347 // virtual void SetUp() { ... }
414 virtual void SetUp();
442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/gtest/include/gtest/
gtest.h 347 // virtual void SetUp() { ... }
414 virtual void SetUp();
442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 347 // virtual void SetUp() { ... }
414 virtual void SetUp();
442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 253 // virtual void SetUp() { ... }
320 virtual void SetUp();
344 // Often a user mis-spells SetUp() as Setup() and spends a long time
350 // will be a conflict if a user declares void Setup() in his test
359 // about it being private, you have mis-spelled SetUp() as Setup().
361 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
747 // methods SetUp() and TearDown() instead of the constructor and the
762 virtual void SetUp() {}
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 298 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
651 /* setup input buffer */
652 if (pInbufOps->Setup(hMFCHandle, inputBufferNumber) != VIDEO_ERROR_NONE) {
653 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "Failed to setup input buffer");
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 402 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
759 /* setup input buffer */
760 if (pInbufOps->Setup(hMFCHandle, inputBufferNumber) != VIDEO_ERROR_NONE) {
761 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "Failed to setup input buffer");
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 217 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
570 /* setup input buffer */
571 if (pInbufOps->Setup(hMFCHandle, inputBufferNumber) != VIDEO_ERROR_NONE) {
572 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "Failed to setup input buffer");
732 if (pOutbufOps->Setup(hMFCHandle, nOutbufs) != VIDEO_ERROR_NONE) {
733 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "Failed to setup output buffer");
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 452 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 322 // Setup the MockDate so it forwards methods to "this.wrappedDate_" (which is a
  /external/libvorbis/doc/
01-introduction.tex 77 \subsubsection{Codec Setup and Probability Model}
82 For these reasons, configurable aspects of codec setup intentionally
88 packed into the bitstream header along with extensive CODEC setup
92 without having previously fetched the codec setup header.
97 bitstream so long as the codec has been initialized/setup with the
98 setup headers.
133 Decoder setup consists of configuration of multiple, self-contained
262 \subsubsection{Decode Setup}
272 header, the comments header, and the setup header.
284 \paragraph{Setup Header
    [all...]
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
17 \subsection{Header decode and decode setup}
21 and the setup header. All are required for decode compliance. An
37 is type 1, the comment header type 3 and the setup header type 5
40 identification, comment, setup.
90 \subsubsection{Setup header}
92 Vorbis codec setup is configurable to an extreme degree:
100 The setup header contains the bulk of the codec setup information
101 needed for decode. The setup header contains, in order, the lists o
    [all...]
  /gdk/build/core/
definitions.mk 695 # defined in the toolchain's setup.mk script.
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 212 // This page is an api page. Setup types and apiDefinition.
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 792 * [Decoder Buffer OPS] Setup (Input)
911 * [Decoder Buffer OPS] Setup (Output)
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 124 # Setup
126 setup: label

Completed in 2656 milliseconds

12 3