HomeSort by relevance Sort by last modified time
    Searched full:unity (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/ui/gtk/
unity_service.h 10 namespace unity { namespace
12 // Returns whether unity is currently running.
15 // If unity is running, sets the download counter in the dock icon. Any value
19 // If unity is running, sets the download progress bar in the dock icon. Any
23 } // namespace unity
unity_service.cc 15 // Unity data typedefs.
38 // Unity has a singleton object that we can ask whether the unity is running.
63 // TODO(erg): When unity stabilizes its interface, switch all this to looking
112 namespace unity { namespace
139 } // namespace unity
global_menu_bar.h 25 // Unity and some configurations of GNOME have a Apple-like menu bar at the top
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.h 8 namespace unity { namespace
10 // Returns whether unity is currently running.
13 // If unity is running, sets the download counter in the dock icon. Any value
17 // If unity is running, sets the download progress bar in the dock icon. Any
21 } // namespace unity
unity_service.cc 18 // Unity data typedefs.
41 // Unity has a singleton object that we can ask whether the unity is running.
114 namespace unity { namespace
141 } // namespace unity
  /external/eigen/doc/snippets/
AngleAxis_mimic_euler.cpp 3 * AngleAxisf(0.5*M_PI, Vector3f::UnitY())
  /external/chromium_org/chrome/browser/download/
download_status_updater_gtk.cc 14 unity::SetDownloadCount(download_count);
15 unity::SetProgressFraction(progress);
  /external/icu4c/layout/
LookupTables.cpp 29 le_int16 unity = SWAPW(unitSize); local
40 while (probe > unity) {
58 le_int16 unity = SWAPW(unitSize); local
69 while (probe > unity) {
  /external/ipsec-tools/src/racoon/
isakmp_unity.h 36 /* ISAKMP notifies specific to the Unity vendor Id */
40 /* ISAKMP mode config attributes specific to the Unity vendor Id */
54 * Unity adress/mask lists
isakmp_cfg.h 101 /* XXX move this to a unity specific sub-structure */
177 #define ISAKMP_CFG_VENDORID_UNITY 0x02 /* Cisco Unity compliant */
  /frameworks/wilhelm/src/
platform.h 20 #define PLATFORM_MILLIBEL_MAX_VOLUME 0 // No more than unity gain
  /external/chromium_org/base/nix/
xdg_util.cc 55 if (xdg_current_desktop == "Unity")
103 return "UNITY";
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_x11.cc 52 // alert Unity that there's a menu bar attached to it.
global_menu_bar_registrar_x11.h 17 // Advertises our menu bars to Unity.
global_menu_bar_x11.h 41 // Controls the Mac style menu bar on Unity.
43 // Unity has an Apple-like menu bar at the top of the screen that changes
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad_c.h 30 #define UNIRSHFT 7 /* = log2(MAX_16/UNITY), UNITY = 256 */
31 #define SCALE 128 /* (UNITY*UNITY)/512 */
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_apitest.cc 127 // don't work under ubuntu unity.
128 // (crbug.com/162794 and https://bugs.launchpad.net/unity/+bug/998073).
  /external/chromium/chrome/browser/ui/gtk/
global_menu_bar.h 24 // Unity and some configurations of GNOME have a Apple-like menu bar at the top
  /external/chromium_org/chrome/browser/status_icons/
status_icon.h 37 // status icon (e.g. Ubuntu Unity).
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Cone.cpp 48 return 1.0; // no cone specified - unity gain
AudioChannel.h 123 // Sums (with unity gain) from the source channel.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.cpp 137 // Now sum all of the audio-rate connections together (unity-gain summing junction).
149 // Sum, with unity-gain.
AudioNodeInput.h 40 // In the case of multiple connections, the input will act as a unity-gain summing junction, mixing all the outputs.
  /external/eigen/unsupported/test/
autodiff.cpp 135 AD ay(2,Vector2f::UnitY());
148 p.y().derivatives() = Vector2f::UnitY();
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst_vad.h 53 #define UNITY 512 /* Scaling used with SNR calculation */
54 #define UNIRSHFT 6 /* = log2(MAX_16/UNITY) */

Completed in 776 milliseconds

1 2 3 4 5