/external/chromium_org/third_party/WebKit/Source/devtools/ |
generate_devtools_grd.target.linux-mips.mk | 35 $(gyp_shared_intermediate_dir)/devtools/devtools_resources.grd: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_devtools_grd.py $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html $(gyp_shared_intermediate_dir)/resources/inspector/inspector.js $(gyp_shared_intermediate_dir)/resources/inspector/ElementsPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/ResourcesPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/NetworkPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/ScriptsPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/TimelinePanel.js $(gyp_shared_intermediate_dir)/resources/inspector/ProfilesPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/CodeMirrorTextEditor.js $(gyp_shared_intermediate_dir)/resources/inspector/HeapSnapshotW (…) [all...] |
generate_devtools_grd.target.linux-x86.mk | 35 $(gyp_shared_intermediate_dir)/devtools/devtools_resources.grd: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/generate_devtools_grd.py $(gyp_shared_intermediate_dir)/resources/inspector/devtools.html $(gyp_shared_intermediate_dir)/resources/inspector/inspector.js $(gyp_shared_intermediate_dir)/resources/inspector/ElementsPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/ResourcesPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/NetworkPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/ScriptsPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/TimelinePanel.js $(gyp_shared_intermediate_dir)/resources/inspector/ProfilesPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/AuditsPanel.js $(gyp_shared_intermediate_dir)/resources/inspector/CodeMirrorTextEditor.js $(gyp_shared_intermediate_dir)/resources/inspector/HeapSnapshotW (…) [all...] |
/external/apache-harmony/support/src/test/java/tests/support/resource/ |
Support_Resources.java | 33 public static final String RESOURCE_PACKAGE = "/tests/resources/"; 35 public static final String RESOURCE_PACKAGE_NAME = "tests.resources"; 45 File resources = createTempFolder(); local 51 copyFile(resources, folder, name); 53 String resPath = resources.toString(); 119 File resources = createTempFolder(); local 121 File temp = new File(resources.toString() + "/local.tmp");
|
/external/chromium_org/chrome/browser/ui/webui/predictors/ |
predictors_handler.cc | 112 base::ListValue* resources = new base::ListValue(); local 114 row = it->second.resources.begin(); 115 row != it->second.resources.end(); ++row) { 125 resources->Append(resource); 127 main->Set("resources", resources);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationLongPressTipView.java | 29 import android.content.res.Resources; 73 final Resources resources = context.getResources(); local 76 sScrollSlop = resources.getInteger(R.integer.swipeScrollSlop); 77 sShrinkAnimationDuration = resources.getInteger( 83 mTabletDevice = Utils.useTabletUI(resources); 84 mListCollapsible = resources.getBoolean(R.bool.list_collapsible);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
PlayheadView.java | 24 import android.content.res.Resources; 51 final Resources resources = context.getResources(); local 55 mLinePaint.setColor(resources.getColor(R.color.playhead_tick_color)); 62 mTextPaint.setColor(resources.getColor(R.color.playhead_tick_color)); 63 mTimeTextSize = resources.getDimension(R.dimen.playhead_layout_text_size); 67 mTicksHeight = (int)resources.getDimension(R.dimen.playhead_tick_height);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PatternBasedDeltaVisitor.java | 22 import org.eclipse.core.resources.IFolder; 23 import org.eclipse.core.resources.IProject; 24 import org.eclipse.core.resources.IResource; 25 import org.eclipse.core.resources.IResourceDelta; 26 import org.eclipse.core.resources.IResourceDeltaVisitor;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
CreateFileChange.java | 26 import org.eclipse.core.resources.IContainer; 27 import org.eclipse.core.resources.IFile; 28 import org.eclipse.core.resources.IFolder; 29 import org.eclipse.core.resources.IResource; 30 import org.eclipse.core.resources.ResourcesPlugin;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
SimpleFile.java | 26 import org.eclipse.core.resources.IContainer; 27 import org.eclipse.core.resources.IFile; 28 import org.eclipse.core.resources.IFolder; 29 import org.eclipse.core.resources.IProject; 30 import org.eclipse.core.resources.ResourcesPlugin;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeMoveParticipantTest.java | 22 import org.eclipse.core.resources.IFolder; 23 import org.eclipse.core.resources.IProject; 24 import org.eclipse.core.resources.IResource; 119 IResource[] resources = new IResource[] { resource }; local 121 IMovePolicy policy = ReorgPolicyFactory.createMovePolicy(resources, elements);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TableRowTest.java | 20 import android.content.res.Resources; 91 Resources resources = activity.getResources(); local 92 assertEquals(resources.getString(R.string.table_layout_first), 94 assertEquals(resources.getString(R.string.table_layout_second), 96 assertEquals(resources.getString(R.string.table_layout_third), 104 assertEquals(resources.getString(R.string.table_layout_long), 106 assertEquals(resources.getString(R.string.table_layout_second), 108 assertEquals(resources.getString(R.string.table_layout_second), 110 assertEquals(resources.getString(R.string.table_layout_third) 134 Resources resources = mTargetContext.getResources(); local [all...] |
/external/chromium_org/chrome/browser/task_manager/ |
worker_resource_provider.cc | 155 // This class is needed to ensure that all resources in WorkerResourceList are 167 WorkerResourceList* resources() { function in class:task_manager::WorkerResourceProvider::WorkerResourceListHolder 228 WorkerResourceList& resources = it->second; 229 for (WorkerResourceList::iterator r = resources.begin(); 230 r != resources.end(); ++r) { 246 // get WorkerDestroyed notification and have to clear resources for such 313 holder->resources()->push_back(new SharedWorkerResource( 336 WorkerResourceList* resources = resource_list_holder->resources(); 337 for (WorkerResourceList::iterator it = resources->begin() [all...] |
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor_tables.cc | 104 // of the resources sorted by position(ascending). 151 resources(other.resources) { 160 resources == rhs.resources; 259 // Read the resources table and organize it per primary key. 277 it->second.resources.push_back(row); 283 std::sort(it->second.resources.begin(), 284 it->second.resources.end(), 331 const ResourceRows& resources = data.resources local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRenderSupport.cpp | 136 // the resources applied to the children (such as clips and filters). This allows filters applied to containers to correctly bound 176 if (SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(start)) 177 resources->removeClientFromCache(start, false); 265 // If the layout size changed, invalidate all resources of all children that didn't go through the layout() code path. 290 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(renderer); local 291 if (!resources) 294 if (RenderSVGResourceFilter* filter = resources->filter()) 297 if (RenderSVGResourceClipper* clipper = resources->clipper()) 300 if (RenderSVGResourceMasker* masker = resources->masker()) 311 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object) 324 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(object); local [all...] |
/external/chromium_org/chrome/browser/resources/ntp_android/ |
opentabs.css | 162 background-image: url(../../../../ui/webui/resources/images/laptop.png); 170 background-image: url(../../../../ui/webui/resources/images/tablet.png); 178 background-image: url(../../../../ui/webui/resources/images/phone.png); 202 url(../../../../ui/webui/resources/images/1.5x/laptop.png); 206 url(../../../../ui/webui/resources/images/1.5x/tablet.png); 209 background-image: url(../../../../ui/webui/resources/images/1.5x/phone.png); 224 background-image: url(../../../../ui/webui/resources/images/2x/laptop.png); 227 background-image: url(../../../../ui/webui/resources/images/2x/tablet.png); 230 background-image: url(../../../../ui/webui/resources/images/2x/phone.png);
|
/external/chromium_org/ui/base/resource/ |
data_pack_unittest.cc | 124 std::map<uint16, base::StringPiece> resources; local 125 resources.insert(std::make_pair(1, base::StringPiece(one))); 126 resources.insert(std::make_pair(2, base::StringPiece(two))); 127 resources.insert(std::make_pair(15, base::StringPiece(fifteen))); 128 resources.insert(std::make_pair(3, base::StringPiece(three))); 129 resources.insert(std::make_pair(4, base::StringPiece(four))); 130 ASSERT_TRUE(DataPack::WritePack(file, resources, GetParam()));
|
/frameworks/base/core/java/android/view/ |
PointerIcon.java | 22 import android.content.res.Resources; 36 * or by applications using bitmaps or application resources. 135 Log.w(TAG, "Missing theme resources for pointer icon style " + style); 187 * @param resources The resources object. 191 * @throws IllegalArgumentException if resources is null. 192 * @throws Resources.NotFoundException if the resource was not found or the drawable 195 public static PointerIcon loadCustomIcon(Resources resources, int resourceId) { 196 if (resources == null) [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
CircleTimerView.java | 5 import android.content.res.Resources; 115 Resources resources = c.getResources(); local 116 mStrokeSize = resources.getDimension(R.dimen.circletimer_circle_size); 117 float dotDiameter = resources.getDimension(R.dimen.circletimer_dot_size); 118 mMarkerStrokeSize = resources.getDimension(R.dimen.circletimer_marker_size); 123 mWhiteColor = resources.getColor(R.color.clock_white); 124 mRedColor = resources.getColor(R.color.clock_red); 125 mScreenDensity = resources.getDisplayMetrics().density;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Utilities.java | 22 import android.content.res.Resources; 86 final Resources resources = context.getResources(); local 87 return createIconBitmap(new BitmapDrawable(resources, icon), context); 211 final Resources resources = context.getResources(); local 212 return createIconBitmap(new BitmapDrawable(resources, bitmap), context); 236 final Resources resources = context.getResources(); local 237 final DisplayMetrics metrics = resources.getDisplayMetrics() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidator.java | 17 package com.android.ide.eclipse.adt.internal.resources; 23 import com.android.ide.common.resources.ResourceItem; 26 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources; 27 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager; 28 import com.android.resources.ResourceFolderType; 29 import com.android.resources.ResourceType; 31 import org.eclipse.core.resources.IProject; 61 * True if the resource type can point to image resources
|
/external/chromium_org/third_party/libxml/src/ |
check-relaxng-test-suite.py | 44 resources = {} variable 46 global resources 50 if resources.has_key(URL): 51 return(StringIO.StringIO(resources[URL])) 53 log.write("resources: %s\n" % (resources)) 210 global resources 231 resources[name] = res 234 # dir handling: pseudo directory resources 263 global resources [all...] |
check-relaxng-test-suite2.py | 33 resources = {} variable 35 global resources 37 if resources.has_key(URL): 38 return(StringIO.StringIO(resources[URL])) 40 log.write("resources: %s\n" % (resources)) 224 global resources 245 resources[name] = res 248 # dir handling: pseudo directory resources 277 global resources [all...] |
/cts/tests/tests/holo/src/android/holo/cts/ |
BitmapAssets.java | 20 import android.content.res.Resources; 97 Resources resources = context.getResources(); local 98 int resourceId = resources.getIdentifier(bitmapName, "drawable", context.getPackageName()); 99 return ((BitmapDrawable) resources.getDrawable(resourceId)).getBitmap();
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
ActivityAnimations.java | 24 import android.content.res.Resources; 69 Resources resources = getResources(); local 70 ArrayList<PictureData> pictures = mBitmapUtils.loadPhotos(resources); 74 new BitmapDrawable(resources, pictureData.thumbnail);
|
/external/chromium/chrome/browser/ |
content_setting_bubble_model.cc | 45 const std::set<std::string>& resources = settings->BlockedResourcesForType( local 47 for (std::set<std::string>::const_iterator it = resources.begin(); 48 it != resources.end(); ++it) { 179 const std::set<std::string>& resources = local 181 if (resources.empty()) { 184 for (std::set<std::string>::const_iterator it = resources.begin(); 185 it != resources.end(); ++it) { 214 const std::set<std::string>& resources = local 247 const int* allowIDs = resources.empty() ? 271 if (resources.empty()) [all...] |