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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 95 self.bframe.pack(anchor="w")
111 b.pack(side="left")
114 self.cframe.pack(side="left")
140 self.status.pack(anchor="w")
142 self.error.pack(anchor="w", fill="x")
146 self.fstack.pack(expand=1, fill="both")
148 self.flocals.pack(expand=1, fill="both")
150 self.fglobals.pack(expand=1, fill="both")
421 self.frame.pack(expand=1, fill="both")
423 self.label.pack(fill="x"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 95 self.bframe.pack(anchor="w")
111 b.pack(side="left")
114 self.cframe.pack(side="left")
140 self.status.pack(anchor="w")
142 self.error.pack(anchor="w", fill="x")
146 self.fstack.pack(expand=1, fill="both")
148 self.flocals.pack(expand=1, fill="both")
150 self.fglobals.pack(expand=1, fill="both")
421 self.frame.pack(expand=1, fill="both")
423 self.label.pack(fill="x"
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
IntrospectionUtil.java 124 public static boolean isInheritable (Package pack, Member member)
126 if (pack==null)
136 if (!Modifier.isPrivate(modifiers) && pack.equals(member.getDeclaringClass().getPackage()))
254 protected static Method findInheritedMethod (Package pack, Class<?> clazz, String methodName, Class<?>[] args, boolean strictArgs)
267 && isInheritable(pack,methods[i])
279 protected static Field findInheritedField (Package pack, Class<?> clazz, String fieldName, Class<?> fieldType, boolean strictType)
289 if (isInheritable(pack, field) && isTypeCompatible(fieldType, field.getType(), strictType))
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
TexturePackerFileProcessor.java 45 this(new Settings(), "pack.atlas");
62 // Collect pack.json setting files.
69 settingsProcessor.addInputRegex("pack\\.json");
109 // Delete pack file and images.
112 File settingsFile = new File(root, "pack.json");
213 // Pack.
218 packer.pack(inputDir.outputDir, packFileName);
  /external/vboot_reference/tests/
run_vbutil_kernel_arg_tests.sh 7 # Quick test of vbutil_kernel args, to make sure we can pack and unpack
40 # Pack a bunch of stuff
45 echo -n "pack kern_${k}_${b}.vblock ... "
48 --pack "${TMPDIR}/kern_${k}_${b}.vblock" \
96 # Pack for USB
101 echo -n "pack USB kernel ... "
104 --pack "${USB_KERN}" \
  /frameworks/base/services/net/java/android/net/netlink/
RtNetlinkNeighborMessage.java 133 nlmsghdr.pack(byteBuffer);
136 ndmsg.pack(byteBuffer);
165 msg.pack(byteBuffer);
224 nlAttr.pack(byteBuffer);
227 public void pack(ByteBuffer byteBuffer) { method in class:RtNetlinkNeighborMessage
228 getHeader().pack(byteBuffer) ;
229 mNdmsg.pack(byteBuffer);
  /prebuilts/misc/common/swig/include/2.0.11/r/
rrun.swg 313 void *pack;
326 void *pack = malloc(sz);
327 if (pack) {
328 memcpy(pack, ptr, sz);
329 sobj->pack = pack;
346 memcpy(ptr, sobj->pack, size);
  /external/clang/test/Layout/
ms-x86-pack-and-align.cpp 25 #pragma pack(push, 2)
119 #pragma pack(pop)
122 #pragma pack(push, 1)
124 #pragma pack(pop)
156 #pragma pack(push, 1)
161 #pragma pack(pop)
186 #pragma pack(16)
201 #pragma pack(1)
221 #pragma pack(8)
236 #pragma pack(1
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 3 import org.bouncycastle.util.Pack;
56 Pack.intToBigEndian(x, z, 0);
62 Pack.intToBigEndian(x, z, 0);
68 Pack.longToBigEndian(x, z, 0);
74 Pack.longToBigEndian(x, z, 0);
80 Pack.bigEndianToInt(x, 0, z);
86 Pack.bigEndianToInt(x, 0, z);
92 Pack.bigEndianToLong(x, 0, z);
98 Pack.bigEndianToLong(x, 0, z);
  /external/clang/include/clang/AST/
LambdaCapture.h 60 /// capture that is a pack expansion, or an invalid source
61 /// location to indicate that this is not a pack expansion.
114 /// \brief Determine whether this capture is a pack expansion,
115 /// which captures a function parameter pack.
119 /// that is a pack expansion.
TemplateName.h 40 /// template names or an already-substituted template template parameter pack.
113 /// parameter pack.
115 /// This kind of template names occurs when the parameter pack has been
116 /// provided with a template template argument pack in a context where its
117 /// enclosing pack expansion could not be fully expanded.
131 /// \brief Retrieve the template template parameter pack being substituted.
136 /// \brief Retrieve the template template argument pack with which this
203 /// \brief A template template parameter pack that has been substituted for
204 /// a template template argument pack, but has not yet been expanded into
262 /// \brief Retrieve the substituted template template parameter pack, if
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
O_S_2f_2.py 125 self.panose = sstruct.pack(panoseFormat, self.panose)
127 data = sstruct.pack(OS2_format_0, self)
129 data = sstruct.pack(OS2_format_1, self)
131 data = sstruct.pack(OS2_format_2, self)
136 data = sstruct.pack(OS2_format_5, d)
_k_e_r_n.py 57 data = struct.pack(">ll", fl2fi(self.version, 16), nTables)
59 data = struct.pack(">HH", self.version, nTables)
120 data = struct.pack(">HHHH", nPairs, searchRange, entrySelector, rangeShift)
126 data = data + struct.pack(">HHh", left, right, value)
127 return struct.pack(">HHH", self.version, len(data) + 6, self.coverage) + data
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_ppc.h 108 * as is used natively in 32-bit code. #pragma pack is a MSVC extension
111 #pragma pack(4)
113 #pragma pack(push, 4)
144 #pragma pack(0)
146 #pragma pack(pop)
  /external/v8/test/mjsunit/es6/
array-of.js 119 function Pack() {
122 Pack.of = Array.of;
123 var pack = Pack.of("wolves", "cards", "cigarettes", "lies");
124 assertEquals(lastObj, pack);
  /external/vboot_reference/futility/
cmd_vbutil_key.c 35 {"pack", 1, 0, OPT_MODE_PACK},
46 "Usage: " MYNAME " %s --pack <outfile> [PARAMETERS]\n"
69 /* Pack a .keyb file into a .vbpubk, or a .pem into a .vbprivk */
70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm,
227 return Pack(infile, outfile, algorithm, version);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xdrlib.py 40 """Pack various data representations into a buffer."""
54 self.__buf.write(struct.pack('>L', x))
57 self.__buf.write(struct.pack('>l', x))
72 try: self.__buf.write(struct.pack('>f', x))
77 try: self.__buf.write(struct.pack('>d', x))
  /prebuilts/gdb/linux-x86/lib/python2.7/
xdrlib.py 40 """Pack various data representations into a buffer."""
54 self.__buf.write(struct.pack('>L', x))
57 self.__buf.write(struct.pack('>l', x))
72 try: self.__buf.write(struct.pack('>f', x))
77 try: self.__buf.write(struct.pack('>d', x))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xdrlib.py 40 """Pack various data representations into a buffer."""
54 self.__buf.write(struct.pack('>L', x))
57 self.__buf.write(struct.pack('>l', x))
72 try: self.__buf.write(struct.pack('>f', x))
77 try: self.__buf.write(struct.pack('>d', x))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xdrlib.py 40 """Pack various data representations into a buffer."""
54 self.__buf.write(struct.pack('>L', x))
57 self.__buf.write(struct.pack('>l', x))
72 try: self.__buf.write(struct.pack('>f', x))
77 try: self.__buf.write(struct.pack('>d', x))
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.proto 46 // Protobuf library provides support to pack/unpack Any values in the form
49 // Example 1: Pack and unpack a message in C++.
59 // Example 2: Pack and unpack a message in Java.
62 // Any any = Any.pack(foo);
68 // The pack methods provided by protobuf library will by default use
  /bionic/tools/relocation_packer/src/
main.cc 5 // Tool to pack and unpack relative relocations in a shared library.
40 "Pack or unpack relative relocations in a shared library.\n\n"
145 LOG(ERROR) << file << ": failed to pack/unpack file";
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
PX.py 58 pref = struct.pack("!H", self.preference)
90 sp = struct.pack("!H", self.preference)
91 op = struct.pack("!H", other.preference)
SRV.py 61 three_ints = struct.pack("!HHH", self.priority, self.weight, self.port)
84 sp = struct.pack("!HHH", self.priority, self.weight, self.port)
85 op = struct.pack("!HHH", other.priority, other.weight, other.port)
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/
dsbase.py 70 header = struct.pack("!HBB", self.key_tag, self.algorithm,
85 hs = struct.pack("!HBB", self.key_tag, self.algorithm,
87 ho = struct.pack("!HBB", other.key_tag, other.algorithm,

Completed in 434 milliseconds

<<11121314151617181920>>