/external/icing/icing/index/hit/ |
D | hit.cc | 64 Value temp_value = 0; in Hit() local 67 &temp_value); in Hit() 68 bit_util::BitfieldSet(section_id, kNumFlags, kSectionIdBits, &temp_value); in Hit() 70 kHasTermFrequency, /*len=*/1, &temp_value); in Hit() 71 bit_util::BitfieldSet(is_prefix_hit, kPrefixHit, /*len=*/1, &temp_value); in Hit() 73 /*len=*/1, &temp_value); in Hit() 74 value_ = temp_value; in Hit()
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5PreciseQualifier.cpp | 315 glw::GLfloat temp_value = 0.0f; in iterate() local 319 temp_value = vertex_data_positions[component_nr]; in iterate() 322 vertex_data_positions[m_n_components - 1 - component_nr] = temp_value; in iterate() 324 temp_value = vertex_data_weights[component_nr]; in iterate() 327 vertex_data_weights[m_n_components - 1 - component_nr] = temp_value; in iterate()
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 123 const long temp_value = strtol(line, &err, 10); in ReadLongFromFile() local 125 *value = temp_value; in ReadLongFromFile()
|
/external/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 123 const long temp_value = strtol(line, &err, 10); in ReadLongFromFile() local 125 *value = temp_value; in ReadLongFromFile()
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 133 const long temp_value = strtol(line, &err, 10); in ReadLongFromFile() local 135 *value = temp_value; in ReadLongFromFile()
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | sysinfo.cc | 133 const long temp_value = strtol(line, &err, 10); in ReadLongFromFile() local 135 *value = temp_value; in ReadLongFromFile()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 133 const long temp_value = strtol(line, &err, 10); in ReadLongFromFile() local 135 *value = temp_value; in ReadLongFromFile()
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 200 const long temp_value = strtol(line, &err, 10); in ReadLongFromFile() local 202 *value = temp_value; in ReadLongFromFile()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/ |
D | s3_filesystem.cc | 511 uint64_t temp_value; in S3File() local 513 absl::SimpleAtoi(getenv("S3_MULTI_PART_UPLOAD_CHUNK_SIZE"), &temp_value) in S3File() 514 ? temp_value in S3File() 517 absl::SimpleAtoi(getenv("S3_MULTI_PART_DOWNLOAD_CHUNK_SIZE"), &temp_value) in S3File() 518 ? temp_value in S3File() 521 absl::SimpleAtoi(getenv("S3_DISABLE_MULTI_PART_DOWNLOAD"), &temp_value) in S3File() 522 ? (temp_value != 1) in S3File()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_engine.cpp | 286 v8::Local<v8::Value> temp_value; in GlobalPropertyGetter() local 287 if (!pCJSRuntime->GetValueByNameFromGlobalObject(szPropName, &temp_value)) in GlobalPropertyGetter() 290 if (temp_value.IsEmpty()) in GlobalPropertyGetter() 293 pValue->ForceSetValue(temp_value); in GlobalPropertyGetter()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 10241 glw::GLuint temp_value = 0; in iterate() local 10246 …gl.getUniformSubroutineuiv(GL_VERTEX_SHADER, m_po_active_subroutine_uniform_locations, &temp_value… in iterate() 10251 …tUniformSubroutineuiv(GL_VERTEX_SHADER, m_po_active_subroutine_uniform_locations + 1, &temp_value); in iterate() 10279 &temp_value); in iterate()
|