/external/valgrind/main/massif/tests/ |
big-alloc.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
deep-A.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 59 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
deep-B.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 57 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
deep-C.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
deep-D.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
/external/valgrind/tsan/ |
ts_offline.cc | 186 unsigned short extra = 0; local 190 ok &= Read<unsigned short>(input, &extra); 220 extra = 1; 222 event->Init(type, (int)tid, pc, address, (int)extra);
|
/frameworks/base/tools/aidl/ |
aidl_language.h | 25 extra_text_type* extra; member in struct:buffer_type
|
/prebuilt/common/ninepatch/ |
ninepatch-prebuilt.jar | |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvInsn.java | 130 String extra = argString(); local 131 if (extra != null) { 136 sb.append(extra);
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 132 String extra = argString(); local 133 if (extra != null) { 138 sb.append(extra);
|
/dalvik/dx/src/com/android/dx/ssa/ |
PhiInsn.java | 333 * allows sub-classes to specify extra text. 335 * @param extra {@code null-ok;} the argument to print after the opcode 338 protected final String toHumanWithInline(String extra) { 344 if (extra != null) { 346 sb.append(extra);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
DalvInsn.java | 132 String extra = argString(); local 133 if (extra != null) { 138 sb.append(extra);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
PhiInsn.java | 333 * allows sub-classes to specify extra text. 335 * @param extra {@code null-ok;} the argument to print after the opcode 338 protected final String toHumanWithInline(String extra) { 344 if (extra != null) { 346 sb.append(extra);
|
/external/libusb-compat/libusb/ |
usb.h | 116 unsigned char *extra; /* Extra descriptors */ member in struct:usb_endpoint_descriptor 144 unsigned char *extra; /* Extra descriptors */ member in struct:usb_interface_descriptor 169 unsigned char *extra; /* Extra descriptors */ member in struct:usb_config_descriptor
|
/external/libxml2/ |
xmlmodule.c | 39 * @extra: extra information 44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) 53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra, 55 "Memory allocation failed : %s\n", extra);
|
c14n.c | 133 * @extra: extra informations 138 xmlC14NErrMemory(const char *extra) 141 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra, 143 "Memory allocation failed : %s\n", extra); 148 * @extra: extra informations 153 xmlC14NErrParam(const char *extra) 156 XML_ERR_INTERNAL_ERROR, XML_ERR_ERROR, NULL, 0, extra, 158 "Invalid parameter : %s\n", extra); [all...] |
/external/tremolo/Tremolo/ |
dsp.c | 311 long extra=(long)(vd->granulepos-op->granulepos); local 313 if(extra) 315 /* partial last frame. Strip the extra samples off */ 316 vd->out_end-=extra;
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
Layer.cpp | 170 void Layer::draw(SkCanvas* canvas, android::DrawExtra* extra, SkScalar opacity) { 199 onDraw(canvas, opacity, extra, FlattenedLayers); 219 getChild(i)->draw(canvas, extra, opacity);
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 53 xflags: Integer; (* extra flags (not used when writing a gzip file) *) 55 extra: PChar; (* pointer to extra field or Z_NULL if none *) 56 extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *) 57 extra_max: Integer; (* space at extra (only when reading header) *)
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
WlanDrvWext.c | 57 void *extra); 167 void *extra) 281 extra,
|
/packages/apps/Browser/src/com/android/browser/ |
NavigationBarBase.java | 158 public void onAction(String text, String extra, String source) { 175 if (extra != null) { 176 i.putExtra(SearchManager.EXTRA_DATA_KEY, extra);
|
/sdk/chimpchat/src/com/android/chimpchat/ |
ChimpManager.java | 209 * Parse a monkey response string to get the extra data returned. 212 * @return any extra data that was returned, or empty string if there was nothing. 427 String extra = parseResponseForExtra(response); local 428 List<String> ids = Arrays.asList(extra.split(" ")); 430 throw new ChimpException(extra);
|
/external/zlib/ |
inflate.c | 19 * - Remove unnecessary second byte pull from length extra in inffast.c 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 735 state->head->extra = Z_NULL; 736 state->mode = EXTRA; 737 case EXTRA: 743 state->head->extra != Z_NULL) { 745 zmemcpy(state->head->extra + len, next, [all...] |
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
MjpegFileWriter.java | 66 int extra = (useLength + (int) position) % 4; local 67 if (extra > 0) { 68 useLength = useLength + extra; 76 if (extra > 0) { 77 for (int i = 0; i < extra; i++) {
|
/external/llvm/tools/gold/ |
gold-plugin.cpp | 88 static std::vector<std::string> extra; member in namespace:options 100 } else if (opt.startswith("extra-library-path=")) { 121 extra.push_back(opt); 412 // Pass through extra options to the code generator. 413 if (!options::extra.empty()) { 414 for (std::vector<std::string>::iterator it = options::extra.begin(); 415 it != options::extra.end(); ++it) { 456 (*message)(LDPL_ERROR, "Unable to set the extra library path.");
|