HomeSort by relevance Sort by last modified time
    Searched full:filt (Results 26 - 50 of 74) sorted by null

12 3

  /build/core/
checktree 40 def run(command, regex, filt):
60 filt_compiled = re.compile(filt)
  /external/clang/www/demo/
DemoInfo.html 33 <h2><a name="demangle">Demangle C++ names with C++ filt</a></h2>
36 Select this option if you want to run the output LLVM IR through "c++filt",
  /external/v8/tools/
presubmit.py 208 filt = '-,' + ",".join(['+' + n for n in ENABLED_LINT_RULES])
209 command = ['cpplint.py', '--filter', filt] + join(files)
212 command = ['python', local_cpplint, '--filter', filt] + join(files)
  /external/webkit/Source/WebCore/manual-tests/
svg-filter-animation.svg 36 <filter id="filt" filterUnits="objectBoundingBox" x="0" y="0" width="100%" height="100%">
50 <g filter="url(#filt)" fill="white" stroke="black" onclick="start()">
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_tns.cpp 92 pTnsFrameInfo->filt[]->order = The order of each individual TNS filter.
94 pTnsFrameInfo->filt[]->coef_res = The resolution of the filter coefficients
96 pTnsFrameInfo->filt[]->start_band = start of spectral band
98 pTnsFrameInfo->filt[]->stop_band = end of spectral band
100 pTnsFrameInfo->filt[]->coef[] = Each filter's coefficients are filled with
103 pTnsFrameInfo->filt[]->direction = A flag is set for each TNS filter.
112 The value stored in filt[]->direction maps the values [0,1] to [1,-1] for
417 pFilt = pTnsFrameInfo->filt;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DeblockingChroma_unsafe_s.s 91 ;// - Filter masks - filt: D16, aqflg: D12, apflg: D17
167 ;// - Filter masks - filt: D16, aqflg: D12, apflg: D17
armVCM4P10_DeblockingLuma_unsafe_s.s 114 ;// - Filter masks - filt: D16, aqflg: D12, apflg: D17
248 ;// - Filter masks - filt: D16, aqflg: D12, apflg: D17
  /external/icu4c/config/
mh-darwin 88 GENREN_PL_OPTS=-x Mach-O -n '-g' -p '| c++filt'
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 212 : state_id1(s1), state_id2(s2), filt(f) {}
215 int filt; // epsilon filter state member in struct:fst::ComposeStateTable::StateTuple
237 x.filt == y.filt;
250 x.filt * kPrime1);
287 static const int filt = 0; // 'fake' epsilon filter - only needed member in struct:fst::StringDetComposeStateTable::StateTuple
456 int f = tuple.filt;
    [all...]
shortest-distance.h 42 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId,
44 : state_queue(q), arc_filter(filt), source(src), delta(d) {}
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.cpp 419 Word16 filt; /* median-filtered LTP coding gain, Q13 */ local
473 filt = gmed_n(st->ltpg_mem, 5); /* function result */
477 if (filt > 5443) /* 5443 Q13 = 0.66443... */
483 if (filt < 0)
488 { /* result = 0.5 - 0.75257499*filt */
489 /* result (Q15) = 16384 - 24660 * (filt << 2) */
490 filt = shl(filt, 2, pOverflow); /* Q15 */
491 result = mult(24660, filt, pOverflow);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
binutils.info 15 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols
16 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt
57 * c++filt:: Filter to demangle encoded C++ symbols
58 * cxxfilt: c++filt. MS-DOS name for c++filt
594 compiler. *Note c++filt::, for more information on demangling.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
binutils.info 15 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols
16 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt
57 * c++filt:: Filter to demangle encoded C++ symbols
58 * cxxfilt: c++filt. MS-DOS name for c++filt
594 compiler. *Note c++filt::, for more information on demangling.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
binutils.info 15 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols
16 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt
57 * c++filt:: Filter to demangle encoded C++ symbols
58 * cxxfilt: c++filt. MS-DOS name for c++filt
594 compiler. *Note c++filt::, for more information on demangling.
    [all...]
  /external/icu4c/test/cintltst/
utransts.c 488 UChar filt[128]; local
514 /*u_uastrcpy(filt, DATA[i]);*/
515 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1);
516 utrans_setFilter(hex, filt, -1, &status);
  /external/kernel-headers/original/linux/
if_ppp.h 137 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
  /external/ppp/pppd/include/net/
if_ppp.h 134 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */
  /external/webkit/Tools/Scripts/
check-for-weak-vtables-and-externals 60 if (!open NM, "(nm -m '$executablePath' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") {
detect-mismatched-virtual-const 71 if (!open NM, "(nm '$file' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ppp.h 151 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
binutils.info 24 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols.
25 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
64 * c++filt:: Filter to demangle encoded C++ symbols
65 * cxxfilt: c++filt. MS-DOS name for c++filt
635 compiler. *Note c++filt::, for more information on demangling.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
binutils.info 24 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols.
25 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
64 * c++filt:: Filter to demangle encoded C++ symbols
65 * cxxfilt: c++filt. MS-DOS name for c++filt
635 compiler. *Note c++filt::, for more information on demangling.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
binutils.info 24 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols.
25 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
64 * c++filt:: Filter to demangle encoded C++ symbols
65 * cxxfilt: c++filt. MS-DOS name for c++filt
635 compiler. *Note c++filt::, for more information on demangling.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
binutils.info 24 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols.
25 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
64 * c++filt:: Filter to demangle encoded C++ symbols
65 * cxxfilt: c++filt. MS-DOS name for c++filt
657 compiler. *Note c++filt::, for more information on demangling.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
binutils.info 24 * c++filt: (binutils)c++filt. Filter to demangle encoded C++ symbols.
25 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
64 * c++filt:: Filter to demangle encoded C++ symbols
65 * cxxfilt: c++filt. MS-DOS name for c++filt
635 compiler. *Note c++filt::, for more information on demangling.
    [all...]

Completed in 3071 milliseconds

12 3