HomeSort by relevance Sort by last modified time
    Searched refs:mac (Results 226 - 250 of 633) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/
generate_files.host.linux-x86_64.mk 34 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_local_path := $(LOCAL_PATH)
35 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_var_prefix := $(GYP_VAR_PREFIX)
36 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
37 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
38 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
39 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: $(gyp_shared_intermediate_dir)/genversion $(GYP_TARGET_DEPENDENCIES)
40 @echo "Gyp action: Generating yasm version file: $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac ($@)"
41 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_shared_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genversion" "$(gyp_shared_intermediate_dir)/third_party/yasm/version.mac"
71 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac \
  /external/chromium_org/tools/vim/
clang-format.vim 5 " Binds cmd-shift-i (on Mac) or ctrl-shift-i (elsewhere) to invoking
14 if has('mac')
  /external/wpa_supplicant_8/src/crypto/
aes_wrap.h 5 * - One-Key CBC MAC (OMAC1) hash with AES-128
25 u8 *mac);
27 u8 *mac);
crypto_cryptoapi.c 107 const u8 *addr[], const size_t *len, u8 *mac)
135 if (!CryptGetHashParam(hash, HP_HASHVAL, mac, &hlen, 0)) {
147 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
149 return cryptoapi_hash_vector(CALG_MD4, 16, num_elem, addr, len, mac);
218 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
220 return cryptoapi_hash_vector(CALG_MD5, 16, num_elem, addr, len, mac);
224 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
226 return cryptoapi_hash_vector(CALG_SHA, 20, num_elem, addr, len, mac);
467 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
475 if (mac == NULL || len == NULL
    [all...]
crypto_libtomcrypt.c 25 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
33 md4_done(&md, mac);
59 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
67 md5_done(&md, mac);
72 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
80 sha1_done(&md, mac);
214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
222 if (mac == NULL || len == NULL) {
240 if (md5_done(&ctx->u.md, mac) != CRYPT_OK)
250 if (sha1_done(&ctx->u.md, mac) != CRYPT_OK
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.h 32 /* Keyed Message Digest (MAC) Registry */
66 u8 mac; member in struct:eap_eke_session
82 u8 prf, u8 mac);
  /bionic/libc/kernel/uapi/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /development/ndk/platforms/android-L/include/linux/
virtio_net.h 56 __u8 mac[6]; member in struct:virtio_net_config
  /external/chromium_org/base/mac/
foundation_util.h 15 #include "base/mac/scoped_cftyperef.h"
61 namespace mac { namespace in namespace:base
168 } // namespace mac
194 namespace mac { \
205 namespace mac { \
243 namespace mac { namespace in namespace:base
255 // CFNumberRef some_number = base::mac::CFCast<CFNumberRef>(
259 // CFStringRef some_string = base::mac::CFCastStrict<CFStringRef>(hello);
316 // NSString* version = base::mac::ObjCCast<NSString>(
319 // NSString* str = base::mac::ObjCCastStrict<NSString>
    [all...]
libdispatch_task_runner.cc 5 #include "base/mac/libdispatch_task_runner.h"
10 namespace mac { namespace in namespace:base
79 } // namespace mac
scoped_block.h 15 namespace mac { namespace in namespace:base
89 } // namespace mac
  /external/chromium_org/base/message_loop/
message_pump_io_ios.h 9 #include "base/mac/scoped_cffiledescriptorref.h"
10 #include "base/mac/scoped_cftyperef.h"
84 base::mac::ScopedCFFileDescriptorRef fdref_;
  /external/chromium_org/chrome/browser/extensions/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/chrome/browser/mac/
keystone_glue.h 14 #include "base/mac/scoped_authorizationref.h"
15 #import "base/mac/scoped_nsobject.h"
96 base::mac::ScopedAuthorizationRef authorization_;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.h 27 #include "base/mac/scoped_block.h"
88 base::mac::ScopedBlock<ChangeCallback> callback_;
  /external/chromium_org/chrome/browser/ui/cocoa/
presentation_mode_controller.h 10 #include "base/mac/mac_util.h"
73 base::mac::FullScreenMode systemFullscreenMode_;
  /external/chromium_org/chrome/common/
crash_keys.h 119 namespace mac { namespace in namespace:crash_keys
121 // Used to report the first Cocoa/Mac NSException and its backtrace.
125 // Used to report the last Cocoa/Mac NSException and its backtrace.
142 } // namespace mac
  /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/device/hid/
hid_service_mac.cc 155 base::mac::CFCast<CFArrayRef>(deviceUsagePairsRaw);
158 CFDictionaryRef deviceUsagePair = base::mac::CFCast<CFDictionaryRef>(
160 CFNumberRef usage_raw = base::mac::CFCast<CFNumberRef>(
164 CFNumberRef page_raw = base::mac::CFCast<CFNumberRef>(
  /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";

Completed in 390 milliseconds

1 2 3 4 5 6 7 8 91011>>