HomeSort by relevance Sort by last modified time
    Searched defs:RS (Results 1 - 25 of 43) sorted by null

1 2

  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyView.java 37 RenderScriptGL RS = createRenderScriptGL(sc);
39 render.init(RS, getResources(), false);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassView.java 37 RenderScriptGL RS = createRenderScriptGL(sc);
39 render.init(RS, getResources(), false);
  /frameworks/rs/cpp/
RenderScript.cpp 34 bool RS::gInitialized = false;
35 bool RS::usingNative = false;
36 pthread_mutex_t RS::gInitMutex = PTHREAD_MUTEX_INITIALIZER;
37 dispatchTable* RS::dispatch = NULL;
40 RS::RS() {
53 RS::~RS() {
57 RS::dispatch->ContextDeinitToClient(mContext);
62 RS::dispatch->ContextDestroy(mContext)
520 RS *rs = static_cast<RS *>(vrsc); local
    [all...]
rsCppStructs.h 28 * Every row in an RS allocation is guaranteed to be aligned by this amount, and
39 class RS;
85 class RS : public android::RSC::LightRefBase<RS> {
88 RS();
89 virtual ~RS();
263 sp<RS> mRS;
266 BaseObj(void *id, sp<RS> rs);
313 Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 208 Selector RS = Ctx.Selectors.getSelector(0, &RII);
240 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx)
MallocChecker.cpp 92 static RefState getEscaped(const RefState *RS) {
93 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
315 const Expr *DeallocExpr, const RefState *RS,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 96 const ReturnStmt *RS = cast<ReturnStmt>(S);
97 if (const Expr *RE = RS->getRetValue())
  /external/llvm/lib/CodeGen/
BranchFolding.h 93 RegScavenger *RS;
PrologEpilogInserter.h 51 RegScavenger *RS;
TailDuplication.cpp 66 OwningPtr<RegScavenger> RS;
136 RS.reset();
138 RS.reset(new RegScavenger());
787 if (RS && !TailBB->livein_empty()) {
789 RS->enterBasicBlock(PredBB);
791 RS->forward(prior(PredBB->end()));
793 RS->getRegsUsed(RegsLiveAtExit, false);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 65 RegScavenger &RS);
119 RegScavenger RS;
125 RS.enterBasicBlock(MBB);
132 RS.forward(MII);
139 convertLoopInstr(MF, MII, RS);
160 RegScavenger &RS) {
164 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0);
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallView.java 40 RenderScriptGL RS = createRenderScriptGL(sc);
42 mRender.init(RS, getResources(), false);
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 60 #define RS 0x04 // RS pin
63 #define SET_RS lcdPins |= RS
64 #define CLR_RS lcdPins &= ~RS
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 24 RS,
51 * \brief RS StringHash funciton
54 struct StringHash<RS> : public std::unary_function<const llvm::StringRef&, uint32_t>
  /external/guava/guava/src/com/google/common/base/
Ascii.java 335 * relationship shall be: FS is the most inclusive, then GS, then RS,
355 public static final byte RS = 30;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 35 RS = 0x1e # ^^
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 35 RS = 0x1e # ^^
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 55 /* The 4x8 RS Linear Transform */
56 static const unsigned char RS[4][8] = {
223 /* computes [y0 y1 y2 y3] = RS . [x0 x1 x2 x3 x4 x5 x6 x7] */
234 /* computes [y0 y1 y2 y3] = RS . [x0 x1 x2 x3 x4 x5 x6 x7] */
241 out[x] ^= gf_mult(in[y], RS[x][y], RS_POLY);
  /ndk/sources/host-tools/nawk-20071023/
tran.c 40 char **RS; /* initial record sep */
79 RS = &setsymtab("RS", "\n", 0.0, STR|DONTFREE, symtab)->sval;
  /external/clang/lib/Sema/
SemaLambda.cpp 420 const ReturnStmt *RS = *I;
421 const Expr *RetE = RS->getRetValue();
429 Diag(RS->getLocStart(),
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 79 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext");
195 RenderScript RS = getRenderScriptContext();
198 mFiltersOnlyOriginalAllocation = Allocation.createFromBitmap(RS, originalBitmap,
206 mOriginalAllocation = Allocation.createFromBitmap(RS, mResizedOriginalBitmap,
445 RenderScript RS = getRenderScriptContext();
454 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer,
456 mInPixelsAllocation = Allocation.createTyped(RS,
460 if (RS != null) {
  /external/aac/libAACenc/src/
metadata_compressor.cpp 121 RS = 5,
176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
531 drcComp->channelIdx[RS] = channelMapping.elInfo[2].ChannelIndex[1];
539 drcComp->channelIdx[RS] = channelMapping.elInfo[2].ChannelIndex[1];
548 drcComp->channelIdx[RS] = channelMapping.elInfo[3].ChannelIndex[1]; /* rs */
558 drcComp->channelIdx[RS] = channelMapping.elInfo[3].ChannelIndex[1]; /* rrear */
560 drcComp->channelIdx[RS2] = channelMapping.elInfo[2].ChannelIndex[1]; /* rs */
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 69 RegScavenger *RS;
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 396 #define RS(r) ((r)<<21)
408 #define SAB(s,a,b) (RS(s) | RA(a) | RB(b))
453 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
477 tcg_out32 (s, MTSPR | RS (0) | CTR);
502 tcg_out32 (s, MTSPR | RS (arg) | LR);
558 | RS (addr_reg)
573 | RS (addr_reg)
605 tcg_out32 (s, EXTSB | RA (data_reg) | RS (3));
608 tcg_out32 (s, EXTSH | RA (data_reg) | RS (3));
672 tcg_out32 (s, EXTSB | RA (data_reg) | RS (data_reg))
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 393 #define RS(r) ((r)<<21)
406 #define SAB(s,a,b) (RS(s) | RA(a) | RB(b))
443 static void tcg_out_rld (TCGContext *s, int op, int ra, int rs, int sh, int mb)
447 tcg_out32 (s, op | RA (ra) | RS (rs) | sh | mb);
457 tcg_out32 (s, ORI | RS (ret) | RA (ret) | (arg & 0xffff));
477 if (h16) tcg_out32 (s, ORIS | RS (ret) | RA (ret) | h16);
478 if (l16) tcg_out32 (s, ORI | RS (ret) | RA (ret) | l16);
497 tcg_out32 (s, MTSPR | RS (0) | CTR);
509 tcg_out32 (s, MTSPR | RS (arg) | LR)
    [all...]

Completed in 877 milliseconds

1 2