HomeSort by relevance Sort by last modified time
    Searched full:mark (Results 126 - 150 of 6083) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
msl_string.h 3 * Mark of the Unicorn, Inc.
9 * in supporting documentation. Mark of the Unicorn, Inc. makes no
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
msl_string.h 3 * Mark of the Unicorn, Inc.
9 * in supporting documentation. Mark of the Unicorn, Inc. makes no
  /external/chromium_org/third_party/icu/source/test/cintltst/
cg7coll.h 25 * Sample Rules: & Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'
62 /* "& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'" */
  /external/chromium_org/third_party/zlib/
inffast.h 2 * Copyright (C) 1995-2003, 2010 Mark Adler
  /external/chromium_org/ui/compositor/
debug_utils.h 18 // Log the layer hierarchy. Mark layers which contain |mouse_location| with '*'.
  /external/clang/test/CodeGen/
init-with-member-expr.c 13 unsigned char mark[7]; member in struct:mark_header_tag
  /external/icu4c/test/cintltst/
cg7coll.h 25 * Sample Rules: & Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'
62 /* "& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'" */
  /external/kernel-headers/original/asm-arm/
mman.h 8 #define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
  /external/kernel-headers/original/linux/netfilter/
xt_connmark.h 14 unsigned long mark, mask; member in struct:xt_connmark_info
  /external/qemu/distrib/zlib-1.2.3/
inffast.h 2 * Copyright (C) 1995-2003 Mark Adler
  /external/zlib/src/
inffast.h 2 * Copyright (C) 1995-2003, 2010 Mark Adler
  /packages/inputmethods/LatinIME/java/res/xml/
keys_pcqwerty4_right3.xml 41 <!-- U+2039: "?" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
42 U+203A: "?" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
45 U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
46 U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_connmark.h 14 unsigned long mark, mask; member in struct:xt_connmark_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_connmark.h 14 unsigned long mark, mask; member in struct:xt_connmark_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_connmark.h 14 unsigned long mark, mask; member in struct:xt_connmark_info
  /prebuilts/misc/android-arm/gdbserver/
Android.mk 4 # Explicitly mark gdbserver as "eng" so that it doesn't
  /prebuilts/misc/android-mips/gdbserver/
Android.mk 4 # Explicitly mark gdbserver as "eng" so that it doesn't
  /prebuilts/misc/android-x86/gdbserver/
Android.mk 4 # Explicitly mark gdbserver as "eng" so that it doesn't
  /external/chromium_org/ui/keyboard/resources/layouts/
symbol-altkeys.js 32 '\u201E', // Double low-9 quotation mark
36 '!': ['\u00A1'], // Inverted exclamation mark
37 '?': ['\u00BF'], // Inverted question mark
  /external/iptables/extensions/
libxt_TPROXY.c 26 {.name = "tproxy-mark", .id = P_MARK, .type = XTTYPE_MARKMASK32},
36 {.name = "tproxy-mark", .id = P_MARK, .type = XTTYPE_MARKMASK32},
47 " --tproxy-mark value[/mask] Mark packets with the given value/mask\n\n");
54 printf(" TPROXY redirect %s:%u mark 0x%x/0x%x",
67 printf(" TPROXY redirect %s:%u mark 0x%x/0x%x",
80 printf(" TPROXY redirect %s:%u mark 0x%x/0x%x",
93 printf(" --tproxy-mark 0x%x/0x%x",
105 printf(" --tproxy-mark 0x%x/0x%x",
117 printf(" --tproxy-mark 0x%x/0x%x"
    [all...]
  /libcore/luni/src/main/java/java/io/
FilterReader.java 62 * Sets a mark position in this reader. The parameter {@code readlimit}
63 * indicates how many bytes can be read before the mark is invalidated.
67 * This implementation sets a mark in the filtered reader.
71 * the mark is invalidated.
78 public synchronized void mark(int readlimit) throws IOException { method in class:FilterReader
80 in.mark(readlimit);
85 * Indicates whether this reader supports {@code mark()} and {@code reset()}.
88 * @return {@code true} if {@code mark()} and {@code reset()} are supported
90 * @see #mark(int)
161 * {@code mark()} and {@code reset()}
    [all...]
  /libcore/luni/src/main/java/java/util/jar/
ManifestReader.java 57 int mark = pos; local
83 chunks.put(entryNameValue, new Manifest.Chunk(mark, pos));
84 mark = pos;
113 int mark = pos; local
120 String nameString = new String(buf, mark, pos - mark - 1, StandardCharsets.US_ASCII);
142 int mark = pos; local
163 valueBuffer.write(buf, mark, last - mark);
164 mark = pos
    [all...]
  /system/netd/
SecondaryTableController.cpp 79 "mark",
80 "--mark",
316 int mark = tableIndex + BASE_TABLE_NUMBER; local
321 if (mUidMarkMap->anyRulesForMark(mark)) {
326 snprintf(mark_str, sizeof(mark_str), "%d", mark);
405 "mark",
406 "--mark",
411 //add a rule to clear the mark in the VPN chain
412 //packets marked with SO_MARK already have the iface's mark set but unless they match a
420 "MARK",
523 int mark = tableIndex + BASE_TABLE_NUMBER; local
559 int mark = tableIndex + BASE_TABLE_NUMBER; local
630 int mark = mUidMarkMap->getMark(uid); local
    [all...]
  /external/proguard/src/proguard/obfuscate/
Utf8UsageMarker.java 62 // Mark the UTF-8 entries referenced by the other constant pool entries.
65 // Mark the UTF-8 entries referenced by the fields and methods.
69 // Mark the UTF-8 entries referenced by the attributes.
78 // Mark the name and descriptor UTF-8 entries.
82 // Mark the UTF-8 entries referenced by the attributes.
140 // Mark the UTF-8 entries referenced by the inner classes.
191 // Mark the UTF-8 entries referenced by the attributes.
218 // Mark the UTF-8 entries referenced by the local variables.
227 // Mark the UTF-8 entries referenced by the local variable types.
236 // Mark the UTF-8 entries referenced by the annotations
    [all...]
  /libcore/luni/src/main/java/java/nio/
Buffer.java 33 * <li>Mark: used to remember the current position, so that you can reset the
34 * position later. Mark may not be negative and no greater than position.</li>
37 * while changing the position, limit and mark of a read-only buffer is OK.</li>
49 * <code>UNSET_MARK</code> means the mark has not been set.
65 * Mark is where position will be set when <code>reset()</code> is called.
66 * Mark is not set by default. Mark is always no less than zero and no
69 int mark = UNSET_MARK; field in class:Buffer
210 * and mark is cleared.
216 mark = UNSET_MARK
323 public final Buffer mark() { method in class:Buffer
    [all...]

Completed in 652 milliseconds

1 2 3 4 56 7 8 91011>>