HomeSort by relevance Sort by last modified time
    Searched refs:mac (Results 251 - 275 of 656) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/common/
crash_keys.h 122 namespace mac { namespace in namespace:crash_keys
124 // Used to report the first Cocoa/Mac NSException and its backtrace.
128 // Used to report the last Cocoa/Mac NSException and its backtrace.
145 } // namespace mac
chrome_paths.cc 10 #include "base/mac/bundle_locations.h"
27 #include "base/mac/foundation_util.h"
104 if (base::mac::AmIBundled()) {
135 if (base::mac::AmIBundled()) {
222 cur = base::mac::FrameworkBundlePath();
239 // And we don't want to write into the bundle on the Mac, so push
270 // TODO(luken): finalize Mac OS directory paths, current consensus is
336 if (base::mac::AmIBundled()) {
382 if (base::mac::AmIBundled()) {
383 cur = base::mac::FrameworkBundlePath()
    [all...]
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_mac.cc 12 #include "base/mac/foundation_util.h"
13 #include "base/mac/scoped_cftyperef.h"
33 base::mac::GetValueFromDictionary<CFNumberRef>(description, key);
46 base::mac::GetValueFromDictionary<CFBooleanRef>(description, key);
65 base::mac::GetValueFromDictionary<CFStringRef>(description,
134 base::mac::GetValueFromDictionary<CFStringRef>(description,
  /external/chromium_org/content/browser/renderer_host/
text_input_client_mac.h 10 #include "base/mac/scoped_block.h"
11 #include "base/mac/scoped_nsobject.h"
22 // This class helps with the Mac OS X dictionary popup. For the design overview,
37 // Mac OS 10.8 introduced -[NSResponder quickLookWithEvent:].
105 base::mac::ScopedBlock<void(^)(NSAttributedString*, NSPoint)> replyHandler_;
  /external/chromium_org/content/test/
content_test_suite.cc 20 #include "base/mac/scoped_nsautorelease_pool.h"
65 base::mac::ScopedNSAutoreleasePool autorelease_pool;
80 // When running in a child process for Mac sandbox tests, the sandbox exists
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_factory.cc 16 #include "base/mac/mac_util.h"
64 return base::mac::IsOSLionOrLater();
  /external/chromium_org/extensions/browser/api/system_cpu/
cpu_info_provider_mac.cc 9 #include "base/mac/scoped_mach_port.h"
19 base::mac::ScopedMachSendRight host(mach_host_self());
  /external/chromium_org/net/proxy/
proxy_config_service_mac.cc 12 #include "base/mac/foundation_util.h"
13 #include "base/mac/scoped_cftyperef.h"
30 CFNumberRef number = base::mac::GetValueFromDictionary<CFNumberRef>(dict,
62 CFStringRef pac_url_ref = base::mac::GetValueFromDictionary<CFStringRef>(
130 CFArrayRef bypass_array_ref = base::mac::GetValueFromDictionary<CFArrayRef>(
135 CFStringRef bypass_item_ref = base::mac::CFCast<CFStringRef>(
  /external/chromium_org/rlz/lib/
rlz_value_store.h 17 #include "base/mac/scoped_nsautorelease_pool.h"
31 // the registry. On mac, it writes to an NSDefaults object.
104 base::mac::ScopedNSAutoreleasePool autorelease_pool_;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-validate-input.js 15 (k%2)?email=name+"@mac.com":email=name+"(at)mac.com";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 15 (k%2)?email=name+"@mac.com":email=name+"(at)mac.com";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-validate-input.js 15 (k%2)?email=username+"@mac.com":email=username+"(at)mac.com";
  /external/chromium_org/ui/message_center/cocoa/
popup_collection.h 12 #include "base/mac/scoped_block.h"
13 #import "base/mac/scoped_nsobject.h"
67 base::mac::ScopedBlock<message_center::AnimationEndedCallback>
  /external/kernel-headers/original/uapi/linux/
virtio_net.h 36 #define VIRTIO_NET_F_MAC 5 /* Host has given MAC address. */
56 #define VIRTIO_NET_F_CTRL_MAC_ADDR 23 /* Set MAC address */
62 /* The config defining mac address (if VIRTIO_NET_F_MAC) */
63 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
133 * Control the MAC
135 * The MAC filter table is managed by the hypervisor, the guest should
142 * by a concatenated byte stream of the ETH_ALEN MAC addresses. The
148 * 6 bytes MAC address. This functionality is present if the
  /external/wpa_supplicant_8/src/crypto/
crypto.h 29 * @mac: Buffer for the hash
32 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac);
39 * @mac: Buffer for the hash
42 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac);
50 * @mac: Buffer for the hash
54 u8 *mac);
76 * @mac: Buffer for the hash
80 u8 *mac);
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.h 87 u8 *mac);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_net.h 13 #define VIRTIO_NET_F_MAC 5 /* Host has given MAC address. */
33 /* The config defining mac address (if VIRTIO_NET_F_MAC) */
34 __u8 mac[6]; member in struct:virtio_net_config
96 * Control the MAC filter table.
98 * The MAC filter table is managed by the hypervisor, the guest should
105 * by a concatenated byte stream of the ETH_ALEN MAC addresses. The
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_net.h 13 #define VIRTIO_NET_F_MAC 5 /* Host has given MAC address. */
33 /* The config defining mac address (if VIRTIO_NET_F_MAC) */
34 __u8 mac[6]; member in struct:virtio_net_config
96 * Control the MAC filter table.
98 * The MAC filter table is managed by the hypervisor, the guest should
105 * by a concatenated byte stream of the ETH_ALEN MAC addresses. The
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /external/chromium_org/third_party/boringssl/src/crypto/poly1305/
poly1305.c 57 void CRYPTO_poly1305_finish_neon(poly1305_state *state, uint8_t mac[16]);
252 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) {
260 CRYPTO_poly1305_finish_neon(statep, mac);
314 U32TO8_LE(&mac[0], f0);
316 U32TO8_LE(&mac[4], f1);
318 U32TO8_LE(&mac[8], f2);
320 U32TO8_LE(&mac[12], f3);

Completed in 705 milliseconds

<<11121314151617181920>>