HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 126 - 139 of 139) sorted by null

1 2 3 4 56

  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 348 Selection.Action action = selection.getAction(); local
349 if (action != Selection.Action.Highlight)
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 458 void ExpectChangeRecordActionValue(SyncManager::ChangeRecord::Action
483 EXPECT_NE(SyncManager::ChangeRecord::ACTION_DELETE, record.action);
484 ExpectChangeRecordActionValue(record.action, value, "action");
495 EXPECT_EQ(SyncManager::ChangeRecord::ACTION_DELETE, record.action);
496 ExpectChangeRecordActionValue(record.action, value, "action");
539 record.action = SyncManager::ChangeRecord::ACTION_ADD;
551 record.action = SyncManager::ChangeRecord::ACTION_UPDATE;
563 record.action = SyncManager::ChangeRecord::ACTION_DELETE
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 12 #include "clang/Driver/Action.h"
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 113 <span class="en">Action Bar</span>
205 <li><a href="<?cs var:toroot ?>guide/topics/manifest/action-element.html">&lt;action&gt;</a></li>
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 411 // Configure action bar
557 * Handler for action bar actions.
560 public void onAction(Action action) {
561 switch (action) {
577 throw new IllegalStateException("Unkonwn ActionBarAdapter action: " + action);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 912 AssignmentAction Action, bool AllowExplicit) {
914 return PerformImplicitConversion(From, ToType, Action, AllowExplicit, ICS);
919 AssignmentAction Action, bool AllowExplicit
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 187 assert(false && "Unknown type action!");
527 default: llvm_unreachable("Unknown type action!");
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 404 en: 'Action Bar Compatibility'
407 en: 'Shows how to use the action bar on both pre-API 11 and API 11+ devices, maximizing code re-use.'
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/iproute2/doc/
ip-cref.tex 126 \verb|COMMAND| specifies the action to perform on the object.
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 295 milliseconds

1 2 3 4 56