HomeSort by relevance Sort by last modified time
    Searched full:extended (Results 76 - 100 of 4342) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcap-ng/libcap-ng-0.7/docs/
capng_set_caps_fd.3 11 This function will write the file based capabilities to the extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.2
  /external/libcxx/test/re/re.regex/re.regex.assign/
assign_iter_iter_flag.pass.cpp 35 r2.assign(I(s4.begin()), I(s4.end()), std::regex::extended); member in class:std::regex
36 assert(r2.flags() == std::regex::extended);
43 r2.assign(F(s4.begin()), F(s4.end()), std::regex::extended); member in class:std::regex
44 assert(r2.flags() == std::regex::extended);
assign_ptr_size_flag.pass.cpp 22 r2.assign("(a([bc]))", 9, std::regex::extended);
23 assert(r2.flags() == std::regex::extended);
  /external/llvm/lib/Target/
LLVMBuild.txt 21 ; This is a special group whose required libraries are extended (by llvm-build)
29 ; This is a special group whose required libraries are extended (by llvm-build)
36 ; This is a special group whose required libraries are extended (by llvm-build)
50 ; This is a special group whose required libraries are extended (by llvm-build)
  /external/llvm/test/CodeGen/SystemZ/
int-mul-07.ll 8 ; Check zero-extended multiplication in which only the high part is used.
21 ; Check sign-extended multiplication in which only the high part is used.
34 ; Check zero-extended multiplication in which the result is split into
50 ; Check sign-extended multiplication in which the result is split into
  /external/llvm/test/CodeGen/X86/
2010-11-18-SelectOfExtload.ll 2 ; Both values were being zero extended.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/
assign_iter_iter_flag.pass.cpp 35 r2.assign(I(s4.begin()), I(s4.end()), std::regex::extended); member in class:std::regex
36 assert(r2.flags() == std::regex::extended);
43 r2.assign(F(s4.begin()), F(s4.end()), std::regex::extended); member in class:std::regex
44 assert(r2.flags() == std::regex::extended);
assign_ptr_size_flag.pass.cpp 22 r2.assign("(a([bc]))", 9, std::regex::extended);
23 assert(r2.flags() == std::regex::extended);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
15 * includes the extended state information along with fpstate information.
20 * extended state information in the memory layout pointed by the fpstate
29 /* feature bit mask (including fp/sse/extended
53 * extended FPU state required by the Streaming SIMD Extensions.
94 struct _fpx_sw_bytes sw_reserved; /* represents the extended
149 struct _fpx_sw_bytes sw_reserved; /* represents the extended
202 * Extended state pointed by the fpstate pointer in the sigcontext.
204 * indicates the presence of other extended state information
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
15 * includes the extended state information along with fpstate information.
20 * extended state information in the memory layout pointed by the fpstate
29 /* feature bit mask (including fp/sse/extended
53 * extended FPU state required by the Streaming SIMD Extensions.
94 struct _fpx_sw_bytes sw_reserved; /* represents the extended
149 struct _fpx_sw_bytes sw_reserved; /* represents the extended
202 * Extended state pointed by the fpstate pointer in the sigcontext.
204 * indicates the presence of other extended state information
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Farsi.java 107 // U+06F3: "?" EXTENDED ARABIC-INDIC DIGIT THREE
108 // U+06F2: "?" EXTENDED ARABIC-INDIC DIGIT TWO
109 // U+06F1: "?" EXTENDED ARABIC-INDIC DIGIT ONE
162 // U+06F1: "?" EXTENDED ARABIC-INDIC DIGIT ONE
165 // U+06F2: "?" EXTENDED ARABIC-INDIC DIGIT TWO
168 // U+06F3: "?" EXTENDED ARABIC-INDIC DIGIT THREE
171 // U+06F4: "?" EXTENDED ARABIC-INDIC DIGIT FOUR
174 // U+06F5: "?" EXTENDED ARABIC-INDIC DIGIT FIVE
177 // U+06F6: "?" EXTENDED ARABIC-INDIC DIGIT SIX
180 // U+06F7: "?" EXTENDED ARABIC-INDIC DIGIT SEVE
    [all...]
  /external/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 24 // extended = unspecified,
43 assert(std::regex_constants::extended != 0);
53 assert((std::regex_constants::icase & std::regex_constants::extended) == 0);
62 assert((std::regex_constants::nosubs & std::regex_constants::extended) == 0);
70 assert((std::regex_constants::optimize & std::regex_constants::extended) == 0);
77 assert((std::regex_constants::collate & std::regex_constants::extended) == 0);
83 assert((std::regex_constants::ECMAScript & std::regex_constants::extended) == 0);
88 assert((std::regex_constants::basic & std::regex_constants::extended) == 0);
93 assert((std::regex_constants::extended & std::regex_constants::awk) == 0);
94 assert((std::regex_constants::extended & std::regex_constants::grep) == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 24 // extended = unspecified,
43 assert(std::regex_constants::extended != 0);
53 assert((std::regex_constants::icase & std::regex_constants::extended) == 0);
62 assert((std::regex_constants::nosubs & std::regex_constants::extended) == 0);
70 assert((std::regex_constants::optimize & std::regex_constants::extended) == 0);
77 assert((std::regex_constants::collate & std::regex_constants::extended) == 0);
83 assert((std::regex_constants::ECMAScript & std::regex_constants::extended) == 0);
88 assert((std::regex_constants::basic & std::regex_constants::extended) == 0);
93 assert((std::regex_constants::extended & std::regex_constants::awk) == 0);
94 assert((std::regex_constants::extended & std::regex_constants::grep) == 0)
    [all...]
  /bionic/libc/arch-x86_64/include/machine/
fpu.h 10 * amd64 only uses the extended save/restore format used
38 * The i387 defaults to Intel extended precision mode and round to nearest,
  /development/host/windows/usb/api/
adb_legacy_interface.h 57 If NULL is returned GetLastError() provides extended error
80 GetLastError() provides extended error information.
94 GetLastError() provides extended error information.
112 If NULL is returned GetLastError() provides extended information
136 If NULL is returned GetLastError() provides extended information
152 GetLastError() provides extended error information.
162 GetLastError() provides extended error information.
172 GetLastError() provides extended error information.
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
fpu.h 10 * amd64 only uses the extended save/restore format used
38 * The i387 defaults to Intel extended precision mode and round to nearest,
  /external/chromium_org/content/renderer/pepper/
usb_key_code_conversion_win.cc 16 // Extract the scancode and extended bit from the native key event's lParam.
25 // Extract the scancode and extended bit from the native key event's lParam.
  /external/chromium_org/sql/test/
scoped_error_ignorer.cc 36 // Look for extended code.
43 // Trim extended codes and check again.
  /external/e2fsprogs/misc/
lsattr.1.in 4 lsattr \- list file attributes on a Linux second extended file system
15 lists the file attributes on a second extended file system. See
mklost+found.8.in 8 second extended file system
15 directory in the current working directory on a Linux second extended
  /external/proguard/src/proguard/util/
ArrayUtil.java 328 * @return the original array, or a copy if it had to be extended.
355 * extended.
384 * The array is extended if necessary.
388 * @return the original array, or a copy if it had to be extended.
402 * The array is extended if necessary.
407 * @return the original array, or a copy if it had to be extended.
444 * @return the original array, or a copy if it had to be extended.
471 * extended.
500 * The array is extended if necessary.
504 * @return the original array, or a copy if it had to be extended
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/machine/
fpu.h 10 * amd64 only uses the extended save/restore format used
38 * The i387 defaults to Intel extended precision mode and round to nearest,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java 61 // These are the extended chars
83 // Test extended table
93 // Unmappable extended char
143 // Check full non-extended alphabet
154 // These are all non-extended chars, so it should be
163 // Test extended chars too
168 // These are all extended chars, so it should be
199 // Try 254 septets with 127 extended chars
249 // two bytes for every extended char
254 // should be two bytes per extended cha
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 119 /* this should be made an extended partition, and should take
125 * create a chain of extended partition tables, and first one is at
133 /* This function configures an extended boot record at the beginning of an
134 * extended partition. This creates a logical partition and a pointer to
137 * ext_lba == The start of the toplevel extended partition (pointed to by the
185 * next extended partition.
192 * of the top-level extended partition */
240 int extended = 0; local
251 extended = 1;
256 ALOGE("Cannot create primary extended partition.")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_validator.py 29 """Validate extended attributes.
31 Design doc: http://www.chromium.org/developers/design-documents/idl-compiler#TOC-Extended-attribute-validation
71 'Unknown extended attribute [%s]' % name)
75 'Missing required argument for extended attribute [%s]' % name)
88 'Invalid value "%s" found in extended attribute [%s=%s]' %

Completed in 4140 milliseconds

1 2 34 5 6 7 8 91011>>