HomeSort by relevance Sort by last modified time
    Searched refs:SEL (Results 26 - 50 of 74) sorted by null

12 3

  /external/chromium_org/third_party/ocmock/OCMock/
OCMArg.h 17 + (id)checkWithSelector:(SEL)selector onObject:(id)anObject;
OCMockRecorder.h 24 - (id)andCall:(SEL)selector onObject:(id)anObject;
OCMConstraint.h 18 + (id)constraintWithSelector:(SEL)aSelector onObject:(id)anObject;
19 + (id)constraintWithSelector:(SEL)aSelector onObject:(id)anObject withValue:(id)aValue;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 193 SEL ap0q0, a, dp0q0
195 SEL filt, m00, m01
200 SEL a, a, dp1p0
202 SEL filt, m00, filt
207 SEL a, a, dq1q0
209 SEL filt, m00, filt
214 SEL a, a, dp2p0
216 SEL apflg, m00, filt ;// apflg = filt && (ap<beta)
221 SEL t2, t2, dq2q0
229 SEL t1, t7, filt ;// aqflg = filt && (aq<beta)
    [all...]
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 249 SEL ap0q0, a, dp0q0
251 SEL filt, m00, filt
256 SEL a, a, dp1p0
258 SEL filt, m00, filt
263 SEL a, a, dq1q0
265 SEL filt, m00, filt
290 SEL P_0, t1, p_0
292 SEL Q_0, t2, q_0
354 SEL tC, tC, m00
359 SEL pos, t1, m0
    [all...]
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 290 SEL ap0q0, a, dp0q0
292 SEL filt, m00, m01
297 SEL a, a, dp1p0
299 SEL filt, m00, filt
304 SEL a, a, dq1q0
306 SEL filt, m00, filt
311 SEL a, a, dp2p0
313 SEL apflg, m00, filt ;// apflg = filt && (ap<beta)
318 SEL t2, t2, dq2q0
327 SEL t1, t7, filt ;// aqflg = filt && (aq<beta)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_alert.h 42 action:(SEL)action;
48 action:(SEL)action;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 93 virtual bool OnDoCommandBySelector(SEL cmd) = 0;
autocomplete_text_field_unittest_helper.h 54 MOCK_METHOD1(OnDoCommandBySelector, bool(SEL cmd));
  /external/chromium/chrome/browser/ui/cocoa/
test_event_utils.h 19 ScopedClassSwizzler(Class target, Class source, SEL selector);
bug_report_window_controller.h 108 doCommandBySelector:(SEL)commandSelector;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.h 52 MOCK_METHOD1(OnDoCommandBySelector, bool(SEL cmd));
autocomplete_text_field.h 96 virtual bool OnDoCommandBySelector(SEL cmd) = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/
profile_menu_controller.h 56 - (NSMenuItem*)createItemWithTitle:(NSString*)title action:(SEL)sel;
  /external/chromium_org/ui/app_list/cocoa/
apps_search_results_controller.h 52 - (BOOL)handleCommandBySelector:(SEL)command;
  /external/chromium_org/ui/app_list/cocoa/test/
apps_grid_controller_test_helper.h 36 void SimulateKeyAction(SEL c);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 60 SEL='sel'
61 SEL_FIRST='sel.first'
62 SEL_LAST='sel.last'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 60 SEL='sel'
61 SEL_FIRST='sel.first'
62 SEL_LAST='sel.last'
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h 57 SEL action_; // selector sent when tab is selected by clicking
65 @property(assign, nonatomic) SEL action;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_controller.h 60 SEL action_; // selector sent when tab is selected by clicking
68 @property(assign, nonatomic) SEL action;