Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 25 of 66) sorted by relevance

123

/expo/apps/test-suite/tests/
H A DSQLite.ts55 t.expect(results.rows.length).toEqual(3);
165 t.expect(results.rows.length).toEqual(1);
211 t.expect(results.rows.length).toEqual(0);
478 t.expect(results.rows.length).toEqual(0);
655 const currentUser = result.rows[0].name;
669 const table = result.rows[0].table;
670 const value = result.rows[0].val;
768 t.expect(result.rows.length).toEqual(2);
769 t.expect(result.rows[0].name).toEqual('id');
770 t.expect(result.rows[1].name).toEqual('name');
[all …]
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesDatabase.swift180 if !rows.isEmpty { in addExistingAsset()
205 if rows.isEmpty { in addExistingAsset()
362 var rows: [[String: Any?]] in deleteUnusedAssets() variable
391 return rows.map { row in in allUpdates()
399 return rows.map { row in in allUpdates()
407 return rows.map { row in in allUpdateIds()
424 return rows.map { row in in launchableUpdates()
432 if rows.isEmpty { in update()
441 return rows.map { row in in allAssets()
449 return rows.map { row in in assets()
[all …]
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesDatabase.swift180 if !rows.isEmpty { in addExistingAsset()
205 if rows.isEmpty { in addExistingAsset()
362 var rows: [[String: Any?]] in deleteUnusedAssets() variable
391 return rows.map { row in in allUpdates()
399 return rows.map { row in in allUpdates()
407 return rows.map { row in in allUpdateIds()
424 return rows.map { row in in launchableUpdates()
432 if rows.isEmpty { in update()
441 return rows.map { row in in allAssets()
449 return rows.map { row in in assets()
[all …]
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Database/
H A DABI48_0_0EXUpdatesDatabase.m139 if (!rows || ![rows count]) {
324 if (!rows) { category
351 if (!rows) {
367 if (!rows) {
383 if (!rows) {
405 if (!rows) {
423 if (!rows || ![rows count]) {
435 if (!rows) {
457 if (!rows) {
479 if (!rows || ![rows count]) {
[all …]
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Database/
H A DABI47_0_0EXUpdatesDatabase.m139 if (!rows || ![rows count]) {
324 if (!rows) { category
351 if (!rows) {
367 if (!rows) {
383 if (!rows) {
405 if (!rows) {
423 if (!rows || ![rows count]) {
435 if (!rows) {
457 if (!rows) {
479 if (!rows || ![rows count]) {
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt125 val rows: Array<Array<Any?>> = Array(numRows) { arrayOfNulls(numColumns) } in <lambda>() constant
128 val row = rows[i] in <lambda>()
132 rows[i] = row in <lambda>()
145 SQLitePluginResult(rows, columnNames, rowsAffected, insertId, null) in <lambda>()
151 SQLitePluginResult(rows, columnNames, rowsAffected, 0, null) in <lambda>()
197 val rows: Array<Array<Any?>> = Array(numRows) { arrayOfNulls(numColumns) } in <lambda>() constant
200 val row = rows[i] in <lambda>()
204 rows[i] = row in <lambda>()
207 SQLitePluginResult(rows, columnNames, 0, 0, null) in <lambda>()
248 val rows: Array<Array<Any?>>, in <lambda>() constant in abi49_0_0.expo.modules.sqlite.SQLiteModule.SQLitePluginResult
/expo/packages/expo-sqlite/android/src/main/java/expo/modules/sqlite/
H A DSQLiteModule.kt143 val rows: Array<Array<Any?>> = Array(numRows) { arrayOfNulls(numColumns) } in <lambda>() constant
146 val row = rows[i] in <lambda>()
150 rows[i] = row in <lambda>()
157 SQLitePluginResult(rows, columnNames, rowsAffected, insertId, null) in <lambda>()
160 SQLitePluginResult(rows, columnNames, rowsAffected, 0, null) in <lambda>()
208 val rows: Array<Array<Any?>> = Array(numRows) { arrayOfNulls(numColumns) } in <lambda>() constant
211 val row = rows[i] in <lambda>()
215 rows[i] = row in <lambda>()
218 SQLitePluginResult(rows, columnNames, 0, 0, null) in <lambda>()
284 val rows: Array<Array<Any?>>, in <lambda>() constant in expo.modules.sqlite.SQLiteModule.SQLitePluginResult
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/dao/
H A DJSONDataDao.kt33 val rows = _loadJSONDataForKey(key, scopeKey) in _loadJSONDataForKey() constant
34 return if (rows.isEmpty()) { in _loadJSONDataForKey()
36 } else rows[0].value in _loadJSONDataForKey()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffect.h27 int rows; member
108 result.setProperty(runtime, "rows", su.rows); in JSI_HOST_FUNCTION()
138 su.rows = u.count; // arrayLength in fromUniform()
156 su.rows *= 2; in fromUniform()
160 su.rows *= 3; in fromUniform()
164 su.rows *= 4; in fromUniform()
207 for (std::size_t j = 0; j < reu.columns * reu.rows; ++j) { in castUniforms()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffect.h29 int rows; member
115 result.setProperty(runtime, "rows", su.rows); in JSI_HOST_FUNCTION()
158 for (std::size_t j = 0; j < reu.columns * reu.rows; ++j) { in castUniforms()
172 su.rows = u.count; // arrayLength in fromUniform()
191 su.rows *= 2; in fromUniform()
195 su.rows *= 3; in fromUniform()
199 su.rows *= 4; in fromUniform()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffect.h27 int rows; member
108 result.setProperty(runtime, "rows", su.rows); in JSI_HOST_FUNCTION()
138 su.rows = u.count; // arrayLength in fromUniform()
156 su.rows *= 2; in fromUniform()
160 su.rows *= 3; in fromUniform()
164 su.rows *= 4; in fromUniform()
207 for (std::size_t j = 0; j < reu.columns * reu.rows; ++j) { in castUniforms()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffect.h29 int rows; member
115 result.setProperty(runtime, "rows", su.rows); in JSI_HOST_FUNCTION()
158 for (std::size_t j = 0; j < reu.columns * reu.rows; ++j) { in castUniforms()
172 su.rows = u.count; // arrayLength in fromUniform()
191 su.rows *= 2; in fromUniform()
195 su.rows *= 3; in fromUniform()
199 su.rows *= 4; in fromUniform()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffect.h27 int rows; member
108 result.setProperty(runtime, "rows", su.rows); in JSI_HOST_FUNCTION()
138 su.rows = u.count; // arrayLength in fromUniform()
156 su.rows *= 2; in fromUniform()
160 su.rows *= 3; in fromUniform()
164 su.rows *= 4; in fromUniform()
207 for (std::size_t j = 0; j < reu.columns * reu.rows; ++j) { in castUniforms()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffect.h27 int rows; member
108 result.setProperty(runtime, "rows", su.rows); in JSI_HOST_FUNCTION()
138 su.rows = u.count; // arrayLength in fromUniform()
156 su.rows *= 2; in fromUniform()
160 su.rows *= 3; in fromUniform()
164 su.rows *= 4; in fromUniform()
207 for (std::size_t j = 0; j < reu.columns * reu.rows; ++j) { in castUniforms()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffect.h27 int rows; member
114 result.setProperty(runtime, "rows", su.rows); in JSI_HOST_FUNCTION()
141 su.rows = u.count; // arrayLength in fromUniform()
159 su.rows *= 2; in fromUniform()
163 su.rows *= 3; in fromUniform()
167 su.rows *= 4; in fromUniform()
210 for (std::size_t j = 0; j < reu.columns * reu.rows; ++j) { in castUniforms()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffect.h27 int rows; member
114 result.setProperty(runtime, "rows", su.rows); in JSI_HOST_FUNCTION()
141 su.rows = u.count; // arrayLength in fromUniform()
159 su.rows *= 2; in fromUniform()
163 su.rows *= 3; in fromUniform()
167 su.rows *= 4; in fromUniform()
210 for (std::size_t j = 0; j < reu.columns * reu.rows; ++j) { in castUniforms()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt124 val rows: Array<Array<Any?>> = Array(numRows) { arrayOfNulls(numColumns) } in <lambda>() constant
127 val row = rows[i] in <lambda>()
131 rows[i] = row in <lambda>()
134 SQLitePluginResult(rows, columnNames, 0, 0, null) in <lambda>()
174 val rows: Array<Array<Any?>>, in <lambda>() constant in abi48_0_0.expo.modules.sqlite.SQLiteModule.SQLitePluginResult
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt124 val rows: Array<Array<Any?>> = Array(numRows) { arrayOfNulls(numColumns) } in <lambda>() constant
127 val row = rows[i] in <lambda>()
131 rows[i] = row in <lambda>()
134 SQLitePluginResult(rows, columnNames, 0, 0, null) in <lambda>()
174 val rows: Array<Array<Any?>>, in <lambda>() constant in abi47_0_0.expo.modules.sqlite.SQLiteModule.SQLitePluginResult
/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts102 rows: SQLResultSetRowList;
176 rows: { [column: string]: any }[]; property
/expo/packages/expo-sqlite/build/
H A DSQLite.types.d.ts57 rows: SQLResultSetRowList;
120 rows: { property
H A DSQLite.types.js.map1rows that were changed by the SQL statement.\n */\n rowsAffected: number;\n rows: SQLResultSet…
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLImageUtils.cpp43 void flipPixels(GLubyte *pixels, size_t bytesPerRow, size_t rows) { in flipPixels() argument
48 GLuint middle = (GLuint)rows / 2; in flipPixels()
52 for (GLuint rowTop = 0, rowBottom = (GLuint)rows - 1; rowTop < middle; ++rowTop, --rowBottom) { in flipPixels()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLImageUtils.cpp43 void flipPixels(GLubyte *pixels, size_t bytesPerRow, size_t rows) { in flipPixels() argument
48 GLuint middle = (GLuint)rows / 2; in flipPixels()
52 for (GLuint rowTop = 0, rowBottom = (GLuint)rows - 1; rowTop < middle; ++rowTop, --rowBottom) { in flipPixels()
/expo/packages/expo-gl/common/
H A DEXGLImageUtils.cpp43 void flipPixels(GLubyte *pixels, size_t bytesPerRow, size_t rows) { in flipPixels() argument
48 GLuint middle = (GLuint)rows / 2; in flipPixels()
52 for (GLuint rowTop = 0, rowBottom = (GLuint)rows - 1; rowTop < middle; ++rowTop, --rowBottom) { in flipPixels()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLImageUtils.cpp43 void flipPixels(GLubyte *pixels, size_t bytesPerRow, size_t rows) { in flipPixels() argument
48 GLuint middle = (GLuint)rows / 2; in flipPixels()
52 for (GLuint rowTop = 0, rowBottom = (GLuint)rows - 1; rowTop < middle; ++rowTop, --rowBottom) { in flipPixels()

123