Home
last modified time | relevance | path

Searched defs:raw_bytes (Results 1 – 9 of 9) sorted by relevance

/external/python/rsa/rsa/
Dtransform.py31 def bytes2int(raw_bytes): argument
111 def bytes_leading(raw_bytes, needle=b'\x00'): argument
/external/python/oauth2client/oauth2client/
D_helpers.py96 def _urlsafe_b64encode(raw_bytes): argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dcgroup_helpers.c251 unsigned char raw_bytes[8]; in get_cgroup_id() member
/external/v8/src/regexp/experimental/
Dexperimental-interpreter.cc56 ByteArray raw_bytes, const DisallowHeapAllocation& no_gc) { in ToInstructionVector()
Dexperimental.cc133 Vector<RegExpInstruction> AsInstructionSequence(ByteArray raw_bytes) { in AsInstructionSequence()
/external/fonttools/Lib/fontTools/misc/
Dplistlib.py364 def _string_or_data_element(raw_bytes, ctx): argument
/external/v8/src/ast/
Dprettyprinter.cc703 const unsigned char* raw_bytes = value->raw_data(); in PrintLiteral() local
/external/google-styleguide/cpplint/
Dcpplint_unittest.py3070 def DoTest(self, raw_bytes, has_invalid_utf8): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc449 const size_t raw_bytes = in NodeItemBytes() local