HomeSort by relevance Sort by last modified time
    Searched full:recorders (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/ocmock/OCMock/
OCObserverMockObject.m 17 recorders = [[NSMutableArray alloc] init];
23 [recorders release];
43 [recorders addObject:recorder];
49 if([recorders count] == 1)
52 [self description], [[recorders lastObject] description]];
54 if([recorders count] > 0)
57 [self description], (unsigned long)[recorders count]];
69 limit = expectationOrderMatters ? 1 : [recorders count];
72 if([[recorders objectAtIndex:i] matchesNotification:aNotification])
74 [recorders removeObjectAtIndex:i]
    [all...]
OCMockObject.m 82 recorders = [[NSMutableArray alloc] init];
91 [recorders release];
115 [recorders addObject:recorder];
169 for(i = 0; i < [recorders count]; i++)
171 recorder = [recorders objectAtIndex:i];
176 if(i == [recorders count])
198 [recorders removeObjectAtIndex:i];
231 NSEnumerator *recorderEnumerator = [recorders objectEnumerator];
OCObserverMockObject.h 11 NSMutableArray *recorders; variable
OCMockObject.h 12 NSMutableArray *recorders; variable
  /external/chromium_org/base/message_loop/
message_loop_proxy_unittest.cc 127 // Die if base::Bind doesn't retain a reference to the recorders.
197 // Die if base::Bind doesn't retain a reference to the recorders.
233 // Die if base::Bind doesn't retain a reference to the recorders.
  /external/chromium/base/
event_recorder.h 31 // support two simultaneous recorders
  /external/chromium_org/base/
event_recorder.h 30 // support two simultaneous recorders
  /external/chromium_org/v8/src/
preparse-data-format.h 34 // Generic and general data used by preparse data recorders and readers.
  /external/v8/src/
preparse-data-format.h 34 // Generic and general data used by preparse data recorders and readers.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target_unittest.mm 25 [recorders removeAllObjects];
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target_unittest.mm 27 [recorders removeAllObjects];
  /frameworks/base/media/java/android/media/
MediaSyncEvent.java 21 * actions between different players and recorders.
  /frameworks/wilhelm/src/itf/
IRecord.c 98 // Android does not use the mPosition field for audio recorders
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 231 // recorders and set the picture size
  /external/skia/include/core/
SkPicture.h 231 // recorders and set the picture size
  /external/chromium_org/third_party/freetype/include/freetype/internal/
pshints.h 6 /* recorders (specification only). These are used to support native */
  /external/freetype/include/freetype/internal/
pshints.h 6 /* recorders (specification only). These are used to support native */
  /ndk/docs/opensles/
index.html 535 <li>record profile for audio recorders (default <code>SL_ANDROID_RECORDING_PRESET_GENERIC</code>)
578 players and audio recorders, and are limited to PCM data format.
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 159 // ref count recorders and the like.
  /external/skia/src/core/
SkPictureFlat.h 159 // ref count recorders and the like.
  /ndk/docs/openmaxal/
index.html 636 For example, destroy in this order: audio players and recorders,
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 294 // create data recorders along with historical rotators
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]

Completed in 395 milliseconds