HomeSort by relevance Sort by last modified time
    Searched refs:Resource (Results 26 - 49 of 49) sorted by null

12

  /external/icu4c/common/
uresbund.c 18 * 06/24/02 weiv Added support for resource sharing
39 Static cache for already opened resource bundles - mostly for keeping fallback info
99 * Internal function. Tries to find a resource in given Resource
102 static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *realData, Resource *res, UErrorCode *status) {
108 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
122 if(*res != RES_BOGUS) { /* If the resource is found in parents, we need to adjust the error */
132 } else { /* If resource is not found, we need to give an error */
197 /* some resource bundles are still open somewhere. */
291 /** INTERNAL: sets the name (locale) of the resource bundle to given name *
    [all...]
  /external/icu4c/extra/uconv/
makedata.mak 62 # We're including a list of resource files.
99 # Inference rule for creating resource bundles
101 @echo Making Resource Bundle files
  /external/v8/src/
factory.h 119 ExternalAsciiString::Resource* resource);
121 ExternalTwoByteString::Resource* resource);
objects-inl.h     [all...]
factory.cc 117 ExternalAsciiString::Resource* resource) {
118 CALL_HEAP_FUNCTION(Heap::AllocateExternalStringFromAscii(resource), String);
123 ExternalTwoByteString::Resource* resource) {
124 CALL_HEAP_FUNCTION(Heap::AllocateExternalStringFromTwoByte(resource), String);
    [all...]
heap.h 563 // resource that resides outside the V8 heap.
568 ExternalAsciiString::Resource* resource);
570 ExternalTwoByteString::Resource* resource);
573 // data and clearing the resource pointer.
    [all...]
serialize.cc 831 NativesExternalStringResource* resource = local
833 *current++ = reinterpret_cast<Object*>(resource);
1257 Resource* resource = string->resource(); local
    [all...]
objects.h     [all...]
heap.cc     [all...]
objects.cc 680 bool String::MakeExternal(v8::String::ExternalStringResource* resource) {
683 // Assert that the resource and the string are equivalent.
684 ASSERT(static_cast<size_t>(this->length()) == resource->length());
688 resource->data(),
689 resource->length() * sizeof(**smart_chars)) == 0);
710 self->set_resource(resource);
726 bool String::MakeExternal(v8::String::ExternalAsciiStringResource* resource) {
729 // Assert that the resource and the string are equivalent.
730 ASSERT(static_cast<size_t>(this->length()) == resource->length());
734 resource->data()
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ScriptsPanel.js 40 this.backButton.title = WebInspector.UIString("Show the previous script resource.");
49 this.forwardButton.title = WebInspector.UIString("Show the next script resource.");
113 this.viewsContainerElement.id = "script-resource-views";
284 var resource = WebInspector.resourceURLMap[sourceURL];
285 resource.addScript(script);
291 this._sourceIDMap[sourceID] = (resource || script);
335 var resource = WebInspector.resourceURLMap[breakpoint.url];
336 sourceFrame = this._sourceFrameForScriptOrResource(resource);
361 var resource = WebInspector.resourceURLMap[breakpoint.url];
362 sourceFrame = this._sourceFrameForScriptOrResource(resource);
    [all...]
inspector.js 479 IncorrectMIMEType: {id: 0, message: WebInspector.UIString("Resource interpreted as %s but transferred with MIME type %s.")}
628 anchor.addStyleClass("webkit-html-resource-link");
    [all...]
  /external/icu4c/tools/genrb/
derb.c 62 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
361 reportError(pname, &status, "opening resource file");
471 static void printOutAlias(FILE *out, UConverter *converter, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *pname, UErrorCode *status) {
479 sprintf(msg, "// WARNING: this resource, size %li is truncated to %li\n",
504 static void printOutBundle(FILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status)
508 /* int32_t noOfElements = ures_getSize(resource);*/
510 const char *key = ures_getKey(resource);
512 switch(ures_getType(resource)) {
516 const UChar* thestr = ures_getString(resource, &len, status);
523 sprintf(msg, "// WARNING: this resource, size %li is truncated to %li\n"
    [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 255 # Read list of locale resource bundle files
262 !MESSAGE Information: cannot find "reslocal.mk". Not building user-additional resource bundle files.
274 # Read list of locale resource bundle files
281 !MESSAGE Information: cannot find "collocal.mk". Not building user-additional resource bundle files.
295 # Read list of RBNF resource bundle files
302 !MESSAGE Information: cannot find "rbnflocal.mk". Not building user-additional resource bundle files.
316 # Read list of transliterator resource bundle files
337 # Read list of miscellaneous resource bundle files
552 # Batch inference rule for creating miscellaneous resource files
558 @echo Making Miscellaneous Resource Bundle file
    [all...]
  /external/icu4c/data/
makedata.mak 268 # Read list of locale resource bundle files
275 !MESSAGE Information: cannot find "reslocal.mk". Not building user-additional resource bundle files.
287 # Read the list of currency display name resource bundle files
294 !MESSAGE Information: cannot find "curr\reslocal.mk". Not building user-additional resource bundle files.
308 # Read the list of language/script display name resource bundle files
315 !MESSAGE Information: cannot find "lang\reslocal.mk". Not building user-additional resource bundle files.
329 # Read the list of region display name resource bundle files
336 !MESSAGE Information: cannot find "region\reslocal.mk". Not building user-additional resource bundle files.
350 # Read the list of time zone display name resource bundle files
357 !MESSAGE Information: cannot find "zone\reslocal.mk". Not building user-additional resource bundle files
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/webkit/WebKit/chromium/src/js/
Tests.js 242 * Tests that main resource is present in the system and that it is
243 * the only resource.
295 var resource = WebInspector.resources[identifier];
296 if (!resource || !resource.url)
298 if (resource.url.search("image.html$") !== -1) {
301 resource.contentLength <= expectedLength,
303 if (expectedLength === resource.contentLength)
305 } else if (resource.url.search("image.png") !== -1) {
308 resource.contentLength <= expectedLength
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /frameworks/base/docs/html/guide/
guide_toc.cs 129 <span class="en">Resource Types</span>
132 <li><a href="<?cs var:toroot ?>guide/topics/resources/animation-resource.html">Animation</a></li>
133 <li><a href="<?cs var:toroot ?>guide/topics/resources/color-list-resource.html">Color State List</a></li>
134 <li><a href="<?cs var:toroot ?>guide/topics/resources/drawable-resource.html">Drawable</a></li>
135 <li><a href="<?cs var:toroot ?>guide/topics/resources/layout-resource.html">Layout</a></li>
136 <li><a href="<?cs var:toroot ?>guide/topics/resources/menu-resource.html">Menu</a></li>
137 <li><a href="<?cs var:toroot ?>guide/topics/resources/string-resource.html">String</a></li>
138 <li><a href="<?cs var:toroot ?>guide/topics/resources/style-resource.html">Style</a></li>

Completed in 1345 milliseconds

12