/external/icu4c/i18n/ |
ucal.cpp | 733 UDate* transition, UErrorCode* status) 749 *transition = tzt.getTime();
|
/frameworks/base/services/java/com/android/server/wm/ |
AppTransition.java | 62 // transition, mNextAppTransition will be the kind of transition to 65 // made visible or hidden at the next transition. 72 /** Bit mask that is set for all enter transition. */ 78 /** Not set up for a transition. */ 80 /** No animation for transition. */ 367 // Pick the desired duration. If this is an inter-activity transition, 369 // task transition duration. 461 // Pick the desired duration. If this is an inter-activity transition, 463 // task transition duration [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_gtk.h | 101 PageTransition::Type transition,
|
autocomplete_edit_view_win.h | 96 PageTransition::Type transition,
|
keyword_provider.cc | 429 result.transition = PageTransition::KEYWORD;
|
/external/chromium/chrome/browser/history/ |
history_backend.h | 376 PageTransition::Type transition, 581 // Tracks page transition types.
|
history_unittest.cc | 478 PageTransition::CHAIN_START, query_url_visits_[0].transition); 488 PageTransition::CHAIN_END, query_url_visits_[0].transition); 520 PageTransition::CHAIN_END, query_url_visits_[0].transition);
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu_test.cc | 33 PageTransition::Type transition) {
|
/external/icu4c/i18n/unicode/ |
ucal.h | 412 * it also reflects discontinuities of those fields on DST transition days. On a day [all...] |
/hardware/libhardware/include/hardware/ |
gps.h | 720 * same for a sufficient period of time, the UNCERTAIN transition would be 722 * appropriate transition should be triggered. This "sufficient period of time" 742 * appropriate (ENTERED or EXITED) transition for every Geofence it knows about. 748 * UNKNOWN transition described above is per geofence. 752 * hopefully provide a definitive state transition to the third party 776 * transition - Can be one of GPS_GEOFENCE_ENTERED, GPS_GEOFENCE_EXITED, 778 * timestamp - Timestamp when the transition was detected. 781 * particular transition. For instance, if the caller is interested only in 782 * ENTERED transition, then the callback should NOT be called with the EXITED 783 * transition [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_model_unittest.cc | 814 details.transition = 0; 836 details.transition = 0 [all...] |
/external/v8/src/ia32/ |
stub-cache-ia32.cc | 743 Handle<Map> transition, 749 CompareMapMode mode = transition.is_null() ? ALLOW_ELEMENT_TRANSITION_MAPS 763 // Perform map transition for the receiver if necessary. 764 if (!transition.is_null() && (object->map()->unused_property_fields() == 0)) { 769 __ push(Immediate(transition)); 780 if (!transition.is_null()) { 784 Immediate(transition)); 788 // face of a transition we can use the old map here because the size of the 2457 GenerateStoreField(masm(), object, index, transition, edx, ecx, ebx, &miss); local 2631 GenerateStoreField(masm(), object, index, transition, edx, ecx, ebx, &miss); local [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 727 Handle<Map> transition, 733 CompareMapMode mode = transition.is_null() ? ALLOW_ELEMENT_TRANSITION_MAPS 747 // Perform map transition for the receiver if necessary. 748 if (!transition.is_null() && (object->map()->unused_property_fields() == 0)) { 753 __ Push(transition); 764 if (!transition.is_null()) { 767 __ Move(FieldOperand(receiver_reg, HeapObject::kMapOffset), transition); local 771 // face of a transition we can use the old map here because the size of the 2288 GenerateStoreField(masm(), object, index, transition, rdx, rcx, rbx, &miss); local 2461 GenerateStoreField(masm(), object, index, transition, rdx, rcx, rbx, &miss); local [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |
/external/chromium/chrome/browser/ui/ |
browser.cc | 653 // TODO(erikkay): START_PAGE doesn't seem like the right transition in all [all...] |
/external/v8/src/ |
stub-cache.cc | 368 Handle<Map> transition, 370 PropertyType type = (transition.is_null()) ? FIELD : MAP_TRANSITION; 378 compiler.CompileStoreField(receiver, field_index, transition, name); 518 Handle<Map> transition, 520 PropertyType type = (transition.is_null()) ? FIELD : MAP_TRANSITION; 529 compiler.CompileStoreField(receiver, field_index, transition, name); [all...] |
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu.cc | 701 if (match.transition == PageTransition::TYPED) { [all...] |
/external/v8/src/arm/ |
stub-cache-arm.cc | 437 Handle<Map> transition, 446 CompareMapMode mode = transition.is_null() ? ALLOW_ELEMENT_TRANSITION_MAPS 460 // Perform map transition for the receiver if necessary. 461 if (!transition.is_null() && (object->map()->unused_property_fields() == 0)) { 465 __ mov(r2, Operand(transition)); 475 if (!transition.is_null()) { 478 __ mov(ip, Operand(transition)); 483 // face of a transition we can use the old map here because the size of the 2542 GenerateStoreField(masm(), object, index, transition, r1, r2, r3, &miss); local 3088 GenerateStoreField(masm(), object, index, transition, r2, r1, r3, &miss); local [all...] |
/external/v8/src/mips/ |
stub-cache-mips.cc | 424 Handle<Map> transition, 432 CompareMapMode mode = transition.is_null() ? ALLOW_ELEMENT_TRANSITION_MAPS 446 // Perform map transition for the receiver if necessary. 447 if (!transition.is_null() && (object->map()->unused_property_fields() == 0)) { 451 __ li(a2, Operand(transition)); 460 if (!transition.is_null()) { 463 __ li(t0, Operand(transition)); 468 // face of a transition we can use the old map here because the size of the 2538 GenerateStoreField(masm(), object, index, transition, a1, a2, a3, &miss); local 3077 GenerateStoreField(masm(), object, index, transition, a2, a1, a3, &miss); local [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_context_menu_controller_unittest.cc | 30 PageTransition::Type transition) {
|
/external/chromium/chrome/browser/debugger/ |
devtools_window.cc | 317 PageTransition::Type transition) {
|
/external/chromium/chrome/browser/extensions/ |
extension_history_api.cc | 54 const char* trans = PageTransition::CoreTransitionString(row.transition); 55 DCHECK(trans) << "Invalid transition.";
|
extension_webnavigation_api.cc | 389 PageTransition::Type transition) {
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 314 foreign_sessions[0]->windows[0]->tabs[0]->navigations[0].transition());
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CodeGenerator.java | 678 Transition edge = (Transition) s.transition(i); 724 Transition edge, 743 Transition edge) [all...] |