HomeSort by relevance Sort by last modified time
    Searched full:bitset (Results 451 - 475 of 863) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_common.h 26 /* Bitset representing status of connection. */
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
freebasic.php 48 "bitreset", "bitset", "bload", "bsave", "byref", "byte", "byval", "call",
rebol.php 78 'ask','at','back','binary?','bind','bitset?','block?','brightness?',
114 'tail?','tangent','third','time?','to','to-binary','to-bitset',
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 35 #include "main/bitset.h"
  /external/oprofile/libregex/tests/
mangled-name.in 35 bitset<33, unsigned long>
36 bitset<33>
231 bitset<(@SIZE_T_TYPE@)33>
232 bitset<33>
  /external/stlport/test/eh/
main.cpp 140 cerr<<"\t\tpossible test names are : algo vector bit_vector list slist deque set map hash_set hash_map rope string bitset valarray"<<endl;
263 } else if (EH_CSTD::strcmp(p, "bitset")==0) {
381 gTestController.SetCurrentContainer("bitset");
382 cerr << "EH test : bitset" << endl;
  /frameworks/base/graphics/java/android/renderscript/
FieldPacker.java 20 import java.util.BitSet;
36 mAlignment = new BitSet();
43 mAlignment = new BitSet();
597 private BitSet mAlignment;
  /frameworks/native/libs/input/
VelocityControl.cpp 27 #include <utils/BitSet.h>
  /ndk/sources/cxx-stl/stlport/
Android.mk 48 src/bitset.cpp \
  /external/antlr/antlr-3.4/runtime/C/doxygen/
doxygengroups.dox 73 /// \defgroup ANTLR3_BITSET ANTLR3_BITSET - Bitset Class Definition
173 /// \defgroup pANTLR3_BITSET pANTLR3_BITSET - Bitset Implementation
  /external/bison/src/
AnnotationList.h 111 state ***predecessors, bitset **item_lookahead_sets,
179 size_t nitems, bitset *lookaheads,
closure.c 24 #include <bitset.h>
39 static bitset ruleset;
conflicts.c 24 #include <bitset.h>
45 static bitset shift_set;
46 static bitset lookahead_set;
242 flush_reduce (bitset lookahead_tokens, int token)
254 | RULENO is the number of the lookahead bitset to consider. |
268 bitset lookahead_tokens = reds->lookahead_tokens[ruleno];
  /external/chromium_org/sync/syncable/
entry_kernel.h 186 std::bitset<BIT_FIELDS_COUNT> bit_fields;
187 std::bitset<BIT_TEMPS_COUNT> bit_temps;
  /external/llvm/lib/Object/
COFFYAML.cpp 144 void ScalarBitSetTraits<COFF::Characteristics>::bitset( function in class:llvm::yaml::ScalarBitSetTraits
163 void ScalarBitSetTraits<COFF::SectionCharacteristics>::bitset( function in class:llvm::yaml::ScalarBitSetTraits
  /frameworks/native/include/input/
VelocityTracker.h 22 #include <utils/BitSet.h>
101 // Gets a bitset containing all pointer ids from the most recent movement.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.h 20 #include <bitset>
33 typedef std::bitset<MAX_KEY_COUNT_IN_A_KEYBOARD> NearKeycodesSet;
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryOutputCapsule.java 47 import java.util.BitSet;
261 public void write(BitSet value, String name, BitSet defVal)
265 writeAlias(name, BinaryClassField.BITSET);
674 // BitSet
676 protected void write(BitSet value) throws IOException {
BinaryInputCapsule.java 47 import java.util.BitSet;
86 case BinaryClassField.BITSET: {
266 public BitSet readBitSet(String name, BitSet defVal) throws IOException {
270 return (BitSet) fieldData.get(field.alias);
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 45 import java.util.BitSet;
143 private BitSet callerBlocks;
145 private BitSet retBlocks;
156 retBlocks = new BitSet(maxLabel);
157 callerBlocks = new BitSet(maxLabel);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 29 import java.util.BitSet;
136 * an empty BitSet. Subclasses must override this method if they
140 * @return {@code non-null;} a BitSet flagging registers in the
143 public BitSet compatibleRegs(DalvInsn insn) {
144 return new BitSet();
  /external/chromium_org/tools/android/memdump/
memdump.cc 34 class BitSet {
85 // committed_pages_bits is a bitset reflecting the present bit for all the
87 BitSet committed_pages_bits;
204 BitSet* committed_pages_bits) {
477 BitSet* const pages_bits = &it->committed_pages_bits;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 30 import java.util.BitSet;
137 * an empty BitSet. Subclasses must override this method if they
141 * @return {@code non-null;} a BitSet flagging registers in the
144 public BitSet compatibleRegs(DalvInsn insn) {
145 return new BitSet();

Completed in 868 milliseconds

<<11121314151617181920>>