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

  /frameworks/base/docs/html/
jd_tag_helpers.js 9 var ALL_RESOURCES = mergeArrays(
22 for (var i = 0; i < ALL_RESOURCES.length; i++) {
23 ALL_RESOURCES[i].index = i;
34 allRes[tag] = allRes[tag].concat(r.map[tag].map(function(i){ return ALL_RESOURCES[i + offset]; }));
101 for (var i = 0; i < ALL_RESOURCES.length; i++) {
102 var res = ALL_RESOURCES[i];
jd_extras.js 5 matched by url string if there is no resource existing in ALL_RESOURCES.
    [all...]
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 200 def resolve(self, all_resources, resource_finder):
201 if "scripts" not in all_resources:
202 all_resources["scripts"] = {}
203 if "style_sheets" not in all_resources:
204 all_resources["style_sheets"] = {}
205 if "raw_scripts" not in all_resources:
206 all_resources["raw_scripts"] = {}
211 if name in all_resources["scripts"]:
212 assert all_resources["scripts"][name].contents
213 self.dependent_modules.append(all_resources["scripts"][name]
    [all...]
parse_deps_test.py 246 all_resources = {}
247 x_module.resolve(all_resources, resource_finder)
249 self.assertEquals([all_resources['scripts']['y'],
250 all_resources['scripts']['z']],
257 self.assertEquals([all_resources['scripts']['z'],
258 all_resources['scripts']['y'],
  /build/core/
static_java_library.mk 28 all_resources := macro
33 all_resources := $(strip \ macro
63 all_res_assets := $(all_resources)
111 $(R_file_stamp) : $(all_resources) $(full_android_manifest) $(AAPT) $(framework_res_package_export_deps)
package_internal.mk 111 all_resources := $(strip \ macro
120 ifneq ($(all_resources),)
124 all_res_assets := $(strip $(all_assets) $(all_resources))
462 PACKAGES.$(LOCAL_PACKAGE_NAME).RESOURCE_FILES := $(all_resources)
  /external/chromium_org/remoting/tools/
verify_resources.py 143 all_resources = []
147 all_resources.extend(android_tags + other_tags)
153 if not VerifyFile(f, all_resources, used_tags):

Completed in 1083 milliseconds