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

  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 107 dump_type(MiniDumpNormal),
130 dump_type(arg_dump_type),
148 MINIDUMP_TYPE dump_type; member in struct:google_breakpad::ProtocolMessage
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 51 MINIDUMP_TYPE dump_type,
61 MINIDUMP_TYPE dump_type() const { return dump_type_; } function in class:google_breakpad::ClientInfo
crash_generation_client.h 66 MINIDUMP_TYPE dump_type,
70 MINIDUMP_TYPE dump_type,
crash_generation_client.cc 95 MINIDUMP_TYPE dump_type,
99 dump_type_(dump_type),
115 MINIDUMP_TYPE dump_type,
119 dump_type_(dump_type),
client_info.cc 40 MINIDUMP_TYPE dump_type,
47 dump_type_(dump_type),
minidump_generator.h 54 // SetFullDumpFile or GenerateFullDumpFile() dump_type must include
63 const MINIDUMP_TYPE dump_type,
crash_generation_server.cc 429 msg_.dump_type,
923 client.dump_type(),
    [all...]
minidump_generator.cc 259 const MINIDUMP_TYPE dump_type,
270 dump_type_(dump_type),
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 101 dump_type(FILE *fp, struct lp_type type);
lp_test_conv.c 73 dump_type(fp, src_type);
76 dump_type(fp, dst_type);
89 dump_type(fp, src_type);
92 dump_type(fp, dst_type);
lp_test_main.c 47 dump_type(FILE *fp, function
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 183 MINIDUMP_TYPE dump_type,
194 MINIDUMP_TYPE dump_type,
292 MINIDUMP_TYPE dump_type,
exception_handler.cc 66 MINIDUMP_TYPE dump_type,
74 dump_type,
86 MINIDUMP_TYPE dump_type,
94 dump_type,
108 // The dump_type, pipe_name and custom_info that are passed in to Initialize()
115 MiniDumpNormal, // dump_type - not used
145 MINIDUMP_TYPE dump_type,
159 dump_type_ = dump_type;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 67 dump_type(self._instance + '.' + variable.name, variable.type)
146 dump_type(self.instance + '[%i]' % i, type_traits.base_type(self.type))
160 def dump_type(instance, type_): function
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 800 * @dump_type : type of the frame to be dumped. Only such
809 int dump_type)
823 if((enabled & dump_type) && data) {
842 switch (dump_type) {
    [all...]
QCamera2HWI.h 286 int index, int dump_type);
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 800 * @dump_type : type of the frame to be dumped. Only such
809 int dump_type)
823 if((enabled & dump_type) && data) {
842 switch (dump_type) {
    [all...]
QCamera2HWI.h 286 int index, int dump_type);
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp     [all...]
QCamera2HWI.h 348 int dump_type);
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 344 mm_camera_buf_def_t *frame, uint32_t dump_type);
QCamera2HWICallbacks.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 335 external dump_type : lltype -> unit = "llvm_dump_type"
    [all...]
llvm.mli 487 (** [dump_type ty] prints the .ll representation of the type [ty] to standard
489 val dump_type : lltype -> unit var
    [all...]

Completed in 1045 milliseconds