/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_fcntl.py | 39 lockdata = struct.pack(off_t + off_t + pid_t + 'hh', 0, 0, 0, 42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) 46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0) 49 print 'struct.pack: ', repr(lockdata)
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue7560.go | 31 t.Skip("C compiler did not pack struct")
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue7560.go | 31 t.Skip("C compiler did not pack struct")
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
close_code.h | 36 #pragma pack(pop)
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
close_code.h | 36 #pragma pack(pop)
|
/prebuilts/misc/windows/sdl2/include/ |
close_code.h | 36 #pragma pack(pop)
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
close_code.h | 36 #pragma pack(pop)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
ControlAccessor.py | 39 data = struct.pack(structfmt, data)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fcntl.py | 39 lockdata = struct.pack(off_t + off_t + pid_t + 'hh', 0, 0, 0, 42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) 46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0) 49 print 'struct.pack: ', repr(lockdata)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fcntl.py | 39 lockdata = struct.pack(off_t + off_t + pid_t + 'hh', 0, 0, 0, 42 lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) 46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0) 49 print 'struct.pack: ', repr(lockdata)
|
/system/bt/embdrv/sbc/encoder/srce/ |
sbc_packing.c | 97 /* pack join stero parameters */ 104 /* pack RFA */ 117 /* Pack Scale factor */ 138 /* Pack samples */
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
MSOutlookKeyIdCalculator.java | 7 import org.bouncycastle.util.Pack; 197 // X[xOff] = Pack.bigEndianToInt(in, inOff); 228 Pack.intToBigEndian(H1, out, outOff); 229 Pack.intToBigEndian(H2, out, outOff + 4); 230 Pack.intToBigEndian(H3, out, outOff + 8); 231 Pack.intToBigEndian(H4, out, outOff + 12); 232 Pack.intToBigEndian(H5, out, outOff + 16);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
M_E_T_A_.py | 110 metaData = sstruct.pack(METAHeaderFormat, self) 220 data = sstruct.pack(METAGlyphRecordFormat, self) 222 datum = struct.pack(">H", self.offset) 224 datum = struct.pack(">L", self.offset) 296 data = sstruct.pack(METAStringRecordFormat, self) 298 datum = struct.pack(">H", self.offset) 300 datum = struct.pack(">L", self.offset)
|
S_V_G_.py | 191 datum = struct.pack(">H",numEntries) 198 entry = struct.pack(">HHLL", startGlyphID, endGlyphID, docOffset, docLength) 212 datum = struct.pack(">H", numColorParams) 215 datum = struct.pack(">H", uiNameId) 218 datum = struct.pack(">H", numColorPalettes) 221 datum = struct.pack(">H", colorPalette.uiNameID) 224 data = struct.pack(">BBBB", colorRecord.red, colorRecord.green, colorRecord.blue, colorRecord.alpha) 228 header = struct.pack(">HLL", version, offsetToSVGDocIndex, offsetToColorPalettes) 236 header = struct.pack(">HH", version, numEntries) 244 entry = struct.pack(">HHLL", startGlyphID, endGlyphID, docOffset, docLength [all...] |
/system/extras/tests/net_test/ |
net_test.py | 99 sock.setsockopt(SOL_SOCKET, SO_RCVTIMEO, struct.pack("LL", s, us)) 157 sock.setsockopt(SOL_SOCKET, SO_LINGER, struct.pack("ii", 1, 0)) 176 ifr = struct.pack("%dsi" % IFNAMSIZ, ifname, 0) 187 ifr = struct.pack("%dsH6s" % IFNAMSIZ, ifname, scapy.ARPHDR_ETHER, hwaddr) 193 ifr = struct.pack("%dsH" % IFNAMSIZ, ifname, 0) 200 ifr = struct.pack("%dsH" % IFNAMSIZ, ifname, flags) 295 return struct.pack(fmt, addr, label, action, share, flags, 0, 0, pad)
|
/external/clang/lib/AST/ |
TemplateBase.cpp | 131 case Pack: 170 case Pack: 185 case Pack: 227 case Pack: 292 case Pack: 318 case Pack: 344 case Pack: 402 case Pack: 458 case TemplateArgument::Pack: 505 case TemplateArgument::Pack: [all...] |
/external/vulkan-validation-layers/libs/glm/gtc/ |
packing.inl | 203 uint32 pack; 215 uint32 pack; 372 return Result.pack; 378 Unpack.pack = v; 393 return Result.pack; 399 Unpack.pack = v; 414 return Result.pack; 420 Unpack.pack = v; 436 return Result.pack; 442 Unpack.pack = v [all...] |
packing.hpp | 64 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 76 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 92 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 108 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 121 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 134 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 150 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 166 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 179 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a> 192 /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Functions</a [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
layout.html | 183 -ms-flex-pack: start; 189 -ms-flex-pack: center; 195 -ms-flex-pack: end; 201 -ms-flex-pack: distribute; 207 -ms-flex-pack: justify;
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
layout.html | 183 -ms-flex-pack: start;
189 -ms-flex-pack: center;
195 -ms-flex-pack: end;
201 -ms-flex-pack: distribute;
207 -ms-flex-pack: justify;
|
/external/clang/test/FixIt/ |
fixit-cxx0x.cpp | 1 // RUN: %clang_cc1 -verify -std=c++11 -Wno-anonymous-pack-parens %s 82 int c(Ts ...&); // expected-error {{'...' must be innermost component of anonymous pack declaration}} 83 int d(Ts ...(...&...)); // expected-error 2{{'...' must be innermost component of anonymous pack declaration}} 84 int e(Ts ...*[]); // expected-error {{'...' must be innermost component of anonymous pack declaration}} 85 int f(Ts ...(...*)()); // expected-error 2{{'...' must be innermost component of anonymous pack declaration}}
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
AssetManagerTest.java | 80 tex2 = new TextureAtlas(Gdx.files.internal("data/pack")); 91 manager.load("data/pack", TextureAtlas.class); 112 manager.unload("data/pack"); 152 if (manager.isLoaded("data/pack")) 153 batch.draw(manager.get("data/pack", TextureAtlas.class).findRegion("particle-star"), 164, 100);
|
/external/llvm/test/CodeGen/SystemZ/ |
vec-combine-02.ll | 1 ; Test various representations of pack-like operations. 5 ; One way of writing a <4 x i32> -> <8 x i16> pack. 44 ; A different way of writing a <4 x i32> -> <8 x i16> pack. 97 ; A direct pack operation. 110 ; One way of writing a <4 x i32> -> <16 x i8> pack. It doesn't matter 111 ; whether the first pack is VPKF or VPKH since the even bytes of the 186 ; A different way of writing a <4 x i32> -> <16 x i8> pack. 272 ; One way of writing a <2 x i64> -> <16 x i8> pack. 368 ; Test a <2 x i64> -> <4 x f32> pack in which only individual elements are 389 %pack = shufflevector <4 x float> %bitcast0, <4 x float> %bitcast1 [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldURLClassLoaderTest.java | 151 Package pack = tucl.definePackage(packageName + i, manifest, urls[i]); local 152 assertEquals(packageName + i, pack.getName()); 154 pack.getImplementationTitle()); 156 pack.getImplementationVendor()); 158 pack.getImplementationVersion());
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Containers_and_folders.py | 62 # element 'pack' as ['indx', 'name'] 79 # element 'pack' as ['indx', 'name'] 93 # element 'pack' as ['indx', 'name'] 129 # element 'pack' as ['indx', 'name'] 149 # element 'pack' as ['indx', 'name']
|