HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 251 - 275 of 373) sorted by null

<<1112131415

  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 117 const Action transition[NumOfStates][NumOfTokenKinds] = {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 39 import org.eclipse.jface.action.Action;
136 * rapidly (i.e., when the spinner or scale is moved to the target frame in a single action).
224 new Action("Copy") {
232 new Action("Select All") {
240 new Action("Find") {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 43 - Action -- The base class for parser actions. Typically actions are
45 the action= argument of add_argument(). However, for greater
46 customization of ArgumentParser actions, subclasses of Action may
47 be defined and passed as the action= argument.
75 'Action',
253 def add_argument(self, action):
254 if action.help is not SUPPRESS:
258 invocations = [get_invocation(action)]
259 for subaction in self._iter_indented_subactions(action):
269 self._add_item(self._format_action, [action])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 43 - Action -- The base class for parser actions. Typically actions are
45 the action= argument of add_argument(). However, for greater
46 customization of ArgumentParser actions, subclasses of Action may
47 be defined and passed as the action= argument.
75 'Action',
253 def add_argument(self, action):
254 if action.help is not SUPPRESS:
258 invocations = [get_invocation(action)]
259 for subaction in self._iter_indented_subactions(action):
269 self._add_item(self._format_action, [action])
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 280 const TransportDescription& description, ContentAction action) {
282 if (action == CA_ANSWER) {
285 return transport_->get()->SetLocalTransportDescription(description, action);
289 const TransportDescription& description, ContentAction action) {
291 if (action == CA_ANSWER) {
294 return transport_->get()->SetRemoteTransportDescription(description, action);
421 ContentAction action) {
423 return PushdownLocalTransportDescription(local_description_, action);
425 return PushdownRemoteTransportDescription(remote_description_, action);
430 ContentAction action) {
808 ContentAction action; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 722 default: llvm_unreachable("This action is not supported yet!");
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_buffer.js 100 * Searches for an action for the double tap enumerating
104 * @return {ImageBuffer.DoubleTapAction} Action to perform as result.
108 var action = this.overlays_[i].getDoubleTapAction(x, y);
109 if (action != ImageBuffer.DoubleTapAction.NOTHING)
110 return action;
  /external/clang/lib/Driver/
ToolChains.cpp 177 Tool *Darwin::getTool(Action::ActionClass AC) const {
179 case Action::LipoJobClass:
183 case Action::DsymutilJobClass:
187 case Action::VerifyJobClass:
    [all...]
ToolChains.h 15 #include "clang/Driver/Action.h"
142 virtual Tool *getTool(Action::ActionClass AC) const;
172 virtual Tool *getTool(Action::ActionClass AC) const;
  /frameworks/base/docs/html/design/
design_toc.cs 34 <li><a href="<?cs var:toroot ?>design/patterns/actionbar.html">Action Bar</a></li>
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 121 example 'action' do
123 grammar Action;
139 example "template expression in action" do
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 75 changes[i].action) {
82 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action,
98 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action,
209 sync_api::SyncManager::ChangeRecord::Action action,
213 DCHECK_NE(sync_api::SyncManager::ChangeRecord::ACTION_DELETE, action);
214 switch (action) {
  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 18 #define EXPECT_ACTION(action, client, action_index, expected_num_actions) \
22 EXPECT_STREQ(action, client.Action(action_index)); \
24 ADD_FAILURE() << "Unexpected action: " << client.Action(i) << \
28 #define EXPECT_SINGLE_ACTION(action, client) \
29 EXPECT_ACTION(action, client, 0, 1)
76 const char* Action(int i) const { return actions_[i]; }
79 int ActionIndex(const char* action) const {
81 if (!strcmp(actions_[i], action))
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_change_processor.cc 225 syncer::ChangeRecord::Action action(change.action);
226 if (syncer::ChangeRecord::ACTION_DELETE == action) {
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 376 #define MAYBE_Action Action
  /external/chromium_org/chromeos/dbus/
power_policy_controller.cc 41 // corresponding to |action|.
43 PowerPolicyController::Action action) {
44 switch (action) {
54 NOTREACHED() << "Unhandled action " << action;
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator_unittest.cc 46 void Validate(testing::Action<void(UserCloudPolicyValidator*)> check_action) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
code.c 300 Action_emit(Action *a, FILE *o, int *readCh)
380 Action *
383 Action *a = malloc(sizeof(Action));
389 x->action = a;
590 Action_emit(s->action, o, readCh);
804 free(s->action);
881 free(d->head->action);
  /external/chromium_org/v8/src/
jsregexp.h 403 VISIT(Action) \
804 // TODO(erikcorry): We should allow some action nodes in greedy loops.
    [all...]
  /external/v8/src/
jsregexp.h 424 VISIT(Action) \
797 // TODO(erikcorry): We should allow some action nodes in greedy loops.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 35 import org.eclipse.jface.action.Action;
84 * Perform the "Copy" action, either from the Edit menu or from the context
99 // The error message area shares the copy action with the canvas. Invoking the
100 // copy action when there are errors visible *AND* the user has selected text there,
133 * Perform the "Cut" action, either from the Edit menu or from the context
153 * @param verb A translated verb for the action. Will be used for the
155 * {@link Action#getText()} for either the cut or the delete
254 * Perform the "Paste" action, either from the Edit menu or from the context
SelectionManager.java 49 import org.eclipse.jface.action.Action;
50 import org.eclipse.jface.action.ActionContributionItem;
51 import org.eclipse.jface.action.IAction;
52 import org.eclipse.jface.action.Separator;
826 * Updates menu actions and the layout action bar after a selection change - these are
1159 final RuleAction action = matching; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 

Completed in 2186 milliseconds

<<1112131415