HomeSort by relevance Sort by last modified time
    Searched full:raw_size (Results 1 - 24 of 24) sorted by null

  /external/v8/src/
snapshot-external.cc 110 DCHECK(snapshot_blob->raw_size > 0);
115 snapshot_blob->raw_size);
snapshot.h 27 static int raw_size() { return raw_size_; } function in class:v8::internal::Snapshot
natives-external.cc 131 DCHECK(natives_blob->raw_size > 0);
135 natives_blob->raw_size);
d8.cc     [all...]
api.cc 228 i::NewArray<char>(compressed_data[i].raw_size);
231 &compressed_data[i].raw_size,
236 DCHECK_EQ(0, compressed_data[i].raw_size);
278 compressed_data[kSnapshot].raw_size = i::Snapshot::raw_size();
284 compressed_data[kSnapshotContext].raw_size = i::Snapshot::context_raw_size();
290 compressed_data[kLibraries].raw_size = i::Natives::GetRawScriptsSize();
298 compressed_data[kExperimentalLibraries].raw_size =
306 DCHECK_EQ(i::Snapshot::raw_size(), decompressed_data[kSnapshot].raw_size);
    [all...]
  /external/linux-tools-perf/src/tools/perf/tests/
sample-parsing.c 84 COMP(raw_size);
85 if (memcmp(s1->raw_data, s2->raw_data, s1->raw_size)) {
166 .raw_size = sizeof(raw_data),
  /external/linux-tools-perf/src/tools/perf/util/
event.h 115 u32 raw_size; member in struct:perf_sample
evsel.c     [all...]
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 115 u32 raw_size; member in struct:perf_sample
  /system/extras/perfprofd/quipper/
perf_reader.cc 303 sample->raw_size = *ptr++;
305 ByteSwap(&sample->raw_size);
308 sample->raw_data = new uint8_t[sample->raw_size];
309 memcpy(sample->raw_data, ptr, sample->raw_size);
312 int bytes_read = AlignSize(sizeof(sample->raw_size) + sample->raw_size,
594 *ptr++ = sample.raw_size;
595 memcpy(ptr, sample.raw_data, sample.raw_size);
598 int num_bytes = AlignSize(sizeof(sample.raw_size) + sample.raw_size,
    [all...]
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
event.h 126 u32 raw_size; member in struct:perf_sample
  /external/pdfium/testing/
embedder_test.cpp 91 result_data->raw_size = data_length;
  /system/bt/stack/sdp/
sdp_discovery.c 369 cpy_len = p_ccb->p_db->raw_size - p_ccb->p_db->raw_used;
383 SDP_TRACE_WARNING("list_len :%d cpy_len:%d raw_size:%d raw_used:%d",
384 list_len, cpy_len, p_ccb->p_db->raw_size, p_ccb->p_db->raw_used);
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/scripting-engines/
trace-event-perl.c 368 XPUSHs(sv_2mortal(newSVpvn((const char *)sample->raw_data, sample->raw_size)));
trace-event-python.c 390 (const char *)sample->raw_data, sample->raw_size));
  /external/pdfium/samples/
pdfium_test.cc 112 result_data->raw_size = static_cast<int>(data_length);
  /system/bt/stack/include/
sdp_api.h 138 UINT32 raw_size; /* size of raw_data */ member in struct:__anon69678
  /external/linux-tools-perf/src/tools/perf/
builtin-trace.c 1008 fprintf(trace->output, "%s sample with no payload for tid: %d, cpu %d, raw_size=%d, skipping...\n",
1010 sample.cpu, sample.raw_size);
    [all...]
builtin-script.c 437 sample->raw_data, sample->raw_size);
    [all...]
  /system/bt/bta/sdp/
bta_sdp_act.c 377 record->hdr.user1_ptr_len = p_bta_sdp_cfg->p_sdp_db->raw_size;
  /system/bt/bta/jv/
bta_jv_act.c 936 p_bta_jv_cfg->p_sdp_db->raw_size = p_bta_jv_cfg->sdp_raw_size;
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/v8/include/
v8.h 4863 int raw_size; member in class:v8::StartupData
    [all...]

Completed in 1051 milliseconds