/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_action.c | 24 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 90 const struct lp_build_tgsi_action * action, 102 const struct lp_build_tgsi_action * action, 114 const struct lp_build_tgsi_action * action, 155 const struct lp_build_tgsi_action * action, 188 const struct lp_build_tgsi_action * action, 214 const struct lp_build_tgsi_action * action, 250 const struct lp_build_tgsi_action * action, 316 const struct lp_build_tgsi_action * action, 343 const struct lp_build_tgsi_action * action, [all...] |
/art/runtime/ |
fault_handler.cc | 98 static void SetUpArtAction(struct sigaction* action) { 99 action->sa_sigaction = art_fault_handler; 100 sigemptyset(&action->sa_mask); 101 action->sa_flags = SA_SIGINFO | SA_ONSTACK; 103 action->sa_restorer = nullptr; 109 struct sigaction action; local 110 SetUpArtAction(&action); 111 EnsureFrontOfChain(SIGSEGV, &action); 119 struct sigaction action; local 120 SetUpArtAction(&action); 182 struct sigaction action; local [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
HandleDeskClockApiCalls.java | 36 private static final String ACTION_PREFIX = "com.android.deskclock.action."; 76 // Describes the entity responsible for the action being performed. 90 final String action = intent.getAction(); local 91 LogUtils.i("HandleDeskClockApiCalls " + action); 93 switch (action) { 119 final String action = intent.getAction(); local 124 if (ACTION_SHOW_STOPWATCH.equals(action)) { 129 switch (action) { 161 throw new IllegalArgumentException("unknown stopwatch action: " + action); 179 final String action = intent.getAction(); local 259 final String action = intent.getAction(); local [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
GuidedActionsStylist.java | 72 * {@link #getItemViewType(GuidedAction)} method to change the layout used to display each action. 76 * provides a layout id for the action. 80 * <li> Override {@link #onUpdateActivatorView(ViewHolder, GuidedAction)} to update action. 135 * Default viewType that associated with default layout Id for the action item. 160 * ViewHolder caches information about the action item layouts' subviews. Subclasses of {@link 201 * Constructs an ViewHolder for sub action and caches the relevant subviews. 333 * @return True if bound action is inside {@link GuidedAction#getSubActions()}, false 341 * @return Currently bound action. 497 * Returns the VerticalGridView that displays the sub actions list of an expanded action. 498 * @return The VerticalGridView that displays the sub actions list of an expanded action [all...] |
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
GrantUriPermission.java | 46 final String action = intent.getAction(); local 47 if (ACTION_GRANT_URI.equals(action)) { 52 } else if (ACTION_REVOKE_URI.equals(action)) { 56 } else if (ACTION_START_ACTIVITY.equals(action)) { 61 } else if (ACTION_START_SERVICE.equals(action)) { 65 } else if (ACTION_VERIFY_OUTGOING_PERSISTED.equals(action)) {
|
/external/chromium-trace/catapult/third_party/typ/tools/ |
cov.py | 41 parser.add_argument('--no-pragmas', action='store_true', default=False, 43 parser.add_argument('--path', action='append', default=[], 45 parser.add_argument('--pragma', action='append', default=[], 48 parser.add_argument('--show', action='append', default=[], 52 parser.add_argument('--show-missing', action='store_true', 54 parser.add_argument('--source', action='append', default=[],
|
/external/dhcpcd-6.8.2/dev/ |
udev.c | 79 const char *subsystem, *ifname, *action; local 89 action = udev_device_get_action(device); 93 syslog(LOG_DEBUG, "%s: libudev: %s", ifname, action); 94 if (strcmp(action, "add") == 0 || strcmp(action, "move") == 0) 96 else if (strcmp(action, "remove") == 0)
|
/external/iproute2/tc/ |
m_connmark.c | 83 sel.action = TC_ACT_PIPE; 86 sel.action = TC_ACT_RECLASSIFY; 90 sel.action = TC_ACT_PIPE; 95 sel.action = TC_ACT_SHOT; 99 sel.action = TC_ACT_UNSPEC; 103 sel.action = TC_ACT_OK;
|
/external/llvm/utils/ |
clang-parse-diagnostics-file | 13 parser.add_option("-a", "--all", action="store_true", dest="all", 15 parser.add_option("-e", "--error", action="store_true", dest="error", 17 parser.add_option("-f", "--fatal", action="store_true", dest="fatal", 19 parser.add_option("-i", "--ignored", action="store_true", dest="ignored", 21 parser.add_option("-n", "--note", action="store_true", dest="note", 23 parser.add_option("-w", "--warning", action="store_true", dest="warning",
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMotionEvent.java | 20 private int action; field in class:ShadowMotionEvent 30 public static MotionEvent obtain(long downTime, long eventTime, int action, float x, float y, int metaState) { 38 shadowMotionEvent.action = action; 54 return action | (pointerIndex << MotionEvent.ACTION_POINTER_ID_SHIFT); 121 return action;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
SplitClockView.java | 44 final String action = intent.getAction(); 45 if (Intent.ACTION_TIME_CHANGED.equals(action) 46 || Intent.ACTION_TIMEZONE_CHANGED.equals(action) 47 || Intent.ACTION_LOCALE_CHANGED.equals(action) 48 || Intent.ACTION_CONFIGURATION_CHANGED.equals(action) 49 || Intent.ACTION_USER_SWITCHED.equals(action)) {
|
/system/connectivity/shill/test-scripts/ |
connect-vpn | 45 action = "store_true", 50 action = "store_true", 57 action = "store_false", 62 action = "store_true", 69 action = "store", 78 action = "store",
|
/external/llvm/utils/Misc/ |
zkill | 146 action="store", default='INT', 150 action="store_true", default=False) 154 action="store_true", default=False) 157 action="store_true", default=False) 160 action="store_true", default=False) 163 action="store_true", default=False) 169 action="store", default=None) 172 action="store", default=None) 175 action="store", default=None) 178 action="store", type=float, default=None [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
main.py | 51 action="store", 57 action="store", 63 action="store_true", 68 action="store_true", 73 action="store_true", 78 action="store_true", 89 action='store_true', 208 action="store", 215 action="store", 256 action="store" [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/ |
layer1.py | 18 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 114 action. 122 return self.make_request(action='DeleteDeliveryChannel', 145 return self.make_request(action='DeliverConfigSnapshot', 153 action returns the status of all configuration recorder 158 recorder. If the name is not specified, the action returns the 166 return self.make_request(action='DescribeConfigurationRecorderStatus', 173 recorders. If the recorder name is not specified, this action 185 return self.make_request(action='DescribeConfigurationRecorders', 191 If a delivery channel is not specified, this action return [all...] |
/external/vogar/src/vogar/android/ |
HostRuntime.java | 28 import vogar.Action; 57 @Override public Task executeActionTask(Action action, boolean useLargeTimeout) { 58 return new RunActionTask(run, action, useLargeTimeout); 72 null /* action */, localDex)); 78 @Override public Set<Task> cleanupTasks(Action action) { 82 @Override public Set<Task> installActionTasks(Action action, File jar) { 83 File localDexFile = run.localDexFile(action.getName()) [all...] |
/external/vogar/src/vogar/tasks/ |
RunActionTask.java | 21 import vogar.Action; 33 * Executes a single action and then prints the result. 49 private final Action action; field in class:RunActionTask 55 public RunActionTask(Run run, Action action, boolean useLargeTimeout) { 56 super("run " + action.getName()); 58 this.action = action; 59 this.actionName = action.getName() [all...] |
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 54 String action = intent.getAction(); local 56 if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) { 57 if (DBG) log("Intent: " + action); 72 } else if (TelephonyIntents.ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED.equals(action) || 73 CELLBROADCAST_START_CONFIG_ACTION.equals(action)) { 81 Log.e(TAG, "Not system user. Ignored the intent " + action); 83 } else if (Telephony.Sms.Intents.SMS_EMERGENCY_CB_RECEIVED_ACTION.equals(action) || 84 Telephony.Sms.Intents.SMS_CB_RECEIVED_ACTION.equals(action)) { 93 loge("ignoring unprivileged action received " + action); [all...] |
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
GetOrCreateConversationActionTest.java | 17 package com.android.messaging.datamodel.action; 33 import com.android.messaging.datamodel.action.ActionTestHelpers.StubActionService; 34 import com.android.messaging.datamodel.action.ActionTestHelpers.StubActionService.StubActionServiceCallLog; 35 import com.android.messaging.datamodel.action.GetOrCreateConversationAction.GetOrCreateConversationActionListener; 36 import com.android.messaging.datamodel.action.GetOrCreateConversationAction.GetOrCreateConversationActionMonitor; 79 assertEquals("Failed to start service once for action", calls.size(), 1); 80 assertTrue("Action not GetOrCreateConversationAction", calls.get(0).action instanceof 83 GetOrCreateConversationAction action = (GetOrCreateConversationAction) local 84 calls.get(0).action; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
RunLintAction.java | 32 import org.eclipse.jface.action.Action; 33 import org.eclipse.jface.action.ActionContributionItem; 34 import org.eclipse.jface.action.IAction; 35 import org.eclipse.jface.action.IMenuCreator; 36 import org.eclipse.jface.action.Separator; 55 * Action which runs Lint on the currently projects (and also provides a 66 public void selectionChanged(IAction action, ISelection selection) { 71 public void run(IAction action) { 92 public void setActivePart(IAction action, IWorkbenchPart targetPart) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/ |
layer1.py | 18 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 80 with a unique name with the `CreateCluster` action. 93 action='CreateCluster', 111 action='DeleteCluster', 151 action='DeregisterContainerInstance', 169 action='DeregisterTaskDefinition', 189 action='DescribeClusters', 217 action='DescribeContainerInstances', 233 action='DescribeTaskDefinition', 258 action='DescribeTasks' [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elasticache/ |
layer1.py | 18 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 97 action='AuthorizeCacheSecurityGroupIngress', 285 action='CreateCacheCluster', 318 action='CreateCacheParameterGroup', 352 action='CreateCacheSecurityGroup', 389 action='CreateCacheSubnetGroup', 437 action='CreateReplicationGroup', 457 action='DeleteCacheCluster', 479 action='DeleteCacheParameterGroup', 501 action='DeleteCacheSecurityGroup' [all...] |
/external/v8/tools/ |
run-tests.py | 204 default=False, action="store_true") 207 default=False, action="store_true") 210 default=False, action="store_true") 213 default=False, action="store_true") 216 default=False, action="store_true") 218 default=False, action="store_true") 230 default=False, action="store_true") 233 default=False, action="store_true") 238 default=False, action="store_true") 241 default=False, action="store_true" [all...] |
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
GuidedStepActivity.java | 210 public void onGuidedActionClicked(GuidedAction action) { 212 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) { 214 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){ 255 public void onGuidedActionClicked(GuidedAction action) { 256 if (action.getId() == GuidedAction.ACTION_ID_OK) { 273 public long onGuidedActionEditedAndProceed(GuidedAction action) { 274 if (action.getId() == NEW_PAYMENT) { 275 CharSequence editTitle = action.getEditTitle(); 278 action.setDescription("Visa XXXX-XXXX-XXXX-" + editTitle); 282 action.setDescription("Input credit card number") [all...] |
GuidedStepSupportActivity.java | 212 public void onGuidedActionClicked(GuidedAction action) { 214 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) { 216 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){ 257 public void onGuidedActionClicked(GuidedAction action) { 258 if (action.getId() == GuidedAction.ACTION_ID_OK) { 275 public long onGuidedActionEditedAndProceed(GuidedAction action) { 276 if (action.getId() == NEW_PAYMENT) { 277 CharSequence editTitle = action.getEditTitle(); 280 action.setDescription("Visa XXXX-XXXX-XXXX-" + editTitle); 284 action.setDescription("Input credit card number") [all...] |