Searched refs:encode (Results 1 – 15 of 15) sorted by relevance
| /device/generic/goldfish/radio/include/telephony/ |
| D | ril_mnc.h | 75 static inline int encode(int mnc, int numDigits) { in encode() function 98 static inline int encode(const std::string & mnc) { in encode() function 99 return encode(std::stoi(mnc), mnc.length()); in encode() 126 if (decode(encode(mncs[i].in)).compare(mncs[i].out)) return 1; in test()
|
| /device/google/cuttlefish/host/commands/secure_env/ |
| D | tpm_remote_provisioning_context.cpp | 140 .add(-4670552 /* Subject Pub Key */, coseKey.encode()) in GenerateBcc() 144 .encode(); in GenerateBcc() 198 return cppbor::Array().add(sign1.moveValue()).add(std::move(bcc)).encode(); in BuildProtectedDataPayload() 243 cppbor::Array().add(challenge).add(cppbor::Bstr(csrPayload.encode())); in BuildCsr() 245 devicePrivKey_, signedDataPayload.encode(), {} /* aad */); in BuildCsr()
|
| /device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
| D | adb.js | 70 let systemIdentity = utf8Encoder.encode('Cray_II:1234:whatever'); 79 let destination = utf8Encoder.encode('shell:' + command);
|
| D | rootcanal.js | 50 return rootCanalAddPayload(array, curPos, utf8Encoder.encode(val));
|
| /device/google/cuttlefish/guest/hals/identity/common/ |
| D | WritableIdentityCredential.cpp | 374 vector<uint8_t> encodedCbor = popArray.encode(); in finishAddingEntries() 415 vector<uint8_t> credentialData = array.encode(); in finishAddingEntries()
|
| D | IdentityCredential.cpp | 109 vector<uint8_t> proofOfDeletionCbor = array.encode(); in deleteCredentialCommon() 143 vector<uint8_t> proofOfOwnershipCbor = array.encode(); in proveOwnership() 877 vector<uint8_t> encodedDeviceNameSpaces = deviceNameSpacesMap_.encode(); in finishRetrieval()
|
| /device/google/gs-common/audio/sepolicy/common/ |
| D | property_contexts | 8 vendor.audiodump.encode.disable u:object_r:vendor_audio_prop:s0
|
| /device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/usr/bin/ |
| D | gnss_replay.py | 67 self.socket.send(str.encode(response))
|
| /device/google/trout/hal/gnss/host/ |
| D | gnss_replay.py | 67 self.socket.send(str.encode(response))
|
| /device/generic/goldfish-opengl/ |
| D | cmake_transform.py | 77 m.update(mk.read().encode("utf-8"))
|
| /device/generic/goldfish/tools/ |
| D | mk_combined_img.py | 19 if magic == int(codecs.encode(word[::-1], 'hex'), 16):
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/ |
| D | README.md | 200 * How to efficiently encode data with fewer than 4 channels. 201 * How to efficiently encode normal maps, sRGB data, and HDR data.
|
| /device/google/trout/tools/ |
| D | bpttool | 1117 p.label.encode(encoding='utf-16le')))
|
| /device/google/trout/tools/tracing/proto/ |
| D | perfetto_trace.proto | 1280 // account for the number of bytes needed to encode the random number and a 2764 // TODO(kenton): Base-64 encode? 7010 // To encode counter values more efficiently, we support attaching additional 7128 // encode thread time instead. 7145 // encode thread instruction count instead. 8923 // IDs up to 15 are reserved. They take only one byte to encode their
|
| /device/generic/goldfish-opengl/system/GLESv2_enc/ |
| D | GL2Encoder.cpp | 667 bool encode = id != m_state->getLastEncodedBufferBind(target); in doBindBufferEncodeCached() local 669 if (encode) { in doBindBufferEncodeCached()
|