HomeSort by relevance Sort by last modified time
    Searched full:pack (Results 76 - 100 of 938) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/svg/properties/
SVGStaticPropertyWithParentTearOff.h 29 // UpdateMethod is 12 bytes. We have to pack to a size greater than or equal to that to avoid an
31 #pragma pack(push, 16)
66 #pragma pack(pop)
  /frameworks/base/opengl/tools/glgen/src/
Jsr239CodeEmitter.java 43 * @param java11ExtPackInterfaceStream the PrintStream to which to emit the Java interface for GL 1.1 Extension Pack functions
69 public void setVersion(int version, boolean ext, boolean pack) {
75 (pack ? mJava11ExtPackInterfaceStream :
CodeEmitter.java 19 void setVersion(int version, boolean ext, boolean pack);
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoderUtils.h 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
  /external/chromium/chrome/browser/resources/
login_ui.css 17 -webkit-box-pack: center;
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 22 unsigned_c<0> uc0a = f(); // okay, deduced to an empty pack
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 25 // For a function parameter pack that occurs at the end of the
28 // function parameter pack.
78 // For a function parameter pack that does not occur at the end of the
79 // parameter-declaration-list, the type of the parameter pack is a
  /external/clang/test/CodeGen/
ms_struct-pack.c 4 #pragma pack(1)
34 #pragma pack(2)
65 #pragma pack(4)
95 #pragma pack(8)
pragma-pack-2.c 10 #pragma pack(4)
  /external/llvm/test/CodeGen/X86/
vec_shuffle-28.ll 7 ; Pack various elements via shuffles.
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 22 #pragma pack(1) /* pack structure size is 1 byte */
36 #pragma pack() /*reset to normal pack size */
  /external/webkit/Source/JavaScriptCore/runtime/
SymbolTable.h 53 pack(index, false, false);
59 pack(index, attributes & ReadOnly, attributes & DontEnum);
84 pack(getIndex(), attributes & ReadOnly, attributes & DontEnum);
98 void pack(int index, bool readOnly, bool dontEnum) function in struct:JSC::SymbolTableEntry
  /libcore/dalvik/src/main/java/dalvik/system/
BaseDexClassLoader.java 111 Package pack = super.getPackage(name); local
113 if (pack == null) {
114 pack = definePackage(name, "Unknown", "0.0", "Unknown",
118 return pack;
  /external/chromium/chrome/browser/resources/chromeos/
sim_unlock.css 51 -webkit-box-pack: center;
55 -webkit-box-pack: center;
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 9 -webkit-box-pack: start;
24 -webkit-box-pack: start;
  /external/svox/pico/src/com/svox/pico/
VoiceDataInstallerReceiver.java 25 * Is notified when the language pack installer is added to the system, and runs the installer.
38 // the language pack installer has been added to the system
  /external/wpa_supplicant/
eap_pax_common.h 19 #pragma pack(push, 1)
36 #pragma pack(pop)
eap_sake_common.h 50 #pragma pack(push, 1)
64 #pragma pack(pop)
eap_tlv.h 36 #pragma pack(push, 1)
83 #pragma pack(pop)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_pax_common.h 19 #pragma pack(push, 1)
32 #pragma pack(pop)
eap_psk_common.h 35 #pragma pack(push, 1)
70 #pragma pack(pop)
eap_sake_common.h 50 #pragma pack(push, 1)
60 #pragma pack(pop)
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.h 19 #pragma pack(push, 1)
32 #pragma pack(pop)
eap_psk_common.h 35 #pragma pack(push, 1)
70 #pragma pack(pop)
eap_sake_common.h 50 #pragma pack(push, 1)
60 #pragma pack(pop)

Completed in 907 milliseconds

1 2 34 5 6 7 8 91011>>