/packages/services/Telephony/src/com/android/phone/ |
SpecialCharSequenceMgr.java | 44 * In fact, the most common use case for these special sequences is typing 69 * Check for special strings of digits from an input 85 * NOT contain the special PUK handling code, since it 95 * indicate that special character sequence is 97 * @return true if the input was a special string which has been 119 * Variant of handleChars() that looks for the subset of "special
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
cris.h | 85 /* Special registers. */ 94 /* What CPU version the special register of that name is implemented 98 /* There might be a specific warning for using a special register 105 /* Support registers (kind of special too, but not named as such). */ 191 /* Note that old versions generated special register 8 (in high bits) 240 /* Indicated by size of special register. */
|
crx.h | 61 /* CRX Coprocessor registers and special registers : 70 /* Coprocessor special registers. */ 102 copsr - coprocessor special register. */ 144 /* coprocessor special register. */ 228 /* A special arithmetic 4-bit constant operand. */ 230 /* A special load/stor 4-bit unsigned displacement operand. */
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_shader.c | 359 /* number of regs parsed outside of special handler */ 363 /* some instructions don't map perfectly, so use a special handler */ 1005 * to fit all the float constants. The special handling [all...] |
/external/ImageMagick/MagickWand/ |
magick-cli.c | 87 % Other arguments following index may be read by special script options 233 /* handle any special 'script' options */ 243 /* FUTURE: handle special script-argument options here */ 244 /* handle any other special operators now */ 332 % For example, to only process one option, or how unknown and special options 334 % final image write argument (filename or special coder). 469 /* Handle any special options for CLI (-script handled above) */ 546 % MagickImageCommand() Handle special use CLI arguments and prepare a 635 Used for a special -concatenate option used for specific 'delegates'. 702 /* Initialize special "CLI Wand" to hold images and settings (empty) * [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugLine.cpp | 399 // machine the address increment value corresponding to special 402 // small amount, it can use a single special opcode, which occupies 404 // twice the range of the last special opcode, it can use 405 // DW_LNS_const_add_pc followed by a special opcode, for a total 408 // and a special opcode, requiring three or more bytes. 423 // special opcodes because they cannot encode LEB128 numbers or 424 // judge when the computation of a special opcode overflows and 461 // Special Opcodes 463 // A special opcode value is chosen based on the amount that needs 465 // increment for a special opcode is the value of the line_bas [all...] |
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
DWARFDebugLine.cpp | 326 // machine the address increment value corresponding to special 329 // small amount, it can use a single special opcode, which occupies 331 // twice the range of the last special opcode, it can use 332 // DW_LNS_const_add_pc followed by a special opcode, for a total 335 // and a special opcode, requiring three or more bytes. 350 // special opcodes because they cannot encode LEB128 numbers or 351 // judge when the computation of a special opcode overflows and 388 // Special Opcodes 390 // A special opcode value is chosen based on the amount that needs 392 // increment for a special opcode is the value of the line_bas [all...] |
/toolchain/binutils/binutils-2.27/bfd/ |
coff-h8300.c | 188 /* Special handling for H8/300 relocs. 198 special (bfd * abfd ATTRIBUTE_UNUSED, function 216 HOWTO (R_RELBYTE, 0, 0, 8, FALSE, 0, complain_overflow_bitfield, special, "8", FALSE, 0x000000ff, 0x000000ff, FALSE), 217 HOWTO (R_RELWORD, 0, 1, 16, FALSE, 0, complain_overflow_bitfield, special, "16", FALSE, 0x0000ffff, 0x0000ffff, FALSE), 218 HOWTO (R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, special, "32", FALSE, 0xffffffff, 0xffffffff, FALSE), 219 HOWTO (R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, special, "DISP8", FALSE, 0x000000ff, 0x000000ff, TRUE), 220 HOWTO (R_PCRWORD, 0, 1, 16, TRUE, 0, complain_overflow_signed, special, "DISP16", FALSE, 0x0000ffff, 0x0000ffff, TRUE), 221 HOWTO (R_PCRLONG, 0, 2, 32, TRUE, 0, complain_overflow_signed, special, "DISP32", FALSE, 0xffffffff, 0xffffffff, TRUE), 222 HOWTO (R_MOV16B1, 0, 1, 16, FALSE, 0, complain_overflow_bitfield, special, "relaxable mov.b:16", FALSE, 0x0000ffff, 0x0000ffff, FALSE), 223 HOWTO (R_MOV16B2, 0, 1, 8, FALSE, 0, complain_overflow_bitfield, special, "relaxed mov.b:16", FALSE, 0x000000ff, 0x000000ff, FALSE) [all...] |
/external/mksh/src/ |
var.c | 53 static int special(const char *); 90 * pop a block handling special variables 104 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) { 313 if (special(vn)) 314 vp->flag |= SPECIAL; 366 if (special(vn)) 367 vp->flag |= SPECIAL; 382 if ((vp->flag&SPECIAL)) 385 /* special to dollar() */ 493 if ((vq->flag&SPECIAL)) 1190 special(const char *name) function [all...] |
/system/core/toolbox/ |
NOTICE | 35 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 64 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 93 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 125 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 154 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 186 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 215 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 244 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 276 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 308 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIA [all...] |
/art/compiler/optimizing/ |
pc_relative_fixups_mips.cc | 63 // we need to add the base as the special input. 67 // Add the special argument base to the method.
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memcpy.S | 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 48 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
/bionic/libc/arch-arm/cortex-a53/bionic/ |
memcpy.S | 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 48 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
/bionic/libc/arch-arm/cortex-a7/bionic/ |
memcpy.S | 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 48 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
/bionic/libc/arch-arm/denver/bionic/ |
memcpy.S | 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 48 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
/bionic/libc/bionic/ |
c32rtomb.cpp | 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 88 // a special case because it contains the sequence length
|
wcwidth.cpp | 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 37 // ASCII NUL is a special case.
|
/bionic/libc/include/ |
glob.h | 24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 86 #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */
|
pwd.h | 26 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 51 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
/bionic/libc/system_properties/include/system_properties/ |
system_properties.h | 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 51 // Special constructor for testing that also zero initializes the important members.
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
utils.h | 26 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 63 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
/developers/build/prebuilts/gradle/FloatingActionButtonBasic/ |
README.md | 13 Floating action buttons are used for a special type of promoted action. 15 special motion behaviors related to morphing, launching, and the transferring anchor point.
|
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
udivsi3.c | 74 // special cases
90 // Not a special case
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
PxeBcMtftp.h | 64 @retval EFI_SUCCESS Read the data success from the special file.
92 @retval EFI_SUCCESS Write the data success into the special file.
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
inet_neta.c | 11 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
48 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|