/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
node.h | 18 struct node { struct 22 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
|
/external/v8/src/compiler/s390/ |
instruction-selector-s390.cc | 7 #include "src/compiler/node-matchers.h" 8 #include "src/compiler/node-properties.h" 31 InstructionOperand UseOperand(Node* node, ImmediateMode mode) { 32 if (CanBeImmediate(node, mode)) { 33 return UseImmediate(node); 35 return UseRegister(node); 38 bool CanBeImmediate(Node* node, ImmediateMode mode) { 40 if (node->opcode() == IrOpcode::kInt32Constant 1470 Node* const node = value->InputAt(0); local [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AAltCommand.java | 3 package com.google.clearsilver.jsilver.syntax.node; 52 public void setPosition(PPosition node) 59 if(node != null) 61 if(node.parent() != null) 63 node.parent().removeChild(node); 66 node.parent(this); 69 this._position_ = node; 77 public void setExpression(PExpression node) 84 if(node != null [all...] |
AAutoescapeCommand.java | 3 package com.google.clearsilver.jsilver.syntax.node; 52 public void setPosition(PPosition node) 59 if(node != null) 61 if(node.parent() != null) 63 node.parent().removeChild(node); 66 node.parent(this); 69 this._position_ = node; 77 public void setExpression(PExpression node) 84 if(node != null [all...] |