HomeSort by relevance Sort by last modified time
    Searched full:meaning (Results 801 - 825 of 2722) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 296 unsigned char st_other; /* 0 - no defined meaning */
418 Elf32_Sword d_tag; /* controls meaning of d_val */
426 Elf64_Xword d_tag; /* controls meaning of d_val */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 296 unsigned char st_other; /* 0 - no defined meaning */
418 Elf32_Sword d_tag; /* controls meaning of d_val */
426 Elf64_Xword d_tag; /* controls meaning of d_val */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 296 unsigned char st_other; /* 0 - no defined meaning */
418 Elf32_Sword d_tag; /* controls meaning of d_val */
426 Elf64_Xword d_tag; /* controls meaning of d_val */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 296 unsigned char st_other; /* 0 - no defined meaning */
418 Elf32_Sword d_tag; /* controls meaning of d_val */
426 Elf64_Xword d_tag; /* controls meaning of d_val */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
exec_elf.h 296 unsigned char st_other; /* 0 - no defined meaning */
418 Elf32_Sword d_tag; /* controls meaning of d_val */
426 Elf64_Xword d_tag; /* controls meaning of d_val */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h 296 unsigned char st_other; /* 0 - no defined meaning */
418 Elf32_Sword d_tag; /* controls meaning of d_val */
426 Elf64_Xword d_tag; /* controls meaning of d_val */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 296 unsigned char st_other; /* 0 - no defined meaning */
418 Elf32_Sword d_tag; /* controls meaning of d_val */
426 Elf64_Xword d_tag; /* controls meaning of d_val */
  /external/libpcap/doc/
pcap.xml 90 <t>The fields have the following meaning:</t>
187 <t>The meaning of the fields is:</t>
244 <t>The meaning of the fields is:</t>
509 <t>The fields have the following meaning:</t>
    [all...]
  /system/core/sh/
sh.1 314 operators (their meaning is discussed later).
323 Quoting is used to remove the special meaning of certain characters or
328 A backslash preserves the literal meaning of the following
335 Enclosing characters in single quotes preserves the literal meaning of all
340 meaning of all characters except dollarsign
351 Reserved words are words that have special meaning to the
361 Their meaning is discussed later.
    [all...]
  /external/valgrind/main/memcheck/docs/
mc-manual.xml 534 meaning of "sufficiently similar".) It cannot tell you when or how or why
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 479 assert(op.scale() == 0); // 'scale!=0' has no meaning without index
508 assert(op.scale() == 0); // 'scale!=0' has no meaning without index
590 assert(op.scale() == 0); // 'scale!=0' has no meaning without index
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 503 * Meaning that the last NFAState in A points back to A's left Transition NFAState
547 * Meaning that the last (end) NFAState in A points back to A's
563 * This is an accurate NFA representation of the meaning of (A)*, but
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 254 // net::kFormatUrlOmitTrailingSlashOnBareHostname risk changing the meaning if
257 // formatted string with the same meaning as the original URL (i.e. it will
624 // See AutocompleteInput::desired_tld() for meaning of |desired_tld|.
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ures.h 391 * Can be NULL, meaning capacity=0 and the string length is not
657 * Can be NULL, meaning capacity=0 and the string length is not
750 * Can be NULL, meaning capacity=0 and the string length is not
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 186 * b) == 0} implies {@code a == b} (identity equality). There is no meaning
505 * performed is <i>stable</i>, meaning that such elements will appear in the
523 * performed is <i>stable</i>, meaning that such elements will appear in the
  /external/icu4c/common/unicode/
ures.h 398 * Can be NULL, meaning capacity=0 and the string length is not
664 * Can be NULL, meaning capacity=0 and the string length is not
757 * Can be NULL, meaning capacity=0 and the string length is not
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 123 nil pointer meaning that particular kind of access is not available for
360 /* Assigned meaning in release 2.0 */
367 /* Assigned meaning in release 2.1 */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 446 The method should use a greedy read strategy meaning that
853 using 8-bit values. The default file mode is 'rb' meaning to
863 buffering has the same meaning as for the builtin open() API.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 123 nil pointer meaning that particular kind of access is not available for
360 /* Assigned meaning in release 2.0 */
367 /* Assigned meaning in release 2.1 */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 446 The method should use a greedy read strategy meaning that
853 using 8-bit values. The default file mode is 'rb' meaning to
863 buffering has the same meaning as for the builtin open() API.
    [all...]
  /bionic/libc/upstream-netbsd/libc/isc/
ev_timers.c 219 /* due={0,0} is a magic cookie meaning "now." */
  /bionic/libc/upstream-netbsd/libc/regex/
regex2.h 122 /* operators meaning operand */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
WhiteBalanceTest.java 211 * green meaning the CCT range is satisfied and red otherwise.
  /cts/tools/dasm/src/java_cup/
lr_item_core.java 13 * lalr_item, lalr_item_set, and lalr_start for full details on the meaning

Completed in 2091 milliseconds

<<31323334353637383940>>