HomeSort by relevance Sort by last modified time
    Searched full:node1 (Results 51 - 75 of 203) sorted by null

1 23 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
PlatformBm.c 419 EFI_DEVICE_PATH_PROTOCOL *Node1, *Node2, *SearchNode;
427 Node1 = BootOptions[Index].FilePath;
428 if (!(DevicePathType (Node1) == HARDWARE_DEVICE_PATH &&
429 DevicePathSubType (Node1) == HW_MEMMAP_DP) &&
430 !(DevicePathType (Node1) == MEDIA_DEVICE_PATH &&
431 DevicePathSubType (Node1) == MEDIA_PIWG_FW_VOL_DP)) {
439 Node2 = NextDevicePathNode (Node1);
451 SearchNode = Node1;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/
pprof.contention.cum.files.dot 4 N1 [label="file3000.src\n32.77ms (21.92%)\nof 149.50ms (100%)" id="node1" fontsize=20 shape=box tooltip="testdata/file3000.src (149.50ms)" color="#b20000" fillcolor="#edd5d5"]
pprof.contention.flat.addresses.dot.focus.ignore 4 N1 [label="0000000000001000\nline1000\nfile1000.src:1\n40.96ms (27.40%)" id="node1" fontsize=24 shape=box tooltip="0000000000001000 line1000 testdata/file1000.src:1 (40.96ms)" color="#b23900" fillcolor="#edddd5"]
pprof.heap.flat.inuse_space.dot.focus 4 N1 [label="line2001\n62.50MB (63.37%)" id="node1" fontsize=24 shape=box tooltip="line2001 (62.50MB)" color="#b21600" fillcolor="#edd8d5"]
pprof.heap.flat.inuse_space.dot.focus.ignore 4 N1 [label="line3002\n31.25MB (31.68%)\nof 32.23MB (32.67%)" id="node1" fontsize=24 shape=box tooltip="line3002 (32.23MB)" color="#b23200" fillcolor="#eddcd5"]
pprof.heap_alloc.flat.alloc_space.dot 4 N1 [label="line3002\n31.25MB (31.68%)\nof 94.73MB (96.04%)" id="node1" fontsize=20 shape=box tooltip="line3002 (94.73MB)" color="#b20200" fillcolor="#edd5d5"]
pprof.heap_alloc.flat.alloc_space.dot.focus 4 N1 [label="line3002\n31.25MB (31.68%)\nof 94.73MB (96.04%)" id="node1" fontsize=20 shape=box tooltip="line3002 (94.73MB)" color="#b20200" fillcolor="#edd5d5"]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/
pprof.contention.cum.files.dot 4 N1 [label="file3000.src\n32.77ms (21.92%)\nof 149.50ms (100%)" id="node1" fontsize=20 shape=box tooltip="testdata/file3000.src (149.50ms)" color="#b20000" fillcolor="#edd5d5"]
pprof.contention.flat.addresses.dot.focus.ignore 4 N1 [label="0000000000001000\nline1000\nfile1000.src:1\n40.96ms (27.40%)" id="node1" fontsize=24 shape=box tooltip="0000000000001000 line1000 testdata/file1000.src:1 (40.96ms)" color="#b23900" fillcolor="#edddd5"]
pprof.heap.flat.inuse_space.dot.focus 4 N1 [label="line2001\n62.50MB (63.37%)" id="node1" fontsize=24 shape=box tooltip="line2001 (62.50MB)" color="#b21600" fillcolor="#edd8d5"]
pprof.heap.flat.inuse_space.dot.focus.ignore 4 N1 [label="line3002\n31.25MB (31.68%)\nof 32.23MB (32.67%)" id="node1" fontsize=24 shape=box tooltip="line3002 (32.23MB)" color="#b23200" fillcolor="#eddcd5"]
pprof.heap_alloc.flat.alloc_space.dot 4 N1 [label="line3002\n31.25MB (31.68%)\nof 94.73MB (96.04%)" id="node1" fontsize=20 shape=box tooltip="line3002 (94.73MB)" color="#b20200" fillcolor="#edd5d5"]
pprof.heap_alloc.flat.alloc_space.dot.focus 4 N1 [label="line3002\n31.25MB (31.68%)\nof 94.73MB (96.04%)" id="node1" fontsize=20 shape=box tooltip="line3002 (94.73MB)" color="#b20200" fillcolor="#edd5d5"]
  /external/dtc/tests/
references.c 85 n1 = fdt_path_offset(fdt, "/node1");
87 FAIL("fdt_path_offset(/node1): %s", fdt_strerror(n1));
107 FAIL("/node1 has wrong phandle, 0x%x instead of 0x%x",
  /external/google-breakpad/src/processor/
static_map.h 38 // uint32 (4 bytes): address offset of node1's mapped_value
44 // (X bytes): node1's key
50 // (? bytes): node1's mapped_value
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeFlowStylesTest.java 51 Node node1 = dumper.represent(bean); local
56 assertEquals(node2.toString(), node1.toString());
58 List<Event> events1 = dumper.serialize(node1);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator_unittest.cc 21 PartitionTreeNode* node1 = local
24 new PartitionTreeNode(node1, kVector, kNumPartitions, 17);
25 delete node1;
  /external/opencv/cv/src/
cvhistogram.cpp 516 CvSparseNode *node1, *node2; local
527 for( node1 = cvInitSparseMatIterator( mat1, &iterator );
528 node1 != 0; node1 = cvGetNextSparseNode( &iterator ))
530 double v1 = *(float*)CV_NODE_VAL(mat1,node1);
531 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1), 0, 0, &node1->hashval );
559 for( node1 = cvInitSparseMatIterator( mat1, &iterator );
560 node1 != 0; node1 = cvGetNextSparseNode( &iterator )
    [all...]
  /external/tensorflow/tensorflow/python/debug/cli/
profile_analyzer_cli_test.py 84 node1 = step_stats_pb2.NodeExecStats(
99 device1.node_stats.extend([node1, node2])
120 node1 = step_stats_pb2.NodeExecStats(
129 device1.node_stats.extend([node1])
133 device2.node_stats.extend([node1])
179 node1 = step_stats_pb2.NodeExecStats(
196 device1.node_stats.extend([node1, node2])
231 node1 = step_stats_pb2.NodeExecStats(
248 device1.node_stats.extend([node1, node2])
285 node1 = step_stats_pb2.NodeExecStats
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 188 * in the document than node1, in Document Order as defined
197 * @param node1 DOM Node to perform position comparison on.
200 * @return false if node2 comes before node1, otherwise return true.
202 * <code>(node1.documentOrderPosition &lt;= node2.documentOrderPosition)</code>.
204 public static boolean isNodeAfter(Node node1, Node node2)
206 if (node1 == node2 || isNodeTheSame(node1, node2))
212 Node parent1 = getParentOfNode(node1);
219 isNodeAfter = isNodeAfterSibling(parent1, node1, node2);
263 Node startNode1 = node1, startNode2 = node2
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 105 EFI_DEVICE_PATH_PROTOCOL *Node1;
172 Node1 = NewTerminalContext->DevicePath;
173 Node1 = NextDevicePathNode (Node1);
174 while (!IsDevicePathEnd (Node1)) {
175 if ((DevicePathType (Node1) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node1) == MSG_UART_DP)) {
176 Uart1 = (UART_DEVICE_PATH *) Node1;
205 Node1 = NextDevicePathNode (Node1);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
ConsoleOption.c 120 EFI_DEVICE_PATH_PROTOCOL *Node1;
169 Node1 = NewTerminalContext->DevicePath;
170 Node1 = NextDevicePathNode (Node1);
171 while (!IsDevicePathEnd (Node1)) {
172 if ((DevicePathType (Node1) == MESSAGING_DEVICE_PATH) && (DevicePathSubType (Node1) == MSG_UART_DP)) {
173 Uart1 = (UART_DEVICE_PATH *) Node1;
202 Node1 = NextDevicePathNode (Node1);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
AbootimgLib.c 46 MEMMAP_DEVICE_PATH Node1;
65 }, // Node1
738 KernelDevicePath.Node1.StartingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel;
739 KernelDevicePath.Node1.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize;
787 KernelDevicePath.Node1.StartingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel;
788 KernelDevicePath.Node1.EndingAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Kernel + KernelSize;
  /external/llvm/test/Analysis/ScalarEvolution/
load.ll 41 @node2 = internal constant { %struct.ListNode*, i32, [4 x i8] } { %struct.ListNode* bitcast ({ %struct.ListNode*, i32, [4 x i8] }* @node1 to %struct.ListNode*), i32 1, [4 x i8] undef }, align 8
42 @node1 = internal constant { %struct.ListNode*, i32, [4 x i8] } { %struct.ListNode* null, i32 0, [4 x i8] undef }, align 8
53 ; CHECK: --> %n.01{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: @node1
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
LinkedList.h 188 is placed in front of Node1. The list must have been initialized with
195 Entry2 - Element in the doubly linked list behind Node1.

Completed in 574 milliseconds

1 23 4 5 6 7 8 9