HomeSort by relevance Sort by last modified time
    Searched defs:mac (Results 26 - 50 of 245) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/base/mac/
libdispatch_task_runner.h 14 namespace mac { namespace in namespace:base
78 } // namespace mac
os_crash_dumps.cc 5 #include "base/mac/os_crash_dumps.h"
14 namespace mac { namespace in namespace:base
56 } // namespace mac
scoped_mach_port.cc 5 #include "base/mac/scoped_mach_port.h"
8 namespace mac { namespace in namespace:base
24 } // namespace mac
scoped_sending_event.h 29 namespace mac { namespace in namespace:base
45 } // namespace mac
launch_services_util.cc 5 #include "base/mac/launch_services_util.h"
8 #include "base/mac/mac_logging.h"
9 #include "base/mac/mac_util.h"
13 namespace mac { namespace in namespace:base
20 if (!base::mac::FSRefFromPath(bundle_path.value(), &app_fsref)) {
21 LOG(ERROR) << "base::mac::FSRefFromPath failed for " << bundle_path.value();
64 } // namespace mac
objc_property_releaser.h 13 namespace mac { namespace in namespace:base
39 // base::mac::ObjCPropertyReleaser propertyReleaser_AllaysIBF_;
124 } // namespace mac
scoped_mach_port.h 14 namespace mac { namespace in namespace:base
41 } // namespace mac
libdispatch_task_runner.cc 5 #include "base/mac/libdispatch_task_runner.h"
10 namespace mac { namespace in namespace:base
79 } // namespace mac
scoped_aedesc.h 13 namespace mac { namespace in namespace:base
49 } // namespace mac
scoped_authorizationref.h 17 namespace mac { namespace in namespace:base
82 } // namespace mac
scoped_block.h 15 namespace mac { namespace in namespace:base
89 } // namespace mac
scoped_cffiledescriptorref.h 14 namespace mac { namespace in namespace:base
72 } // namespace mac
scoped_ioobject.h 14 namespace mac { namespace in namespace:base
71 } // namespace mac
scoped_launch_data.h 16 namespace mac { namespace in namespace:base
72 } // namespace mac
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_nat.h 7 unsigned char mac[ETH_ALEN]; member in struct:ebt_nat_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_nat.h 7 unsigned char mac[ETH_ALEN]; member in struct:ebt_nat_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_nat.h 7 unsigned char mac[ETH_ALEN]; member in struct:ebt_nat_info
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
MacInputStream.java 7 import org.bouncycastle.crypto.Mac;
12 protected Mac mac; field in class:MacInputStream
16 Mac mac)
19 this.mac = mac;
29 mac.update((byte)b);
43 mac.update(b, off, n);
48 public Mac getMac(
    [all...]
  /external/chromium_org/net/ssl/
ssl_cipher_suite_names_unittest.cc 15 const char *key_exchange, *cipher, *mac; local
18 SSLCipherSuiteToStrings(&key_exchange, &cipher, &mac, &is_aead, 0xc001);
21 EXPECT_STREQ("SHA1", mac);
24 SSLCipherSuiteToStrings(&key_exchange, &cipher, &mac, &is_aead, 0x009f);
28 EXPECT_EQ(NULL, mac);
30 SSLCipherSuiteToStrings(&key_exchange, &cipher, &mac, &is_aead, 0xff31);
33 EXPECT_STREQ("???", mac);
  /external/chromium_org/v8/tools/
tickprocessor-driver.js 43 'mac': MacCppEntriesProvider
  /external/elfutils/libdw/
dwarf_getmacros.c 136 Dwarf_Macro mac; local
137 mac.opcode = opcode;
138 mac.param1 = u128;
140 mac.param2.u = u128_2;
142 mac.param2.s = str;
144 if (callback (&mac, arg) != DWARF_CB_OK)
  /external/v8/tools/
tickprocessor-driver.js 43 'mac': MacCppEntriesProvider
  /external/chromium/base/mac/
scoped_aedesc.h 14 namespace mac { namespace in namespace:base
50 } // namespace mac
scoped_cftyperef.h 15 namespace mac { namespace in namespace:base
84 } // namespace mac
  /external/chromium_org/content/common/mac/
attributed_string_coder.h 12 #include "content/common/mac/font_descriptor.h"
24 namespace mac { namespace
94 } // namespace mac
101 struct ParamTraits<mac::AttributedStringCoder::EncodedString> {
102 typedef mac::AttributedStringCoder::EncodedString param_type;
109 struct ParamTraits<mac::AttributedStringCoder::FontAttribute> {
110 typedef mac::AttributedStringCoder::FontAttribute param_type;

Completed in 1580 milliseconds

12 3 4 5 6 7 8 910