A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

N

name - Variable in class org.deepjava.runtime.mpc555.driver.ffs.File
 
name() - Method in class java.lang.Enum
Returns the name of this enum constant.
NaN - Static variable in class java.lang.Double
A constant holding a Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
Constant for the Not-a-Number (NaN) value of the float type.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
Constant for the negative infinity value of the float type.
NegativeArraySizeException - Exception in java.lang
Thrown when an attempt is made to create an array with a size of less than zero.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a new NegativeArraySizeException that includes the current stack trace.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a new NegativeArraySizeException with the current stack trace and the specified detail message.
next - Variable in class org.deepjava.flink.core.FlinkSubDevice
 
next() - Method in interface java.util.Iterator
Returns the next object and advances the iterator.
next() - Method in interface java.util.ListIterator
Returns the next object in the iteration.
next(int) - Method in class java.util.Random
Returns a pseudo-random uniformly distributed int value of the number of bits specified by the argument bits as described by Donald E.
nextBoolean() - Method in class java.util.Random
Returns a pseudo-random uniformly distributed boolean.
nextBytes(byte[]) - Method in class java.util.Random
Fills buf with random bytes.
nextDouble() - Method in class java.util.Random
Returns a pseudo-random uniformly distributed double in the half-open range [0.0, 1.0).
nextFloat() - Method in class java.util.Random
Returns a pseudo-random uniformly distributed float in the half-open range [0.0, 1.0).
nextGaussian() - Method in class java.util.Random
Returns a pseudo-random (approximately) normally distributed double with mean 0.0 and standard deviation 1.0.
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the next object in the iteration.
nextInt() - Method in class java.util.Random
Returns a pseudo-random uniformly distributed int.
nextInt(int) - Method in class java.util.Random
Returns a pseudo-random uniformly distributed int in the half-open range [0, n).
nextLong() - Method in class java.util.Random
Returns a pseudo-random uniformly distributed long.
nextOpCode - Static variable in class org.deepjava.runtime.ppc32.ProgramExc
 
nextTime - Variable in class org.deepjava.runtime.arm32.Task
 
NO_DATA - Static variable in class org.deepjava.runtime.util.IntFifo
 
NO_PARITY - Static variable in class org.deepjava.runtime.mpc5200.driver.UART3
 
NO_PARITY - Static variable in class org.deepjava.runtime.mpc5200.driver.UART6
 
NO_PARITY - Static variable in class org.deepjava.runtime.mpc555.driver.SCI
 
NO_PARITY - Static variable in class org.deepjava.runtime.zynq7000.driver.UART
 
nodeData - Static variable in class org.deepjava.runtime.mpc5200.driver.can.CAN1
 
NodeData - Class in org.deepjava.runtime.mpc5200.driver.can
 
NodeData() - Constructor for class org.deepjava.runtime.mpc5200.driver.can.NodeData
 
nofActivations - Variable in class org.deepjava.runtime.arm32.Task
number of activations
nofActivations - Variable in class org.deepjava.runtime.ppc32.Task
number of activations
nofChannels - Variable in class org.deepjava.flink.core.FlinkSubDevice
 
nofDataAbort - Static variable in class org.deepjava.runtime.arm32.DataAbort
The number of times a data abort exception was executed
nofDecExceptions - Static variable in class org.deepjava.runtime.ppc32.Decrementer
The number of times a decrementer exception occurred
nofFPUnavailableExceptions - Static variable in class org.deepjava.runtime.ppc32.FloatingPointUnavailable
The number of times a floating point unavailable exception occurred
nofInterrupts - Static variable in class org.deepjava.runtime.mpc5200.Interrupt
 
nofInterrupts - Static variable in class org.deepjava.runtime.mpc555.Interrupt
 
nofIRQ - Static variable in class org.deepjava.runtime.zynq7000.IrqInterrupt
The number of times a irq interrupt was executed
nofMachineCheckExceptions - Static variable in class org.deepjava.runtime.ppc32.MachineCheck
The number of times a machine check exception occurred
nofPreAbort - Static variable in class org.deepjava.runtime.arm32.PrefetchAbort
The number of times a prefetch abort exception was executed
nofProgExceptions - Static variable in class org.deepjava.runtime.ppc32.ProgramExc
The number of times a program exception occurred
nofScExceptions - Static variable in class org.deepjava.runtime.ppc32.SystemCall
The number of times a system call exception occurred
nofSvc - Static variable in class org.deepjava.runtime.arm32.SupervisorCall
The number of times a supervisor call was executed
nofUndefInstr - Static variable in class org.deepjava.runtime.arm32.UndefinedInstruction
The number of times a undefined instruction exception was executed
nofUnexpInterrupts - Static variable in class org.deepjava.runtime.mpc5200.Interrupt
Each interrupt request, which cannot be handled by a registered interrupt handler increments this counter
nofUnexpInterrupts - Static variable in class org.deepjava.runtime.mpc555.Interrupt
Each interrupt request, which cannot be handled by a registered interrupt handler increments this counter
nofUnexpInterrupts - Static variable in class org.deepjava.runtime.zynq7000.IrqInterrupt
Each interrupt request, which cannot be handled by a registered interrupt handler increments this counter
NOISE_ERR - Static variable in class org.deepjava.runtime.mpc5200.driver.UART3
 
NOISE_ERR - Static variable in class org.deepjava.runtime.mpc5200.driver.UART6
 
NOISE_ERR - Static variable in class org.deepjava.runtime.mpc555.driver.SCI
 
NOISE_ERR - Static variable in class org.deepjava.runtime.zynq7000.driver.UART
 
NON_SPACING_MARK - Static variable in class java.lang.Character
Unicode category constant Mn.
none - Static variable in class org.deepjava.runtime.mpc555.Logger
If the log level is none no message will be logged.
None - org.deepjava.runtime.util.IntPacket.Type
No packet received.
NoOfSensors - Static variable in class org.deepjava.runtime.mpc555.demo.Robi2SensorProximityDemo_Led
 
NoOfSensors - Static variable in class org.deepjava.runtime.mpc555.demo.Robi2SensorProximityDemo_Out
 
NoOfSensors - Static variable in class org.deepjava.runtime.mpc555.demo.Robi2SensorProximityDemo
 
NoSuchFieldError - Error in java.lang
Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Constructs a new NoSuchFieldError that includes the current stack trace.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Constructs a new NoSuchFieldError with the current stack trace and the specified detail message.
NoSuchFieldException - Exception in java.lang
Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.
NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
Constructs a new NoSuchFieldException that includes the current stack trace.
NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
Constructs a new NoSuchFieldException with the current stack trace and the specified detail message.
NoSuchMethodError - Error in java.lang
Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Constructs a new NoSuchMethodError that includes the current stack trace.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Constructs a new NoSuchMethodError with the current stack trace and the specified detail message.
NoSuchMethodException - Exception in java.lang
Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.
NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
Constructs a new NoSuchMethodException that includes the current stack trace.
NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
Constructs a new NoSuchMethodException with the current stack trace and the specified detail message.
NRI - Static variable in interface org.deepjava.runtime.mpc555.Impc555
 
NULL_POINTER_ERR - Static variable in class org.deepjava.runtime.mpc5200.driver.UART3
 
NULL_POINTER_ERR - Static variable in class org.deepjava.runtime.mpc5200.driver.UART6
 
NULL_POINTER_ERR - Static variable in class org.deepjava.runtime.mpc555.driver.SCI
 
NULL_POINTER_ERR - Static variable in class org.deepjava.runtime.zynq7000.driver.UART
 
NullPointerException - Exception in java.lang
Thrown when a program tries to access a field or method of an object or an element of an array when there is no instance or array to use, that is if the object or array points to null.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a new NullPointerException that includes the current stack trace.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a new NullPointerException with the current stack trace and the specified detail message.
Number - Class in java.lang
The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double.
Number() - Constructor for class java.lang.Number
Empty default constructor.
NumberFormatException - Exception in java.lang
Thrown when an invalid value is passed to a string-to-number conversion method.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a new NumberFormatException that includes the current stack trace.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a new NumberFormatException with the current stack trace and the specified detail message.
numberOfLeadingZeros(int) - Static method in class java.lang.Integer
Determines the number of leading zeros in the specified integer prior to the highest one bit.
numberOfLeadingZeros(long) - Static method in class java.lang.Long
Determines the number of leading zeros in the specified long value prior to the highest one bit.
numberOfTrailingZeros(int) - Static method in class java.lang.Integer
Determines the number of trailing zeros in the specified integer after the lowest one bit.
numberOfTrailingZeros(long) - Static method in class java.lang.Long
Determines the number of trailing zeros in the specified long value after the lowest one bit.
numOfBlocks - Static variable in class org.deepjava.runtime.mpc555.driver.ffs.FFS
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages