/prebuilt/sdk/14/renderscript/include/ |
rs_types.rsh | 383 * \brief Bitfield to specify the usage types for an allocation.
|
/external/clang/include/clang/Basic/ |
DiagnosticParseKinds.td | 283 def err_objc_property_bitfield : Error<"property name cannot be a bitfield">; 459 "bitfield member cannot have an in-class initializer">;
|
/external/v8/src/ |
full-codegen.h | 96 class StateField : public BitField<State, 0, 8> { }; 97 class PcField : public BitField<unsigned, 8, 32-8> { };
|
v8globals.h | 318 // Must fit in the BitField PropertyDetails::TypeField.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant_i.h | 217 unsigned int auth_algs; /* bitfield of allowed auth algs */ 250 unsigned int hw_modes; /* bitfield of allowed hardware modes;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 288 p2p_service_add bonjour 000000 <32-byte bitfield as hexdump> 289 (note: see P2P spec Annex E.4 for information on how to construct the bitfield)
|
/frameworks/base/include/ui/ |
Input.h | 196 // Bitfield of axes that are present in this structure. 669 // The idBits bitfield specifies the pointer ids of the pointers whose positions
|
/external/kernel-headers/original/linux/ |
fb.h | 188 __u32 offset; /* beginning of bitfield */ 189 __u32 length; /* length of bitfield */ 255 struct fb_bitfield red; /* bitfield in fb mem if true color, */ [all...] |
mtio.h | 305 /* Bitfield shifts in the status */
|
/external/v8/src/arm/ |
disasm-arm.cc | 453 case 'f': { // 'f: bitfield instructions - v7 and above. 787 switch (instr->BitField(7, 4)) { 802 switch (instr->BitField(7, 4)) { [all...] |
simulator-arm.cc | [all...] |
/external/chromium/chrome/browser/sync/glue/ |
typed_url_model_associator.cc | 346 // This is a bitfield represting what we'll need to update with the output
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | [all...] |
directory_backing_store.cc | 82 statement->bind_int(index++, entry.ref(static_cast<BitField>(i))); 112 (*kernel)->put(static_cast<BitField>(i), (0 != statement->column_int(i))); [all...] |
syncable.cc | 513 entry->put(static_cast<BitField>(i), false); [all...] |
/external/clang/test/CodeGen/ |
bitfield-2.c | 190 // This is a case where the bitfield access will straddle an alignment boundary
|
/external/mesa3d/docs/ |
RELNOTES-4.1 | 295 by GLuint ctx->Transform.ClipPlanesEnabled. The later is a bitfield.
|
/external/mesa3d/src/mesa/main/ |
mtypes.h | [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_message.cc | 405 // "has" fields into a single bitfield.
|
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.h | 107 // bitfield where each bit indicates whether or not the
|
/frameworks/base/core/java/android/view/ |
InputDevice.java | 340 * Gets the input sources supported by this input device as a combined bitfield.
|
MotionEvent.java | [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuView.java | 133 // This is used as a bitfield to locate the smallest items present. Assumes childCount < 64.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
def.h | 282 /** Return one if an event type t matches an event mask bitfield */
|
/external/bluetooth/glib/glib/ |
gfileutils.c | 135 * @test: bitfield of #GFileTest flags 137 * Returns %TRUE if any of the tests in the bitfield @test are [all...] |