Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 25 of 1222) sorted by relevance

12345678910>>...49

/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DElement.java320 public static Element BOOLEAN(RenderScript rs) { in BOOLEAN()
338 public static Element U8(RenderScript rs) { in U8()
356 public static Element I8(RenderScript rs) { in I8()
367 public static Element U16(RenderScript rs) { in U16()
378 public static Element I16(RenderScript rs) { in I16()
389 public static Element U32(RenderScript rs) { in U32()
400 public static Element I32(RenderScript rs) { in I32()
411 public static Element U64(RenderScript rs) { in U64()
422 public static Element I64(RenderScript rs) { in I64()
433 public static Element F16(RenderScript rs) { in F16()
[all …]
H A DSampler.java57 Sampler(long id, RenderScript rs) { in Sampler()
105 public static Sampler CLAMP_NEAREST(RenderScript rs) { in CLAMP_NEAREST()
129 public static Sampler CLAMP_LINEAR(RenderScript rs) { in CLAMP_LINEAR()
153 public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) { in CLAMP_LINEAR_MIP_LINEAR()
177 public static Sampler WRAP_NEAREST(RenderScript rs) { in WRAP_NEAREST()
201 public static Sampler WRAP_LINEAR(RenderScript rs) { in WRAP_LINEAR()
225 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) { in WRAP_LINEAR_MIP_LINEAR()
249 public static Sampler MIRRORED_REPEAT_NEAREST(RenderScript rs) { in MIRRORED_REPEAT_NEAREST()
273 public static Sampler MIRRORED_REPEAT_LINEAR(RenderScript rs) { in MIRRORED_REPEAT_LINEAR()
297 public static Sampler MIRRORED_REPEAT_LINEAR_MIP_LINEAR(RenderScript rs) { in MIRRORED_REPEAT_LINEAR_MIP_LINEAR()
[all …]
H A DFileA3D.java134 static synchronized BaseObj internalCreate(RenderScript rs, IndexEntry entry) { in internalCreate()
162 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) { in IndexEntry()
175 FileA3D(long id, RenderScript rs, InputStream stream) { in FileA3D()
238 static public FileA3D createFromAsset(RenderScript rs, AssetManager mgr, String path) { in createFromAsset()
259 static public FileA3D createFromFile(RenderScript rs, String path) { in createFromFile()
279 static public FileA3D createFromFile(RenderScript rs, File path) { in createFromFile()
294 static public FileA3D createFromResource(RenderScript rs, Resources res, int id) { in createFromResource()
H A DScriptC.java55 protected ScriptC(int id, RenderScript rs) { in ScriptC()
65 protected ScriptC(long id, RenderScript rs) { in ScriptC()
76 protected ScriptC(RenderScript rs, Resources resources, int resourceID) { in ScriptC()
90 protected ScriptC(RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64) { in ScriptC()
127 …private static synchronized long internalCreate(RenderScript rs, Resources resources, int resource… in internalCreate()
163 …private static synchronized long internalStringCreate(RenderScript rs, String resName, byte[] bitc… in internalStringCreate()
H A DFont.java154 Font(long id, RenderScript rs) { in Font()
163 … static public Font createFromFile(RenderScript rs, Resources res, String path, float pointSize) { in createFromFile()
179 static public Font createFromFile(RenderScript rs, Resources res, File path, float pointSize) { in createFromFile()
186 … static public Font createFromAsset(RenderScript rs, Resources res, String path, float pointSize) { in createFromAsset()
202 static public Font createFromResource(RenderScript rs, Resources res, int id, float pointSize) { in createFromResource()
243 …static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, floa… in create()
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/
H A DElement.java322 public static Element BOOLEAN(RenderScript rs) { in BOOLEAN()
336 public static Element U8(RenderScript rs) { in U8()
350 public static Element I8(RenderScript rs) { in I8()
357 public static Element U16(RenderScript rs) { in U16()
364 public static Element I16(RenderScript rs) { in I16()
371 public static Element U32(RenderScript rs) { in U32()
378 public static Element I32(RenderScript rs) { in I32()
385 public static Element U64(RenderScript rs) { in U64()
392 public static Element I64(RenderScript rs) { in I64()
399 public static Element F32(RenderScript rs) { in F32()
[all …]
H A DSampler.java70 Sampler(long id, RenderScript rs) { in Sampler()
117 public static Sampler CLAMP_NEAREST(RenderScript rs) { in CLAMP_NEAREST()
137 public static Sampler CLAMP_LINEAR(RenderScript rs) { in CLAMP_LINEAR()
157 public static Sampler CLAMP_LINEAR_MIP_LINEAR(RenderScript rs) { in CLAMP_LINEAR_MIP_LINEAR()
177 public static Sampler WRAP_NEAREST(RenderScript rs) { in WRAP_NEAREST()
197 public static Sampler WRAP_LINEAR(RenderScript rs) { in WRAP_LINEAR()
217 public static Sampler WRAP_LINEAR_MIP_LINEAR(RenderScript rs) { in WRAP_LINEAR_MIP_LINEAR()
237 public static Sampler MIRRORED_REPEAT_NEAREST(RenderScript rs) { in MIRRORED_REPEAT_NEAREST()
257 public static Sampler MIRRORED_REPEAT_LINEAR(RenderScript rs) { in MIRRORED_REPEAT_LINEAR()
282 public Builder(RenderScript rs) { in Builder()
H A DScriptC.java50 protected ScriptC(long id, RenderScript rs) { in ScriptC()
62 protected ScriptC(RenderScript rs, Resources resources, int resourceID) { in ScriptC()
79 protected ScriptC(RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64) { in ScriptC()
93 private static void throwExceptionIfSDKTooHigh(RenderScript rs) { in throwExceptionIfSDKTooHigh()
109 …private static synchronized long internalCreate(RenderScript rs, Resources resources, int resource… in internalCreate()
147 …private static synchronized long internalStringCreate(RenderScript rs, String resName, byte[] bitc… in internalStringCreate()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java130 ResultSet rs = st.getResultSet(); in testAddBatch() local
208 ResultSet rs = st.getResultSet(); in testExecute() local
298 ResultSet rs = ps.executeQuery(); in testExecuteQuery() local
313 ResultSet rs = ps.executeQuery(); in testExecuteQuery() local
495 ResultSet rs = st.getResultSet(); in testSetInt() local
511 ResultSet rs = st.getResultSet(); in testSetInt() local
550 ResultSet rs = st.getResultSet(); in testSetLong() local
564 ResultSet rs = st.getResultSet(); in testSetLong() local
606 ResultSet rs = st.getResultSet(); in testSetFloat() local
620 ResultSet rs = st.getResultSet(); in testSetFloat() local
[all …]
H A DOldConnectionTest.java51 ResultSet rs = null; in testCreateStatement_int_int() local
191 ResultSet rs = st.getResultSet(); in testCreateStatement_int_int_int() local
222 ResultSet rs = st.getResultSet(); in testCreateStatementIntIntIntNotSupported() local
391 ResultSet rs = null; in testSetAutoCommit() local
568 ResultSet rs = st.getResultSet(); in testSetHoldability() local
885 ResultSet rs = null; in testPrepareCall() local
944 ResultSet rs = null; in testPrepareCall_String_int_int() local
1057 ResultSet rs = null; in testPrepareCall_String_int_int_int() local
1126 ResultSet rs = null; in testPrepareStatement() local
1172 ResultSet rs = null; in testPrepareStatement_String_int() local
[all …]
/aosp_15_r20/external/caliper/lib/
HDjsr311-api-1.1.1.jar ... javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ javax ...
/aosp_15_r20/external/fec/
H A Drs-common.h7 struct rs { struct
14 int fcr; /* First consecutive root, index form */ argument
20 static inline int modnn(struct rs *rs,int x){ in modnn()
/aosp_15_r20/libcore/luni/src/test/java/tests/java/sql/
H A DDatabaseMetaDataTest.java186 ResultSet rs = meta.getBestRowIdentifier(null, null, in test_getBestRowIdentifierLjava_lang_StringLjava_lang_StringLjava_lang_StringIZ() local
354 ResultSet rs = meta.getColumns(null, null, in test_getColumnsSpecific() local
376 …ResultSet rs = meta.getColumns(null, null, "%"+DatabaseCreator.CREATE_TABLE1.substring(0, 3)+"%","… in test_getColumnsSpecific() local
390 ResultSet rs = meta.getColumns(null, null, "%TEST_%", "%"); in test_getColumnsSpecific() local
445 ResultSet rs = meta.getCrossReference(conn.getCatalog(), null, in test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String() local
685 ResultSet rs = meta.getImportedKeys(conn.getCatalog(), null, in test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String() local
831 ResultSet rs = meta.getPrimaryKeys(conn.getCatalog(), null, in test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String() local
950 ResultSet rs = meta.getSchemas(); in test_getSchemas() local
1044 ResultSet rs = meta.getTableTypes(); in test_getTableTypes() local
1081 ResultSet rs = meta.getTables(null, null, null, null); in test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String() local
[all …]
/aosp_15_r20/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp35 ScriptIntrinsic::ScriptIntrinsic(sp<RS> rs, int id, sp<const Element> e) in ScriptIntrinsic()
46 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(const sp<RS>& rs, const sp<const Element>& e)… in create()
54 ScriptIntrinsic3DLUT::ScriptIntrinsic3DLUT(sp<RS> rs, sp<const Element> e) in ScriptIntrinsic3DLUT()
80 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(const sp<RS>& rs, const sp<const Element>& e)… in create()
88 ScriptIntrinsicBlend::ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlend()
215 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(const sp<RS>& rs, const sp<const Element>& e) { in create()
224 ScriptIntrinsicBlur::ScriptIntrinsicBlur(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlur()
255 sp<ScriptIntrinsicColorMatrix> ScriptIntrinsicColorMatrix::create(const sp<RS>& rs) { in create()
259 ScriptIntrinsicColorMatrix::ScriptIntrinsicColorMatrix(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicColorMatrix()
348 sp<ScriptIntrinsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(const sp<RS>& rs, const sp<const … in create()
[all …]
H A DElement.cpp177 Element::Element(void *id, android::RSC::sp<RS> rs, in Element()
216 Element::Element(void *id, android::RSC::sp<RS> rs) : in Element()
273 Element::Element(void *id, android::RSC::sp<RS> rs, in Element()
318 android::RSC::sp<const Element> Element::createUser(const android::RSC::sp<RS>& rs, RsDataType dt) { in createUser()
323 android::RSC::sp<const Element> Element::createVector(const android::RSC::sp<RS>& rs, RsDataType dt… in createVector()
332 android::RSC::sp<const Element> Element::createPixel(const android::RSC::sp<RS>& rs, RsDataType dt,… in createPixel()
408 Element::Builder::Builder(android::RSC::sp<RS> rs) { in Builder()
/aosp_15_r20/cts/tests/tests/rscpp/librscpptest/
H A Drs_jni_allocation.cpp34 static void createTypedHelper (const sp<RS> &rs, sp<const Element> e) { in createTypedHelper()
61 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSAllocationTest_typedTest() local
125 static sp<const Element> makeElement(const sp<RS> &rs, RsDataType dt, int vecSize) { in makeElement()
145 static bool helperCopy1D(const sp<RS> &rs, int cellCount, int offset, int count, bool copyRange, in helperCopy1D()
191 static bool helperFloatAllocationCopy1D(const sp<RS> &rs, int cellCount, int offset, int count) { in helperFloatAllocationCopy1D()
237 static bool helperCopy2D(const sp<RS> &rs, int xElems, int yElems, in helperCopy2D()
278 static bool helperFloatAllocationCopy2D(const sp<RS> &rs, int xElems, int yElems, in helperFloatAllocationCopy2D()
328 static bool helperCopy3D(const sp<RS> &rs, int xElems, int yElems, int zElems, in helperCopy3D()
381 static bool helperFloatAllocationCopy3D(const sp<RS> &rs, int xElems, int yElems, int zElems, in helperFloatAllocationCopy3D()
429 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local
[all …]
H A Drs_jni.cpp53 sp<const Element> makeElement(const sp<RS> &rs, RsDataType dt, int vecSize) { in makeElement()
72 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSInitTest_initTest() local
93 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSBlurTest_blurTest() local
134 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local
179 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSLUTTest_lutTest() local
222 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local
266 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() local
314 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSBlendTest_blendTest() local
402 sp<RS> rs = new RS(); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local
/aosp_15_r20/bootable/recovery/tests/unit/
H A Drangeset_test.cpp29 RangeSet rs(std::vector<Range>{ Range{ 8, 10 }, Range{ 1, 5 } }); in TEST() local
40 RangeSet rs = RangeSet::Parse("2,1,10"); in TEST() local
77 RangeSet rs = RangeSet::Parse("2,1,6"); in TEST() local
88 RangeSet rs; in TEST() local
101 RangeSet rs; in TEST() local
208 RangeSet rs = RangeSet::Parse("2,1,10"); in TEST() local
229 RangeSet rs = RangeSet::Parse("4,1,5,8,10"); in TEST() local
276 SortedRangeSet rs({ { 2, 3 }, { 4, 6 }, { 8, 14 } }); in TEST() local
296 SortedRangeSet rs; in TEST() local
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java1286 final Noop[] rs = new Noop[6]; in testThenRun_normalCompletion() local
1319 final Noop[] rs = new Noop[6]; in testThenRun_exceptionalCompletion() local
1351 final Noop[] rs = new Noop[6]; in testThenRun_sourceCancelled() local
1383 final FailingRunnable[] rs = new FailingRunnable[6]; in testThenRun_actionFailed() local
1411 final IncFunction[] rs = new IncFunction[4]; in testThenApply_normalCompletion() local
1439 final IncFunction[] rs = new IncFunction[4]; in testThenApply_exceptionalCompletion() local
1464 final IncFunction[] rs = new IncFunction[4]; in testThenApply_sourceCancelled() local
1489 final FailingFunction[] rs = new FailingFunction[4]; in testThenApply_actionFailed() local
1513 final NoopConsumer[] rs = new NoopConsumer[4]; in testThenAccept_normalCompletion() local
1541 final NoopConsumer[] rs = new NoopConsumer[4]; in testThenAccept_exceptionalCompletion() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c182 static void r300_rs_col(struct r300_rs_block* rs, int id, int ptr, in r300_rs_col()
194 static void r300_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset, in r300_rs_col_write()
202 static void r300_rs_tex(struct r300_rs_block* rs, int id, int ptr, in r300_rs_tex()
227 static void r300_rs_tex_write(struct r300_rs_block* rs, int id, int fp_offset) in r300_rs_tex_write()
233 static void r500_rs_col(struct r300_rs_block* rs, int id, int ptr, in r500_rs_col()
245 static void r500_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset, in r500_rs_col_write()
257 static void r500_rs_tex(struct r300_rs_block* rs, int id, int ptr, in r500_rs_tex()
279 static void r500_rs_tex_write(struct r300_rs_block* rs, int id, int fp_offset) in r500_rs_tex_write()
301 struct r300_rs_block rs = {0}; in r300_update_rs_block() local
/aosp_15_r20/prebuilts/sdk/renderscript/lib/
HDjavalib.jar ... ) Exception e long id androidx.renderscript.RenderScript rs androidx.renderscript.Type t int usage protected void ...
HDjavalib_legacy.jar ... id android.support.v8.renderscript.RenderScript rs android.support.v8.renderscript.Type t ...
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.c35 radix_sort_vk_get_memory_requirements(radix_sort_vk_t const * rs, in radix_sort_vk_get_memory_requirements()
125 rs_debug_utils_set(VkDevice device, struct radix_sort_vk * rs) in rs_debug_utils_set()
178 rs_pipeline_count(struct radix_sort_vk const * rs) in rs_pipeline_count()
198 struct radix_sort_vk * const rs = calloc(1, sizeof(*rs)); in radix_sort_vk_create() local
421 radix_sort_vk_destroy(struct radix_sort_vk * rs, VkDevice d, VkAllocationCallbacks const * const ac) in radix_sort_vk_destroy()
498 radix_sort_vk_sort_devaddr(radix_sort_vk_t const * rs, in radix_sort_vk_sort_devaddr()
826 radix_sort_vk_sort_indirect_devaddr(radix_sort_vk_t const * rs, in radix_sort_vk_sort_indirect_devaddr()
1187 radix_sort_vk_sort(radix_sort_vk_t const * rs, in radix_sort_vk_sort()
1231 radix_sort_vk_sort_indirect(radix_sort_vk_t const * rs, in radix_sort_vk_sort_indirect()
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java541 ResultSet rs = null; in getTables() local
559 JDBCResultSet rs = new JDBCResultSet(tr, null); in getSchemas() local
569 JDBCResultSet rs = new JDBCResultSet(tr, null); in getCatalogs() local
583 JDBCResultSet rs = new JDBCResultSet(tr, null); in getTableTypes() local
634 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null); in getColumns() local
701 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null); in getColumnPrivileges() local
721 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null); in getTablePrivileges() local
764 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null); in getBestRowIdentifier() local
855 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null); in getVersionColumns() local
888 JDBCResultSet rs = new JDBCResultSet((SQLite.TableResult) tr, null); in getPrimaryKeys() local
[all …]
/aosp_15_r20/bionic/libc/dns/net/
H A Dgetservent.c38 struct servent* getservent_r(struct res_static* rs) { in getservent_r()
112 struct res_static* rs = __res_get_static(); in endservent() local
117 struct res_static* rs = __res_get_static(); in getservent() local
122 struct res_static* rs = __res_get_static(); in getservbyname() local
138 struct res_static* rs = __res_get_static(); in getservbyport() local

12345678910>>...49