HomeSort by relevance Sort by last modified time
    Searched refs:ACTION (Results 1 - 25 of 290) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ManagedProfileTest.java 31 * Note that it expects that there is an activity responding to {@code PrimaryUserActivity.ACTION}
32 * in the primary profile, one to {@code ManagedProfileActivity.ACTION} in the secondary profile,
33 * and one to {@code AllUsersActivity.ACTION} in both profiles.
64 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
68 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
73 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).isEmpty());
74 getActivity().startActivity(ManagedProfileActivity.ACTION);
80 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
83 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
88 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size())
    [all...]
PrimaryUserTest.java 29 * Note that it expects that there is an activity responding to {@code PrimaryUserActivity.ACTION}
30 * in the primary profile, one to {@code ManagedProfileActivity.ACTION} in the secondary profile,
31 * and one to {@code AllUsersActivity.ACTION} in both profiles.
56 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
57 getActivity().startActivity(PrimaryUserActivity.ACTION);
63 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size());
71 new Intent(ManagedProfileActivity.ACTION), /* flags = */ 0).size());
72 getActivity().startActivity(ManagedProfileActivity.ACTION);
AllUsersActivity.java 28 public static final String ACTION =
ManagedProfileActivity.java 28 public static final String ACTION =
PrimaryUserActivity.java 29 public static final String ACTION =
PrimaryUserFilterSetterActivity.java 28 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
33 testIntentFilter.addAction(ManagedProfileActivity.ACTION);
38 testIntentFilter.addAction(AllUsersActivity.ACTION);
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 42 : ^( grammarType ID DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+ )
63 : ^('scope' ID ACTION)
66 action
67 : ^('@' ID ID ACTION)
68 | ^('@' ID ACTION)
101 : ^('@' ID ACTION)
109 : ^('scope' ACTION)
110 | ^('scope' ACTION ID+)
133 : ^('catch' ARG_ACTION ACTION)
137 : ^('finally' ACTION)
    [all...]
ANTLRv3.g 99 g='grammar' id ';' optionsSpec? tokensSpec? attrScope* action*
103 id DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+
120 : 'scope' id ACTION -> ^('scope' id ACTION)
124 action
125 : '@' (actionScopeName '::')? id ACTION -> ^('@' actionScopeName? id ACTION)
129 * ids for action scopes.
176 : '@' id ACTION -> ^('@' id ACTION)
    [all...]
DefineGrammarItemsWalker.g 130 : ^( 'scope' name=ID attrScopeAction* attrs=ACTION )
135 for (GrammarAST action : $AttributeScopeActions::actions.keySet())
136 scope.defineNamedAction(action, $AttributeScopeActions::actions.get(action));
141 : ^(AMPERSAND ID ACTION)
143 $AttributeScopeActions::actions.put( $ID, $ACTION );
159 : ( action )+
162 action
169 ( id2=ID a1=ACTION
171 | a2=ACTION
    [all...]
ANTLRTreePrinter.g 145 : ^( 'scope' ID ruleAction* ACTION )
160 : ( action )+
163 action
166 String action=null;
169 ( id2=ID a1=ACTION
170 {scope=$id1.text; name=$a1.text; action=$a1.text;}
171 | a2=ACTION
172 {scope=null; name=$id1.text; action=$a2.text;}
178 out("@"+(scope!=null?scope+"::":"")+name+action);
274 : ^(AMPERSAND id=ID a=ACTION )
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 34 public static final String ACTION = "com.google.zxing.client.android.YOUTUBE_SCAN";
  /external/eigen/bench/btl/generic_bench/timers/
STL_perf_analyzer.hh 26 template<class ACTION>
45 ACTION action(size);
51 action.initialize();
58 action.initialize();
59 action.calculate();
66 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
68 return action.nb_op_base()/(corrected_time*1000000.0);
69 //return action.nb_op_base()/(calculate_time*1000000.0);
x86_perf_analyzer.hh 26 template<class ACTION>
46 ACTION action(size);
59 action.initialize();
60 action.calculate();
67 if (j==0) action.check_result();
74 action.initialize();
92 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
94 return action.nb_op_base()/(corrected_time*1000000.0);
95 //return action.nb_op_base()/(calculate_time*1000000.0)
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.h 47 ACTION = 263,
66 #define ACTION 263
  /cts/tools/dasm/src/java_cup/
sym.java 30 static final int ACTION = 5;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
ActionLabel.java 37 super(ACTION);
  /external/libmtp/
libmtp.sh 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
libmtp.sh.in 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
  /external/avahi/common/
python.m4 2 dnl AM_CHECK_PYMOD(MODNAME [,SYMBOL [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])
40 dnl AM_CHECK_PYTHON_HEADERS([ACTION-IF-POSSIBLE], [ACTION-IF-NOT-POSSIBLE])
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 101 g='grammar' id ';' optionsSpec? tokensSpec? attrScope* action*
105 id DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+
122 : 'scope' id ACTION -> ^('scope' id ACTION)
126 action
127 : '@' (actionScopeName '::')? id ACTION -> ^('@' actionScopeName? id ACTION)
131 * ids for action scopes.
181 : '@' id ACTION -> ^('@' id ACTION)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
AlarmOperation.java 44 private static final String ACTION = "AlarmOperationAction";
81 IntentFilter intentFilter = new IntentFilter(ACTION);
93 Intent intent = new Intent(ACTION);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
search.h 62 /* Action which shall be performed in the call the hsearch. */
68 ACTION;
85 ACTION is `FIND' return found entry or signal error by returning
86 NULL. If ACTION is `ENTER' replace existing data (if any) with
88 extern ENTRY *hsearch (ENTRY __item, ACTION __action) __THROW;
107 extern int hsearch_r (ENTRY __item, ACTION __action, ENTRY **__retval,
149 /* Walk through the whole tree and call the ACTION callback for every node
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
search.h 62 /* Action which shall be performed in the call the hsearch. */
68 ACTION;
85 ACTION is `FIND' return found entry or signal error by returning
86 NULL. If ACTION is `ENTER' replace existing data (if any) with
88 extern ENTRY *hsearch (ENTRY __item, ACTION __action) __THROW;
107 extern int hsearch_r (ENTRY __item, ACTION __action, ENTRY **__retval,
149 /* Walk through the whole tree and call the ACTION callback for every node
  /frameworks/base/services/core/java/com/android/server/notification/
CountdownConditionProvider.java 46 private static final String ACTION = CountdownConditionProvider.class.getName();
95 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION));
115 final Intent intent = new Intent(ACTION).putExtra(EXTRA_CONDITION_ID, conditionId)
134 ACTION, ts(mTime), mTime - now, span, ts(now)));
146 if (ACTION.equals(intent.getAction())) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
lifecycle.py 18 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27 ACTION = 'Action'
35 # List of all action elements.
37 # List of all action parameter elements.
41 # Dictionary mapping actions to supported action parameters for each action.
50 :ivar action: Action to be taken.
52 :ivar action_params: A dictionary of action specific parameters. Each ite
    [all...]

Completed in 833 milliseconds

1 2 3 4 5 6 7 8 91011>>