/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
xgate1.d | 7 tmpdir/dump: file format elf32-m68hc12
|
/frameworks/native/services/inputflinger/ |
InputDispatcher.cpp | 179 static void dumpRegion(String8& dump, const Region& region) { 181 dump.append("<empty>"); 192 dump.append("|"); 194 dump.appendFormat("[%d,%d][%d,%d]", cur->left, cur->top, cur->right, cur->bottom); 3135 String8 dump; local 3827 void InputDispatcher::dump(String8& dump) { function in class:android::InputDispatcher [all...] |
/external/google-breakpad/src/tools/linux/md2core/ |
minidump-2-core.cc | [all...] |
/art/test/971-iface-super/util-src/ |
generate_java.py | 83 JavaConverter(f.get_specific_version(base.InterfaceType.default)).dump(self.temp_dir) 85 JavaConverter(f).dump(self.temp_dir) 98 # Dump these ones, they are getting compiled. 101 out.dump(self.temp_dir) 107 out.dump(self.temp_dir)
|
/cts/tests/tests/os/src/android/os/cts/ |
BinderTest.java | 319 mBinder.dump(new FileDescriptor(), 323 mBinder.dump(new FileDescriptor(), dumpArgs); 373 public void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:BinderTest.MockBinder 374 super.dump(fd, fout, args);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyUtils.java | 98 public void dump() { method in class:MonkeyUtils.PackageFilter
|
/device/asus/fugu/libaudio/ |
AudioHardwareInput.h | 49 status_t dump(int fd);
|
/device/huawei/angler/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.h | 98 int dump(struct camera_device *, int fd);
|
/device/lge/bullhead/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.h | 98 int dump(struct camera_device *, int fd);
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
QCameraHWI_Mem.h | 57 virtual status_t dump(int fd, const Vector<String16>& args) const;
|
/device/moto/shamu/camera/QCamera/HAL/wrapper/ |
QualcommCamera.h | 99 int dump(struct camera_device *, int fd);
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
QualcommCamera.h | 114 int dump(const struct camera2_device *, int fd);
|
/device/moto/shamu/camera/QCamera2/HAL/wrapper/ |
QualcommCamera.h | 98 int dump(struct camera_device *, int fd);
|
/external/autotest/client/bin/ |
update_intel_pci_ids | 83 json.dump(pci_ids, out_f, sort_keys=True, indent=4,
|
/external/autotest/client/profilers/powertop/src/ |
powertop.h | 72 extern int dump;
|
/external/autotest/site_utils/ |
control_file_preprocessor.py | 81 json.dump(suite_control_files, file_obj)
|
dump_to_cloudsql.py | 7 """Module to upload a MySQL dump file to Cloud SQL. 13 Uploads MySQL dump file to a MySQL database or Cloud SQL. With no optional 17 FILE text dump file containing MySQL commands 22 --resume NUM resume dump at command NUM 57 data: A line of data from the MySQL dump. 152 line: A line from the MySQL dump file. 184 line: A line from the MySQL dump file. 194 """Dumps a MySQL dump file to a database through a MySQLConnectionManager. 197 dumpfile: Path to a file from which to read the MySQL dump. 200 is reached. Used to continue an uncompleted dump. Defaults to 0 [all...] |
/external/chromium-trace/catapult/catapult_build/ |
build_steps.py | 242 json.dump(steps, outfile)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
adb_run_shell_cmd.py | 28 help='File to dump json output to.') 49 json.dump(data, f)
|
/external/chromium-trace/catapult/experimental/buildbot/ |
query.py | 66 json.dump(data, sys.stdout)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
chart_json_output_formatter.py | 82 json.dump(ResultsAsChartDict(
|
json_output_formatter.py | 56 json.dump(
|
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 192 void dump();
|
/external/curl/src/ |
tool_cb_dbg.c | 35 static void dump(const char *timebuf, const char *text, 166 * We dump the header text and then switch type to CURLINFO_DATA_OUT. 172 /* dump everything through the CRLFCRLF as a sent header */ 174 dump(timebuf, text, output, data, i + 4, config->tracetype, type); 211 dump(timebuf, text, output, data, size, config->tracetype, type); 215 static void dump(const char *timebuf, const char *text, function
|
/external/elfutils/tests/ |
run-readelf-gdb_index.sh | 68 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=gdb_index testfilegdbindex5 <<\EOF 99 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=gdb_index testfilegdbindex7 <<\EOF
|