HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 151 - 175 of 558) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 45 // Bundle keys for storing action fields in a bundle
123 public void addAction(NotificationCompatBase.Action action) {
124 mActionExtrasList.add(writeActionAndGetExtras(b, action));
146 // Add the action extras sparse array if any action was added with extras.
192 /** Return an SparseArray for action extras or null if none was needed. */
243 public static NotificationCompatBase.Action readAction(
244 NotificationCompatBase.Action.Factory factory,
257 Notification.Builder builder, NotificationCompatBase.Action action)
    [all...]
  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 30 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
39 import SCons.Action
123 shlib_action = SCons.Action.Action(shlib_generator, '$SHLINKCOMSTR', generator=1)
125 res_action = SCons.Action.Action('$RCCOM', '$RCCOMSTR')
127 res_builder = SCons.Builder.Builder(action=res_action, suffix='.o',
custom.py 27 # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
39 import SCons.Action
80 action_list = [ SCons.Action.Action("$ARCOM", "$ARCOMSTR") ]
82 ranlib_action = SCons.Action.Action("$RANLIBCOM", "$RANLIBCOMSTR")
85 convenience_lib = SCons.Builder.Builder(action = action_list,
135 action = SCons.Action.Action(command, "$CODEGENCOMSTR"
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 47 /// Compute the actions table and gather the first action index for each landing
54 // The action table follows the call-site table in the LSDA. The individual
131 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction };
132 Actions.push_back(Action);
136 // Record the first action of the landing pad site.
140 // Information used when created the call-site table. The action record
142 // action record, relative to the start of the actions table. This value is
191 /// containing the call, a non-zero landing pad, and an appropriate action. The
193 /// the landing pad and the action. Calls marked 'nounwind' have no entry and
264 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action)
    [all...]
  /external/mesa3d/scons/
crossmingw.py 30 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
39 import SCons.Action
123 shlib_action = SCons.Action.Action(shlib_generator, '$SHLINKCOMSTR', generator=1)
125 res_action = SCons.Action.Action('$RCCOM', '$RCCOMSTR')
127 res_builder = SCons.Builder.Builder(action=res_action, suffix='.o',
custom.py 27 # ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
39 import SCons.Action
80 action_list = [ SCons.Action.Action("$ARCOM", "$ARCOMSTR") ]
82 ranlib_action = SCons.Action.Action("$RANLIBCOM", "$RANLIBCOMSTR")
85 convenience_lib = SCons.Builder.Builder(action = action_list,
135 action = SCons.Action.Action(command, "$CODEGENCOMSTR"
    [all...]