Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 161) sorted by relevance

1234567

/device/generic/goldfish/sensors/
Dmultihal_sensors_qemu.cpp129 if (const char* values = testPrefix(buf, end, "acceleration", ':')) { in parseQemuSensorEventLocked() local
130 if (sscanf(values, "%f:%f:%f", in parseQemuSensorEventLocked()
139 } else if (const char* values = testPrefix(buf, end, "acceleration-uncalibrated", ':')) { in parseQemuSensorEventLocked() local
140 if (sscanf(values, "%f:%f:%f", in parseQemuSensorEventLocked()
152 } else if (const char* values = testPrefix(buf, end, "gyroscope", ':')) { in parseQemuSensorEventLocked() local
153 if (sscanf(values, "%f:%f:%f", in parseQemuSensorEventLocked()
162 } else if (const char* values = testPrefix(buf, end, "gyroscope-uncalibrated", ':')) { in parseQemuSensorEventLocked() local
163 if (sscanf(values, "%f:%f:%f", in parseQemuSensorEventLocked()
179 } else if (const char* values = testPrefix(buf, end, "orientation", ':')) { in parseQemuSensorEventLocked() local
180 if (sscanf(values, "%f:%f:%f", in parseQemuSensorEventLocked()
[all …]
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java871 ContentValues values = new ContentValues(); in deleteBookmarks() local
872 values.put(Bookmarks.DATE_MODIFIED, System.currentTimeMillis()); in deleteBookmarks()
873 values.put(Bookmarks.IS_DELETED, 1); in deleteBookmarks()
874 return updateBookmarksInTransaction(values, selection, selectionArgs, in deleteBookmarks()
1055 public Uri insertInTransaction(Uri uri, ContentValues values, boolean callerIsSyncAdapter) { in insertInTransaction() argument
1061 Integer bookmark = values.getAsInteger(BookmarkColumns.BOOKMARK); in insertInTransaction()
1062 values.remove(BookmarkColumns.BOOKMARK); in insertInTransaction()
1067 values.remove(BookmarkColumns.DATE); in insertInTransaction()
1068 values.remove(BookmarkColumns.VISITS); in insertInTransaction()
1069 values.remove(BookmarkColumns.USER_ENTERED); in insertInTransaction()
[all …]
DSQLiteContentProvider.java69 public abstract Uri insertInTransaction(Uri uri, ContentValues values, in insertInTransaction() argument
75 public abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction() argument
107 public Uri insert(Uri uri, ContentValues values) { in insert() argument
115 result = insertInTransaction(uri, values, callerIsSyncAdapter); in insert()
123 result = insertInTransaction(uri, values, callerIsSyncAdapter); in insert()
129 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() argument
130 int numValues = values.length; in bulkInsert()
136 Uri result = insertInTransaction(uri, values[i], callerIsSyncAdapter); in bulkInsert()
149 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
157 count = updateInTransaction(uri, values, selection, selectionArgs, in update()
[all …]
/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotVertexAttributes_unittest.cpp31 GlValues values; member
43 .values = {.ints = {}, .floats = {0, 0, 0, 1}},
97 std::vector<GLfloat> values; in compareFloatParameter() local
98 values.resize(std::max((GLuint)4, (GLuint)expected.size())); in compareFloatParameter()
99 gl->glGetVertexAttribfv(m_index, paramName, &(values[0])); in compareFloatParameter()
102 expected, values, in compareFloatParameter()
116 std::vector<GLint> values; in compareIntParameter() local
117 values.resize(std::max((GLuint)4, (GLuint)expected.size())); in compareIntParameter()
118 gl->glGetVertexAttribiv(m_index, paramName, &(values[0])); in compareIntParameter()
121 expected, values, in compareIntParameter()
[all …]
DGLSnapshotPrograms_unittest.cpp54 std::vector<GlValues> values; member
147 GlValues& expectedVal = m_program_state.uniforms[i].values[j]; in changedStateCheck()
148 GlValues& currentVal = currentState.uniforms[i].values[j]; in changedStateCheck()
244 getUniformValues(indexedLocation, unif.type, unif.values); in getProgramState()
247 getUniformValues(unif.location, unif.type, unif.values); in getProgramState()
279 std::vector<GlValues>& values) { in getUniformValues() argument
291 values.push_back(std::move(val)); in getUniformValues()
305 values.push_back(std::move(val)); in getUniformValues()
/device/linaro/dragonboard/qcom/pd-mapper/
Dassoc.c63 assoc->values = malloc(size * sizeof(void *)); in assoc_init()
73 return assoc->values[hash]; in assoc_get()
96 assoc->values[i]); in _assoc_set()
99 free(assoc->values); in _assoc_set()
102 assoc->values = new_set.values; in _assoc_set()
110 assoc->values[hash] = value; in _assoc_set()
118 assoc->values[hash] = value; in _assoc_set()
141 *value = assoc->values[it]; in assoc_next()
156 free(assoc->values); in assoc_destroy()
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dreciprocal.inl13 …_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sec' only accept floating-point values");
28 …_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'csc' only accept floating-point values");
43 …_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'cot' only accept floating-point values");
60 …STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'asec' only accept floating-point values");
75 …STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'acsc' only accept floating-point values");
90 …STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'acot' only accept floating-point values");
107 …STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sech' only accept floating-point values");
122 …STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'csch' only accept floating-point values");
137 …STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'coth' only accept floating-point values");
152 …TATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'asech' only accept floating-point values");
[all …]
Dbitfield.inl228 …GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'mask' accepts only integer values"…
236 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_integer, "'mask' accepts only integer values");
244 …RT(std::numeric_limits<genIType>::is_integer, "'bitfieldRotateRight' accepts only integer values");
253 …IC_ASSERT(std::numeric_limits<T>::is_integer, "'bitfieldRotateRight' accepts only integer values");
262 …ERT(std::numeric_limits<genIType>::is_integer, "'bitfieldRotateLeft' accepts only integer values");
271 …TIC_ASSERT(std::numeric_limits<T>::is_integer, "'bitfieldRotateLeft' accepts only integer values");
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp171 .withFields({C2F(mInputAllocators, m.values[0]).any(), in BaseParams()
172 C2F(mInputAllocators, m.values).inRange(0, 1)}) in BaseParams()
182 .withFields({C2F(mOutputAllocators, m.values[0]).any(), in BaseParams()
183 C2F(mOutputAllocators, m.values).inRange(0, 1)}) in BaseParams()
193 .withFields({C2F(mOutputPoolIds, m.values[0]).any(), in BaseParams()
194 C2F(mOutputPoolIds, m.values).inRange(0, 1)}) in BaseParams()
205 .withFields({C2F(mSubscribedParamIndices, m.values[0]).any(), in BaseParams()
206 C2F(mSubscribedParamIndices, m.values).any()}) in BaseParams()
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/
Dgles2_only_dispatch_logging_wrappers.impl39 void glVertexAttrib1fv_dispatchLoggingWrapper(GLuint indx, const GLfloat* values) {
40 DISPATCH_DEBUG_LOG("glVertexAttrib1fv(indx:%d, values:%p)", indx, values);
41 GLDispatch::glVertexAttrib1fv_underlying(indx, values);
49 void glVertexAttrib2fv_dispatchLoggingWrapper(GLuint indx, const GLfloat* values) {
50 DISPATCH_DEBUG_LOG("glVertexAttrib2fv(indx:%d, values:%p)", indx, values);
51 GLDispatch::glVertexAttrib2fv_underlying(indx, values);
59 void glVertexAttrib3fv_dispatchLoggingWrapper(GLuint indx, const GLfloat* values) {
60 DISPATCH_DEBUG_LOG("glVertexAttrib3fv(indx:%d, values:%p)", indx, values);
61 GLDispatch::glVertexAttrib3fv_underlying(indx, values);
69 void glVertexAttrib4fv_dispatchLoggingWrapper(GLuint indx, const GLfloat* values) {
[all …]
Dgles2_only.entries12 void glVertexAttrib1fv(GLuint indx, const GLfloat* values);
14 void glVertexAttrib2fv(GLuint indx, const GLfloat* values);
16 void glVertexAttrib3fv(GLuint indx, const GLfloat* values);
18 void glVertexAttrib4fv(GLuint indx, const GLfloat* values);
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME30 with their attribute values.
33 where numConfigs and numAttribs are the values returned in
37 integer values are filled with the EGL enumerant describing a config
38 attribute, next for each config there are 'numAttribs' integer values
39 holding the attribute values for that config, the values are specified
44 configs matching the given attribs values.
45 attribs - a list of attribute names followed by the desired values, terminated by EGL_NONE
53 for possible values of 'param'.
/device/generic/vulkan-cereal/include/OpenGLESDispatch/
Dgles2_only_functions.h15 X(void, glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values)) \
17 X(void, glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values)) \
19 X(void, glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values)) \
21 X(void, glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values)) \
Dgles2_only_static_translator_namespaced_header.h15 GL_APICALL void GL_APIENTRY glVertexAttrib1fv(GLuint indx, const GLfloat* values);
17 GL_APICALL void GL_APIENTRY glVertexAttrib2fv(GLuint indx, const GLfloat* values);
19 GL_APICALL void GL_APIENTRY glVertexAttrib3fv(GLuint indx, const GLfloat* values);
21 GL_APICALL void GL_APIENTRY glVertexAttrib4fv(GLuint indx, const GLfloat* values);
/device/google/cuttlefish/host/commands/cvd/server_command/
Dserial_launch.cpp72 Flag DeviceSpecificUintFlag(const std::string& name, std::vector<T>& values, in DeviceSpecificUintFlag() argument
75 [&request, &values](const FlagMatch& match) { in DeviceSpecificUintFlag()
84 values.push_back(num); in DeviceSpecificUintFlag()
92 std::vector<std::string>& values) { in DeviceSpecificStringFlag() argument
93 return GflagsCompatFlag(name).Setter([&values](const FlagMatch& match) { in DeviceSpecificStringFlag()
96 values.push_back(parsed_value); in DeviceSpecificStringFlag()
/device/google/sunfish/
DWCNSS_qcom_cfg.ini8 # Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
64 # Valid values are 1,2
89 # Valid values are 0,1. If commented out, the default value is 0.
99 # Maximum Receive AMPDU size (VHT only. Valid values:
103 # Maximum MPDU length (VHT only. Valid values:
184 # VHT Tx/Rx MCS values
185 # Valid values are 0,1,2. If commented out, the default value is 0.
190 # VHT Tx/Rx MCS values for 2x2
191 # Valid values are 0,1,2. If commented out, the default value is 0.
/device/google/coral/
DWCNSS_qcom_cfg.ini8 # Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
64 # Valid values are 1,2
89 # Valid values are 0,1. If commented out, the default value is 0.
99 # Maximum Receive AMPDU size (VHT only. Valid values:
103 # Maximum MPDU length (VHT only. Valid values:
184 # VHT Tx/Rx MCS values
185 # Valid values are 0,1,2. If commented out, the default value is 0.
190 # VHT Tx/Rx MCS values for 2x2
191 # Valid values are 0,1,2. If commented out, the default value is 0.
/device/google/redbull/
DWCNSS_qcom_cfg.ini8 # Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
65 # Valid values are 1,2
93 # Valid values are 0,1. If commented out, the default value is 0.
103 # Maximum Receive AMPDU size (VHT only. Valid values:
107 # Maximum MPDU length (VHT only. Valid values:
191 # VHT Tx/Rx MCS values
192 # Valid values are 0,1,2. If commented out, the default value is 0.
197 # VHT Tx/Rx MCS values for 2x2
198 # Valid values are 0,1,2. If commented out, the default value is 0.
/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dcommand_printer.py144 values = ["0x{:x}".format(self.read_int(size, signed, big_endian)) for i in
146 self.write("[{}]\n".format(", ".join(values)), indent=0)
156 values = [str(self.read_float()) for i in range(0, count)]
157 self.write("{}: [{}]\n".format(field_name, ", ".join(values)), indent)
/device/google/felix/vibrator/cs40l26/
DVibMgrHwApi.h93 data.values[0] = 0; in initGPIO()
105 data.values[0] = value; in setGPIOOutput()
/device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/
DHotwordMicToggleProvider.java84 public Uri insert(@NonNull Uri uri, ContentValues values) { in insert() argument
97 @NonNull Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() argument
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp799 for ( auto rc : resultIt->second.values ) in checkCommandCorrectness()
878 …( std::find_if( e.second.values.begin(), e.second.values.end(), [&alias]( EnumValueData const & ev… in checkEnumCorrectness()
879 e.second.values.end() ) || in checkEnumCorrectness()
886 for ( auto const & v : e.second.values ) in checkEnumCorrectness()
917 assert( enumIt->second.values.front().name == "VK_FORMAT_UNDEFINED" ); in checkEnumCorrectness()
918 …r ( auto enumValueIt = std::next( enumIt->second.values.begin() ); enumValueIt != enumIt->second.v… in checkEnumCorrectness()
1111 checkForError( std::find_if( objectTypeIt->second.values.begin(), in checkHandleCorrectness()
1112 objectTypeIt->second.values.end(), in checkHandleCorrectness()
1114 … { return evd.name == handle.second.objTypeEnum; } ) != objectTypeIt->second.values.end(), in checkHandleCorrectness()
1121 for ( auto const & objectTypeValue : objectTypeIt->second.values ) in checkHandleCorrectness()
[all …]
/device/google/cuttlefish/host/libs/graphics_detector/
Dgles_funcs.h145 X(void, glPointParameterfv, (GLenum param, const GLfloat * values), (param, values)) \
213 X(void, glVertexAttrib1fv, (GLuint indx, const GLfloat* values), (indx, values)) \
215 X(void, glVertexAttrib2fv, (GLuint indx, const GLfloat* values), (indx, values)) \
217 X(void, glVertexAttrib3fv, (GLuint indx, const GLfloat* values), (indx, values)) \
219 X(void, glVertexAttrib4fv, (GLuint indx, const GLfloat* values), (indx, values)) \
340 …um pname, GLsizei bufSize, GLsizei * length, GLint * values), (sync, pname, bufSize, length, value…
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp102 …d internal_glGetSynciv(GLsync sync, GLenum pname, GLsizei bufsize, GLsizei *length, GLint *values);
4142 GL_APICALL void GL_APIENTRY glVertexAttrib1fv(GLuint index, const GLfloat* values){ in glVertexAttrib1fv() argument
4145 ctx->dispatcher().glVertexAttrib1fv(index,values); in glVertexAttrib1fv()
4146 ctx->setAttribValue(index, 1, values); in glVertexAttrib1fv()
4148 ctx->setAttribute0value(values[0], 0.0, 0.0, 1.0); in glVertexAttrib1fv()
4155 GLfloat values[] = {x, y}; in glVertexAttrib2f() local
4156 ctx->setAttribValue(index, 2, values); in glVertexAttrib2f()
4161 GL_APICALL void GL_APIENTRY glVertexAttrib2fv(GLuint index, const GLfloat* values){ in glVertexAttrib2fv() argument
4164 ctx->dispatcher().glVertexAttrib2fv(index,values); in glVertexAttrib2fv()
4165 ctx->setAttribValue(index, 2, values); in glVertexAttrib2fv()
[all …]
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib243 len values (sizeof(GLfloat))
245 len values (2 * sizeof(GLfloat))
248 len values (3 * sizeof(GLfloat))
251 len values (4 * sizeof(GLfloat))
679 dir values out
680 len values (bufSize * sizeof(GLint))

1234567