/external/clang/test/SemaTemplate/ |
inject-templated-friend-post.cpp | 45 #ifdef PROTOTYPE
|
/external/e2fsprogs/lib/ss/ |
execute_cmd.c | 25 static int check_request_table PROTOTYPE((ss_request_table *rqtbl, int argc, 27 static int really_execute_command PROTOTYPE((int sci_idx, int argc,
|
ss_internal.h | 20 #define PROTOTYPE(p) p
|
pager.c | 42 extern char *getenv PROTOTYPE((const char *));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pointers.py | 61 PROTOTYPE = CFUNCTYPE(c_int, POINTER(c_int)) 71 callback = PROTOTYPE(func)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pointers.py | 61 PROTOTYPE = CFUNCTYPE(c_int, POINTER(c_int)) 71 callback = PROTOTYPE(func)
|
/external/chromium_org/third_party/icu/source/i18n/ |
transreg.cpp | 414 * can represent prototype transliterators to be cloned, or can 426 PROTOTYPE, 439 Transliterator* prototype; // For PROTOTYPE member in union:TransliteratorEntry::__anon14116 460 u.prototype = 0; 468 if (entryType == PROTOTYPE) { 469 delete u.prototype; 485 if (entryType == PROTOTYPE) { 486 delete u.prototype; 488 entryType = PROTOTYPE; [all...] |
/external/icu4c/i18n/ |
transreg.cpp | 416 * can represent prototype transliterators to be cloned, or can 428 PROTOTYPE, 441 Transliterator* prototype; // For PROTOTYPE member in union:TransliteratorEntry::__anon21599 462 u.prototype = 0; 470 if (entryType == PROTOTYPE) { 471 delete u.prototype; 487 if (entryType == PROTOTYPE) { 488 delete u.prototype; 490 entryType = PROTOTYPE; [all...] |
/external/chromium_org/v8/src/ |
ast.cc | 198 kind_ = PROTOTYPE; 260 property->kind() != ObjectLiteral::Property::PROTOTYPE; 588 // prototype object, i.e. one step of the algorithm below has been already 595 // If a dictionary map is found in the prototype chain before the actual 598 // receiver or prototype could be added. 626 // If we reach the end of the prototype chain, we don't know the target. 627 if (!type->prototype()->IsJSObject()) return false; 628 // Go up the prototype chain, recording where we are currently. 629 holder_ = Handle<JSObject>(JSObject::cast(type->prototype())); [all...] |
prettyprinter.cc | 1025 case ObjectLiteral::Property::PROTOTYPE: 1026 prop_kind = "PROPERTY - PROTOTYPE";
|
ast.h | [all...] |
hydrogen.cc | [all...] |
/external/v8/src/ |
ast.cc | 183 kind_ = PROTOTYPE; 487 // prototype object, i.e. one step of the algorithm below has been already 513 // Perhaps something interesting is up in the prototype chain... 517 // If we reach the end of the prototype chain, we don't know the target. 518 if (!type->prototype()->IsJSObject()) return false; 519 // Go up the prototype chain, recording where we are currently. 520 holder_ = Handle<JSObject>(JSObject::cast(type->prototype())); [all...] |
prettyprinter.cc | 985 case ObjectLiteral::Property::PROTOTYPE: 986 prop_kind = "PROPERTY - PROTOTYPE";
|
ast.h | [all...] |
parser.cc | [all...] |
hydrogen.cc | [all...] |
/external/v8/src/arm/ |
full-codegen-arm.cc | [all...] |
/external/v8/src/ia32/ |
full-codegen-ia32.cc | [all...] |
/external/v8/src/mips/ |
full-codegen-mips.cc | [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | [all...] |
/external/chromium_org/v8/src/arm/ |
full-codegen-arm.cc | [all...] |
/external/chromium_org/v8/src/ia32/ |
full-codegen-ia32.cc | [all...] |
/external/chromium_org/v8/src/mips/ |
full-codegen-mips.cc | [all...] |
/external/chromium_org/v8/src/x64/ |
full-codegen-x64.cc | [all...] |