HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 1001 - 1025 of 4844) sorted by null

<<41424344454647484950>>

  /development/ndk/platforms/android-8/include/
dlfcn.h 50 extern int dladdr(const void* addr, Dl_info *info);
  /development/samples/HelloEffects/src/com/example/android/mediafx/
GLToolbox.java 31 String info = GLES20.glGetShaderInfoLog(shader); local
35 shaderType + ":" + info);
63 String info = GLES20.glGetProgramInfoLog(program); local
66 throw new RuntimeException("Could not link program: " + info);
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
GLToolbox.java 31 String info = GLES20.glGetShaderInfoLog(shader); local
33 throw new RuntimeException("Could not compile shader " + shaderType + ":" + info);
60 String info = GLES20.glGetProgramInfoLog(program); local
62 throw new RuntimeException("Could not link program: " + info);
  /device/asus/deb/
BoardConfig.mk 19 TARGET_BOARD_INFO_FILE := device/asus/deb/board-info.txt
  /device/asus/flo/
BoardConfig.mk 19 TARGET_BOARD_INFO_FILE := device/asus/flo/board-info.txt
  /device/generic/goldfish/camera/
EmulatedBaseCamera.h 95 virtual status_t getCameraInfo(struct camera_info* info) = 0;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java 28 TestProvider(String name, double version, String info) {
29 super(name, version, info);
155 public MockProvider(String name, double version, String info) {
156 super(name, version, info);
  /external/chromium_org/ash/wm/
ash_native_cursor_manager_interactive_uitest.cc 55 DisplayInfo info(id, "", false);
56 info.SetBounds(bounds);
57 info.set_device_scale_factor(device_scale_factor);
58 return info;
  /external/chromium_org/build/android/pylib/utils/
time_profile.py 24 logging.info('%fsec to perform %s',
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/
ShareDialogAdapter.java 58 private Drawable loadIconForResolveInfo(ResolveInfo info) {
60 final int iconRes = info.getIconResource();
62 Resources res = mManager.getResourcesForApplication(info.activityInfo.packageName);
69 return info.loadIcon(mManager);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper_browsertest.cc 53 std::list<content::IndexedDBInfo>::iterator info = local
55 EXPECT_EQ(origin1, info->origin_);
56 info++;
57 EXPECT_EQ(origin2, info->origin_);
  /external/chromium_org/chrome/browser/extensions/
display_info_provider_aura.cc 19 const core_api::system_display::DisplayProperties& info,
display_info_provider_aura.h 19 const core_api::system_display::DisplayProperties& info,
display_info_provider_chromeos.h 19 const core_api::system_display::DisplayProperties& info,
display_info_provider_mac.cc 19 const core_api::system_display::DisplayProperties& info,
display_info_provider_mac.h 19 const core_api::system_display::DisplayProperties& info,
display_info_provider_win.h 19 const core_api::system_display::DisplayProperties& info,
  /external/chromium_org/chrome/browser/resources/
about_invalidations.css 11 #invalidations-info .lead {
20 #invalidations-info .section {
  /external/chromium_org/chrome/renderer/
security_filter_peer.h 36 const content::ResourceResponseInfo& info) OVERRIDE;
38 const content::ResourceResponseInfo& info) OVERRIDE;
68 const content::ResourceResponseInfo& info) OVERRIDE;
111 const content::ResourceResponseInfo& info) OVERRIDE;
  /external/chromium_org/components/metrics/net/
wifi_access_point_info_provider.h 40 // Fill in the wifi access point info if device is currently connected to a
43 virtual bool GetInfo(WifiAccessPointInfo *info);
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_track_metrics_host.h 54 void ReportDuration(const TrackInfo& info);
  /external/chromium_org/content/child/service_worker/
service_worker_message_filter.cc 84 const ServiceWorkerRegistrationObjectInfo& info,
92 SendRegistrationObjectDestroyed(thread_safe_sender_.get(), info.handle_id);
114 const ServiceWorkerObjectInfo& info) {
115 SendServiceWorkerObjectDestroyed(thread_safe_sender_.get(), info.handle_id);
  /external/chromium_org/content/public/browser/
plugin_service.h 66 std::vector<WebPluginInfo>* info,
69 // Gets plugin info for an individual plugin and filters the plugins using
80 WebPluginInfo* info,
83 // Get plugin info by plugin path (including disabled plugins). Returns true
84 // if the plugin is found and WebPluginInfo has been filled in |info|. This
87 WebPluginInfo* info) = 0;
132 virtual void RegisterInternalPlugin(const WebPluginInfo& info,
136 // on the path from the version info previously registered.
  /external/chromium_org/content/renderer/
drop_data_builder.cc 63 DropData::FileSystemFileInfo info; local
64 info.url = item.fileSystemURL;
65 info.size = item.fileSystemFileSize;
66 result.file_system_files.push_back(info);
  /external/chromium_org/extensions/common/permissions/
usb_device_permission.h 29 explicit UsbDevicePermission(const APIPermissionInfo* info);

Completed in 1246 milliseconds

<<41424344454647484950>>