/external/chromium_org/third_party/WebKit/Source/core/loader/ |
TextTrackLoader.cpp | 80 void TextTrackLoader::processNewCueData(Resource* resource) 82 ASSERT(m_cachedCueData == resource); 84 if (m_state == Failed || !resource->resourceBuffer()) 87 SharedBuffer* buffer = resource->resourceBuffer(); 104 void TextTrackLoader::deprecatedDidReceiveResource(Resource* resource) 106 ASSERT(m_cachedCueData == resource); 108 if (!resource->resourceBuffer()) 111 processNewCueData(resource); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
NdkScannerInfoCollector.java | 39 public void contributeToScannerConfig(Object resource, Map scannerInfo) { 44 public List getCollectedScannerInfo(Object resource, ScannerInfoTypes type) { 79 public void deleteAllPaths(IResource resource) { 84 public void deleteAllSymbols(IResource resource) { 89 public void deletePath(IResource resource, String path) { 94 public void deleteSymbol(IResource resource, String symbol) { 99 public void deleteAll(IResource resource) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_texture.c | 57 tr_res->resource = texture; 71 pipe_resource_reference(&tr_res->resource, NULL); 85 assert(surface->texture == tr_res->resource); 125 assert(transfer->resource == tr_res->resource); 133 tr_trans->base.resource = NULL; 136 pipe_resource_reference(&tr_trans->base.resource, &tr_res->base); 137 assert(tr_trans->base.resource == &tr_res->base); 154 pipe_resource_reference(&tr_trans->base.resource, NULL);
|
/external/guava/guava-tests/test/com/google/common/io/ |
ResourcesTest.java | 56 URL resource = getClass().getResource("testdata/i18n.txt"); local 57 assertEquals(I18N, Resources.toString(resource, Charsets.UTF_8)); 58 ASSERT.that(Resources.toString(resource, Charsets.US_ASCII)) 70 // TODO(chrisn): Check in a better resource 71 URL resource = getClass().getResource("testdata/i18n.txt"); local 73 Resources.readLines(resource, Charsets.UTF_8)); 77 URL resource = getClass().getResource("testdata/alice_in_wonderland.txt"); local 92 List<String> result = Resources.readLines(resource, Charsets.US_ASCII, 101 URL resource = getClass().getResource("testdata/i18n.txt"); local 102 Resources.copy(resource, out) [all...] |
/external/mesa3d/src/gallium/drivers/trace/ |
tr_texture.c | 57 tr_res->resource = texture; 71 pipe_resource_reference(&tr_res->resource, NULL); 85 assert(surface->texture == tr_res->resource); 125 assert(transfer->resource == tr_res->resource); 133 tr_trans->base.resource = NULL; 136 pipe_resource_reference(&tr_trans->base.resource, &tr_res->base); 137 assert(tr_trans->base.resource == &tr_res->base); 154 pipe_resource_reference(&tr_trans->base.resource, NULL);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
PendingScript.h | 42 // A ResourcePtr alone does not prevent the underlying Resource 53 PendingScript(Element* element, ScriptResource* resource) 57 setScriptResource(resource); 66 setScriptResource(other.resource()); 79 setScriptResource(other.resource()); 94 ScriptResource* resource() const; 97 virtual void notifyFinished(Resource*);
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_unittest.cc | 186 const ClientMalwareReportRequest::Resource* lhs, 187 const ClientMalwareReportRequest::Resource* rhs) { 204 void InitResource(SafeBrowsingService::UnsafeResource* resource, 207 resource->client = NULL; 208 resource->url = url; 209 resource->resource_type = resource_type; 210 resource->threat_type = SafeBrowsingService::URL_MALWARE; 211 resource->render_process_host_id = contents()->GetRenderProcessHost()->id(); 212 resource->render_view_id = contents()->render_view_host()->routing_id(); 223 std::vector<const ClientMalwareReportRequest::Resource*> resources 225 const ClientMalwareReportRequest::Resource& resource = local 234 const ClientMalwareReportRequest::Resource& resource = local 291 SafeBrowsingService::UnsafeResource resource; local 322 SafeBrowsingService::UnsafeResource resource; local 361 SafeBrowsingService::UnsafeResource resource; local 416 SafeBrowsingService::UnsafeResource resource; local 440 SafeBrowsingService::UnsafeResource resource; local 491 SafeBrowsingService::UnsafeResource resource; local 558 SafeBrowsingService::UnsafeResource resource; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerDeltaVisitor.java | 47 * Resource Delta visitor for the pre-compiler. 54 * <ul><li>Any modification in the resource folder</li> 81 * In Resource folder flag. This allows us to know if we're in the 82 * resource folder. 129 * Returns whether the manifest file was parsed/checked for error during the resource delta 141 * <li>The manifest was not part of the resource change delta, and the manifest was 157 * <li>The manifest was not part of the resource change delta, and the manifest was 182 IResource resource = delta.getResource(); local 183 IPath path = resource.getFullPath(); 194 // then we are not yet in a source or resource folde 416 IResource resource = mRoot.findMember(path); local [all...] |
/external/chromium/chrome/browser/extensions/ |
image_loading_tracker.h | 31 // tracker_.LoadImage(extension, resource, max_size, false); 34 // NOTE: if the image is available already (or the resource is not valid), the 52 // image was not found or it failed to decode. |resource| is the 57 const ExtensionResource& resource, 64 // Specify image resource to load. If the loaded image is larger than 69 const ExtensionResource& resource, 84 void OnImageLoaded(SkBitmap* image, const ExtensionResource& resource,
|
/external/chromium_org/base/win/ |
resource_util.cc | 34 void* resource = LockResource(hres); local 35 if (!resource) 38 *data = resource;
|
/external/chromium_org/cc/test/ |
fake_content_layer.cc | 42 const PrioritizedResource* resource = ResourceAtForTesting(i, j); local 43 return resource && resource->have_backing_texture();
|
/external/chromium_org/ppapi/c/private/ |
ppb_x509_certificate_private.h | 128 * <code>GetField(resource, PP_X509CERTIFICATE_PRIVATE_VERSION)</code>. 150 * Allocates a <code>PPB_X509Certificate_Private</code> resource. 155 * Returns <code>PP_TRUE</code> if a given resource is a 158 PP_Bool (*IsX509CertificatePrivate)(PP_Resource resource); 165 PP_Bool (*Initialize)(PP_Resource resource, 172 struct PP_Var (*GetField)(PP_Resource resource,
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
proc_util.py | 6 import resource # pylint: disable=F0401 namespace 8 resource = None # Not available on all platforms variable 34 'WorkingSetSize': int(stats[23]) * resource.getpagesize(),
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowArrayAdapter.java | 37 private int resource; field in class:ShadowArrayAdapter 47 return resource; 54 public void __constructor__(Context context, int resource, int textViewResourceId) { 55 init(context, resource, textViewResourceId, new ArrayList<T>()); 62 public void __constructor__(Context context, int resource, int textViewResourceId, T[] objects) { 63 init(context, resource, textViewResourceId, Arrays.asList(objects)); 70 public void __constructor__(Context context, int resource, int textViewResourceId, List<T> objects) { 71 init(context, resource, textViewResourceId, objects); 74 private void init(Context context, int resource, int textViewResourceId, List<T> objects) { 77 this.resource = resource [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
app_launcher_page_ui.cc | 23 #include "ui/base/resource/resource_bundle.h" 106 NTPResourceCache* resource = AppResourceCacheFactory::GetForProfile(profile_); local 107 resource->set_should_show_most_visited_page(false); 108 resource->set_should_show_other_devices_menu(false); 109 resource->set_should_show_recently_closed_menu(false); 115 resource->GetNewTabHTML(is_incognito)); 121 const std::string& resource) const {
|
/external/chromium_org/ppapi/api/private/ |
ppb_x509_certificate_private.idl | 131 * <code>GetField(resource, PP_X509CERTIFICATE_PRIVATE_VERSION)</code>. 146 * Allocates a <code>PPB_X509Certificate_Private</code> resource. 152 * Returns <code>PP_TRUE</code> if a given resource is a 155 PP_Bool IsX509CertificatePrivate([in] PP_Resource resource); 163 PP_Bool Initialize([in] PP_Resource resource, 171 PP_Var GetField([in] PP_Resource resource,
|
ppb_flash_message_loop.idl | 20 * Allocates a Flash message loop resource. 31 * Determines if a given resource is a Flash message loop. 33 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic 34 * resource. 37 * resource is a Flash message loop, otherwise <code>PP_FALSE</code>. 39 PP_Bool IsFlashMessageLoop([in] PP_Resource resource); 48 * For a given message loop resource, only the first call to 55 * resource is destroyed; <code>PP_OK</code> if the message loop quits because 68 * implicitly when the resource is destroyed.
|
ppb_network_monitor_private.idl | 18 * callback is a <code>PPB_NetworkList_Private</code> resource that 35 * changes. Notifications are stopped when the returned resource is 47 * NetworkMonitor resource. 54 * Determines if the specified <code>resource</code> is a 57 * @param[in] resource A <code>PP_Resource</code> resource. 59 * @return Returns <code>PP_TRUE</code> if <code>resource</code> is 63 PP_Bool IsNetworkMonitor([in] PP_Resource resource);
|
/bionic/libc/kernel/common/linux/ |
platform_device.h | 29 struct resource * resource; member in struct:platform_device
|
/development/ndk/platforms/android-3/include/linux/ |
platform_device.h | 22 struct resource * resource; member in struct:platform_device
|
/external/chromium_org/extensions/browser/ |
file_reader.cc | 14 FileReader::FileReader(const extensions::ExtensionResource& resource, 16 : resource_(resource),
|
/external/chromium_org/ppapi/api/dev/ |
ppb_printing_dev.idl | 18 /** Create a resource for accessing printing functionality. 23 * @return A <code>PP_Resource</code> containing the printing resource if 33 * @param[in] resource The printing resource. 41 int32_t GetDefaultPrintSettings([in] PP_Resource resource,
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_broker_trusted.h | 39 * A PPB_BrokerTrusted resource represents a connection to the broker. Its 41 * handle is closed. The handle should be closed before the resource is 46 * Returns a trusted broker resource. 50 * Returns true if the resource is a trusted broker. 52 PP_Bool (*IsBrokerTrusted)(PP_Resource resource); 93 PP_Bool (*IsBrokerTrusted)(PP_Resource resource);
|
/external/chromium_org/ppapi/cpp/ |
file_system.cc | 28 FileSystem::FileSystem(const FileSystem& other) : Resource(other) { 31 FileSystem::FileSystem(PassRef, PP_Resource resource) 32 : Resource(PASS_REF, resource) {
|
url_response_info.cc | 22 : Resource(other) { 25 URLResponseInfo::URLResponseInfo(PassRef, PP_Resource resource) 26 : Resource(PASS_REF, resource) {
|