HomeSort by relevance Sort by last modified time
    Searched defs:unpack (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 184 def unpack(cls, string): member in class:DFA
185 """@brief Unpack the runlength encoded table data.
213 unpack = classmethod(unpack) variable in class:DFA
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 111 def unpack( *data ) method in class:ANTLR3.DFA
  /prebuilts/go/darwin-x86/src/go/types/
call.go 64 arg, n, _ := unpack(func(x *operand, i int) { check.multiExpr(x, e.Args[i]) }, len(e.Args), false)
77 x.typ = sig.results.vars[0].typ // unpack tuple
142 // unpack, which may have evaluated the first argument already).
156 // unpack takes a getter get and a number of operands n. If n == 1, unpack
158 // invalid, unpack returns (nil, 0, false). Otherwise, if that operand is a
173 func unpack(get getter, n int, allowCommaOk bool) (getter, int, bool) { func
  /prebuilts/go/linux-x86/src/go/types/
call.go 64 arg, n, _ := unpack(func(x *operand, i int) { check.multiExpr(x, e.Args[i]) }, len(e.Args), false)
77 x.typ = sig.results.vars[0].typ // unpack tuple
142 // unpack, which may have evaluated the first argument already).
156 // unpack takes a getter get and a number of operands n. If n == 1, unpack
158 // invalid, unpack returns (nil, 0, false). Otherwise, if that operand is a
173 func unpack(get getter, n int, allowCommaOk bool) (getter, int, bool) { func
  /external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go 70 unpack(&t, base)
85 // unpack sets r = x where r consists of 5, 51-bit limbs in little-endian
87 func unpack(r *[5]uint64, x *[32]byte) { func
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 32 unpack(fmt, data, object=None)
41 Convenience function. Same as unpack, except data may be longer
78 def unpack(fmt, data, obj=None): function
87 elements = struct.unpack(formatstring, data)
104 return unpack(fmt, data[:length], obj), data[length:]
205 print(unpack(fmt, data))
207 unpack(fmt, data, i2)
  /external/google-benchmark/
mingw.py 114 def unpack(archive, location, log = EmptyLogger()): function
162 unpack(archive, location, log = log)
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/
Pack200Streams.java 30 * Unpack a stream in Pack200 format into a stream in JAR/ZIP format.
38 public static InputStream unpack(final InputStream input) method in class:Pack200Streams
42 Pack200.newUnpacker().unpack(new NoCloseInput(input), jar);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_copy_propagation.c 101 uint8_t unpack; local
103 /* Make sure that the meaning of the unpack
112 /* There's only one unpack field, so make sure
130 unpack = mov->src[0].pack;
132 unpack = inst->src[i].pack;
142 inst->src[i].pack = unpack;
vc4_qpu_emit.c 166 struct qinst *inst, uint64_t *unpack)
190 /* If we had an unpack on this A-file source, we need to put
194 *last_inst(block) |= *unpack;
195 *unpack = 0;
209 uint32_t unpack = QPU_GET_FIELD(*last_inst(block), QPU_UNPACK); local
217 assert(!unpack || had_pm);
220 assert(!unpack || !had_pm);
292 uint64_t unpack = 0; local
304 assert(!unpack ||
305 unpack == qinst->src[i].pack)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/des/
block.go 235 c.subkeys[i] = unpack(permuteBlock(pc2Input, permutedChoice2[:]))
242 func unpack(x uint64) uint64 { func
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
mont25519_amd64.go 70 unpack(&t, base)
85 // unpack sets r = x where r consists of 5, 51-bit limbs in little-endian
87 func unpack(r *[5]uint64, x *[32]byte) { func
  /prebuilts/go/linux-x86/src/crypto/des/
block.go 235 c.subkeys[i] = unpack(permuteBlock(pc2Input, permutedChoice2[:]))
242 func unpack(x uint64) uint64 { func
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
mont25519_amd64.go 70 unpack(&t, base)
85 // unpack sets r = x where r consists of 5, 51-bit limbs in little-endian
87 func unpack(r *[5]uint64, x *[32]byte) { func
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/
mingw.py 114 def unpack(archive, location, log = EmptyLogger()): function
162 unpack(archive, location, log = log)
  /external/python/cpython2/Lib/plat-mac/
aepack.py 5 unpack(desc) does the reverse
131 def unpack(desc, formodulename=""): function
132 """Unpack an AE descriptor to a python object"""
143 l.append(unpack(item, formodulename))
149 d[keyword] = unpack(item, formodulename)
153 return mkaetext(unpack(record, formodulename))
158 return struct.unpack('b', desc.data)[0]
174 return struct.unpack('d', data)[0]
181 return mkinsertionloc(unpack(record, formodulename))
184 script, language = struct.unpack('hh', desc.data[:4]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aepack.py 5 unpack(desc) does the reverse
131 def unpack(desc, formodulename=""): function
132 """Unpack an AE descriptor to a python object"""
143 l.append(unpack(item, formodulename))
149 d[keyword] = unpack(item, formodulename)
153 return mkaetext(unpack(record, formodulename))
158 return struct.unpack('b', desc.data)[0]
174 return struct.unpack('d', data)[0]
181 return mkinsertionloc(unpack(record, formodulename))
184 script, language = struct.unpack('hh', desc.data[:4]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 5 unpack(desc) does the reverse
131 def unpack(desc, formodulename=""): function
132 """Unpack an AE descriptor to a python object"""
143 l.append(unpack(item, formodulename))
149 d[keyword] = unpack(item, formodulename)
153 return mkaetext(unpack(record, formodulename))
158 return struct.unpack('b', desc.data)[0]
174 return struct.unpack('d', data)[0]
181 return mkinsertionloc(unpack(record, formodulename))
184 script, language = struct.unpack('hh', desc.data[:4]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltablib.c 115 ** Pack/unpack
136 static int unpack (lua_State *L) { function
144 return luaL_error(L, "too many results to unpack");
267 {"unpack", unpack},
277 /* _G.unpack = table.unpack */
278 lua_getfield(L, -1, "unpack");
279 lua_setglobal(L, "unpack");
  /external/python/cpython3/Lib/test/
test_audioop.py 8 def unpack(width, data): function
  /external/syslinux/com32/lua/src/
ltablib.c 115 ** Pack/unpack
136 static int unpack (lua_State *L) { function
144 return luaL_error(L, "too many results to unpack");
267 {"unpack", unpack},
277 /* _G.unpack = table.unpack */
278 lua_getfield(L, -1, "unpack");
279 lua_setglobal(L, "unpack");
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
ops.py 210 # TODO(shoyer): rename pack/unpack to stack/unstack
262 def unpack(labeled_tensor, axis_name=None, name=None): function
263 """Unpack the tensor.
265 See tf.unpack.
269 axis_name: Optional name of axis to unpack. By default, the first axis is
628 unpack_lts = unpack(labeled_tensor)
    [all...]
  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 87 * unpacker.unpack(f, jostream);
199 * and to pack a JAR, you must first pack and unpack the JAR to
536 * <tt>unpack.</tt> are reserved for use by this API.
665 String DEFLATE_HINT = "unpack.deflate.hint";
680 String PROGRESS = "unpack.progress";
698 * <tt>unpack.</tt> are reserved for use by this API.
721 void unpack(InputStream in, JarOutputStream out) throws IOException; method in interface:Pack200.Unpacker
732 void unpack(File in, JarOutputStream out) throws IOException; method in interface:Pack200.Unpacker
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
PackedString.java 72 public Map<String, String> unpack() { method in class:PackedString
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
PackedString.java 70 public Map<String, String> unpack() { method in class:PackedString

Completed in 1458 milliseconds

1 2 3 4 5