/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 | 196 json.dump(steps, outfile)
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_blacklist.py | 44 json.dump(blacklist, 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 | 78 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
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
LruBitmapPool.java | 83 dump(); method 128 dump(); method 158 dump(); method 162 private void dump() { method in class:LruBitmapPool
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
LigatureTree.java | 168 public void dump(Writer w, int indent) method in class:LigatureTree.Lignode 192 subnodes[i].dump(w, indent); method 240 public void dump() method in class:LigatureTree 244 root.dump(pw, 0);
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
ClassFileDumper.java | 32 * relative path to dump directory. <code>null</code> if no dumps 54 void dump(final String name, final byte[] contents) throws IOException { method in class:ClassFileDumper
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
Holder.java | 286 public void dump(Appendable out, String indent) throws IOException method in class:Holder 290 AggregateLifeCycle.dump(out,indent,_initParams.entrySet()); 294 public String dump() method in class:Holder 296 return AggregateLifeCycle.dump(this);
|
/external/jsilver/src/org/clearsilver/ |
HDF.java | 188 String dump(); method in interface:HDF
|
/external/llvm/include/llvm/Analysis/ |
PHITransAddr.h | 96 void dump() const;
|
/external/llvm/include/llvm/CodeGen/ |
MachineJumpTableInfo.h | 123 /// dump - Call to stderr. 125 void dump() const;
|