/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
complexityMeasures.m | 2 pack;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
idctllm_mmx.asm | 260 packuswb mm1, mm0 ; pack and unpack to saturate 265 packuswb mm2, mm0 ; pack and unpack to saturate 269 packuswb mm3, mm0 ; pack and unpack to saturate 273 packuswb mm4, mm0 ; pack and unpack to saturate
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
EventHandler.java | 33 * for regular update or from applications that want to test the dictionary pack, or a
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
efs_fs_sb.h | 37 char fs_fpack[6]; /* file system pack name */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
efs_fs_sb.h | 37 char fs_fpack[6]; /* file system pack name */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 65 body.pack(padx=5, pady=5) 114 w.pack(side=LEFT, padx=5, pady=5) 116 w.pack(side=LEFT, padx=5, pady=5) 121 box.pack()
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 65 body.pack(padx=5, pady=5) 114 w.pack(side=LEFT, padx=5, pady=5) 116 w.pack(side=LEFT, padx=5, pady=5) 121 box.pack()
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug260.go | 7 // Test that structures pack densely, according to the alignment of the largest field.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug260.go | 7 // Test that structures pack densely, according to the alignment of the largest field.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 65 body.pack(padx=5, pady=5) 114 w.pack(side=LEFT, padx=5, pady=5) 116 w.pack(side=LEFT, padx=5, pady=5) 121 box.pack()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 65 body.pack(padx=5, pady=5) 114 w.pack(side=LEFT, padx=5, pady=5) 116 w.pack(side=LEFT, padx=5, pady=5) 121 box.pack()
|
/system/extras/verity/ |
build_verity_metadata.py | 25 block = struct.pack("II256sI", MAGIC_NUMBER, VERSION, signature, table_len)
|
/cts/suite/audio_quality/test_description/ |
processing_main.py | 178 raw = struct.pack("<i", i32) 182 raw = struct.pack("<q", i64) 186 raw = struct.pack("<d", val)
|
/external/autotest/client/cros/ |
dhcp_packet.py | 40 def pack(value): member in class:CreatePacketPieceClass.PacketPiece 41 return struct.pack(field_format, value) 74 def pack(value): member in class:IpAddressOption 84 def pack(value): member in class:IpListOption 95 def pack(value): member in class:RawOption 105 def pack(value): member in class:ByteListOption 121 def pack(value): member in class:ClasslessStaticRoutesOption 174 def pack(value): member in class:DomainListOption 279 def pack(value): member in class:IpAddressField 751 field_data = field.pack(self._fields[field] [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/ |
HIP.py | 78 file.write(struct.pack("!BBH", lh, self.algorithm, lk)) 119 b1.write(struct.pack("!BBH", lh, self.algorithm, lk)) 125 b2.write(struct.pack("!BBH", lh, other.algorithm, lk))
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/ |
NAPTR.py | 83 two_ints = struct.pack("!HH", self.order, self.preference) 121 sp = struct.pack("!HH", self.order, self.preference) 122 op = struct.pack("!HH", other.order, other.preference)
|
WKS.py | 89 protocol = struct.pack('!B', self.protocol) 108 sp = struct.pack('!B', self.protocol) 109 op = struct.pack('!B', other.protocol)
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ |
keybase.py | 127 header = struct.pack("!HBB", self.flags, self.protocol, self.algorithm) 144 hs = struct.pack("!HBB", self.flags, self.protocol, self.algorithm) 145 ho = struct.pack("!HBB", other.flags, other.protocol, other.algorithm)
|
sigbase.py | 127 header = struct.pack('!HBBIIIH', self.type_covered, 155 hs = struct.pack('!HBBIIIH', self.type_covered, 159 ho = struct.pack('!HBBIIIH', other.type_covered,
|
/external/clang/test/Analysis/ |
padding_message.cpp | 17 #pragma pack(push) 18 #pragma pack(2) 29 #pragma pack(pop)
|
/external/clang/test/SemaObjCXX/ |
literals.mm | 135 id arr1 = @[ args ]; // expected-error{{initializer contains unexpanded parameter pack 'args'}} 148 id dict = @{ args : @17 }; // expected-error{{initializer contains unexpanded parameter pack 'args'}} 151 // Test array literal pack expansions.
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
C_O_L_R_.py | 70 glyphMap.append(struct.pack(">HHH", gid, len(layerMap), len(layers))) 72 layerMap.append(struct.pack(">HH", ttFont.getGlyphID(layer.name), layer.colorID)) 74 dataList = [struct.pack(">HHLLH", self.version, len(glyphMap), 14, 14+6*len(glyphMap), len(layerMap))]
|
/external/gemmlowp/internal/ |
pack_SSE.h | 15 // pack_SSE.h: optimized SSE specializations of the templates in pack.h. 21 #include "pack.h" 84 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width,
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
APIInfo.java | 54 private String pack = ""; // package field in class:APIInfo 65 return (((pack.hashCode() << 3) ^ cls.hashCode()) << 3) ^ name.hashCode(); 74 this.pack.equals(that.pack) && 166 case PAK: return pack; 204 case PAK: pack = val; break; 335 int result = lhi.pack.compareTo(rhi.pack); 366 int result = lhi.pack.compareTo(rhi.pack); [all...] |
/external/llvm/test/MC/Disassembler/Hexagon/ |
xtype_perm.txt | 30 # Vector round and pack 36 # Vector saturate and pack 50 # Vector saturate without pack
|