/hardware/intel/img/hwcomposer/include/ |
BufferManager.h | 19 #include <common/utils/Dump.h> 38 // dump interface 39 void dump(Dump& d);
|
IDisplayDevice.h | 19 #include <common/utils/Dump.h> 99 virtual void dump(Dump& d) = 0;
|
PhysicalDevice.h | 71 virtual void dump(Dump& d);
|
/hardware/libhardware/include/hardware/ |
fb.h | 143 void (*dump)(struct framebuffer_device_t* dev, char *buff, int buff_len); member in struct:framebuffer_device_t
|
/hardware/libhardware/modules/camera/ |
Camera.h | 51 void dump(int fd);
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayMdp.h | 71 /* dump state of the object */ 72 void dump() const; 73 /* Return the dump in the specified buffer */ 149 /* dump */ 150 void dump() const; 183 /* dump state of the object */ 184 void dump() const; 185 /* Return the dump in the specified buffer */ 385 dump();
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayMdp.h | 71 /* dump state of the object */ 72 void dump() const; 73 /* Return the dump in the specified buffer */ 147 /* dump */ 148 void dump() const; 181 /* dump state of the object */ 182 void dump() const; 183 /* Return the dump in the specified buffer */ 379 dump();
|
/hardware/ti/omap4-aah/camera/ |
CameraProperties.cpp | 118 mCameraProps[i].dump();
|
/hardware/ti/omap4xxx/camera/ |
CameraProperties.cpp | 113 mCameraProps[i].dump();
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_die.cc | 194 void DIEObject::dump(bool only_this) const { function in class:DIEObject 204 /* Dump this DIE attributes. */ 211 /* Dump all ranges for this DIE. */ 237 parent_die_->dump(true); 240 /* Dump this DIE's children. */ 242 last_child()->dump(false); 245 /* Dump this DIE's siblings. */ 247 prev_sibling()->dump(false);
|
dwarf_die.h | 93 void dump(bool only_this) const;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
MatrixUtilsTests.java | 48 MatrixUtils.dump("multi", retval);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_dump.py | 8 self.json.dump({}, sio)
|
test_indent.py | 50 self.json.dump(h, sio, indent=indent)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_code.py | 9 >>> dump(f.func_code) 20 >>> dump(f(4).func_code) 37 >>> dump(h.func_code) 53 >>> dump(attrs.func_code) 70 >>> dump(optimize_away.func_code) 97 def dump(co): function
|
test_ast.py | 391 self.assertEqual(ast.dump(a), ast.dump(b)) 395 self.assertEqual(ast.dump(node), 400 self.assertEqual(ast.dump(node, annotate_fields=False), 404 self.assertEqual(ast.dump(node, include_attributes=True), 415 self.assertEqual(ast.dump(src, include_attributes=True), 426 self.assertEqual(ast.dump(src, include_attributes=True), 440 self.assertEqual(ast.dump(src, include_attributes=True), 448 self.assertEqual(ast.dump(src, include_attributes=True), 468 self.assertEqual(ast.dump(next(iterator)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_dump.py | 8 self.json.dump({}, sio)
|
test_indent.py | 50 self.json.dump(h, sio, indent=indent)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_code.py | 9 >>> dump(f.func_code) 20 >>> dump(f(4).func_code) 37 >>> dump(h.func_code) 53 >>> dump(attrs.func_code) 70 >>> dump(optimize_away.func_code) 97 def dump(co): function
|
test_ast.py | 391 self.assertEqual(ast.dump(a), ast.dump(b)) 395 self.assertEqual(ast.dump(node), 400 self.assertEqual(ast.dump(node, annotate_fields=False), 404 self.assertEqual(ast.dump(node, include_attributes=True), 415 self.assertEqual(ast.dump(src, include_attributes=True), 426 self.assertEqual(ast.dump(src, include_attributes=True), 440 self.assertEqual(ast.dump(src, include_attributes=True), 448 self.assertEqual(ast.dump(src, include_attributes=True), 468 self.assertEqual(ast.dump(next(iterator)) [all...] |
/system/core/libutils/ |
CallStack.cpp | 57 void CallStack::dump(int fd, int indent, const char* prefix) const { function in class:android::CallStack
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 147 virtual status_t dump(int fd); 191 void dump(int fd); 216 void dump(int fd); 256 status_t dump(int fd); 299 status_t dump(int fd); 318 void dump(int fd); 333 status_t dump(int fd);
|
/cts/tests/tests/util/src/android/util/cts/ |
ArrayMapTest.java | 299 private static void dump(Map map, ArrayMap array) { method in class:ArrayMapTest 311 private static void dump(ArrayMap map1, ArrayMap map2) { method in class:ArrayMapTest 322 private static void dump(Bundle bundle1, Bundle bundle2) { method in class:ArrayMapTest 365 dump(hashMap, arrayMap); 372 dump(hashMap, arrayMap); 379 dump(hashMap, arrayMap); 390 dump(bundle, bundle2); 406 dump(hashMap, arrayMap); 411 //dump(hashMap, arrayMap); 425 dump(newMap, mapCopy) [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
asn1pars.c | 93 int informat,indent=0, noout = 0, dump = 0; local 159 else if (strcmp(*argv,"-dump") == 0) 161 dump= -1; 166 dump= atoi(*(++argv)); 167 if (dump <= 0) goto bad; 206 BIO_printf(bio_err," -dump dump unknown data in hex form\n"); 207 BIO_printf(bio_err," -dlimit arg dump the first arg bytes of unknown data in hex form\n"); 366 indent,dump))
|
/external/llvm/lib/CodeGen/ |
MachineCopyPropagation.cpp | 179 DEBUG(dbgs() << "MCP: copy is a NOP, removing: "; MI->dump()); 197 DEBUG(dbgs() << "MCP: Copy is no longer dead: "; CI->second->dump()); 202 DEBUG(dbgs() << "MCP: Copy is a deletion candidate: "; MI->dump()); 265 DEBUG(dbgs() << "MCP: Copy is used - not dead: "; CI->second->dump()); 285 (*DI)->dump());
|