/aosp_15_r20/art/tools/jvmti-agents/ti-alloc-sample/ |
H A D | mkflame.py | 95 size_string = thread_type_size[thread_type_size.find(SIZE_STRING) + SIZE_STRING_LEN:] 96 size_string = size_string[:size_string.find(",")] 97 return int(size_string)
|
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_XML.py | 350 size_string = "" 359 size_string = size_string + " + safe_pad(%s)" % (p.size_string(1)) 361 return size_string
|
H A D | glX_proto_send.py | 451 % (pc, p.offset + adjust, p.size_string() )) 454 % (pc, p.offset + adjust, src_ptr, p.size_string() )) 457 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() )) 467 temp = p.size_string() 504 % (pc, (param.offset - 4) + adjust, param.size_string() )) 894 … print(' __glXSendLargeCommand(gc, pc, %u, %s, %s);' % (p.offset + 8, p.name, p.size_string()))
|
H A D | gl_marshal.py | 148 out('variable_data += {0};'.format(p.size_string(False, marshal=1))) 150 out('variable_data += {0};'.format(p.size_string(False, marshal=1))) 178 out('int {0}_size = {1};'.format(p.name, p.size_string(marshal=1))) 229 p.name, p.size_string()))
|
H A D | glX_proto_size.py | 291 print(' return safe_pad(%s);' % (p.size_string())) 612 size = p.size_string() 614 size = "safe_add(%s, %s)" % (size, p.size_string())
|
H A D | marshal_XML.py | 295 p.size_string(marshal=1), p.get_base_type_string(), 300 p.size_string(marshal=1), p.get_base_type_string(),
|
H A D | gl_XML.py | 571 def size_string(self, use_parens = 1, marshal = 0): member in gl_parameter
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | directory_listing.cc | 64 std::u16string size_string; in GetDirectoryListingEntry() local 66 size_string = base::FormatBytesUnlocalized(size); in GetDirectoryListingEntry() 67 base::EscapeJSONString(size_string, true, &result); in GetDirectoryListingEntry()
|
/aosp_15_r20/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
H A D | ConfigManagerUtil.cpp | 124 std::string size_string(sz); in convertFloatArray() local 127 if (!android::base::ParseUint(size_string, &count)) { in convertFloatArray() 128 LOG(ERROR) << "Failed to parse " << size_string; in convertFloatArray()
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | ConfigManagerUtil.cpp | 118 std::string size_string(sz); in convertFloatArray() local 121 count = std::stoi(size_string); in convertFloatArray()
|
/aosp_15_r20/hardware/interfaces/automotive/evs/1.1/default/ |
H A D | ConfigManagerUtil.cpp | 121 string size_string(sz); in convertFloatArray() local 124 count = stoi(size_string); in convertFloatArray()
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | ConfigManagerUtil.cpp | 122 std::string size_string(sz); in convertFloatArray() local 125 count = stoi(size_string); in convertFloatArray()
|
/aosp_15_r20/external/openscreen/tools/cddl/ |
H A D | codegen.cc | 61 std::string size_string = in CppTypeToString() local 63 return "std::array<uint8_t, " + size_string + ">"; in CppTypeToString()
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 2235 uint32_t size_string __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4); in decode() local 2236 InputBuffer inptr_string(ptr + 8 + 4 + 4 + 4, size_string); in decode() 2237 …size_length __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4 + 4 + size_string); in decode() 2238 InputBuffer inptr_length(ptr + 8 + 4 + 4 + 4 + size_string + 4, size_length); in decode() 2240 …lidOrDie(checksumCalc, ptr, 8 + 4 + 4 + 4 + size_string + 4 + size_length, ptr + 8 + 4 + 4 + 4 + s… in decode() 2247 …am, var_shader, var_count, (const GLchar* const*)(inptr_string.get()), size_string, (const GLint*)… in decode() 4476 uint32_t size_string __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4); in decode() local 4477 InputBuffer inptr_string(ptr + 8 + 4 + 4, size_string); in decode() 4478 GLsizei var_len = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + size_string); in decode() 4480 …hreadInfo::validOrDie(checksumCalc, ptr, 8 + 4 + 4 + size_string + 4, ptr + 8 + 4 + 4 + size_strin… in decode() [all …]
|