/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
mac_arabic.py | 139 0x00db: 0x005b, # LEFT SQUARE BRACKET, right-left 141 0x00dd: 0x005d, # RIGHT SQUARE BRACKET, right-left 171 0x00fb: 0x007b, # LEFT CURLY BRACKET, right-left 173 0x00fd: 0x007d, # RIGHT CURLY BRACKET, right-left 272 u'[' # 0x005b -> LEFT SQUARE BRACKET, left-right 274 u']' # 0x005d -> RIGHT SQUARE BRACKET, left-right 304 u'{' # 0x007b -> LEFT CURLY BRACKET, left-right 306 u'}' # 0x007d -> RIGHT CURLY BRACKET, left-right 400 u'[' # 0x00db -> LEFT SQUARE BRACKET, right-left 402 u']' # 0x00dd -> RIGHT SQUARE BRACKET, right-lef [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
mac_arabic.py | 139 0x00db: 0x005b, # LEFT SQUARE BRACKET, right-left 141 0x00dd: 0x005d, # RIGHT SQUARE BRACKET, right-left 171 0x00fb: 0x007b, # LEFT CURLY BRACKET, right-left 173 0x00fd: 0x007d, # RIGHT CURLY BRACKET, right-left 272 u'[' # 0x005b -> LEFT SQUARE BRACKET, left-right 274 u']' # 0x005d -> RIGHT SQUARE BRACKET, left-right 304 u'{' # 0x007b -> LEFT CURLY BRACKET, left-right 306 u'}' # 0x007d -> RIGHT CURLY BRACKET, left-right 400 u'[' # 0x00db -> LEFT SQUARE BRACKET, right-left 402 u']' # 0x00dd -> RIGHT SQUARE BRACKET, right-lef [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
BrentSolver.java | 154 // reduce interval if min and initial bracket the root 166 // reduce interval if initial and max bracket the root 244 // neither value is close to zero and min and max do not bracket root. 296 * @param x2 bracket point (must be set to x0 if no bracket point is 298 * @param y2 function value at the bracket point. 315 // use the bracket point if is better than last approximation
|
SecantSolver.java | 167 // Index 2 is a bracket for the root with respect to x0. 210 // New approximation falls outside bracket. 220 // New bracket is (x0,x1).
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
PyParse.py | 65 # used to find the first item of a bracket structure. 247 # else we're in an unclosed bracket structure 323 # String continuation takes precedence over bracket 355 # if continuation is C_BRACKET, index of last open bracket 387 # Analyze this stmt, to find the last open bracket (if any) 390 stack = [] # stack of open bracket indices 473 j = j+1 # one beyond open bracket 485 # nothing interesting follows the bracket; 486 # reproduce the bracket line's indentation + a level 580 # index of last open bracket ({[, or None if non [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
PyParse.py | 65 # used to find the first item of a bracket structure. 247 # else we're in an unclosed bracket structure 323 # String continuation takes precedence over bracket 355 # if continuation is C_BRACKET, index of last open bracket 387 # Analyze this stmt, to find the last open bracket (if any) 390 stack = [] # stack of open bracket indices 473 j = j+1 # one beyond open bracket 485 # nothing interesting follows the bracket; 486 # reproduce the bracket line's indentation + a level 580 # index of last open bracket ({[, or None if non [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 65 # used to find the first item of a bracket structure. 247 # else we're in an unclosed bracket structure 323 # String continuation takes precedence over bracket 355 # if continuation is C_BRACKET, index of last open bracket 387 # Analyze this stmt, to find the last open bracket (if any) 390 stack = [] # stack of open bracket indices 473 j = j+1 # one beyond open bracket 485 # nothing interesting follows the bracket; 486 # reproduce the bracket line's indentation + a level 580 # index of last open bracket ({[, or None if non [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 65 # used to find the first item of a bracket structure. 247 # else we're in an unclosed bracket structure 323 # String continuation takes precedence over bracket 355 # if continuation is C_BRACKET, index of last open bracket 387 # Analyze this stmt, to find the last open bracket (if any) 390 stack = [] # stack of open bracket indices 473 j = j+1 # one beyond open bracket 485 # nothing interesting follows the bracket; 486 # reproduce the bracket line's indentation + a level 580 # index of last open bracket ({[, or None if non [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
fnmatch.c | 54 * where; 1. A bracket expression starting with an unquoted <circumflex> '^' 56 * in a bracket expression matching list, e.g. "[.abc]" does NOT match a leading 57 * <period> in a filename; 3. a <left-square-bracket> '[' which does not introduce 58 * a valid bracket expression is treated as an ordinary character; 4. a differing 62 * Bracket expansion defined in section 9.3.5, "RE Bracket Expression",
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
CauchyDistributionImpl.java | 196 * bracket a CDF root. This method is used by 218 * bracket a CDF root. This method is used by 240 * bracket a CDF root. This method is used by
|
ChiSquaredDistributionImpl.java | 173 * bracket a CDF root. This method is used by 187 * bracket a CDF root. This method is used by 214 * bracket a CDF root. This method is used by
|
ExponentialDistributionImpl.java | 200 * bracket a CDF root. 213 * bracket a CDF root. 235 * bracket a CDF root.
|
TDistributionImpl.java | 177 * bracket a CDF root. This method is used by 191 * bracket a CDF root. This method is used by 205 * bracket a CDF root. This method is used by
|
/external/libexif/libexif/olympus/ |
mnote-olympus-tag.c | 56 {MNOTE_NIKON_TAG_FLASHEXPOSUREBRACKETVAL, "FlashExposureBracketVal", N_("Flash Exposure Bracket Value"), ""}, 57 {MNOTE_NIKON_TAG_EXPOSUREBRACKETVAL, "ExposureBracketVal", N_("Exposure Bracket Value"), ""}, 119 {MNOTE_OLYMPUS_TAG_WHITEBALANCEBRACKET, "WhiteBalanceBracket", N_("White Balance Bracket"), ""},
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
DscFile.c | 98 // Allow special case where the line starts with backslash-bracket. If we
297 // Skip over open bracket and preceeding spaces
307 // Hack off closing bracket or trailing spaces or comma separator.
389 // Skip to next section name or closing bracket
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
NonLinearConjugateGradientOptimizer.java | 56 /** Initial step used to bracket the optimum in line search. */ 95 * Set the initial step used to bracket the optimum in line search. 100 * @param initialStep initial step used to bracket the optimum in line search, 222 * @exception OptimizationException if no bracket can be found
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_MAIL_RCPT.3 | 39 pair of angled brackets (<>), however, should you not use an angled bracket as
|
/external/harfbuzz_ng/src/hb-ucdn/ |
ucdn.h | 397 * Get paired bracket for a codepoint. 400 * @return paired bracket codepoint or the original codepoint if no 401 * paired bracket character exists 406 * Get paired bracket type for a codepoint.
|
/external/hyphenation-patterns/en-US/ |
hyph-en-us.lic.txt | 26 % If added to Liang's before the closing bracket } of \patterns,
|
/external/syslinux/codepage/ |
cp1255.txt | 110 0x5B 0x005B #LEFT SQUARE BRACKET 112 0x5D 0x005D #RIGHT SQUARE BRACKET 142 0x7B 0x007B #LEFT CURLY BRACKET 144 0x7D 0x007D #RIGHT CURLY BRACKET
|
cp874.txt | 110 0x5B 0x005B #LEFT SQUARE BRACKET 112 0x5D 0x005D #RIGHT SQUARE BRACKET 142 0x7B 0x007B #LEFT CURLY BRACKET 144 0x7D 0x007D #RIGHT CURLY BRACKET
|
iso8859-6.txt | 141 0x5B 0x005B # LEFT SQUARE BRACKET 143 0x5D 0x005D # RIGHT SQUARE BRACKET 173 0x7B 0x007B # LEFT CURLY BRACKET 175 0x7D 0x007D # RIGHT CURLY BRACKET
|
iso8859-8.txt | 141 0x5B 0x005B # LEFT SQUARE BRACKET 143 0x5D 0x005D # RIGHT SQUARE BRACKET 173 0x7B 0x007B # LEFT CURLY BRACKET 175 0x7D 0x007D # RIGHT CURLY BRACKET
|
/external/wpa_supplicant_8/src/wps/ |
upnp_xml.c | 34 * sequences, e.g., & for ampersand(&) and < for left angle bracket (<). 49 * Labels are any sequence of chars other than space, tab, right angle bracket 70 * <left angle bracket><...><right angle bracket>
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/ |
regex.cpp | 153 {"left-curly-bracket", 0x7b}, 155 {"left-square-bracket", 0x5b}, 175 {"right-curly-bracket", 0x7d}, 177 {"right-square-bracket", 0x5d},
|