Searched refs:string (Results 51 - 69 of 69) sorted by relevance

123

/dalvik/libdex/
H A DDexProto.cpp24 #include <string.h>
33 * Make sure that the given cache can hold a string of the given length,
94 * given value (reusing the string cache's allocation if possible).
330 * descriptor from a method descriptor string.
396 // It's the end of the descriptor string.
409 * descriptor string does.
H A DSysUtil.cpp26 #include <string.h>
H A DZipArchive.cpp26 #include <string.h>
90 * Simple string hash function for non-null-terminated strings.
H A Dsha1.cpp85 #include <string.h>
H A DDexSwapVerify.cpp32 #include <string.h>
2193 ALOGE("Bogus string size %#x", valueArg);
/dalvik/vm/
H A DInit.cpp217 * Parse a string of the form /[0-9]+[kKmMgG]?/, which is used to specify
221 * "s" should point just past the "-Xm?" part of the string.
235 * so make sure our string starts with a decimal digit.
244 * If this is the end of the string, the user
252 /* The remainder of the string is either a single multiplier
385 * Parse the latter half of a -Xrunjdwp/-agentlib:jdwp= string, e.g.:
455 * like "-ea:com.google.fubar.Wahoo". The string we get starts at the ':'.
1068 gDvm.properties = new std::vector<std::string>();
1195 std::string dvmStartup(int argc, const char* const argv[],
1411 std::string mappedNam
[all...]
H A DThread.cpp417 * Convert SuspendCause to a string.
559 std::string threadName(dvmGetThreadName(target));
1460 std::string threadName(dvmGetThreadName(self));
1865 * Create a string for the thread name.
3125 * empty string for the default cgroup. If the string is longer than
3126 * "bufLen", the string will be truncated.
3195 * Convert ThreadStatus to a string.
3364 std::string dvmGetThreadName(Thread* thread) {
3373 std::string resul
[all...]
H A DJni.cpp456 ALOGI("Adding global ref on string '%s'", str);
902 std::string className(dvmHumanReadableDescriptor(method->clazz->descriptor));
910 std::string className(dvmHumanReadableDescriptor(method->clazz->descriptor));
914 std::string exceptionClassName(dvmHumanReadableDescriptor(exception->clazz->descriptor));
2097 * If "len" is zero, we will return an empty string even if "unicodeChars"
2121 * Get a string's character data.
2142 * Release our grip on some characters from a string.
2154 * The spec doesn't say how to handle a NULL string. Popular desktop VMs
2170 * Return the length in bytes of the modified UTF-8 form of the string.
2182 * Convert "string" t
[all...]
H A DSync.cpp301 /* Emit self thread name string, <= 37 bytes. */
302 std::string selfName = dvmGetThreadName(self);
/dalvik/tools/hprof-conv/
H A DHprofConv.c23 #include <string.h>
194 * Read a NULL-terminated string from the input.
/dalvik/vm/alloc/TEST/HeapBitmapTest/
H A Dmain.c5 #include <string.h>
/dalvik/vm/oo/
H A DArray.cpp53 std::string descriptor(dvmHumanReadableDescriptor(arrayClass->descriptor));
/dalvik/vm/jdwp/
H A DJdwpSocket.cpp26 #include <string.h>
122 * Are we still waiting for the handshake string?
H A DJdwpEvent.cpp26 #include <string.h>
412 * Match a string against a "restricted regular expression", which is just
413 * a string that may start or end with '*' (e.g. "*.Foo" or "java.*").
H A DJdwpHandler.cpp38 #include <string.h>
167 ALOGV(" string '%s'", str);
170 ALOGV(" string (null)");
365 * Create a new string in the VM and return its ID.
368 * string "java.util.Arrays".)
376 ALOGV(" Req to create string '%s'", str);
510 * Given a referenceTypeID, return a string with the JNI reference type
632 /* referenceTypeId in, string out */
767 * see the contents of a byte[] as a string.
979 * Return the string valu
[all...]
/dalvik/dexdump/
H A DDexDump.cpp47 #include <string.h>
179 * Returns a newly-allocated string.
205 * Returns a quoted string representing the boolean value.
250 * Create a new string with human-readable access flags.
323 const int kLongest = 21; /* strlen of longest string above */
331 * string above as the base metric.
700 * Helper for dumpInstruction(), which builds the string
771 outSize = snprintf(buf, bufSize, "\"%s\" // string@%0*x",
1344 * the value will be replaced with a newly-allocated string.
/dalvik/vm/analysis/
H A DCodeVerify.cpp22 * some string-peeling and wouldn't need to compute hashes.
611 * Look up a class reference given as a simple string descriptor.
1134 std::string dotMissingClass =
1136 std::string dotMethClass =
/dalvik/vm/mterp/out/
H A DInterpAsm-x86-atom.S1661 * Code: Move a string reference to a register. Uses no substitutions.
1663 * For: const/string
1665 * Description: Move a referece to the string specified by the given
1670 * Syntax: op vAA, string@BBBB
1678 cmp $0, %eax # check if string is resolved
1679 je .LOP_CONST_STRING_resolve # resolve string reference
1706 * Code: Move a string reference to a register. Uses no substitutions.
1708 * For: const/string-jumbo
1710 * Description: Move a reference to the string specified by the given
1715 * Syntax: op vAA, string
[all...]
/dalvik/tools/dmtracedump/
H A DTraceDump.c28 #include <string.h>
239 /* Escapes characters in the source string that are html special entities.
240 * The escaped string is written to "dest" which must be large enough to
1867 * of the string "buf" is at least "width" characters wide. If width is

Completed in 1250 milliseconds

123