Searched refs:packed (Results 1 - 25 of 396) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-dfa.rb34 packed = [
49 ANTLR3::DFA.unpack(*packed).should == unpacked
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h265 } __attribute__((packed)) tBTA_GATTC_CACHE_ATTR;
278 } __attribute__((packed)) tBTA_GATTC_CACHE;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h57 } __attribute__((packed)) tBTA_GATT_ID;
/external/bluetooth/bluedroid/btif/co/
H A Dbta_gatts_co.c41 } __attribute__((packed)) btif_gatts_srv_chg_cb_t;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c210 } __attribute__((packed)) btif_gattc_cb_t;
225 }__attribute__((packed)) btif_gattc_dev_t;
232 }__attribute__((packed)) btif_gattc_dev_cb_t;
H A Dbtif_gatt_server.c108 } __attribute__((packed)) btif_gatts_cb_t;
/external/ceres-solver/internal/ceres/
H A Dcovariance_impl.cc461 cholmod_jacobian.packed = 1;
H A Dsuitesparse.cc111 m.packed = 1;
237 block_matrix.packed = 1;
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_util_chromeos.cc34 } __attribute__((packed));
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_cpp_generator.py205 for pf in struct.packed.packed_fields:
H A Dmojom_js_generator.py64 def JavaScriptPayloadSize(packed):
65 packed_fields = packed.packed_fields
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dgenerator.py20 struct.packed = pack.PackedStruct(struct)
29 struct.packed = pack.PackedStruct(struct)
33 struct.packed = pack.PackedStruct(struct)
34 struct.bytes = pack.GetByteLayout(struct.packed)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dplatforminfo.py116 packed = fcntl.ioctl(sys.stderr.fileno(), termios.TIOCGWINSZ, '\0' * 8)
117 _, columns, _, _ = struct.unpack('HHHH', packed)
/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr.c191 ret = error->packed;
501 error->packed = ERR_PACK(library, func, reason);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h133 * The library identifier, function identifier and reason code are packed in a
158 /* ERR_get_error gets the packed error code for the least recent error and
319 /* packed contains the error library, function and reason, as packed by
321 uint32_t packed; member in struct:err_error_st
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/cython/src/Cython/
H A DCodeWriter.py188 if node.packed:
189 decl += u'packed '
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DBuffer.py701 if dtype.packed:
H A DModuleNode.py780 packed = type.is_struct and type.packed
781 if packed:
786 if packed:
803 if packed:
H A DNodes.py1277 # packed boolean
1282 if self.visibility == 'extern' and self.packed and not scope:
1283 error(self.pos, "Cannot declare extern struct as 'packed'")
1287 packed = self.packed)
H A DParsing.py2305 set, set(["struct", "union", "enum", "packed"]))
2711 packed = False
2712 if s.systring == 'packed':
2713 packed = True
2744 api = ctx.api, in_pxd = ctx.level == 'module_pxd', packed = packed)
H A DPyrexTypes.py2849 # packed boolean
2857 def __init__(self, name, kind, scope, typedef_flag, cname, packed=False):
2870 self.packed = packed
2996 packed = False variable in class:CppClassType
H A DSymtab.py496 packed = False):
506 name, kind, scope, typedef_flag, cname, packed)
/external/chromium_org/third_party/icu/source/common/
H A Ducnvbocu.cpp115 /* The length of a byte sequence, according to its packed form. */
116 #define BOCU1_LENGTH_FROM_PACKED(packed) \
117 ((uint32_t)(packed)<0x04000000 ? (packed)>>24 : 4)
269 * and return a packed integer with them.

Completed in 5456 milliseconds

1234567891011>>