HomeSort by relevance Sort by last modified time
    Searched refs:Mac (Results 101 - 125 of 201) sorted by null

1 2 3 45 6 7 8 9

  /external/libvncserver/webclients/novnc/include/
keyboard.js 21 return navigator && !!(/mac/i).exec(navigator.platform);
76 // on Mac, Option (AKA Alt) is used as a char modifier
266 case 18 : return 0xFFE9; // Left ALT (Mac Option)
272 case 93 : return 0xFF67; // Menu (Win Menu), Mac Command
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDriver.c 356 CopyMem (&Private->Mac, &Private->SeedPacket.Dhcp4.Header.ClientHwAddr[0], Private->MacLen);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
AES.java 32 import org.bouncycastle.crypto.Mac;
171 // implements Mac
187 // return ccm.getAlgorithmName() + "Mac";
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 385 * accumulation with Mac
390 * [in] Mac Accumulator
397 OMX_S32 Mac,
406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
408 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
413 * [in] mac Result of MAC operation
416 * [out] mac Result of operatio
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 385 * accumulation with Mac
390 * [in] Mac Accumulator
397 OMX_S32 Mac,
406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
408 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
413 * [in] mac Result of MAC operation
416 * [out] mac Result of operatio
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 385 * accumulation with Mac
390 * [in] Mac Accumulator
397 OMX_S32 Mac,
406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
408 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
413 * [in] mac Result of MAC operation
416 * [out] mac Result of operatio
    [all...]
  /external/googletest/googlemock/
README.md 110 #### Mac OS X Requirements ####
112 * Mac OS X 10.4 Tiger or newer
184 (e.g. Linux, Mac OS X, and Cygwin). It doesn't try to build Google
  /external/valgrind/none/tests/
cmdline1.stdout.exp 51 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [yes]
cmdline2.stdout.exp 51 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [yes]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.c 491 @param[in] LinkAddress Points to the MAC address of the neighbor.
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 107 #error fprintf enabled, but not supported on Mac OS X kernel or Windows CE
114 @abstract Enables IOLog (Mac OS X Kernel) output.
124 @abstract Enables kprintf (Mac OS X Kernel) output.
134 @abstract Enables iDebug (Mac OS X user and Kernel) output.
138 For Mac OS X kernel development, iDebug is enabled by default because we can dynamically check for the presence
139 of iDebug via some exported IOKit symbols. Mac OS X app usage doesn't allow dynamic detection because it relies
140 on statically linking to the iDebugServices.cp file so for Mac OS X app usage, you have to manually enable iDebug.
181 // Mac OS X = ANSI printf (viewable in Console.app)
182 // Mac OS X Kernel = IOLog (/var/log/system.log) or kprintf (serial).
    [all...]
CommonServices.h 21 Common Services for Mac OS X, Linux, Palm, VxWorks, Windows, and Windows CE.
163 // Mac OS X
176 // Classic Mac OS
185 // Mac OS X Kernel
461 // - Pre-Panther Mac OS X. Panther defines SO_NOADDRERR so trigger off that.
473 // - Mac OS X when not building with BSD headers
847 // MacTypes.h defines true and false (Mac builds only).
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 401 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
404 var mac = agent.indexOf("macintosh") != -1; variable
407 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c 182 /* ------------------ MAC Address Hash Calculations ------------------- */
199 IN EFI_MAC_ADDRESS *Mac,
212 Addr = &Mac->Addr[0];
959 // Reload from EEPROM to get the hardware MAC address
971 // Read and save the Permanent MAC Address
975 "LAN91x: HW MAC Address: %02x-%02x-%02x-%02x-%02x-%02x\n",
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 42 import javax.crypto.Mac;
809 if (bag.getMacData() != null) // check the mac code
828 throw new IOException("PKCS12 key store mac invalid - wrong password or corrupted file.");
836 throw new IOException("PKCS12 key store mac invalid - wrong password or corrupted file.");
848 throw new IOException("error constructing MAC: " + e.toString());
1706 Mac mac = helper.createMac(oid.getId()); local
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 382 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
385 var mac = agent.indexOf("macintosh") != -1; variable
388 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin.go 195 // Definitions are in /usr/include/mach on a Mac.
  /prebuilts/go/linux-x86/src/runtime/
os_darwin.go 195 // Definitions are in /usr/include/mach on a Mac.
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java 65 import javax.crypto.Mac;
2387 Mac mac = Mac.getInstance(key1.getAlgorithm()); local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c 385 CopyMem (&Dhcp4ModeData->ClientMacAddress, &DhcpSb->Mac, sizeof (Dhcp4ModeData->ClientMacAddress));
    [all...]
Dhcp4Io.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 99 // http://developer.apple.com/mac/library/DOCUMENTATION/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
671 // On Mac OS X Mountain Lion, we must sort exported symbols
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner.go 87 // on a 64-bit Mac Mini, and it's nicer to read.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 99 // http://developer.apple.com/mac/library/DOCUMENTATION/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
671 // On Mac OS X Mountain Lion, we must sort exported symbols

Completed in 762 milliseconds

1 2 3 45 6 7 8 9