/external/chromium_org/ui/resources/ |
ui_resources.gyp | 13 'actions': [ 50 'actions': [
|
/frameworks/base/core/res/res/layout/ |
notification_action_list.xml | 19 android:id="@+id/actions" 29 <!-- actions will be added here -->
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
DestructiveAction.java | 23 * Interface for listening to completed UI actions like Archive, Delete, star, etc. 25 * {@link SelectedConversationsActionMenu}. Once the actions are completed, the method
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
/external/bison/lib/ |
spawn-pipe.c | 255 posix_spawn_file_actions_t actions; 284 if ((err = posix_spawn_file_actions_init (&actions)) != 0 287 && (err = posix_spawn_file_actions_adddup2 (&actions, 291 && (err = posix_spawn_file_actions_adddup2 (&actions, 295 && (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) 298 && (err = posix_spawn_file_actions_addclose (&actions, ifd[1])) 301 && (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) 304 && (err = posix_spawn_file_actions_addclose (&actions, ifd[0])) 307 && (err = posix_spawn_file_actions_addopen (&actions, 314 && (err = posix_spawn_file_actions_addopen (&actions, [all...] |
/external/clang/lib/Parse/ |
ParseOpenMP.cpp | 54 return Actions.ActOnOpenMPThreadprivateDirective(Loc, 106 Actions.ActOnOpenMPThreadprivateDirective(Loc, 108 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation()); 140 Sema::CompoundScopeRAII CompoundScope(Actions); 141 Actions.ActOnCapturedRegionStart(Loc, getCurScope(), CR_Default, 1); 142 Actions.ActOnStartOfCompoundStmt(); 145 Actions.ActOnFinishOfCompoundStmt(); 147 Actions.ActOnCapturedRegionError(); 150 AssociatedStmt = Actions.ActOnCapturedRegionEnd(AssociatedStmt.take()); 155 Directive = Actions.ActOnOpenMPExecutableDirective(DKind, Clauses [all...] |
ParseObjc.cpp | 50 Actions.CodeCompleteObjCAtDirective(getCurScope()); 93 return Actions.ConvertDeclToDeclGroup(SingleDecl); 112 return Actions.ConvertDeclToDeclGroup(0); 126 return Actions.ConvertDeclToDeclGroup(0); 128 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(), 135 Sema::ObjCContainerKind ock = Actions.getObjCContainerKind(); 139 Decl *Decl = Actions.getObjCDeclContext(); 143 Actions.ActOnAtEnd(getCurScope(), AtLoc); 190 Actions.CodeCompleteObjCInterfaceDecl(getCurScope()); 214 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc) [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_toolbar_model.h | 17 // Model for the browser actions toolbar. 53 // "show all actions". 55 // As above, a return value of -1 represents "show all actions". 75 // incognito-enabled browser actions, and the list of all browser actions.
|
/external/chromium/testing/gmock/ |
CHANGES | 7 * New actions: ReturnPointee() and ReturnRefOfCopy(). 59 * New feature: ACTION_TEMPLATE for defining templatized actions. 63 * New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and 81 * New feature: macros for easily defining new actions. 83 * New feature: actions for accessing function arguments and throwing
|
/external/chromium_org/chrome/browser/resources/downloads/ |
downloads.css | 41 #downloads-actions { 45 html[dir=rtl] #downloads-actions { 54 #downloads-actions > a, 55 #downloads-actions > .disabled-link { 59 #downloads-actions > a:first-child {
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginObjectMac.mm | 51 NSDictionary *actions = [NSDictionary dictionaryWithObjectsAndKeys: 65 [caLayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]]; 79 [sublayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
|
/external/chromium_org/tools/gyp/test/actions-multiple/src/ |
actions.gyp | 7 # Have a long string so that actions will exceed xp 512 character 26 'actions': [ 97 'actions': [ 167 'actions': [ 206 'actions': [
|
/external/chromium_org/ui/app_list/ |
search_result.h | 71 typedef std::vector<Action> Actions; 91 const Actions& actions() const { function in class:app_list::SearchResult 94 void SetActions(const Actions& sets); 122 Actions actions_;
|
/packages/apps/Camera2/src/com/android/camera/data/ |
InProgressDataWrapper.java | 32 * should not supporting any actions. Only methods related to actions like 85 public boolean isDataActionSupported(int actions) { 91 // No actions are allowed to modify the wrapped data. 99 // No actions are allowed to modify the wrapped data.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 53 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 63 * add tree construction actions. 76 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 117 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 126 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 142 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 164 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 169 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 180 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 206 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTTreeParser.stg | 55 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 65 * add tree construction actions. 78 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 119 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 128 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 144 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 166 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 171 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 182 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 208 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTTreeParser.stg | 56 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 66 * add tree construction actions. 79 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 120 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 129 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 145 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 167 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 172 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 183 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 209 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTTreeParser.stg | 52 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 62 * add tree construction actions. 75 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 116 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 125 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 141 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 163 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 168 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 179 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 205 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
counting_policy_unittest.cc | 141 // Checks that the number of queued actions to be written out does not exceed 190 scoped_ptr<Action::ActionVector> actions) { 191 ASSERT_EQ(3, static_cast<int>(actions->size())); 192 CheckAction(*actions->at(0), "punky", Action::ACTION_API_CALL, "brewster", 194 CheckAction(*actions->at(1), "punky", Action::ACTION_DOM_ACCESS, "lets", 196 CheckAction(*actions->at(2), "punky", Action::ACTION_API_CALL, 202 scoped_ptr<Action::ActionVector> actions) { 203 ASSERT_EQ(2, static_cast<int>(actions->size())); 204 CheckAction(*actions->at(0), "punky", Action::ACTION_DOM_ACCESS, "lets", 206 CheckAction(*actions->at(1), "punky", Action::ACTION_API_CALL, "brewster" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DynamicContextMenu.java | 122 // Remember how many static actions we have. Then each time the menu is 140 // Now add all the dynamic menu actions depending on the current selection. 149 * All previous dynamic menu actions have been removed and this method can now insert 150 * any new actions that depend on the current selection. 181 * Returns the list of node-specific actions applicable to the given 184 * @param nodes the collection of nodes to look up actions for 199 // We'll use the actions returned by the first node. Even when there 201 // the set of all selected nodes to that first action. Actions are required 202 // to work this way to facilitate multi selection and actions which apply 307 * Given a map from selection items to list of applicable actions (produce 368 List<RuleAction> actions = mCanvas.getRulesEngine().callGetContextMenu(node); local [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
summary-mock.js | 150 var actions = new ui.notifications.Stream(); 151 document.body.insertBefore(actions, document.body.firstChild); 157 actions.add(createFailingTestsSummary(3, 4, 1)); 158 actions.add(createFailingTestsSummary(3, 1, 3)); 159 actions.add(createFailingTestsSummary(1, 20, 1)); 160 actions.add(createBuildersFailing(1)); 161 actions.add(createBuildersFailing(8));
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
AdHocCommandData.java | 62 private ArrayList<AdHocCommand.Action> actions = new ArrayList<AdHocCommand.Action>();
field in class:AdHocCommandData 96 buf.append("<actions");
101 if (actions.size() == 0) {
106 for (AdHocCommand.Action action : actions) {
109 buf.append("</actions>");
228 return actions;
232 actions.add(action);
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
NdefPushProtocol.java | 51 public NdefPushProtocol(byte[] actions, NdefMessage[] messages) { 52 if (actions.length != messages.length || actions.length == 0) { 54 "actions and messages must be the same size and non-empty"); 58 int numMessages = actions.length; 60 System.arraycopy(actions, 0, mActions, 0, numMessages); 96 // Read actions and messages
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
spawn.h | 42 /* Data structure to contain information about the actions to be 68 Before running the process perform the actions described in FILE-ACTIONS. 163 /* Free resources associated with FILE-ACTIONS. */ 167 /* Add an action to FILE-ACTIONS which tells the implementation to call 176 /* Add an action to FILE-ACTIONS which tells the implementation to call 182 /* Add an action to FILE-ACTIONS which tells the implementation to call
|