/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
DocumentLoaderTest.java | 209 blockedDocuments.put(pack(deviceId, objectHandle), new CountDownLatch(1)); method 213 blockedDocuments.get(pack(deviceId, objectHandle)).countDown(); 218 final CountDownLatch latch = blockedDocuments.get(pack(deviceId, objectHandle));
|
/frameworks/minikin/tools/ |
mk_hyb_file.py | 123 return b''.join(struct.pack('B', x) for x in pattern) 191 def pack(self, node_list, ch_map, use_node=False): member in class:Hyph 308 return struct.pack('<6I', *data) 321 result = [struct.pack('<3I', 0, min_ch, max_ch + 1)] 323 result.append(struct.pack('<B', b)) 327 result = [struct.pack('<2I', 1, len(ch_map))] 330 result.append(struct.pack('<I', data)) 346 result = [struct.pack('<6I', 0, char_mask, link_shift, link_mask, pattern_shift, n_trie)] 365 result.append(struct.pack('<I', packed)) 394 result = [struct.pack('<4I', *data) [all...] |
/prebuilts/gdb/darwin-x86/include/python2.7/ |
floatobject.h | 71 /* _PyFloat_{Pack,Unpack}{4,8} 75 * The Pack routines produce a string from a C double, and the Unpack 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
cfmfile.py | 95 data = struct.pack("8l", 0, 0, self.version, 0, 0, 0, 0, self.memberCount) 129 data = data + struct.pack("4lhBB4l", 144 data = data + struct.pack("hb", self.memberSize, len(self.name))
|
aetools.py | 3 pack(x) converts a Python object to an AEDesc object 14 and pack(x) will create an AE object reference equivalent to AppleScript's 19 files: the pack stuff from aepack, the objects from aetypes. 36 from aepack import packkey, pack, unpack, coerce, AEDescType 103 ae.AEPutAttributeDesc(key, pack(value))
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
floatobject.h | 71 /* _PyFloat_{Pack,Unpack}{4,8} 75 * The Pack routines produce a string from a C double, and the Unpack 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/ |
doc.go | 13 or passed directly to the linker (``go tool link''). If invoked with -pack, the compiler 75 Write object to file (default file.o or, with -pack, file.a). 79 -pack
|
/prebuilts/go/darwin-x86/src/cmd/compile/ |
doc.go | 10 or passed directly to the linker (``go tool link''). If invoked with -pack, the compiler 72 Write object to file (default file.o or, with -pack, file.a). 76 -pack
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/ |
doc.go | 13 or passed directly to the linker (``go tool link''). If invoked with -pack, the compiler 75 Write object to file (default file.o or, with -pack, file.a). 79 -pack
|
/prebuilts/go/linux-x86/src/cmd/compile/ |
doc.go | 10 or passed directly to the linker (``go tool link''). If invoked with -pack, the compiler 72 Write object to file (default file.o or, with -pack, file.a). 76 -pack
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
floatobject.h | 71 /* _PyFloat_{Pack,Unpack}{4,8} 75 * The Pack routines produce a string from a C double, and the Unpack 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
cfmfile.py | 95 data = struct.pack("8l", 0, 0, self.version, 0, 0, 0, 0, self.memberCount) 129 data = data + struct.pack("4lhBB4l", 144 data = data + struct.pack("hb", self.memberSize, len(self.name))
|
aetools.py | 3 pack(x) converts a Python object to an AEDesc object 14 and pack(x) will create an AE object reference equivalent to AppleScript's 19 files: the pack stuff from aepack, the objects from aetypes. 36 from aepack import packkey, pack, unpack, coerce, AEDescType 103 ae.AEPutAttributeDesc(key, pack(value))
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
floatobject.h | 71 /* _PyFloat_{Pack,Unpack}{4,8} 75 * The Pack routines produce a string from a C double, and the Unpack 93 /* The pack routines write 4 or 8 bytes, starting at p. le is a bool
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DelayedLaunchInfo.java | 86 * @param pack IFile to the package (.apk) file 93 IAndroidLaunchAction launchAction, IFile pack, Boolean debuggable, 98 mPackageFile = pack;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 123 sourceButton.pack(); 211 mFramesCollectedLabel.pack(); 212 mTraceFileSizeLabel.pack();
|
/system/extras/tests/net_test/ |
csocket.py | 97 data = struct.pack("=I", data) 104 msg_control += CMsgHdr((msg_len, msg_level, msg_type)).Pack() 176 msg_control, msg_controllen, flags)).Pack()
|
sock_diag.py | 193 arg = "\x00\x00" + struct.pack("=H", arg) 198 arg = InetDiagHostcond((family, prefixlen, port)).Pack() + addr 216 instruction = InetDiagBcOp((op, yes, no)).Pack() + args[i] 313 self._SendNlRequest(SOCK_DIAG_BY_FAMILY, req.Pack(), netlink.NLM_F_REQUEST) 322 self._SendNlRequest(SOCK_DESTROY, req.Pack(),
|
/device/linaro/hikey/l-loader/ |
gen_loader.py | 123 zero = struct.pack('x') 157 zero = struct.pack('x') 163 byte = struct.pack('8s8siii', 'ENTRYHDR', self.s1_entry_name[self.idx], lba, blocks, bootp) 165 byte = struct.pack('8s8siii', 'ENTRYHDR', self.s2_entry_name[self.idx], lba, blocks, bootp) 184 byte = struct.pack('i', end)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
monsoon.py | 246 """Pack a struct (without length or checksum) and send it.""" 247 data = struct.pack(fmt, *args) 250 out = struct.pack('B', data_len) + data + struct.pack('B', checksum) 271 if result[-1] != struct.pack('B', checksum):
|
/frameworks/base/tools/localedata/ |
extract_icu_data.py | 81 """Pack langauge or region in a two-byte tuple.""" 99 """Pack language in a two-byte tuple.""" 105 """Pack region in a two-byte tuple.""" 110 """Pack language+region of locale into a 32-bit unsigned integer.""" 142 """Pack a full locale into a 64-bit unsigned integer."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_struct.so | |
/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_neon.hpp | 255 #define OPENCV_HAL_IMPL_NEON_PACK(_Tpvec, _Tp, hreg, suffix, _Tpwvec, wsuffix, pack, op) \ 256 inline _Tpvec v_##pack(const _Tpwvec& a, const _Tpwvec& b) \ 261 inline void v_##pack##_store(_Tp* ptr, const _Tpwvec& a) \ 267 _Tpvec v_rshr_##pack(const _Tpwvec& a, const _Tpwvec& b) \ 274 void v_rshr_##pack##_store(_Tp* ptr, const _Tpwvec& a) \ 280 OPENCV_HAL_IMPL_NEON_PACK(v_uint8x16, uchar, uint8x8_t, u8, v_uint16x8, u16, pack, n) 282 OPENCV_HAL_IMPL_NEON_PACK(v_int8x16, schar, int8x8_t, s8, v_int16x8, s16, pack, n) 283 OPENCV_HAL_IMPL_NEON_PACK(v_uint16x8, ushort, uint16x4_t, u16, v_uint32x4, u32, pack, n) 285 OPENCV_HAL_IMPL_NEON_PACK(v_int16x8, short, int16x4_t, s16, v_int32x4, s32, pack, n) 286 OPENCV_HAL_IMPL_NEON_PACK(v_uint32x4, unsigned, uint32x2_t, u32, v_uint64x2, u64, pack, n [all...] |
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/ |
AntScriptGenerator.java | 121 StringBuffer pack = new StringBuffer();
local 128 pack.append("\t\t\t<fileset dir=\"" + libsDirs.get(i) + "\" includes=\"" + sharedLibFiles.get(i) + "\"/>\n");
133 pack.append("\t\t\t<fileset dir=\"" + sharedLib + "\"/>\n");
142 template = template.replace("<pack/>", pack);
149 final String pack = "com/badlogic/gdx/jnigen/resources/headers";
local 154 new FileDescriptor(pack, FileType.Classpath).child(file).copyTo(
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
keybindingDialog.py | 50 frameMain.pack(side=TOP,expand=TRUE,fill=BOTH) 52 frameButtons.pack(side=BOTTOM,fill=X) 74 labelTitleBasic.pack(anchor=W) 77 labelKeysBasic.pack(ipadx=5,ipady=5,fill=X) 111 labelTitleAdvanced.pack(anchor=W) 114 self.entryKeysAdvanced.pack(fill=X) 267 Button(root,text='Dialog',command=run).pack()
|