Home
last modified time | relevance | path

Searched refs:binary (Results 976 - 1000 of 1075) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1350 const ProgramBinary& binary;
1353 : binary(env.programBinaries.get(params.binaryName))
1408 res.binary.getSize(),
1409 (const deUint32*)res.binary.getBinary(),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp1350 const ProgramBinary& binary;
1353 : binary(env.programBinaries.get(params.binaryName))
1408 res.binary.getSize(),
1409 (const deUint32*)res.binary.getBinary(),
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.cpp2156 const void *binary, in CaptureShaderBinary()
2169 binary, length, &shadersPackedParam); in CaptureShaderBinary()
2185 ParamCapture binaryParam("binary", ParamType::TvoidConstPointer); in CaptureShaderBinary()
2186 InitParamValue(ParamType::TvoidConstPointer, binary, &binaryParam.value); in CaptureShaderBinary()
2187 CaptureShaderBinary_binary(glState, isCallValid, count, shadersPacked, binaryformat, binary, in CaptureShaderBinary()
2193 ParamCapture binaryParam("binary", ParamType::TvoidConstPointer); in CaptureShaderBinary()
2151 CaptureShaderBinary(const State &glState, bool isCallValid, GLsizei count, const ShaderProgramID *shadersPacked, GLenum binaryformat, const void *binary, GLsizei length) CaptureShaderBinary() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp2196 const void *binary, in ValidateProgramBinary()
2205 return ValidateProgramBinaryBase(context, entryPoint, program, binaryFormat, binary, length); in ValidateProgramBinary()
2214 const void *binary) in ValidateGetProgramBinary()
2223 binary); in ValidateGetProgramBinary()
2192 ValidateProgramBinary(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLenum binaryFormat, const void *binary, GLsizei length) ValidateProgramBinary() argument
2208 ValidateGetProgramBinary(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLsizei bufSize, const GLsizei *length, const GLenum *binaryFormat, const void *binary) ValidateGetProgramBinary() argument
H A DvalidationESEXT_autogen.h2186 const void *binary);
2191 const void *binary,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp135 const TIntermBinary *binary = node->getAsBinaryNode(); in FindLValueBase() local
136 if (binary == nullptr) in FindLValueBase()
141 TOperator op = binary->getOp(); in FindLValueBase()
147 node = binary->getLeft(); in FindLValueBase()
431 // Same error message for all binary operations don't work.
6749 // Child 0 is "left" if binary, and the expression being swizzled if swizzle. in checkAtomicMemoryBuiltinFunctions()
6750 // Note: we don't need to check that the binary operation is one of EOp*Index*, as any in checkAtomicMemoryBuiltinFunctions()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp4367 void *binary) in glGetProgramBinary()
4369 return GL_GetProgramBinary(program, bufSize, length, binaryFormat, binary); in glGetProgramBinary()
4405 const void *binary, in glProgramBinary()
4408 return GL_ProgramBinary(program, binaryFormat, binary, length); in glProgramBinary()
4821 const void *binary, in glShaderBinary()
4824 return GL_ShaderBinary(count, shaders, binaryformat, binary, length); in glShaderBinary()
4363 glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) glGetProgramBinary() argument
4403 glProgramBinary(GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) glProgramBinary() argument
4818 glShaderBinary(GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) glShaderBinary() argument
/third_party/mksh/
H A DBuild.sh2844 MKSH_DONT_EMIT_IDSTRING omit RCS IDs from binary
2877 You may also want to install the lksh binary (also as /bin/sh) built by:
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_performance_test.cpp160 std::ifstream inFile(pstr.c_str(), std::ios::binary | std::ios::in); in TestLoadFromIndex()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_performance_test.cpp121 std::ifstream inFile(pstr.c_str(), std::ios::binary | std::ios::in); in TestLoadFromIndex()
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp125 rfile.open(exception.message, std::ios::binary | std::ios::ate); in ReportExceptionToSysEvent()
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp967 std::ifstream ifs(BATTERY_STATS_JSON, std::ios::binary); in LoadBatteryStatsData()
/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp914 std::ifstream inputFile(filePath.c_str(), std::ios::binary); in ReadBytesFromFile()
/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp574 std::ifstream src(CONFIG_CACHE_FILE, std::ios::binary); in HWTEST_F()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp502 std::ifstream f(path, std::ios::binary | std::ios::in); in ReadInputFile()
/base/update/updater/utils/
H A Dutils.cpp536 std::ifstream ifs(filePath, std::ios::binary | std::ios::in); in GetFileSize()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp218 std::ofstream rawDataFile(ss.str(), std::ofstream::binary); in DumpLayersToFile()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp494 inFile_->open(INP_DIR, ios::in | ios::binary); in StartDecoder()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp482 inFile_->open(INP_DIR, ios::in | ios::binary); in StartDecoder()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp203 ifs.open(configFilePath, std::ios::in | std::ios::binary); in GetConfigContent()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_backup_test.cpp666 ofstream damageFile(filePath, ios::out | ios::binary); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp131 std::ifstream file(path, std::ios::binary); in LoadKeyBlob()
/third_party/json/tests/src/
H A Dunit-regression1.cpp341 SECTION("issue #101 - binary string causes numbers to be dumped as hex")
347 j["binary string"] = bytes;
350 CHECK(j.dump() == "{\"binary string\":\"\\u0000asdf\\n\",\"int64\":10}");
1350 std::ios_base::in | std::ios_base::binary);
1364 SECTION("issue #838 - incorrect parse error with binary data in keys")
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c997 a->curr[LTY_POLICY].p->u.http.u.ws.binary = in lws_ss_policy_parser_cb()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv4-mont.pl297 moveq pc,lr @ be binary compatible with V4, yet

Completed in 87 milliseconds

1...<<31323334353637383940>>...43