HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 201 - 225 of 19832) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython3/Modules/clinic/
fcntlmodule.c.h 3 [clinic start generated code]*/
19 "corresponding to the return value of the fcntl call in the C code.");
25 fcntl_fcntl_impl(PyObject *module, int fd, int code, PyObject *arg);
32 int code; local
36 conv_descriptor, &fd, &code, &arg)) {
39 return_value = fcntl_fcntl_impl(module, fd, code, arg);
76 "code.");
82 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code,
90 unsigned int code; local
95 conv_descriptor, &fd, &code, &ob_arg, &mutate_arg))
124 int code; local
175 int code; local
    [all...]
  /external/syslinux/com32/gplinclude/dmi/
dmi_chassis.h 46 const char *dmi_chassis_type(uint8_t code);
47 const char *dmi_chassis_lock(uint8_t code);
48 const char *dmi_chassis_state(uint8_t code);
49 const char *dmi_chassis_security_status(uint8_t code);
  /external/tensorflow/tensorflow/contrib/lite/
error_reporter.cc 26 int code = Report(format, args); local
28 return code;
36 int code = Report(format, args); local
38 return code;
  /external/v8/src/base/
compiler-specific.h 2 // Use of this source code is governed by a BSD-style license that can be
94 #define NON_EXPORTED_BASE(code) \
96 code
101 #define NON_EXPORTED_BASE(code) code
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_acelp_4p_in_64.cpp 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
55 int16 code[] (o) Q9: algebraic (fixed) codebook excitation
82 PSEUDO-CODE
123 void add_pulses(int16 pos[], int16 nb_pulse, int16 track, int16 code[]);
145 ; FUNCTION CODE
157 int16 code[] /* (o) Q9: algebraic (fixed) codebook excitation */
162 pv_memset(code, 0, L_CODE*sizeof(*code));
174 add_pulses(pos, 1, k, code);
183 add_pulses(pos, 2, k, code);
    [all...]
  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 28 public static boolean isError(int code) {
29 if (code < 0) {
36 public static String asString(int code) {
37 switch (code) {
  /frameworks/base/services/core/java/com/android/server/pm/
IntentFilterVerificationResponse.java 24 public final int code; field in class:IntentFilterVerificationResponse
27 public IntentFilterVerificationResponse(int callerUid, int code, List<String> failedDomains) {
29 this.code = code;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
bl-local-2.s 5 .code 32
12 .code 16
28 .code 16
36 .code 32
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
exitbug.s 1 .code
3 .EXPORT foo,CODE
fixupbug.s 1 .code
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips5-fp.l 2 .*:61: Warning: condition code register should be even for c.eq.ps, was 3
3 .*:62: Warning: condition code register should be even for movf.ps, was 3
mipsr6@mips5-fp.l 2 .*:4: Warning: condition code register should be even for c.eq.ps, was 3
3 .*:5: Warning: condition code register should be even for movf.ps, was 3
set-arch.l 2 .*:146: Warning: condition code register should be even for c.eq.ps, was 3
3 .*:147: Warning: condition code register should be even for movf.ps, was 3
ulh-pic.s 1 # Test unaligned load and store macros with PIC code. We don't bother
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
loc-4.s 1 # Hit a few remaining code-paths.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
ms2.s 2 code: label
  /toolchain/binutils/binutils-2.27/bfd/
elf-m10200.c 181 bfd_reloc_code_real_type code)
189 if (mn10200_reloc_map[i].bfd_reloc_val == code)
547 might make the code simpler if we had different relocs for
570 code section. */
670 must tell the rest of the code not to free up this
692 unsigned char code;
695 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
697 if (code != 0xe0 && code != 0xe1)
706 if (code == 0xe0
691 unsigned char code; local
744 unsigned char code; local
790 unsigned char code; local
938 unsigned char code; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_jp.c 24 DBCHAR code; local
51 TRYMAP_ENC(cp932ext, code, c) {
52 OUT1(code >> 8)
53 OUT2(code & 0xff)
55 else TRYMAP_ENC(jisxcommon, code, c) {
56 if (code & 0x8000) /* MSB set: JIS X 0212 */
60 c1 = code >> 8;
61 c2 = code & 0xff;
151 DBCHAR code; local
164 EMULATE_JISX0213_2000_ENCODE_BMP(code, c)
238 ucs4_t code; local
320 DBCHAR code; local
437 DBCHAR code; local
545 DBCHAR code = NOCHAR; local
643 ucs4_t code; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_jp.c 24 DBCHAR code; local
51 TRYMAP_ENC(cp932ext, code, c) {
52 OUT1(code >> 8)
53 OUT2(code & 0xff)
55 else TRYMAP_ENC(jisxcommon, code, c) {
56 if (code & 0x8000) /* MSB set: JIS X 0212 */
60 c1 = code >> 8;
61 c2 = code & 0xff;
151 DBCHAR code; local
164 EMULATE_JISX0213_2000_ENCODE_BMP(code, c)
238 ucs4_t code; local
320 DBCHAR code; local
437 DBCHAR code; local
545 DBCHAR code = NOCHAR; local
643 ucs4_t code; local
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_jp.c 24 DBCHAR code; local
51 TRYMAP_ENC(cp932ext, code, c) {
52 OUT1(code >> 8)
53 OUT2(code & 0xff)
55 else TRYMAP_ENC(jisxcommon, code, c) {
56 if (code & 0x8000) /* MSB set: JIS X 0212 */
60 c1 = code >> 8;
61 c2 = code & 0xff;
151 DBCHAR code; local
164 EMULATE_JISX0213_2000_ENCODE_BMP(code, c
238 ucs4_t code; local
320 DBCHAR code; local
437 DBCHAR code; local
545 DBCHAR code = NOCHAR; local
643 ucs4_t code; local
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_jp.c 24 DBCHAR code; local
52 if (TRYMAP_ENC(cp932ext, code, c)) {
53 OUTBYTE1(code >> 8);
54 OUTBYTE2(code & 0xff);
56 else if (TRYMAP_ENC(jisxcommon, code, c)) {
57 if (code & 0x8000) /* MSB set: JIS X 0212 */
61 c1 = code >> 8;
62 c2 = code & 0xff;
155 DBCHAR code; local
167 EMULATE_JISX0213_2000_ENCODE_BMP(code, c
245 Py_UCS4 code, decoded; local
333 DBCHAR code; local
453 DBCHAR code; local
568 DBCHAR code = NOCHAR; local
675 Py_UCS4 code, decoded; local
    [all...]
  /external/python/cpython3/Lib/test/
test_peepholer.py 27 code = compile(line, '', 'single')
28 self.assertInBytecode(code, 'COMPARE_OP', cmp_op)
71 code = compile(line,'','single')
72 self.assertInBytecode(code, elem)
73 self.assertNotInBytecode(code, 'BUILD_TUPLE')
74 self.assertNotInBytecode(code, 'UNPACK_TUPLE')
84 code = compile(line,'','single')
85 self.assertInBytecode(code, 'LOAD_CONST', elem)
86 self.assertNotInBytecode(code, 'BUILD_TUPLE')
89 code = compile(repr(tuple(range(10000))),'','single'
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/
codesearch.py 3 """Code indexing and searching utilities.
9 string literals or comments in the source code.
27 def process(self, code):
30 code = re.sub(b'//[^\\r\\n]*[\\r\\n]', b'', code)
32 code = re.sub(b'/\\*(?:[^*]|(?:\\*+[^*/]))*\\*+/', b'', code)
35 code = re.sub(b'"(?:\\\\?.)*?"', b'', code)
36 code = re.sub(b'\'(?:\\\\?.)*?\'', b'', code
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_copy_reg.py 46 mod, func, code = 'junk1 ', ' junk2', 0xabcd
47 e = ExtensionSaver(code)
51 mod, func, code)
52 copy_reg.add_extension(mod, func, code)
54 self.assertTrue(copy_reg._extension_registry[mod, func] == code)
55 self.assertTrue(copy_reg._inverted_registry[code] == (mod, func))
57 self.assertNotIn(code, copy_reg._extension_cache)
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
60 # Conflicting code.
62 mod, func, code + 1)
    [all...]
  /external/python/cpython2/Lib/test/
test_copy_reg.py 46 mod, func, code = 'junk1 ', ' junk2', 0xabcd
47 e = ExtensionSaver(code)
51 mod, func, code)
52 copy_reg.add_extension(mod, func, code)
54 self.assertTrue(copy_reg._extension_registry[mod, func] == code)
55 self.assertTrue(copy_reg._inverted_registry[code] == (mod, func))
57 self.assertNotIn(code, copy_reg._extension_cache)
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
60 # Conflicting code.
62 mod, func, code + 1
    [all...]

Completed in 656 milliseconds

1 2 3 4 5 6 7 891011>>