HomeSort by relevance Sort by last modified time
    Searched refs:Multi (Results 1 - 25 of 32) sorted by null

1 2

  /external/capstone/packages/freebsd/ports/devel/capstone/
Makefile 9 COMMENT= Multi-platform, multi-architecture disassembly framework
  /external/deqp-deps/SPIRV-Tools/test/tools/
spirv_test_framework_nosetest.py 98 class Multi(R1, R2):
121 assert_equal(get_all_superclasses(Multi), [R1, R2])
155 get_all_test_methods(Multi), ['check_r1', 'check_r2', 'check_multi'])
  /external/swiftshader/third_party/SPIRV-Tools/test/tools/
spirv_test_framework_nosetest.py 98 class Multi(R1, R2):
121 assert_equal(get_all_superclasses(Multi), [R1, R2])
155 get_all_test_methods(Multi), ['check_r1', 'check_r2', 'check_multi'])
  /external/lzma/CPP/Common/
CommandLineParser.h 28 bool Multi;
CommandLineParser.cpp 102 if (!form.Multi && sw.ThereIs)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 19 Delete the instance in Multi which matches partly with Single instance
21 @param Multi A pointer to a multi-instance device path data
26 @return This function will remove the device path instances in Multi which partly
33 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
46 if (Multi == NULL || Single == NULL) {
47 return Multi;
50 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
67 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
78 @param Multi A pointer to a multi-instance device path data
    [all...]
InternalBm.h 217 Check whether there is a instance in BlockIoDevicePath, which contain multi device path
220 @param BlockIoDevicePath Multi device path instances which need to check
331 @param Multi A pointer to a multi-instance device path data
336 @retval TRUE If the Single device path is contained within Multi device path.
337 @retval FALSE The Single device path is not match within Multi device path.
342 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
347 Delete the instance in Multi which matches partly with Single instance
349 @param Multi A pointer to a multi-instance device path data
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
basic_ops_benchmark_test.cc 59 cur = test::graph::Multi(g, i % 2 == 0 ? "Div" : "Mul", {cur, cur});
training_ops_test.cc 72 test::graph::Multi(g, "ApplyGradientDescent", {var, lr, grad});
104 test::graph::Multi(g, "ApplyAdagrad", {var, accum, lr, grad});
138 test::graph::Multi(g, "ApplyMomentum", {var, accum, lr, grad, mom});
179 test::graph::Multi(
220 test::graph::Multi(g, "ApplyRMSProp",
257 test::graph::Multi(g, "ApplyAddSign",
294 test::graph::Multi(g, "ApplyPowerSign",
  /external/python/cpython3/Lib/unittest/test/testmock/
testcallable.py 107 class Multi(SomeClass, Sub):
111 for Klass in CallableX, Sub, Multi:
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 21 public bool Multi;
26 public SwitchForm(string idString, SwitchType type, bool multi,
31 Multi = multi;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
40 public SwitchForm(string idString, SwitchType type, bool multi):
41 this(idString, type, multi, 0)
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
GenericBdsLib.h 395 a multi-instance device path.
493 the console variable ConVarName. Cannot be multi-instance.
495 from the console variable ConVarName. Cannot be multi-instance.
512 device path of the ConVarName is multi-instance device path and
538 Delete the instance in Multi that overlaps with Single.
540 @param Multi A pointer to a multi-instance device path data
545 @return This function removes the device path instances in Multi that overlap
553 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
561 @param Multi A pointer to a multi-instance device path data
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 857 Delete the instance in Multi which matches partly with Single instance
859 @param Multi A pointer to a multi-instance device path data
864 @return This function will remove the device path instances in Multi which partly
872 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
886 if (Multi == NULL || Single == NULL) {
887 return Multi;
890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
909 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
920 @param Multi A pointer to a multi-instance device path data
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 857 Delete the instance in Multi which matches partly with Single instance
859 @param Multi A pointer to a multi-instance device path data
864 @return This function will remove the device path instances in Multi which partly
872 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
886 if (Multi == NULL || Single == NULL) {
887 return Multi;
890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
909 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
920 @param Multi A pointer to a multi-instance device path data
    [all...]
  /external/python/mock/mock/tests/
testcallable.py 107 class Multi(SomeClass, Sub):
118 for Klass in CallableX, Sub, Multi, OldStyle, OldStyleSub:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.c 829 @param Multi A pointer to a multi-instance device path data structure.
833 (remaining device path = Multi - Single.)
834 @param Delete If TRUE, means removing Single from Multi.
836 with any instance in Multi.
838 @retval EFI_SUCCESS If the Single is contained within Multi.
839 @retval EFI_NOT_FOUND If the Single is not contained within Multi.
840 @retval EFI_INVALID_PARAMETER Multi is NULL.
847 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
862 if ((Multi == NULL) || (Single == NULL)) {
    [all...]
ConPlatform.h 252 @param Multi A pointer to a multi-instance device path data structure.
256 (remaining device path = Multi - Single.)
257 @param Delete If TRUE, means removing Single from Multi.
259 with any instance in Multi.
261 @retval EFI_SUCCESS If the Single is contained within Multi.
262 @retval EFI_NOT_FOUND If the Single is not contained within Multi.
263 @retval EFI_INVALID_PARAMETER Multi is NULL.
270 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
  /external/libvpx/libvpx/test/
test.mk 102 ## Multi-codec blackbox tests.
192 ## Multi-codec / unconditional whitebox tests.
  /external/tensorflow/tensorflow/core/profiler/g3doc/
python_api.md 7 * [Multi-step Profiling](#multi-step-profiling)
107 ### Multi-step Profiling
  /external/walt/docs/
TapLatency.md 15 Linux [Multi Touch (MT)](https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt)
  /external/u-boot/doc/driver-model/
pmic-framework.txt 18 This is an introduction to driver-model multi uclass PMIC IC's support.
49 | BUS 0 | Multi interface PMIC IC |--> LDO out 1
64 PMIC drivers can simply provide a common functions, for multi-interface and
65 and multi-instance device support.
70 For the multi-function PMIC devices, this can be used as parent I/O device
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.S 18 # This is the assembly code for Multi-processor S3 support
MpFuncs.asm 17 ; This is the assembly code for Multi-processor S3 support
  /external/tensorflow/tensorflow/core/graph/
testlib.h 102 Node* Multi(Graph* g, const string& func, gtl::ArraySlice<Node*> ins);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
ConsoleOption.c 21 @param Multi A pointer to a multi-instance device path data
26 @retval TRUE If the Single device path is contained within Multi device path.
27 @retval FALSE The Single device path is not match within Multi device path.
32 IN EFI_DEVICE_PATH_PROTOCOL *Multi,
40 if (Multi == NULL || Single == NULL) {
44 DevicePath = Multi;
48 // Search for the match of 'Single' in 'Multi'
102 Update the multi-instance device path of Terminal Device based on
106 @param DevicePath The multi-instance device path.
    [all...]

Completed in 1567 milliseconds

1 2