HomeSort by relevance Sort by last modified time
    Searched refs:TC (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/chromium_org/ipc/
ipc_message_macros.h 479 template<class T, class S, class P, typename TA, typename TB, typename TC> \
481 void (T::*func)(P*, TA, TB, TC)) { \
491 template<class T, class S, class P, typename TA, typename TB, typename TC, \
494 void (T::*func)(P*, TA, TB, TC, TD)) { \
504 template<class T, class S, class P, typename TA, typename TB, typename TC, \
507 void (T::*func)(P*, TA, TB, TC, TD, TE)) { \
551 template<typename TA, typename TB, typename TC> \
552 static void WriteReplyParams(Message* reply, TA a, TB b, TC c) { \
557 template<typename TA, typename TB, typename TC, typename TD> \
558 static void WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d) {
    [all...]
ipc_message_utils.h 937 template<typename TA, typename TB, typename TC>
938 static void WriteReplyParams(Message* reply, TA a, TB b, TC c) {
943 template<typename TA, typename TB, typename TC, typename TD>
944 static void WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d) {
949 template<typename TA, typename TB, typename TC, typename TD, typename TE>
950 static void WriteReplyParams(Message* reply, TA a, TB b, TC c, TD d, TE e) {
  /external/clang/include/clang/Driver/
Compilation.h 111 /// tool chain \p TC (or the default tool chain, if TC is not specified).
114 const llvm::opt::DerivedArgList &getArgsForToolChain(const ToolChain *TC,
  /external/clang/test/Sema/
attr-mode.c 68 typedef _Complex float c128ibm __attribute__ ((mode (TC)));
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 46 will output a file (OUTPUT_FILE) you can import directly into the TC using the
51 return 'Import existing translations in RC format into the TC'
236 in the format used by the TC's Bulk Translation Upload tool. The file
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/lib/Driver/
Tools.cpp 170 static void AddLinkerInputs(const ToolChain &TC,
173 const Driver &D = TC.getDriver();
180 if (!TC.HasNativeLLVMSupport()) {
187 << TC.getTripleString();
201 TC.AddCXXStdlibLibArgs(Args, CmdArgs);
203 TC.AddCCKextLibArgs(Args, CmdArgs);
210 if (!TC.isCrossCompiling())
    [all...]
  /external/clang/test/OpenMP/
for_loop_messages.cpp 523 class TC {
578 for (IT I = begin; I < end; I += TC<int, ST>::step()) {
585 TC<GoodIter, 100> t1;
586 TC<GoodIter, -100> t2;
588 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
parallel_for_loop_messages.cpp 448 class TC {
496 for (IT I = begin; I < end; I += TC<int, ST>::step()) {
503 TC<GoodIter, 100> t1;
504 TC<GoodIter, -100> t2;
506 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
simd_loop_messages.cpp 440 template <typename IT, int ST> class TC {
487 for (IT I = begin; I < end; I+=TC<int,ST>::step()) {
494 TC<GoodIter, 100> t1;
495 TC<GoodIter, -100> t2;
497 t2.dotest_lt(begin, end); // expected-note {{in instantiation of member function 'TC<GoodIter, -100>::dotest_lt' requested here}}
  /external/clang/lib/AST/
Comment.cpp 108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) {
109 if (!TC->isWhitespace())
TypePrinter.cpp 163 Type::TypeClass TC = T->getTypeClass();
165 TC = AT->desugar()->getTypeClass();
168 TC = Subst->getReplacementType()->getTypeClass();
170 switch (TC) {
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 121 TextComment *TC;
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
126 StringRef ActualText = TC->getText();
132 if (TC->hasTrailingNewline())
142 TextComment *TC;
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
147 StringRef ActualText = TC->getText();
153 if (!TC->hasTrailingNewline())
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 114 TC = (1<<glu::SHADERTYPE_TESSELLATION_CONTROL),
120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
  /external/smack/src/org/xbill/DNS/
Message.java 101 boolean truncated = header.getFlag(Flags.TC);
450 newheader.setFlag(Flags.TC);
496 * message (with the TC bit) if the message doesn't fit, and will also
SimpleResolver.java 290 response.getHeader().getFlag(Flags.TC))
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
quadmath.h 32 typedef _Complex float __attribute__((mode(TC))) __complex128;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
quadmath.h 32 typedef _Complex float __attribute__((mode(TC))) __complex128;
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 262 if {[info exists TC(count)]} return
273 set TC(errors) 0
274 set TC(count) 0
275 set TC(fail_list) [list]
276 set TC(omit_list) [list]
280 set ::TC($counter) [lindex $args 0]
282 set ::TC($counter)
    [all...]
  /external/chromium_org/v8/test/webkit/
date-parse-comments-test.js 84 testDateParse("Dec 25 1995 1:30 U(TC)", "NaN");
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_formats.c 197 F3B(L8_SNORM, R8_SNORM, C0, C0, C0, xx, SNORM, 8, TC),
200 F3B(L16_UNORM, R16_UNORM, C0, C0, C0, xx, UNORM, 16, TC),
201 F3B(L16_SNORM, R16_SNORM, C0, C0, C0, xx, SNORM, 16, TC),
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_formats.c 197 F3B(L8_SNORM, R8_SNORM, C0, C0, C0, xx, SNORM, 8, TC),
200 F3B(L16_UNORM, R16_UNORM, C0, C0, C0, xx, UNORM, 16, TC),
201 F3B(L16_SNORM, R16_SNORM, C0, C0, C0, xx, SNORM, 16, TC),
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 591 milliseconds

1 23 4