HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 1101 - 1125 of 1211) sorted by null

<<414243444546474849

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 237 unsigned char cc[11]; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 621 CALLCONV cc; member in struct:tagMETHODDATA
637 WINOLEAUTAPI DispCallFunc(void *pvInstance,ULONG_PTR oVft,CALLCONV cc,VARTYPE vtReturn,UINT cActuals,VARTYPE *prgvt,VARIANTARG **prgpvarg,VARIANT *pvargResult);
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 5 #include "cc/output/gl_renderer.h"
19 #include "cc/base/math_util.h"
20 #include "cc/layers/video_layer_impl.h"
21 #include "cc/output/compositor_frame.h"
22 #include "cc/output/compositor_frame_metadata.h"
23 #include "cc/output/context_provider.h"
24 #include "cc/output/copy_output_request.h"
25 #include "cc/output/geometry_binding.h"
26 #include "cc/output/gl_frame_data.h"
27 #include "cc/output/output_surface.h
60 namespace cc { namespace
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 5 #include "cc/trees/layer_tree_host_impl.h"
13 #include "cc/animation/scrollbar_animation_controller_thinning.h"
14 #include "cc/base/latency_info_swap_promise.h"
15 #include "cc/base/math_util.h"
16 #include "cc/input/top_controls_manager.h"
17 #include "cc/layers/append_quads_data.h"
18 #include "cc/layers/delegated_renderer_layer_impl.h"
19 #include "cc/layers/heads_up_display_layer_impl.h"
20 #include "cc/layers/io_surface_layer_impl.h"
21 #include "cc/layers/layer_impl.h
73 namespace cc { namespace
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 502 'cc': 'C C',
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 208 static const char kIsacCodecName[] = "ISAC"; // From webrtcvoiceengine.cc
787 const IceCandidateCollection* cc = desci.candidates(mline_index); local
788 for (size_t i = 0; i < cc->count(); ++i) {
789 const IceCandidateInterface* candidate = cc->at(i);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 587 bool compare(CondCode cc, float fval) const;
679 CondCode cc; member in class:nv50_ir::Instruction
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 117 * CC - Color Calculator. No EU threads associated with this unit.
1034 } cc; member in struct:brw_context
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 2538 N_word cc; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 3859 int type = 0, cc; \/* type = 0 to placate optimisers *\/ local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 66 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
68 ASSERT(cc == carry || cc == not_carry);
70 __ j(cc, target, distance);
648 void FullCodeGenerator::Split(Condition cc,
653 __ j(cc, if_true);
655 __ j(NegateCondition(cc), if_false);
657 __ j(cc, if_true);
4514 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
lithium-codegen-ia32.cc 826 void LCodeGen::DeoptimizeIf(Condition cc,
863 if (cc != no_condition) __ j(NegateCondition(cc), &done, Label::kNear);
869 if (cc == no_condition && frame_is_built_) {
883 if (cc == no_condition) {
886 __ j(cc, &jump_table_.last().label);
892 void LCodeGen::DeoptimizeIf(Condition cc,
897 DeoptimizeIf(cc, environment, bailout_type);
2256 Condition cc = TokenToCondition(instr->op(), is_unsigned); local
4067 Condition cc = instr->hydrogen()->allow_equality() ? above : above_equal; local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 66 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) {
68 ASSERT(cc == carry || cc == not_carry);
70 __ j(cc, target, near_jump);
669 void FullCodeGenerator::Split(Condition cc,
674 __ j(cc, if_true);
676 __ j(NegateCondition(cc), if_false);
678 __ j(cc, if_true);
4514 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 66 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
68 ASSERT(cc == carry || cc == not_carry);
70 __ j(cc, target, distance);
647 void FullCodeGenerator::Split(Condition cc,
652 __ j(cc, if_true);
654 __ j(NegateCondition(cc), if_false);
656 __ j(cc, if_true);
4507 Condition cc = CompareIC::ComputeCondition(op); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 4826 contextCase cc; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 587 bool compare(CondCode cc, float fval) const;
679 CondCode cc; member in class:nv50_ir::Instruction
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 117 * CC - Color Calculator. No EU threads associated with this unit.
1034 } cc; member in struct:brw_context
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 666 ARMCondCode cc; /* ARMcc_NV is not allowed */ member in struct:__anon35571::__anon35572::__anon35579
673 ARMCondCode cc; /* ARMcc_NV is not allowed */ member in struct:__anon35571::__anon35572::__anon35580
681 ARMCondCode cc; /* ARMcc_NV is not allowed */ member in struct:__anon35571::__anon35572::__anon35581
688 ARMCondCode cc; /* ARMcc_NV is not allowed */ member in struct:__anon35571::__anon35572::__anon35582
host_ppc_defs.c 298 PPCCondCode cc; local
299 cc.flag = flag;
300 cc.test = test;
306 return cc;
1742 PPCCondCode cc = i->Pin.Set.cond; local
4684 PPCCondCode cc = i->Pin.FpCMov.cond; local
5208 PPCCondCode cc = i->Pin.AvCMov.cond; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumSetTest.java 44 a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, enum constant in enum:EnumSetTest.EnumFoo
52 a{}, b{}, c{}, d{}, e{}, f{}, g{}, h{}, i{}, j{}, k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{}, Z{}, aa{}, bb{}, cc{}, dd{}, ee{}, ff{}, gg{}, hh{}, ii{}, jj{}, kk{}, ll{}, mm{}, enum constant in enum:EnumSetTest.HugeEnumWithInnerClass
56 a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, bb, cc, dd, ee, ff, gg, hh, ii, jj, kk, ll, mm, enum constant in enum:EnumSetTest.HugeEnum
698 set.add(EnumFoo.cc);
820 hugeSet.add(HugeEnum.cc);
825 hugeSet.add(HugeEnum.cc);
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 4150 Condition cc = instr->hydrogen()->allow_equality() ? hi : hs; local
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 754 // 1) The parser generates an abstract syntax tree. See ast.cc.
2817 RegExpCharacterClass* cc = elm.char_class(); local
3285 RegExpCharacterClass* cc = elm.char_class(); local
3407 RegExpCharacterClass* cc = elm.char_class(); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 2747 Condition cc = __ IsObjectStringType(object, temp, temp); local
4145 Condition cc = instr->hydrogen()->allow_equality() ? hi : hs; local
    [all...]

Completed in 2908 milliseconds

<<414243444546474849