HomeSort by relevance Sort by last modified time
    Searched defs:mini (Results 1 - 6 of 6) sorted by null

  /bootable/recovery/
make-overlay.py 44 mini = base.size[0]-1 variable
55 if i < mini: mini = i
60 minmini = min(minmini, mini)
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.h 49 bool mini; member in struct:TabRendererData
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 266 * Apply the list of CPO's in the provider and copy the "mini" result into our full result array
268 private void applyAndCopyResults(String authority, ArrayList<Operation> mini,
271 if (mini.isEmpty()) return;
273 ContentProviderResult[] miniResult = applyBatch(authority, mini, offset);
274 // Copy the results from this mini-batch into our results array
285 * "mini" batches fails due to a too-large transaction, we're screwed, but this would be
303 ArrayList<Operation> mini = new ArrayList<Operation>(); local
311 mService.userLog("Try mini-batch of ", mini.size(), " CPO's");
312 applyAndCopyResults(authority, mini, result, offset)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h 67 @property(assign, nonatomic) BOOL mini; variable
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 119 // Sets the mini-state of the tab.
120 void set_mini(bool mini) { data_.mini = mini; }
121 bool mini() const { return data_.mini; } function in class:TabRendererGtk
127 // Are we in the process of animating a mini tab state change on this tab?
190 // Returns the width for mini-tabs. Mini-tabs always have this width.
220 // Start/stop the mini-tab title animation
278 bool mini; member in struct:TabRendererGtk::TabData
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 806 Transliterator *mini = Transliterator::createFromRules("mini", rules, UTRANS_REVERSE, parseError, status); local
808 expect(*mini, syn, "syn");
809 expect(*mini, sayn, "saun");
810 delete mini;
811 mini = NULL;
    [all...]

Completed in 173 milliseconds