/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
unwind-bad-2.d | 1 #name: C6X unwinding bad frame layouts
|
/device/htc/flounder/VolantisLayout/src/com/google/android/launcher/layouts/volantis/ |
PartnerCustomizationReceiver.java | 17 package com.google.android.launcher.layouts.volantis;
|
/device/huawei/angler/AnglerLayout/src/com/google/android/launcher/layouts/angler/ |
PartnerCustomizationReceiver.java | 17 package com.google.android.launcher.layouts.angler;
|
/device/lge/bullhead/BullheadLayout/src/com/google/android/launcher/layouts/bullhead/ |
PartnerCustomizationReceiver.java | 17 package com.google.android.launcher.layouts.bullhead;
|
/device/moto/shamu/ShamuLayout/src/com/google/android/launcher/layouts/shamu/ |
PartnerCustomizationReceiver.java | 17 package com.google.android.launcher.layouts.shamu;
|
/development/tools/findunused/ |
find_unused_resources.rb | 107 layouts = Hash.new 119 layouts[id] = FilePosition.new(filename, file.lineno) 146 layouts.delete(id) 151 layouts.delete(id) 156 layouts.delete(id) 162 result.unusedLayoutIds = layouts
|
/packages/apps/TV/src/com/android/tv/menu/ |
MenuLayoutManager.java | 119 * Layouts main menu view. 141 List<Rect> layouts = getViewLayouts(left, top, right, bottom); local 143 Rect rect = layouts.get(i); 250 List<Rect> layouts = new ArrayList<>(); local 271 layouts.add(new Rect(relativeLeft, childBottom, relateiveRight, relativeBottom)); 275 layouts.add(null); 278 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); 285 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); 287 layouts.add(0, null); 296 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom)) 405 List<Rect> layouts = getViewLayouts(mMenuView.getLeft(), mMenuView.getTop(), local 700 List<Rect> layouts = getViewLayouts(mMenuView.getLeft(), mMenuView.getTop(), local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
FragmentMenu.java | 101 // which layouts it is referring to and list these here as reasonable 114 // Find layouts. This is based on just skimming the Fragment class and looking 119 List<Pair<String, String>> layouts = new ArrayList<Pair<String, String>>(); local 122 layouts.add(Pair.of("list_content", //$NON-NLS-1$ 152 layouts.add(Pair.of(title, layout)); 160 if (layouts.size() > 0) { 162 for (Pair<String, String> layout : layouts) {
|
/development/samples/training/ads-and-ux/src/com/example/training/ads/ |
AdsCatalogActivity.java | 112 // Set up the various ad layouts on different flip pages. 113 final int[] layouts = { local 118 int layoutId = layouts[mNum];
|
/external/skia/bench/ |
bench_util.py | 129 layout_dic: dictionary to store tile layouts. See parse() for descriptions. 137 layouts = TILE_LAYOUT_RE_COMPILED.search(line) 138 if layouts and len(layouts.groups()) == 2: 139 tile_layout = '%sx%s' % layouts.groups()
|
/frameworks/base/core/java/com/android/internal/widget/ |
PasswordEntryKeyboardHelper.java | 83 boolean useFullScreenWidth, int layouts[]) { 89 if (layouts != null) { 90 if (layouts.length != mLayouts.length) { 91 throw new RuntimeException("Wrong number of layouts"); 94 mLayouts[i] = layouts[i];
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
BitmapFontCache.java | 41 private final Array<GlyphLayout> layouts = new Array(); field in class:BitmapFontCache 120 for (int i = 0, n = layouts.size; i < n; i++) { 121 GlyphLayout layout = layouts.get(i); 297 layouts.clear(); 369 layouts.add(layout); 553 return layouts;
|
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
ViewDataBinding.java | 562 * included layouts. 902 * included layouts. 1006 final String[] layouts = included.layouts[includedIndex]; local 1258 public final String[][] layouts; field in class:ViewDataBinding.IncludedLayouts [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
LayoutDescriptors.java | 60 /** The document descriptor. Contains all layouts and views linked together. */ 84 /** Returns the document descriptor. Contains all layouts and views linked together. */ 126 * @param layouts The list of layouts in the framework. 130 public synchronized void updateDescriptors(ViewClassInfo[] views, ViewClassInfo[] layouts, 152 if (layouts != null) { 153 for (ViewClassInfo info : layouts) { 181 // Link all layouts to everything else here.. recursively 186 // The gesture overlay descriptor is really a layout but not included in the layouts list 357 "Lets you statically include XML layouts inside other XML layouts.", // toolti [all...] |
/frameworks/base/services/core/java/com/android/server/input/ |
InputManagerService.java | 392 Slog.d(TAG, "Reloading keyboard layouts."); 742 // Check for missing keyboard layouts. 787 final List<KeyboardLayout> layouts = new ArrayList<>(); local 1092 KeyboardLayout[] layouts = new KeyboardLayout[enabledLayoutSize + potentialLayoutSize]; local 1314 String[] layouts = mDataStore.getKeyboardLayouts(key); local [all...] |
/external/v8/test/mjsunit/compiler/ |
pic.js | 50 // Create a bunch of objects with different layouts.
|
alloc-object.js | 30 // Test that inlined object allocation works for different layouts of
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
BaseWrapContentWithAspectRatioTest.java | 132 public List<Pair<Integer, Integer>> layouts = new ArrayList<>(); field in class:BaseWrapContentWithAspectRatioTest.MeasureBehavior 179 layouts.add(new Pair<>(right - left, bottom - top));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoring.java | 252 List<IFile> layouts = getOtherLayouts(sourceFile); local 253 for (IFile file : layouts) { 397 * Returns a list of all the other layouts (in all configurations) in the project other 401 List<IFile> layouts = new ArrayList<IFile>(100); local 413 layouts.add((IFile) file); 423 return layouts; 434 // the convention for layouts (and use Locale.US to ensure that "Image" becomes
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/ |
LayoutXmlProcessor.java | 48 public static final String RESOURCE_BUNDLE_PACKAGE = "android.databinding.layouts"; 236 for (List<ResourceBundle.LayoutFileBundle> layouts : mResourceBundle.getLayoutBundles() 238 for (ResourceBundle.LayoutFileBundle layout : layouts) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 244 // loop on the layouts and render them 245 File[] layouts = layoutFolder.listFiles(); local 246 for (File layout : layouts) {
|
/external/vulkan-validation-layers/tests/ |
vktestbinding.cpp | 698 const std::vector<const DescriptorSetLayout *> &layouts) { 700 make_handles<VkDescriptorSetLayout>(layouts); 734 const std::vector<const DescriptorSetLayout *> &layouts) { 736 make_handles<VkDescriptorSetLayout>(layouts);
|
/external/doclava/src/com/google/doclava/ |
Doclava.java | 1584 ArrayList<ClassInfo> layouts = new ArrayList<ClassInfo>(); local [all...] |
/prebuilts/devtools/tools/lib/ |
lint-tests.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-alpha2/ |
lint-tests-24.3.0-alpha2.jar | |