HomeSort by relevance Sort by last modified time
    Searched defs:marked (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/eigen/Eigen/src/Eigen2Support/
Lazy.h 27 MatrixBase<Derived>::marked() const function in class:Eigen::MatrixBase
39 * \sa class Flagged, marked()
  /external/chromium_org/ui/app_list/search/
tokenized_string_match_unittest.cc 16 // Returns a string of |text| marked the hits in |match| using block bracket.
20 base::string16 marked = text; local
26 marked.insert(hit.end(), 1, ']');
27 marked.insert(hit.start(), 1, '[');
30 return base::UTF16ToUTF8(marked);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
ins.h 18 byte marked; member in struct:Ins::__anon86
29 return i->i.marked != 0;
33 i->i.marked = 1;
37 i->i.marked = 0;
  /external/dexmaker/src/main/java/com/google/dexmaker/
Label.java 36 boolean marked = false; field in class:Label
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
66 #define isfinalized(x) testbit(gch(x)->marked, FINALIZEDBIT)
104 ** if key is not marked, mark its entry as dead (therefore removing it
219 gch(o)->marked = luaC_white(g);
239 ** and turned black here. Other objects are marked gray and added
321 ** mark all values stored in marked open upvalues. (See comment in
379 int marked = 0; /* true if an object is marked in this traversal * local
729 int marked = gch(curr)->marked; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 30 def set_marked( self, marked ):
31 # if marked:
33 self._marked = marked
34 marked = property( get_marked, set_marked ) variable in class:Node
895 node.marked = cb(self, node)
896 if verbose and node.marked:
903 if verbose and self[i].marked and not node.marked:
905 node.marked = self[i].marked or node.marke
    [all...]
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /external/libnl/include/linux/
pkt_sched.h 190 __u32 marked; /* Marked packets */ member in struct:tc_red_xstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pkt_sched.h 217 __u32 marked; /* Marked packets */ member in struct:tc_red_xstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_sched.h 217 __u32 marked; /* Marked packets */ member in struct:tc_red_xstats
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
pkt_sched.h 133 __u32 marked; member in struct:tc_red_xstats

Completed in 786 milliseconds

1 2 3 4