HomeSort by relevance Sort by last modified time
    Searched refs:sc (Results 226 - 250 of 648) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/driver/
rsdVertexArray.cpp 86 RsdShaderCache *sc = dc->gl.shaderCache; local
100 int32_t slot = sc->vtxAttribSlot(mAttribs[ct].name);
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsView.java 55 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
56 mRS = createRenderScriptGL(sc);
  /frameworks/rs/tests/cppbasic-getpointer/
compute.cpp 67 sp<ScriptC_mono> sc = new ScriptC_mono(rs); local
68 sc->forEach_copyAndNot(ain, aout);
  /frameworks/rs/tests/typecheck/
typecheck.cpp 38 ScriptC_kernels sc(rs); \
39 sc.forEach_test_##KERNELNAME(a); \
  /packages/wallpapers/Basic/src/com/android/wallpaper/
RenderScriptWallpaper.java 99 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
100 mRs = new RenderScriptGL(RenderScriptWallpaper.this, sc);
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Galaxy4Wallpaper.java 80 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
81 mRenderScript = new RenderScriptGL(Galaxy4Wallpaper.this, sc);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralView.java 63 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
64 mRenderScript = createRenderScriptGL(sc);
HoloSpiralWallpaper.java 71 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
72 mRenderScript = new RenderScriptGL(HoloSpiralWallpaper.this, sc);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 103 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
104 mRs = new RenderScriptGL(RenderScriptWallpaper.this, sc);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 64 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
65 mRenderScript = new RenderScriptGL(NoiseFieldWallpaper.this, sc);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 61 RenderScriptGL.SurfaceConfig sc = new RenderScriptGL.SurfaceConfig(); local
62 mRenderScript = new RenderScriptGL(PhaseBeamWallpaper.this, sc);
  /external/aac/libSBRenc/src/
ps_main.cpp 330 int dynScale, sc; /* scaling */ local
339 sc = fixMax(0,CntLeadingZeros( fixMax(fixMax(fixp_abs(tmpLeftReal),fixp_abs(tmpLeftImag)),fixMax(fixp_abs(tmpRightReal),fixp_abs(tmpRightImag))) )-2);
341 tmpLeftReal <<= sc; tmpLeftImag <<= sc; local
342 tmpRightReal <<= sc; tmpRightImag <<= sc; local
343 dynScale = fixMin(sc-dynQmfScale,DFRACT_BITS-1);
358 sc = -(sc_num-sc_denum);
365 if (sc&0x1) {
366 sc++
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 151 sc = self.check_name(name)
153 if sc == SC_UNKNOWN or sc == SC_FREE \
156 elif sc == SC_GLOBAL_IMPLICIT:
158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:
160 elif sc != SC_CELL:
163 if sc == SC_LOCAL:
165 elif sc != SC_CELL:
452 l = [sc for sc in scope
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 151 sc = self.check_name(name)
153 if sc == SC_UNKNOWN or sc == SC_FREE \
156 elif sc == SC_GLOBAL_IMPLICIT:
158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:
160 elif sc != SC_CELL:
163 if sc == SC_LOCAL:
165 elif sc != SC_CELL:
452 l = [sc for sc in scope
    [all...]
  /external/bison/lib/
mbchar.h 43 mb_iseq (mbc, sc)
44 returns true if mbc is the standard ASCII character sc.
109 mb_setascii (&mbc, sc)
110 assigns the standard ASCII character sc to mbc.
119 extern bool mb_iseq (const mbchar_t mbc, char sc);
140 extern void mb_setascii (mbchar_t *new, char sc);
185 #define mb_iseq(mbc, sc) ((mbc).wc_valid && (mbc).wc == (sc))
259 #define mb_setascii(mbc, sc) \
261 (mbc)->wc = (mbc)->buf[0] = (sc))
    [all...]
  /external/freetype/src/autofit/
afglobal.h 47 #define STYLE( s, S, d, ws, sc, ss, c ) \
  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 229 USpoofChecker *sc = uspoof_openFromSource(confusables, confusablesLen,
246 outDataSize = uspoof_serialize(sc, NULL, 0, &status);
253 uspoof_serialize(sc, outData, outDataSize, &status);
288 uspoof_close(sc);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScript.java 527 UnicodeSet rtl = new UnicodeSet("[[:bc=R:][:bc=AL:]-[:Cn:]-[:sc=Common:]]");
530 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]");
531 for(int sc = 0; sc < UScript.CODE_LIMIT; ++sc) {
532 String sn = UScript.getShortName(sc);
533 ScriptUsage usage = UScript.getUsage(sc);
534 String sample = UScript.getSampleString(sc);
536 scriptSet.applyIntPropertyValue(UProperty.SCRIPT, sc);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DeferredAuthentication.java 192 public void sendError(int sc) throws IOException
196 public void sendError(int sc, String msg) throws IOException
216 public void setStatus(int sc)
220 public void setStatus(int sc, String sm)
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 44 const unsigned sc = sizeof(ic)/sizeof(ic[0]); local
45 r = std::unique(Iter(ic), Iter(ic+sc));
117 const unsigned sc = sizeof(ic)/sizeof(ic[0]); local
118 r = std::unique(Iter(ic), Iter(ic+sc));
unique_copy_pred.pass.cpp 60 const unsigned sc = sizeof(ic)/sizeof(ic[0]); local
61 int jc[sc] = {-1};
63 r = std::unique_copy(InIter(ic), InIter(ic+sc), OutIter(jc), count_equal());
66 assert(count_equal::count == sc-1);
  /external/lldb/source/API/
SBBlock.cpp 191 lldb_private::SymbolContext sc; local
192 m_opaque_ptr->CalculateSymbolContext (&sc);
193 if (sc.function)
196 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress());
  /external/lldb/source/Core/
ValueObjectVariable.cpp 149 SymbolContext sc; local
150 variable->CalculateSymbolContext (&sc);
151 if (sc.function)
152 loclist_base_load_addr = sc.function->GetAddressRange().GetBaseAddress().GetLoadAddress (target);
  /external/llvm/test/MC/Mips/
mips-memory-instructions.s 8 # CHECK: sc $4, 16($5) # encoding: [0x10,0x00,0xa4,0xe0]
15 sc $4, 16($5)
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 583 struct xa_shaders *sc = CALLOC_STRUCT(xa_shaders); local
585 sc->r = r;
586 sc->vs_hash = cso_hash_create();
587 sc->fs_hash = cso_hash_create();
589 return sc;
612 xa_shaders_destroy(struct xa_shaders *sc)
614 cache_destroy(sc->r->cso, sc->vs_hash, PIPE_SHADER_VERTEX);
615 cache_destroy(sc->r->cso, sc->fs_hash, PIPE_SHADER_FRAGMENT)
    [all...]

Completed in 1021 milliseconds

1 2 3 4 5 6 7 8 91011>>