HomeSort by relevance Sort by last modified time
    Searched refs:od (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
locdo.s 2 od OCTA od label
locto.s 2 od OCTA od label
locdo-1.d 12 2000000000000008 g \.data 0+ od
locto-1.d 10 0+1008 g \.text 0+ od
  /external/python/cpython2/Lib/test/
test_ordered_dict.py 39 od = OrderedDict()
40 od.update(dict(pairs))
41 self.assertEqual(sorted(od.items()), pairs) # dict input
42 od = OrderedDict()
43 od.update(**dict(pairs))
44 self.assertEqual(sorted(od.items()), pairs) # kwds input
45 od = OrderedDict()
46 od.update(pairs)
47 self.assertEqual(list(od.items()), pairs) # pairs input
48 od = OrderedDict(
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
mib2.c 79 static void system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
80 static void system_get_value(struct obj_def *od, u16_t len, void *value);
81 static u8_t system_set_test(struct obj_def *od, u16_t len, void *value);
82 static void system_set_value(struct obj_def *od, u16_t len, void *value);
83 static void interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
84 static void interfaces_get_value(struct obj_def *od, u16_t len, void *value);
85 static void ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
86 static void ifentry_get_value(struct obj_def *od, u16_t len, void *value);
88 static u8_t ifentry_set_test (struct obj_def *od, u16_t len, void *value);
89 static void ifentry_set_value (struct obj_def *od, u16_t len, void *value)
    [all...]
  /frameworks/base/libs/usb/tests/accessorytest/
accessory.h 20 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od);
  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
112 void (*get_value)(struct obj_def *od, u16_t len, void *value);
114 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
116 void (*set_value)(struct obj_def *od, u16_t len, void *value);
131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
132 void (*get_value)(struct obj_def *od, u16_t len, void *value);
133 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
134 void (*set_value)(struct obj_def *od, u16_t len, void *value);
149 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
150 void (*get_value)(struct obj_def *od, u16_t len, void *value)
    [all...]
  /external/openssh/
sftp-glob.c 65 fudge_readdir(struct SFTP_OPENDIR *od)
74 if (od->dir[od->offset] == NULL)
84 strlcpy(ret->d_name, od->dir[od->offset++]->filename, MAXPATHLEN);
86 strlcpy(ret->d_name, od->dir[od->offset++]->filename,
104 fudge_closedir(struct SFTP_OPENDIR *od)
106 free_sftp_dirents(od->dir);
107 free(od);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.h 1031 Output_reloc(Symbol* gsym, unsigned int type, Output_data* od,
1044 Output_data* od, Address address, bool is_relative,
1056 Output_reloc(Output_section* os, unsigned int type, Output_data* od,
1065 Output_reloc(unsigned int type, Output_data* od, Address address,
1075 Output_reloc(unsigned int type, void* arg, Output_data* od,
1218 Output_data* od; member in union:gold::Output_reloc::__anon115880
2699 const Output_data* od; member in union:gold::Output_data_dynamic::Dynamic_entry::__anon115883
    [all...]
  /external/python/cpython2/Lib/
collections.py 72 'od.__setitem__(i, y) <==> od[i]=y'
82 'od.__delitem__(y) <==> del od[y]'
91 'od.__iter__() <==> iter(od)'
100 'od.__reversed__() <==> reversed(od)'
109 'od.clear() -> None. Remove all items from od.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py     [all...]
  /external/ltp/testcases/network/stress/ssh/
ssh-stress02-rmt 59 wait_sec=$(($(od -A n -d -N 1 /dev/random) * 3 / 255))
60 login_sec=$(($(od -A n -d -N 1 /dev/random) * 10 / 255))
  /toolchain/binutils/binutils-2.25/opcodes/
ip2k-opc.h 105 #define CGEN_INIT_PARSE(od) \
108 #define CGEN_INIT_INSERT(od) \
111 #define CGEN_INIT_EXTRACT(od) \
114 #define CGEN_INIT_PRINT(od) \
lm32-opc.h 91 #define CGEN_INIT_PARSE(od) \
94 #define CGEN_INIT_INSERT(od) \
97 #define CGEN_INIT_EXTRACT(od) \
100 #define CGEN_INIT_PRINT(od) \
mt-opc.h 166 #define CGEN_INIT_PARSE(od) \
169 #define CGEN_INIT_INSERT(od) \
172 #define CGEN_INIT_EXTRACT(od) \
175 #define CGEN_INIT_PRINT(od) \
or1k-opc.h 121 #define CGEN_INIT_PARSE(od) \
124 #define CGEN_INIT_INSERT(od) \
127 #define CGEN_INIT_EXTRACT(od) \
130 #define CGEN_INIT_PRINT(od) \
xstormy16-opc.h 124 #define CGEN_INIT_PARSE(od) \
127 #define CGEN_INIT_INSERT(od) \
130 #define CGEN_INIT_EXTRACT(od) \
133 #define CGEN_INIT_PRINT(od) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_decode.py 39 od = self.loads(s, object_pairs_hook=OrderedDict)
40 self.assertEqual(od, OrderedDict(p))
41 self.assertEqual(type(od), OrderedDict)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenModule.py 24 def addobject(self, od):
25 self.generators.append(od)
26 self.typeobjects.append(od)
27 od.setmodulename(self.longname)
  /external/python/cpython2/Tools/bgen/bgen/
bgenModule.py 24 def addobject(self, od):
25 self.generators.append(od)
26 self.typeobjects.append(od)
27 od.setmodulename(self.longname)

Completed in 2374 milliseconds

1 2 3 4 5