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

1 2 3 4 5 6 7 8

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ManagedProfileTest.java 30 * Note that it expects that there is an activity responding to {@code PrimaryUserActivity.ACTION}
31 * in the primary profile, one to {@code ManagedProfileActivity.ACTION} in the secondary profile,
32 * and one to {@code AllUsersActivity.ACTION} in both profiles.
59 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
63 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
68 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).isEmpty());
69 getActivity().startActivity(ManagedProfileActivity.ACTION);
75 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
78 testIntentFilter.addAction(PrimaryUserActivity.ACTION);
83 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size())
    [all...]
PrimaryUserTest.java 28 * Note that it expects that there is an activity responding to {@code PrimaryUserActivity.ACTION}
29 * in the primary profile, one to {@code ManagedProfileActivity.ACTION} in the secondary profile,
30 * and one to {@code AllUsersActivity.ACTION} in both profiles.
51 new Intent(PrimaryUserActivity.ACTION), /* flags = */ 0).size());
52 getActivity().startActivity(PrimaryUserActivity.ACTION);
58 new Intent(AllUsersActivity.ACTION), /* flags = */ 0).size());
66 new Intent(ManagedProfileActivity.ACTION), /* flags = */ 0).size());
67 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/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";
77 IntentFilter intentFilter = new IntentFilter(ACTION);
89 Intent intent = new Intent(ACTION);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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
  /frameworks/base/services/core/java/com/android/server/notification/
CountdownConditionProvider.java 48 private static final String ACTION = CountdownConditionProvider.class.getName();
71 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION));
96 final Intent intent = new Intent(ACTION).putExtra(EXTRA_CONDITION_ID, conditionId)
115 ACTION, ts(mTime), mTime - now, span, ts(now)));
127 if (ACTION.equals(intent.getAction())) {
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 83 header : '@header' ACTION
86 if ( (pos1=$ACTION.text.indexOf("package"))!=-1 && (pos2=$ACTION.text.indexOf(';'))!=-1 ) {
87 grammarInfo.setGrammarPackage($ACTION.text.substring(pos1+8, pos2).trim()); // substring the package path
90 System.err.println("error(line "+$ACTION.getLine()+"): invalid header");
168 | ACTION {$token = $ACTION;}
298 ACTION
  /external/chromium_org/chrome/browser/sync/
profile_sync_test_util.h 31 ACTION(QuitUIMessageLoop) {

Completed in 329 milliseconds

1 2 3 4 5 6 7 8