| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiObjectManagementTests.cpp | 1350 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 D | vktApiObjectManagementTests.cpp | 1350 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 D | capture_gles_2_0_autogen.cpp | 2156 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 D | validationES3.cpp | 2196 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 D | validationESEXT_autogen.h | 2186 const void *binary); 2191 const void *binary,
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ParseContext.cpp | 135 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 D | libGL_autogen.cpp | 4367 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 D | Build.sh | 2844 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 D | resource_manager_performance_test.cpp | 160 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 D | resource_manager_performance_test.cpp | 121 std::ifstream inFile(pstr.c_str(), std::ios::binary | std::ios::in); in TestLoadFromIndex()
|
| /base/hiviewdfx/faultloggerd/services/ |
| H A D | fault_logger_daemon.cpp | 125 rfile.open(exception.message, std::ios::binary | std::ios::ate); in ReportExceptionToSysEvent()
|
| /base/powermgr/battery_statistics/services/native/src/ |
| H A D | battery_stats_core.cpp | 967 std::ifstream ifs(BATTERY_STATS_JSON, std::ios::binary); in LoadBatteryStatsData()
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | napi_utils.cpp | 914 std::ifstream inputFile(filePath.c_str(), std::ios::binary);
in ReadBytesFromFile()
|
| /base/security/security_guard/test/unittest/data_collect/src/ |
| H A D | security_guard_data_collect_test.cpp | 574 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 D | hks_chipset_platform_encrypt_test.cpp | 502 std::ifstream f(path, std::ios::binary | std::ios::in); in ReadInputFile()
|
| /base/update/updater/utils/ |
| H A D | utils.cpp | 536 std::ifstream ifs(filePath, std::ios::binary | std::ios::in); in GetFileSize()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_composer_adapter.cpp | 218 std::ofstream rawDataFile(ss.str(), std::ofstream::binary); in DumpLayersToFile()
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
| H A D | videodec_api11_sample.cpp | 494 inFile_->open(INP_DIR, ios::in | ios::binary); in StartDecoder()
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
| H A D | videodec_api11_sample.cpp | 482 inFile_->open(INP_DIR, ios::in | ios::binary); in StartDecoder()
|
| /foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
| H A D | plugin_mgr.cpp | 203 ifs.open(configFilePath, std::ios::in | std::ios::binary);
in GetConfigContent()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
| H A D | distributeddb_kv_backup_test.cpp | 666 ofstream damageFile(filePath, ios::out | ios::binary); in HWTEST_F()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| H A D | base_key.cpp | 131 std::ifstream file(path, std::ios::binary); in LoadKeyBlob()
|
| /third_party/json/tests/src/ |
| H A D | unit-regression1.cpp | 341 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 D | policy-json.c | 997 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 D | armv4-mont.pl | 297 moveq pc,lr @ be binary compatible with V4, yet
|