/external/bison/lib/ |
strtol.c | 203 # define STRING_TYPE wchar_t 221 # define STRING_TYPE char 252 INTERNAL (strtol) (const STRING_TYPE *nptr, STRING_TYPE **endptr, 259 register const STRING_TYPE *s; 261 const STRING_TYPE *save, *end; 393 *endptr = (STRING_TYPE *) s; 427 *endptr = (STRING_TYPE *) &save[-1]; 430 *endptr = (STRING_TYPE *) nptr; 444 strtol (const STRING_TYPE *nptr, STRING_TYPE **endptr [all...] |
/external/webkit/Source/WebCore/xml/ |
XPathResult.idl | 25 const unsigned short STRING_TYPE = 2;
|
XPathResult.cpp | 55 m_resultType = STRING_TYPE; 81 case STRING_TYPE: 134 if (resultType() != STRING_TYPE) {
|
XPathResult.h | 48 STRING_TYPE = 2,
|
/frameworks/base/core/java/android/util/ |
EventLog.java | 73 private static final byte STRING_TYPE = 2; 128 case STRING_TYPE:
|
/frameworks/base/tools/aidl/ |
Type.cpp | 13 Type* STRING_TYPE; 66 STRING_TYPE = new StringType(); 67 NAMES.Add(STRING_TYPE); 1001 if (m_creator == STRING_TYPE->CreatorName()) { 1014 if (m_creator == STRING_TYPE->CreatorName()) { 1032 if (m_creator == STRING_TYPE->CreatorName()) { [all...] |
Type.h | 446 extern Type* STRING_TYPE;
|
generate_java.cpp | 73 new Variable(STRING_TYPE, "DESCRIPTOR")); 572 getDesc->returnType = STRING_TYPE;
|
/external/v8/tools/oom_dump/ |
oom_dump.cc | 50 if (names[v8::internal::STRING_TYPE] == NULL) {
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Executor.java | 35 private final Type STRING_TYPE; 45 STRING_TYPE = getType("java.lang.String"); 756 type = STRING_TYPE; [all...] |
/external/v8/src/ |
mirror-debugger.js | 151 const STRING_TYPE = 'string'; 541 %_CallFunction(this, STRING_TYPE, value, ValueMirror); [all...] |
objects-printer.cc | 367 case STRING_TYPE: return "TWO_BYTE_STRING";
|
objects.h | 256 // symbol) or a STRING_TYPE (if it is not a symbol). 274 V(STRING_TYPE) \ 375 V(STRING_TYPE, \ 497 STRING_TYPE = kTwoByteStringTag | kSeqStringTag, [all...] |
objects-inl.h | [all...] |
heap.cc | [all...] |
/external/v8/test/cctest/ |
test-heap.cc | 40 CheckMap(HEAP->string_map(), STRING_TYPE, kVariableSizeSentinel); [all...] |
/external/jdiff/ |
xerces.jar | |