HomeSort by relevance Sort by last modified time
    Searched full:pack (Results 101 - 125 of 2304) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtcapi.h 11 #pragma pack(push,_CRT_PACKING)
55 #pragma pack(push,1)
69 #pragma pack(pop)
92 #pragma pack(pop)
srrestoreptapi.h 39 #pragma pack(push,srrestoreptapi_include)
40 #pragma pack(1)
61 #pragma pack(pop,srrestoreptapi_include)
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 7 Pack is a simple version of the traditional Unix ar tool.
11 go tool pack op file.a [name...]
13 Pack applies the operation to the archive, using the names as arguments to the operation.
32 pack's r operation is more like Unix ar's rq operation.
  /prebuilts/go/darwin-x86/test/safe/
nousesafe.go 1 // $G $D/pkg.go && pack grc pkg.a pkg.$A 2> /dev/null && rm pkg.$A && errchk $G -I . -u $D/main.go
usesafe.go 1 // $G $D/pkg.go && pack grcS pkg.a pkg.$A 2> /dev/null && rm pkg.$A && $G -I . -u $D/main.go
  /prebuilts/go/linux-x86/src/cmd/pack/
doc.go 7 Pack is a simple version of the traditional Unix ar tool.
11 go tool pack op file.a [name...]
13 Pack applies the operation to the archive, using the names as arguments to the operation.
32 pack's r operation is more like Unix ar's rq operation.
  /prebuilts/go/linux-x86/test/safe/
nousesafe.go 1 // $G $D/pkg.go && pack grc pkg.a pkg.$A 2> /dev/null && rm pkg.$A && errchk $G -I . -u $D/main.go
usesafe.go 1 // $G $D/pkg.go && pack grcS pkg.a pkg.$A 2> /dev/null && rm pkg.$A && $G -I . -u $D/main.go
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 4 # pragma pack (pop)
  /external/gptfdisk/
popt.h 34 #pragma pack(push)
35 #pragma pack(0)
57 #pragma pack(pop)
  /external/ltrace/
param.h 50 /* This parameter pack expands to a list of ordinary
53 * parameter pack. ioctl or ptrace are two examples that
57 /* This parameter pack represents a vararg argument. */
94 } pack; member in union:param::__anon19859
106 /* Initialize parameter pack PARAM. ARGS is an array of expressions
107 * with parameters. ARGS is owned and released by the pack if
110 * When the parameter pack should be expanded, those expressions are
115 * its INFOP argument to a type of the next parameter in the pack.
116 * When there are no more parameters in the pack, the NEXT callback
139 /* Start enumerating types in parameter pack. This evaluates th
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA1Digest.java 4 import org.bouncycastle.util.Pack;
46 H1 = Pack.bigEndianToInt(encodedState, 16);
47 H2 = Pack.bigEndianToInt(encodedState, 20);
48 H3 = Pack.bigEndianToInt(encodedState, 24);
49 H4 = Pack.bigEndianToInt(encodedState, 28);
50 H5 = Pack.bigEndianToInt(encodedState, 32);
52 xOff = Pack.bigEndianToInt(encodedState, 36);
55 X[i] = Pack.bigEndianToInt(encodedState, 40 + (i * 4));
86 // X[xOff] = Pack.bigEndianToInt(in, inOff);
117 Pack.intToBigEndian(H1, out, outOff)
    [all...]
GeneralDigest.java 5 import org.bouncycastle.util.Pack;
42 xBufOff = Pack.bigEndianToInt(encodedState, 4);
43 byteCount = Pack.bigEndianToLong(encodedState, 8);
146 Pack.intToBigEndian(xBufOff, state, 4);
147 Pack.longToBigEndian(byteCount, state, 8);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_byteswap.py 32 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
37 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
42 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
47 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
60 self.assertEqual(bin(struct.pack(">i", 0x12345678)), "12345678")
65 self.assertEqual(bin(struct.pack("<i", 0x12345678)), "78563412")
70 self.assertEqual(bin(struct.pack(">I", 0x12345678)), "12345678")
75 self.assertEqual(bin(struct.pack("<I", 0x12345678)), "78563412")
88 self.assertEqual(bin(struct.pack(">q", 0x1234567890ABCDEF)), "1234567890ABCDEF")
93 self.assertEqual(bin(struct.pack("<q", 0x1234567890ABCDEF)), "EFCDAB9078563412"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_byteswap.py 32 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
37 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
42 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
47 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
60 self.assertEqual(bin(struct.pack(">i", 0x12345678)), "12345678")
65 self.assertEqual(bin(struct.pack("<i", 0x12345678)), "78563412")
70 self.assertEqual(bin(struct.pack(">I", 0x12345678)), "12345678")
75 self.assertEqual(bin(struct.pack("<I", 0x12345678)), "78563412")
88 self.assertEqual(bin(struct.pack(">q", 0x1234567890ABCDEF)), "1234567890ABCDEF")
93 self.assertEqual(bin(struct.pack("<q", 0x1234567890ABCDEF)), "EFCDAB9078563412"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 32 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
37 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
42 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
47 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
60 self.assertEqual(bin(struct.pack(">i", 0x12345678)), "12345678")
65 self.assertEqual(bin(struct.pack("<i", 0x12345678)), "78563412")
70 self.assertEqual(bin(struct.pack(">I", 0x12345678)), "12345678")
75 self.assertEqual(bin(struct.pack("<I", 0x12345678)), "78563412")
88 self.assertEqual(bin(struct.pack(">q", 0x1234567890ABCDEF)), "1234567890ABCDEF")
93 self.assertEqual(bin(struct.pack("<q", 0x1234567890ABCDEF)), "EFCDAB9078563412"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 32 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
37 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
42 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
47 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
60 self.assertEqual(bin(struct.pack(">i", 0x12345678)), "12345678")
65 self.assertEqual(bin(struct.pack("<i", 0x12345678)), "78563412")
70 self.assertEqual(bin(struct.pack(">I", 0x12345678)), "12345678")
75 self.assertEqual(bin(struct.pack("<I", 0x12345678)), "78563412")
88 self.assertEqual(bin(struct.pack(">q", 0x1234567890ABCDEF)), "1234567890ABCDEF")
93 self.assertEqual(bin(struct.pack("<q", 0x1234567890ABCDEF)), "EFCDAB9078563412"
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 29 // A template parameter pack that [contains an unexpanded parameter pack] is a
30 // pack expansion.
34 // In a template parameter pack that is a pack expansion, the pattern is
36 // Therefore the resulting sequence of parameters is not a parameter pack,
116 // FIXME: We should accept this code. A parameter pack within a default argument
117 // in a template template parameter pack is expanded, because the pack is
118 // implicitly a pack expansion
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
C_B_D_T_.py 52 dataList.append(sstruct.pack(smallGlyphMetricsFormat, self.metrics))
53 dataList.append(struct.pack(">L", len(self.imageData)))
71 dataList.append(sstruct.pack(bigGlyphMetricsFormat, self.metrics))
72 dataList.append(struct.pack(">L", len(self.imageData)))
86 return struct.pack(">L", len(self.imageData)) + self.imageData
  /external/mesa3d/src/mesa/main/
format_pack.h 32 /** Pack a GLubyte rgba[4] color to dest address */
35 /** Pack a GLfloat rgba[4] color to dest address */
38 /** Pack a GLfloat Z value to dest address */
41 /** Pack a GLuint Z value to dest address */
44 /** Pack a GLubyte stencil value to dest address */
  /external/vboot_reference/tests/
vb2_firmware_tests.sh 26 # Pack keys using original vboot utilities
27 ${FUTILITY} vbutil_key --pack rootkey.test \
29 ${FUTILITY} vbutil_key --pack fwsubkey.test \
31 ${FUTILITY} vbutil_key --pack kernkey.test \
40 ${FUTILITY} vbutil_keyblock --pack keyblock.test \
run_vbutil_tests.sh 20 # Pack the key
22 --pack ${TESTKEY_SCRATCH_DIR}/key_alg${algonum}.vbpubk \
79 --pack ${TESTKEY_SCRATCH_DIR}/key_alg${algonum}.vbprivk \
90 --pack ${TESTKEY_SCRATCH_DIR}/key_alg${algonum}.vbpubk \
99 # Pack
100 ${FUTILITY} vbutil_keyblock --pack ${keyblockfile} \
107 echo -e "${COL_RED}Pack${COL_STOP}"
135 # Pack using external signer
136 # Pack
137 ${FUTILITY} vbutil_keyblock --pack ${keyblockfile}
    [all...]
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/dictionarypack/
DictionaryPackConstants.java 20 * A class to group constants for dictionary pack usage.
23 * possible, as it's used to separate cleanly the keyboard code from the dictionary pack code; this
28 * The root domain for the dictionary pack, upon which authorities and actions will append
49 * The action of the intent sent by the dictionary pack to ask for a client to make
51 * dictionary pack does not know about.
  /external/clang/test/Parser/
cxx11-templates.cpp 14 template<typename ...T> void f(int n, T t, ...); // expected-error {{unexpanded parameter pack}}
18 t // expected-note {{place '...' immediately before declared identifier to declare a function parameter pack}}
19 ... // expected-warning {{'...' in this location creates a C-style varargs function, not a function parameter pack}}
23 ) // expected-note {{place '...' here to declare a function parameter pack}}
24 ... // expected-warning {{'...' in this location creates a C-style varargs function, not a function parameter pack}}
32 void f(T ... // expected-note {{preceding '...' declares a function parameter pack}}
45 // expected-error@-4 {{unexpanded parameter pack}}
  /external/deqp/doc/testspecs/GLES3/
functional.pbo.txt 25 + Creating and destroying pixel pack and unpack buffers
28 + Reading pixels to pixel pack buffer
30 + Texture pack modes used in combination with pixel pack buffers
42 Pixel buffer object tests create pixel pack buffer or unpack buffer. Data is
45 for pixel pack buffers readpixels is issued with PBO bound. The readpixels result
46 is verified by doing the same operation without pack buffer and then comparing

Completed in 2743 milliseconds

1 2 3 45 6 7 8 91011>>