Searched refs:cc (Results 126 - 150 of 4354) sorted by relevance

1234567891011>>

/external/chromium_org/media/
H A Dmedia.target.linux-arm.mk24 LOCAL_CPP_EXTENSION := .cc
30 media/audio/android/audio_manager_android.cc \
31 media/audio/android/audio_record_input.cc \
32 media/audio/android/opensles_input.cc \
33 media/audio/android/opensles_output.cc \
34 media/audio/android/opensles_wrapper.cc \
35 media/audio/audio_buffers_state.cc \
36 media/audio/audio_device_name.cc \
37 media/audio/audio_device_thread.cc \
38 media/audio/audio_input_controller.cc \
[all...]
H A Dmedia.target.linux-arm64.mk24 LOCAL_CPP_EXTENSION := .cc
30 media/audio/android/audio_manager_android.cc \
31 media/audio/android/audio_record_input.cc \
32 media/audio/android/opensles_input.cc \
33 media/audio/android/opensles_output.cc \
34 media/audio/android/opensles_wrapper.cc \
35 media/audio/audio_buffers_state.cc \
36 media/audio/audio_device_name.cc \
37 media/audio/audio_device_thread.cc \
38 media/audio/audio_input_controller.cc \
[all...]
H A Dmedia.target.linux-mips.mk24 LOCAL_CPP_EXTENSION := .cc
30 media/audio/android/audio_manager_android.cc \
31 media/audio/android/audio_record_input.cc \
32 media/audio/android/opensles_input.cc \
33 media/audio/android/opensles_output.cc \
34 media/audio/android/opensles_wrapper.cc \
35 media/audio/audio_buffers_state.cc \
36 media/audio/audio_device_name.cc \
37 media/audio/audio_device_thread.cc \
38 media/audio/audio_input_controller.cc \
[all...]
H A Dmedia.target.linux-mips64.mk24 LOCAL_CPP_EXTENSION := .cc
30 media/audio/android/audio_manager_android.cc \
31 media/audio/android/audio_record_input.cc \
32 media/audio/android/opensles_input.cc \
33 media/audio/android/opensles_output.cc \
34 media/audio/android/opensles_wrapper.cc \
35 media/audio/audio_buffers_state.cc \
36 media/audio/audio_device_name.cc \
37 media/audio/audio_device_thread.cc \
38 media/audio/audio_input_controller.cc \
[all...]
/external/valgrind/main/none/tests/s390x/
H A Drounding-3.stdout.exp2 cfebr 1.400000 -> 1 cc = 2
3 cfebr 1.500000 -> 2 cc = 2
4 cfebr 2.500000 -> 2 cc = 2
5 cfebr 1.600000 -> 2 cc = 2
6 cfebr -1.400000 -> -1 cc = 1
7 cfebr -1.500000 -> -2 cc = 1
8 cfebr -2.500000 -> -2 cc = 1
9 cfebr -1.600000 -> -2 cc = 1
10 cfebr 0.000000 -> 0 cc = 0
11 cgebr 1.400000 -> 1 cc
[all...]
H A Drounding-6.stdout.exp1 cfebr 1.400000 -> 1 cc = 2 [-> nearest even]
2 cfebr 1.400000 -> 1 cc = 2 [-> 0]
3 cfebr 1.400000 -> 2 cc = 2 [-> +inf]
4 cfebr 1.400000 -> 1 cc = 2 [-> -inf]
5 cfebr 1.500000 -> 2 cc = 2 [-> nearest even]
6 cfebr 1.500000 -> 1 cc = 2 [-> 0]
7 cfebr 1.500000 -> 2 cc = 2 [-> +inf]
8 cfebr 1.500000 -> 1 cc = 2 [-> -inf]
9 cfebr 2.500000 -> 2 cc = 2 [-> nearest even]
10 cfebr 2.500000 -> 2 cc
[all...]
H A Dcondloadstore.stdout.exp1 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000
2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000
3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000
4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000
5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000
6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000
7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000
8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000
9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000
10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc
[all...]
H A Dtrot.c13 uint64_t cc; member in struct:__anon33243
36 register uint64_t cc asm("5");
38 cc = 2; /* cc result will never be 2 */
43 : "=d"(cc),"+&d"(desaddr)
52 regs.cc = cc;
75 if (regs.cc == 0 && regs.len != 0)
76 printf("length is not zero but cc is zero\n");
84 return regs.cc;
90 int cc; local
[all...]
H A Dtrto.c13 uint64_t cc; member in struct:__anon33244
35 register uint64_t cc asm("5");
37 cc = 2; /* cc result will never be 2 */
42 : "=d"(cc),"+&d"(desaddr)
51 regs.cc = cc;
74 if (regs.cc == 0 && regs.len != 0)
75 printf("length is not zero but cc is zero\n");
83 return regs.cc;
88 int cc; local
[all...]
H A Dtrtt.c13 uint64_t cc; member in struct:__anon33245
36 register uint64_t cc asm("5");
38 cc = 2; /* cc result will never be 2 */
43 : "=d"(cc),"+d"(desaddr),"+d"(srcaddr)
52 regs.cc = cc;
76 if (regs.cc == 0 && regs.len != 0)
77 printf("length is not zero but cc is zero\n");
85 return regs.cc;
91 int cc; local
[all...]
H A Ddfp-1.c8 #define DFP_BINOP(insn, op1, op2, type, round, cc) \
16 :"+f" (d1), "=d" (cc) \
23 int cc; local
29 /* case 1: cc = 2 */
32 result_64 = DFP_BINOP(ADTRA, d64_1, d64_2, _Decimal64, 1, cc);
33 DFP_BINOP_PRINT(d64_1, d64_2, result_64, _Decimal64, "+", cc);
34 /* case 2: cc = 1 */
37 result_64 = DFP_BINOP(ADTRA, d64_1, d64_2, _Decimal64, 1, cc);
38 DFP_BINOP_PRINT(d64_1, d64_2, result_64, _Decimal64, "+", cc);
39 /* case 2: cc
[all...]
H A Drounding-1.stdout.exp1 cfdbr [->near/even] -2147483648.500000 -> -2147483648 cc = 1
2 cfdbr [->0] -2147483648.500000 -> -2147483648 cc = 1
3 cfdbr [->+inf] -2147483648.500000 -> -2147483648 cc = 1
4 cfdbr [->-inf] -2147483648.500000 -> -2147483648 cc = 3
H A Dstcke.c18 int cc; local
22 :"+Q" (*addr), "=d"(cc)::"cc");
24 return cc;
35 int cc; local
37 cc = stcke(start.buffer);
38 if (cc)
39 printf("cc != 0!\n");
42 cc = stcke(end.buffer);
43 if (cc)
[all...]
/external/chromium_org/mojo/services/public/cpp/surfaces/
H A Dsurfaces_type_converters.h9 #include "cc/resources/returned_resource.h"
10 #include "cc/resources/transferable_resource.h"
11 #include "cc/surfaces/surface_id.h"
20 namespace cc { namespace
26 } // namespace cc
32 struct MOJO_SURFACES_EXPORT TypeConverter<SurfaceIdPtr, cc::SurfaceId> {
33 static SurfaceIdPtr Convert(const cc::SurfaceId& input);
36 struct MOJO_SURFACES_EXPORT TypeConverter<cc::SurfaceId, SurfaceIdPtr> {
37 static cc::SurfaceId Convert(const SurfaceIdPtr& input);
51 struct MOJO_SURFACES_EXPORT TypeConverter<RenderPassIdPtr, cc
[all...]
/external/javassist/sample/
H A DTest.java28 CtClass cc = pool.get("sample.Test");
30 cc.getDeclaredMethod("g");
37 CtMethod fMethod = cc.getDeclaredMethod("f");
38 CtMethod gMethod = CtNewMethod.copy(fMethod, "g", cc, null);
39 cc.addMethod(gMethod);
40 cc.writeFile(); // update the class file
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.cc7 #include "cc/output/compositor_frame.h"
8 #include "cc/resources/returned_resource.h"
9 #include "cc/surfaces/display.h"
10 #include "cc/surfaces/surface_id_allocator.h"
11 #include "mojo/cc/context_provider_mojo.h"
17 SurfacesImpl::SurfacesImpl(cc::SurfaceManager* manager,
30 cc::SurfaceId cc_id = id.To<cc::SurfaceId>();
31 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) != id_namespace_) {
36 factory_.Create(id.To<cc
[all...]
/external/chromium_org/ppapi/cpp/
H A Dvideo_decoder.cc46 const CompletionCallback& cc) {
53 cc.pp_completion_callback());
57 return cc.MayForce(PP_ERROR_NOTSUPPORTED);
65 cc.pp_completion_callback());
67 return cc.MayForce(PP_ERROR_NOINTERFACE);
73 const CompletionCallback& cc) {
76 pp_resource(), decode_id, size, buffer, cc.pp_completion_callback());
80 pp_resource(), decode_id, size, buffer, cc.pp_completion_callback());
82 return cc.MayForce(PP_ERROR_NOINTERFACE);
86 const CompletionCallbackWithOutput<PP_VideoPicture>& cc) {
43 Initialize(const Graphics3D& context, PP_VideoProfile profile, PP_HardwareAcceleration acceleration, const CompletionCallback& cc) argument
70 Decode(uint32_t decode_id, uint32_t size, const void* buffer, const CompletionCallback& cc) argument
85 GetPicture( const CompletionCallbackWithOutput<PP_VideoPicture>& cc) argument
108 Flush(const CompletionCallback& cc) argument
120 Reset(const CompletionCallback& cc) argument
[all...]
/external/chromium_org/cc/blink/
H A Dweb_animation_curve_common.h11 namespace cc { namespace
16 scoped_ptr<cc::TimingFunction> CreateTimingFunction(
H A Dweb_filter_animation_curve_impl.cc5 #include "cc/blink/web_filter_animation_curve_impl.h"
7 #include "cc/animation/keyframed_animation_curve.h"
8 #include "cc/animation/timing_function.h"
9 #include "cc/blink/web_animation_curve_common.h"
10 #include "cc/blink/web_filter_operations_impl.h"
11 #include "cc/output/filter_operations.h"
18 : curve_(cc::KeyframedFilterAnimationCurve::Create()) {
31 const cc::FilterOperations& filter_operations =
34 curve_->AddKeyframe(cc::FilterKeyframe::Create(
43 const cc
[all...]
/external/chromium_org/cc/test/
H A Drun_all_perftests.cc9 #include "cc/test/cc_test_suite.h"
12 cc::CCTestSuite test_suite(argc, argv);
18 argc, argv, base::Bind(&cc::CCTestSuite::Run,
H A Drun_all_unittests.cc7 #include "cc/test/cc_test_suite.h"
10 cc::CCTestSuite test_suite(argc, argv);
15 base::Bind(&cc::CCTestSuite::Run, base::Unretained(&test_suite)));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c47 sizeof(*ccv), 32, &brw->cc.vp_offset);
100 struct brw_cc_unit_state *cc; local
102 cc = brw_state_batch(brw, AUB_TRACE_CC_STATE,
103 sizeof(*cc), 64, &brw->cc.state_offset);
104 memset(cc, 0, sizeof(*cc));
110 cc->cc0.stencil_enable = 1;
111 cc->cc0.stencil_func =
113 cc
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c47 sizeof(*ccv), 32, &brw->cc.vp_offset);
100 struct brw_cc_unit_state *cc; local
102 cc = brw_state_batch(brw, AUB_TRACE_CC_STATE,
103 sizeof(*cc), 64, &brw->cc.state_offset);
104 memset(cc, 0, sizeof(*cc));
110 cc->cc0.stencil_enable = 1;
111 cc->cc0.stencil_func =
113 cc
[all...]
/external/chromium_org/cc/animation/
H A Danimation_id_provider.cc5 #include "cc/animation/animation_id_provider.h"
7 namespace cc { namespace
19 } // namespace cc
/external/chromium_org/cc/output/
H A Dcontext_provider.cc5 #include "cc/output/context_provider.h"
9 namespace cc { namespace
14 } // namespace cc

Completed in 388 milliseconds

1234567891011>>