HomeSort by relevance Sort by last modified time
    Searched refs:Out (Results 151 - 175 of 243) sorted by null

1 2 3 4 5 67 8 910

  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 435 WebRtc_Word16* out,
449 WebRtc_Word16* out,
463 void WebRtcSpl_Resample22khzTo8khz(const WebRtc_Word16* in, WebRtc_Word16* out,
477 void WebRtcSpl_Resample8khzTo22khz(const WebRtc_Word16* in, WebRtc_Word16* out,
494 void WebRtcSpl_Resample48khzTo32khz(const WebRtc_Word32* In, WebRtc_Word32* Out,
497 void WebRtcSpl_Resample32khzTo24khz(const WebRtc_Word32* In, WebRtc_Word32* Out,
500 void WebRtcSpl_Resample44khzTo32khz(const WebRtc_Word32* In, WebRtc_Word32* Out,
521 void WebRtcSpl_Resample48khzTo16khz(const WebRtc_Word16* in, WebRtc_Word16* out,
534 void WebRtcSpl_Resample16khzTo48khz(const WebRtc_Word16* in, WebRtc_Word16* out,
548 void WebRtcSpl_Resample48khzTo8khz(const WebRtc_Word16* in, WebRtc_Word16* out,
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 37 // or tort (including negligence or otherwise) arising in any way out of
280 icvTeleaInpaintFMM(const CvMat *f, CvMat *t, CvMat *out, int range, CvPriorityQueueFloat *Heap ) {
284 if (CV_MAT_CN(out->type)==3) {
352 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f;
354 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)));
358 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)));
365 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f
731 CvMat *mask = 0, *band = 0, *f = 0, *t = 0, *out = 0; local
    [all...]
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 16 * Constructs an Out of box controller. It manages initialization of screens,
  /external/chromium_org/v8/test/mjsunit/
arguments-opt.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
72 // Out-of-bounds integer access with and without argument
127 // Make sure that out-of-bounds access do lookups in the
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 171 /// \param Out The returned set of output nodes.
188 void removeDead(ExplodedNode *Node, ExplodedNodeSet &Out,
282 void printState(raw_ostream &Out, ProgramStateRef State,
SVals.h 273 void dumpToStream(raw_ostream &Out) const;
289 void dumpToStream(raw_ostream &Out) const;
Store.h 161 /// invalidateRegions - Clears out the specified regions from the store,
175 /// \param[in,out] IS A set to fill with any symbols that are no longer
177 /// \param[in,out] ConstIS A set to fill with any symbols corresponding to
179 /// \param[in,out] InvalidatedTopLevel A vector to fill with regions
182 /// \param[in,out] InvalidatedTopLevelConst A vector to fill with const
185 /// \param[in,out] Invalidated A vector to fill with any regions being
213 virtual void print(Store store, raw_ostream &Out,
  /external/v8/test/mjsunit/
arguments-opt.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
72 // Out-of-bounds integer access with and without argument
127 // Make sure that out-of-bounds access do lookups in the
  /external/clang/include/clang/AST/
DeclBase.h 171 /// in, inout, and out are mutually exclusive and apply only to
340 /// \brief Update a potentially out-of-date declaration.
445 // Note that this should error out if they do not.
885 void print(raw_ostream &Out, unsigned Indentation = 0,
887 void print(raw_ostream &Out, const PrintingPolicy &Policy,
890 raw_ostream &Out, const PrintingPolicy &Policy,
896 void dump(raw_ostream &Out) const;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 242 raw_ostream &Out,
  /external/clang/lib/AST/
Comment.cpp 120 case ParamCommandComment::Out:
121 return "[out]";
123 return "[in,out]";
DeclBase.cpp 58 // Zero out the first 4 bytes; this is used to store the owning module ID.
206 // Out-of-line virtual method providing a home for Decl.
342 llvm::raw_string_ostream Out(*Message);
343 Out << "not available on " << PrettyPlatformName
355 llvm::raw_string_ostream Out(*Message);
356 Out << "introduced in " << PrettyPlatformName << ' '
367 llvm::raw_string_ostream Out(*Message);
368 Out << "obsoleted in " << PrettyPlatformName << ' '
379 llvm::raw_string_ostream Out(*Message);
380 Out << "first deprecated in " << PrettyPlatformName << '
    [all...]
Expr.cpp 428 // Filter out cases where the found Decl is the same as the value refenenced.
486 llvm::raw_svector_ostream Out(Name);
490 Out << "virtual ";
492 Out << "static ";
591 Out << Proto;
593 Out.flush();
598 llvm::raw_svector_ostream Out(Name);
599 Out << (MD->isInstanceMethod() ? '-' : '+');
600 Out << '[';
605 Out << *ID
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 63 Out->push_back(Arg.str());
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 187 static bool Check(DecodeStatus &Out, DecodeStatus In);
192 static bool Check(DecodeStatus &Out, DecodeStatus In) {
195 // Out stays the same.
198 Out = In;
201 Out = In;
481 // out assertions that it thinks should never be hit.
600 // Not an official name, but it turns out that bit 23 distinguishes indexed
605 // The MCInst for an indexed store has an out operand and 4 ins:
659 // The MCInst for an indexed load has 3 out operands and an 3 ins:
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 697 // Figure out what stream we are supposed to write to...
698 OwningPtr<tool_output_file> Out;
704 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
713 Passes.add(createPrintModulePass(&Out->os()));
715 Out->keep();
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 206 void printState(raw_ostream &Out, ProgramStateRef State,
285 /// \param [out] EscapingSymbol A function might not free memory in general,
287 /// returned and the single escaping symbol is returned through the out
    [all...]
  /ndk/build/core/
definitions-graph.mk 50 # Out: subset of input list, where each item passes the predicate.
71 # Filter out a list of modules with a predicate function
75 # Out: subset of input list, where each item doesn't pass the predicate.
77 -ndk-mod-filter-out = $(strip \
82 -test-ndk-mod-filter-out = \
84 $(call test-expect,,$(call -ndk-mod-filter-out,,-local-func))\
85 $(call test-expect,,$(call -ndk-mod-filter-out,foo,-local-func))\
86 $(call test-expect,bar,$(call -ndk-mod-filter-out,foo bar,-local-func))\
87 $(call test-expect,aaa bar,$(call -ndk-mod-filter-out,aaa foo bar foo,-local-func))\
89 $(call test-expect,,$(call -ndk-mod-filter-out,,-local-func))
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 127 MCStreamer &Out;
184 AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
202 virtual MCStreamer &getStreamer() { return Out; }
481 : Lexer(_MAI), Ctx(_Ctx), Out(_Out), MAI(_MAI), SrcMgr(_SM),
603 Out.InitSections();
673 Out.Finish();
681 Out.InitToTextSection();
852 Out.EmitLabel(Sym);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 240 // If we loaded from an AST file, balance out the BeginSourceFile call.
358 // Clear out the previous results.
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 729 // Track back to entry -2 and pull out the offset there.
    [all...]
CodeGenModule.cpp 267 /// ErrorUnsupported - Print out an error that codegen doesn't support the
280 /// ErrorUnsupported - Print out an error that codegen doesn't support the
432 llvm::raw_svector_ostream Out(Buffer);
434 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
436 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
438 getCXXABI().getMangleContext().mangleName(ND, Out);
441 Out.flush();
455 llvm::raw_svector_ostream Out(Buffer.getBuffer());
458 dyn_cast_or_null<VarDecl>(initializedGlobalDecl.getDecl()), Out);
460 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
134 out OutBuf: Pointer; out OutBytes: Integer);
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
287 out OutBuf: Pointer; out OutBytes: Integer);
325 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 82 tablePrinter.addHeaderCell('Handed Out');
  /external/clang/include/clang/Serialization/
ASTWriter.h 307 /// IDs, since they will be written out to an EXTERNAL_DEFINITIONS
316 /// primary to this set, so that we can write out lexical content updates for
749 raw_ostream *Out;
764 StringRef isysroot, raw_ostream *Out,

Completed in 420 milliseconds

1 2 3 4 5 67 8 910