HomeSort by relevance Sort by last modified time
    Searched full:mini (Results 1 - 25 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/expectations/gm/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug/
README 1 Baseline images originally generated on a Mac Mini
3 Model Name: Mac mini
  /external/skia/expectations/gm/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/
README 1 Baseline images originally generated on a Mac Mini
3 Model Name: Mac mini
  /external/skia/expectations/gm/Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Debug/
README 1 Baseline images originally generated on a Mac Mini
3 Model Name: Mac mini
  /external/skia/expectations/gm/Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release/
README 1 Baseline images originally generated on a Mac Mini
3 Model Name: Mac mini
  /external/markdown/docs/extensions/
ImageLinks.txt 8 defining mini-photo galleries within a markdown document.
27 Into mini-photo galleries.
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
drag_data.h 27 bool mini);
51 // Is the tab mini?
72 // Calculates the number of mini and non mini tabs from position |from|
74 // populates |mini| and |non_mini| accordingly.
75 void GetNumberOfMiniNonMiniTabs(int from, int to, int* mini,
101 // Number of non mini tabs within |drag_data_|.
103 // Number of mini tabs within |drag_data_|.
drag_data.cc 28 bool mini)
34 mini_(mini) {
75 int from, int to, int* mini, int* non_mini) const {
78 *mini = 0;
82 (*mini)++;
  /external/skia/expectations/gm/Test-Mac10.7-MacMini4.1-GeForce320M-x86-Debug/
README 3 Model Name: Mac mini
  /external/skia/expectations/gm/Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release/
README 3 Model Name: Mac mini
  /external/skia/expectations/gm/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/
README 3 Model Name: Mac mini
  /external/skia/expectations/gm/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Release/
README 3 Model Name: Mac mini
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/
apps_samples.zip 
expected_list.json 22 "mini-code-edit/",
  /device/generic/mini-emulator-armv7-a-neon/
mini_emulator_armv7a_neon.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-armv7-a-neon
22 PRODUCT_MODEL := mini-emulator-armv7-a-neon
BoardConfig.mk 6 # same sa mini-armv7-a-neon except HAL
  /device/generic/mini-emulator-mips/
mini_emulator_mips.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-mips
22 PRODUCT_MODEL := mini-emulator-mips
BoardConfig.mk 13 # share the same one across all mini-emulators
  /device/generic/mini-emulator-x86/
mini_emulator_x86.mk 17 $(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
20 PRODUCT_DEVICE := mini-emulator-x86
22 PRODUCT_MODEL := mini-emulator-x86
BoardConfig.mk 13 # share the same one across all mini-emulators
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 13 mini(false),
32 mini == data.mini &&
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.cc 13 mini(false),
31 mini == data.mini &&
stacked_tab_strip_layout.h 23 // stacked tabs are placed after mini-tabs, or at the end of the tabstrip, but
42 // Sets the x-coordinate the normal tabs start at as well as the mini-tab
43 // count. This is only useful if the mini-tab count or x-coordinate change.
62 // kAddType*. |start_x| is the new x-coordinate non-mini tabs start at.
79 // stacking and what tabs are visible. As mini-tabs are never stacked,
100 // Sets the x-coordinate normal tabs start at, width mini-tab count and
201 // Number of normal (non-mini) tabs.
228 // Number of mini-tabs.
231 // Distance from the last mini-tab to the first non-mini-tab
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 228 * Apply the list of CPO's in the provider and copy the "mini" result into our full result array
231 final String authority, final ArrayList<Operation> mini,
234 if (mini.isEmpty()) return;
236 ContentProviderResult[] miniResult = applyBatch(contentResolver, authority, mini,
238 // Copy the results from this mini-batch into our results array
249 * "mini" batches fails due to a too-large transaction, we're screwed, but this would be
267 ArrayList<Operation> mini = new ArrayList<Operation>(); local
275 //mService.userLog("Try mini-batch of ", mini.size(), " CPO's");
276 applyAndCopyResults(contentResolver, authority, mini, result, offset)
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 35 // . Mini-tab. Mini tabs are locked to the left side of the tab strip and
37 // sure all mini-tabs are at the beginning of the tab strip. For example,
38 // if a non-mini tab is added it is forced to be with non-mini tabs. Requests
40 // a request to move a mini-tab after non-mini-tabs is ignored.
41 // You'll notice there is no explcit api for making a tab a mini-tab, rather
42 // there are two tab types that are implicitly mini-tabs:
47 // are moved to be with other mini-tabs or non-mini tabs
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 34 // . Mini-tab. Mini tabs are locked to the left side of the tab strip and
36 // sure all mini-tabs are at the beginning of the tab strip. For example,
37 // if a non-mini tab is added it is forced to be with non-mini tabs. Requests
39 // a request to move a mini-tab after non-mini-tabs is ignored.
40 // You'll notice there is no explicit api for making a tab a mini-tab, rather
41 // there are two tab types that are implicitly mini-tabs:
46 // are moved to be with other mini-tabs or non-mini tabs
    [all...]

Completed in 515 milliseconds

1 2 3 4 5 6 7 8 91011>>