HomeSort by relevance Sort by last modified time
    Searched full:none (Results 1626 - 1650 of 4221) sorted by null

<<61626364656667686970>>

  /external/tcpdump/
print-fr.c 188 bittok2str(fr_header_flag_values, "none", EXTRACT_32BITS(flags)),
196 bittok2str(fr_header_flag_values, "none", EXTRACT_32BITS(flags)),
414 bittok2str(frf_flag_values,"none",(p[0] & MFR_BEC_MASK)),
511 bittok2str(frf_flag_values,"none",(p[0] & MFR_BEC_MASK)));
520 bittok2str(frf_flag_values,"none",(p[0] & MFR_BEC_MASK)));
557 bittok2str(frf_flag_values,"none",flags),
  /external/v8/src/ia32/
assembler-ia32.h 206 bool is_zero() const { return x_ == 0 && rmode_ == RelocInfo::NONE; }
208 return -128 <= x_ && x_ < 128 && rmode_ == RelocInfo::NONE;
211 return -32768 <= x_ && x_ < 32768 && rmode_ == RelocInfo::NONE;
250 RelocInfo::Mode rmode = RelocInfo::NONE);
257 RelocInfo::Mode rmode = RelocInfo::NONE);
263 RelocInfo::Mode rmode = RelocInfo::NONE);
  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 279 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all
280 // the elements meeting at this edge are 'none' will the border be omitted (but note that 'none' is
282 // (3) If none of the styles are 'hidden' and at least one of them is not 'none', then narrow borders
300 // Rule #2 above. A style of 'none' has lowest priority and always loses to any other border.
    [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus_handlers.c 509 const char *args[] = {"CCMP", "TKIP", "NONE"};
536 &iter_array, "NONE"))
600 "WPA-PSK", "WPA-EAP", "IEEE8021X", "WPA-NONE",
601 "NONE"
616 "NONE"))
639 &iter_array, "WPA-NONE"))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 567 const char *args[] = {"CCMP", "TKIP", "NONE"};
594 &iter_array, "NONE"))
658 "WPA-PSK", "WPA-EAP", "IEEE8021X", "WPA-NONE",
659 "NONE"
674 "NONE"))
697 &iter_array, "WPA-NONE"))
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf.cpp 137 None
143 None
158 None
259 None
266 None
281 None
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.cpp 102 None.
105 None.
115 None
208 None.
211 None.
221 None
pstfilt.cpp 175 None
178 None
189 None
283 None
286 None
301 None
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 60 None
63 None
66 None
73 None
76 None
132 None.
idct.cpp 48 None
51 None
54 None
60 None
63 None
101 None
  /dalvik/docs/
dex-format.html 587 <td><i>(none; must be <code>0</code>)</i></td>
694 <td><i>(none; must be <code>0</code>)</i></td>
704 <td><i>(none; must be <code>0</code>)</i></td>
714 <td><i>(none; must be <code>0</code>)</i></td>
715 <td><i>(none)</i></td>
722 <td><i>(none)</i></td>
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 44 NONE,
227 * given type. If there are none, this writes nothing. If there are any,
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 140 * or null if there is none in this list.
161 * register, or -1 if none in this list uses the register.
  /dalvik/libcore/security/src/test/java/tests/security/spec/
ECPointTest.java 130 * Test preconditions: none<br>
170 * Test preconditions: none<br>
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 84 * @param publicId The public identifer, or null if none is
230 * none is supplied.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 67 * null if none is available.
82 * if none is available.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
HandlerBase.java 64 * @param publicId The public identifer, or null if none is
287 * none is supplied.
  /development/apps/Development/res/values/
strings.xml 84 <string name="none">"(none)"</string>
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 147 * @return an available pool entry, or <code>null</code> if there is none
281 * @return a waiting thread, or <code>null</code> if there is none
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 111 * @throws DateParseException if none of the dataFormats could parse the dateValue
130 * @throws DateParseException if none of the dataFormats could parse the dateValue
  /external/elfutils/libelf/
libelf.h 183 /* Create ELF header if none exists. */
317 for most recent error or NULL is none occurred. If ERROR is -1 the
  /external/icu4c/common/
util.h 84 * character at or after pos, or str.length(), if there is none.
87 * after pos, or str.length(), if there is none.
  /external/icu4c/stubdata/
icu_dat_generator.py 86 InvokeIcuTool("icupkg", None, [dest_dat, "-x", "*", "-d", TMP_DAT_PATH])
101 InvokeIcuTool("icupkg", None, ["-tl", "-s", TMP_DAT_PATH, "-a", dat_list_file_path, "new",
  /external/icu4c/tools/tzcode/
tzselect.ksh 96 'none - I want to specify the time zone using the Posix TZ format.'
112 none)
  /external/kernel-headers/original/linux/
interrupt.h 370 * 6. irq = probe_irq_off(irqs); // get IRQ number, 0=none, negative=multiple
378 * or zero if none occurred, or a negative irq number

Completed in 222 milliseconds

<<61626364656667686970>>