Searched
full:equivalent (Results
1176 -
1200 of
10360) sorted by null
<<41424344454647484950>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
re.py | 67 \d Matches any decimal digit; equivalent to the set [0-9].
68 \D Matches any non-digit character; equivalent to the set [^0-9].
69 \s Matches any whitespace character; equivalent to [ \t\n\r\f\v].
71 \w Matches any alphanumeric character; equivalent to [a-zA-Z0-9_].
|
urlparse.py | 225 slightly different, but equivalent URL, if the URL that was parsed
227 (the draft states that these are equivalent)."""
236 This may result in a slightly different, but equivalent URL, if the URL that
238 empty query; the RFC states that these are equivalent)."""
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
re.py | 67 \d Matches any decimal digit; equivalent to the set [0-9].
68 \D Matches any non-digit character; equivalent to the set [^0-9].
69 \s Matches any whitespace character; equivalent to [ \t\n\r\f\v].
71 \w Matches any alphanumeric character; equivalent to [a-zA-Z0-9_].
|
urlparse.py | 216 slightly different, but equivalent URL, if the URL that was parsed
218 (the draft states that these are equivalent)."""
227 This may result in a slightly different, but equivalent URL, if the URL that
229 empty query; the RFC states that these are equivalent)."""
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
_iomodule.h | 64 /* This is the equivalent of PyException_HEAD in 3.x */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
dutree.doc | 44 equivalent C program.
|
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
ctzsi2.c | 85 // The branch-less return statement below is equivalent
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/AArch64/ |
ModuleEntryPoint.S | 60 // Because the 'push' instruction is equivalent to 'stmdb' (decrement before), we need to increment
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/Arm/ |
ModuleEntryPoint.S | 69 // Because the 'push' instruction is equivalent to 'stmdb' (decrement before), we need to increment
|
ModuleEntryPoint.asm | 85 // Because the 'push' instruction is equivalent to 'stmdb' (decrement before), we need to increment
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
dlg.1 | 18 and 2 maps equivalent characters into the same character classes. It is
|
dlg.r | 183 "map equivalent characters into the same "
|
dlg1.txt | 25 from the transition from table, and 2 maps equivalent
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/ResetSystemLib/ |
ResetSystemLib.c | 103 Calling this function causes the system to enter a power state equivalent
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FormBrowser2/ |
FormBrowser2.h | 112 ResultsData - A string returned from an IFR browser or equivalent.
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/ResetSystemLib/ |
ResetSystemLib.c | 94 Calling this function causes the system to enter a power state equivalent
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
Variable.h | 193 It is equivalent in functionality to the EFI Runtime Service GetVariable().
235 It is equivalent in functionality to the EFI Runtime Service GetNextVariableName().
269 It is equivalent in functionality to the EFI Runtime Service SetVariable().
313 It is equivalent in functionality to the EFI Runtime Service QueryVariableInfo().
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/ |
int_lib.h | 72 * so use the equivalent system headers.
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
NumericInt.c | 6 respectively. They are equivalent to:
32 equivalent to:
62 equivalent to:
92 is equivalent to:
|
/external/ImageMagick/www/Magick++/ |
FormatCharacters.html | 12 <p style="margin-bottom: 0cm">The Magick::Image methods <a href="Image++.html#annotate"><i>annotate</i></a>, <a href="Image++.html#draw"><i>draw</i></a>, <a href="Image++.html#label"><i>label</i></a>, and the template function <i>montageImages</i> support special format characters contained in the argument text. These format characters work similar to C's <i>printf</i>. Whenever a format character appears in the text, it is replaced with the equivalent attribute text. The available format characters are shown in the following table.</p>
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
using.dox | 32 /// Many of the \@sections used within a Java targeted grammar have some equivalent function within a
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
ObjCTarget.java | 65 * an equivalent string literal in the target language. For Java, this
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
MicrosphereInterpolator.java | 58 * <p>Calling this constructor is equivalent to call {@link
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
Chromosome.java | 73 * @return true if <code>another</code> is equivalent to this chromosome
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
FieldLUDecomposition.java | 38 * by a {@link #getSolver() getSolver} method and the equivalent methods provided by
|
Completed in 327 milliseconds
<<41424344454647484950>>