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

12 3 4

  /external/iproute2/testsuite/lib/
generic.sh 31 $TC $@ 2> $TMP_ERR > $TMP_OUT
35 ts_err "command: $TC $@"
82 HELPOUT=`$TC qdisc add $1 help 2>&1`
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.h 33 * TC = filter coefficient type (one of int16_t, int32_t, or float)
37 * For integer input data types TI, the coefficient type TC is either int16_t or int32_t.
38 * For float input data types TI, the coefficient type TC is float.
41 template<typename TC, typename TI, typename TO>
71 const TC* mFirCoefs; // polyphase filter bank
117 typedef void (AudioResamplerDyn<TC, TI, TO>::*resample_ABP_t)(TO* out,
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
trace_after_dispatch.cpp 17 case TC:
  /external/clang/include/clang/Driver/
Tool.h 45 const ToolChain &TC);
SanitizerArgs.h 59 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
127 /// Return the subset of \p Kinds supported by toolchain \p TC. If
130 static unsigned filterUnsupportedKinds(const ToolChain &TC, unsigned Kinds,
136 /// The flags in \p Mask are unsupported by \p TC. If present in \p Kinds,
139 static void filterUnsupportedMask(const ToolChain &TC, unsigned &Kinds,
Driver.h 257 /// \param TC - The default host tool chain.
261 void BuildInputs(const ToolChain &TC, llvm::opt::DerivedArgList &Args,
267 /// \param TC - The default host tool chain.
270 void BuildActions(const ToolChain &TC, llvm::opt::DerivedArgList &Args,
276 /// \param TC - The default host tool chain.
279 void BuildUniversalActions(const ToolChain &TC,
322 /// \param TC - The tool chain for additional information on
326 std::string GetFilePath(const char *Name, const ToolChain &TC) const;
330 /// \param TC - The provided tool chain for additional information on
334 std::string GetProgramPath(const char *Name, const ToolChain &TC) const
    [all...]
  /external/clang/test/SemaTemplate/
member-function-template.cpp 93 template <template <typename> class TC> void foo(const TC<T1>& arg);
96 template <typename T1> template <template <typename> class TC>
97 void S<T1>::foo(const TC<T1>& arg) {}
  /external/clang/lib/Driver/
SanitizerArgs.cpp 37 SanitizerArgs::SanitizerArgs(const ToolChain &TC,
47 const Driver &D = TC.getDriver();
62 Add = filterUnsupportedKinds(TC, Add, Args, *I, /*DiagnoseErrors=*/true,
69 Add = filterUnsupportedKinds(TC, Add, Args, *I, /*DiagnoseErrors=*/false,
167 (TC.getTriple().getEnvironment() == llvm::Triple::Android);
169 (TC.getTriple().getEnvironment() == llvm::Triple::Android);
215 void SanitizerArgs::filterUnsupportedMask(const ToolChain &TC, unsigned &Kinds,
230 TC.getDriver().Diag(diag::err_drv_unsupported_opt_for_target)
231 << Desc << TC.getTriple().str();
236 unsigned SanitizerArgs::filterUnsupportedKinds(const ToolChain &TC,
    [all...]
Driver.cpp 368 const ToolChain &TC = getToolChain(*Args);
371 Compilation *C = new Compilation(*this, TC, Args, TranslatedArgs);
382 if (TC.getTriple().isOSBinFormatMachO())
493 const ToolChain &TC = C.getDefaultToolChain();
494 if (TC.getTriple().isOSBinFormatMachO())
495 BuildUniversalActions(TC, C.getArgs(), Inputs, C.getActions());
497 BuildActions(TC, C.getArgs(), Inputs, C.getActions());
652 const ToolChain &TC = C.getDefaultToolChain();
653 OS << "Target: " << TC.getTripleString() << '\n';
713 const ToolChain &TC = C.getDefaultToolChain()
    [all...]
Compilation.cpp 55 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC,
57 if (!TC)
58 TC = &DefaultToolChain;
60 DerivedArgList *&Entry = TCArgs[std::make_pair(TC, BoundArch)];
62 Entry = TC->TranslateArgs(*TranslatedArgs, BoundArch);
  /external/iproute2/testsuite/tests/
dsmark.t 8 ts_log "dsmark: Unsupported by $TC, skipping"
cls-testbed.t 26 ts_log "cls-testbed: HTB is unsupported by $TC, skipping"
38 ts_log "cls-testbed: dsmark is unsupported by $TC, skipping"
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 71 struct TC {
73 ~TC() {}
89 TC<int> c;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
input_iterator_facade.hpp 38 template <class I, class V, class R, class TC> friend class input_iterator_facade;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 43 template <class I, class V, class TC, class R, class D> class iterator_facade;
457 template <class Derived, class V, class TC, class R, class D> \
477 template <class I, class V, class TC, class R, class D> friend class iterator_facade;
497 , (iterator_facade<Derived, V, TC, R, D> const&
505 , iterator_facade<Derived, V, TC, R, D> const&)
564 template <class I, class V, class TC, class R, class D>
565 static I& derived(iterator_facade<I,V,TC,R,D>& facade)
570 template <class I, class V, class TC, class R, class D>
571 static I const& derived(iterator_facade<I,V,TC,R,D> const& facade)
720 template <class I, class V, class TC, class R, class D
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc64-linux.S 48 .tc vgPlain_tt_fast[TC],vgPlain_tt_fast
50 .tc vgPlain_stats__n_xindirs_32[TC],vgPlain_stats__n_xindirs_32
52 .tc vgPlain_stats__n_xindir_misses_32[TC],vgPlain_stats__n_xindir_misses_32
54 .tc vgPlain_machine_ppc64_has_VMX[TC],vgPlain_machine_ppc64_has_VMX
  /external/iproute2/testsuite/
Makefile 35 TC="$$i/tc/tc" IP="$$i/ip/ip" DEV="$(DEV)" IPVER="$@" SNAME="$$i" \
  /external/llvm/test/MC/PowerPC/
ppc64-relocs-01.s 16 .tc number64[TC],number64
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 40 class TC(unittest.TestCase):
69 class test_exports(TC):
98 class test__RandomNameSequence(TC):
167 class test__candidate_tempdir_list(TC):
210 class TestGetDefaultTempdir(TC):
255 class test__get_candidate_names(TC):
273 class test__mkstemp_inner(TC):
392 class test_gettempprefix(TC):
424 class test_gettempdir(TC):
459 class test_mkstemp(TC)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 40 class TC(unittest.TestCase):
69 class test_exports(TC):
98 class test__RandomNameSequence(TC):
167 class test__candidate_tempdir_list(TC):
210 class TestGetDefaultTempdir(TC):
255 class test__get_candidate_names(TC):
273 class test__mkstemp_inner(TC):
392 class test_gettempprefix(TC):
424 class test_gettempdir(TC):
459 class test_mkstemp(TC)
    [all...]
  /ndk/build/tools/
package-release.sh 513 for TC in $TOOLCHAINS; do
514 unpack_prebuilt $TC-$SYSTEM "$DSTDIR" "$DSTDIR64"
515 echo "Removing sysroot for $TC"
516 rm -rf $DSTDIR/toolchains/$TC/prebuilt/$SYSTEM/sysroot
517 rm -rf $DSTDIR64/toolchains/$TC/prebuilt/${SYSTEM}_64/sysroot
518 rm -rf $DSTDIR64/toolchains/$TC/prebuilt/${SYSTEM}-x86_64/sysroot
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 114 if (const TextComment *TC = dyn_cast<TextComment>(C))
115 return TC->isWhitespace();
132 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
133 if (!TC)
136 return cxstring::createRef(TC->getText());
  /external/iproute2/examples/
cbq.init-v0.7.3 37 # - replace hardcoded ip/tc location with variables
106 # - optional tc & ip command logging (into /var/run/cbq-*)
153 # of Linux kernel is provided by "ip" and "tc" utilities from A. Kuznetsov's
163 # face "ip" and "tc" interface.
166 # 0.6.4. The caching works so that the sequence of "tc" commands for given
175 # If you only want cqb.init to translate your configuration to "tc" commands,
176 # use "compile" command which will output "tc" commands required to build
177 # your configuration. Bear in mind that "compile" does not check if the "tc"
374 # does not define any realms, it justs builds "tc filter" commands
477 TC=/sbin/t
    [all...]

Completed in 536 milliseconds

12 3 4