HomeSort by relevance Sort by last modified time
    Searched full:words (Results 1026 - 1050 of 2986) sorted by null

<<41424344454647484950>>

  /external/iproute2/ip/
ipxfrm.c 75 int words = bits >> 0x05; local
79 if (words)
80 if (memcmp(a1, a2, words << 2))
87 w1 = a1[words];
88 w2 = a2[words];
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 64 static final String TABLE_WORDS = "words";
495 // Don't use a trigger for updating the words table because of a bug
499 // Update the words table with a corresponding row. The words table
500 // allows us to search for words quickly, without scanning the whole
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man7/
gfdl.7 219 be at most 5 words, and a Back-Cover Text may be at most 25 words.
298 the full title with all words of the title equally prominent and
429 You may add a passage of up to five words as a Front-Cover Text, and a
430 passage of up to 25 words as a Back-Cover Text, to the end of the list
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 466 words = self.val['_M_w']
467 wtype = words.type
475 words = [words]
482 w = words[byte]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 484 words = self.val['_M_w']
485 wtype = words.type
493 words = [words]
500 w = words[byte]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 466 words = self.val['_M_w']
467 wtype = words.type
475 words = [words]
482 w = words[byte]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 484 words = self.val['_M_w']
485 wtype = words.type
493 words = [words]
500 w = words[byte]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /hardware/libhardware/include/hardware/
gps.h 367 * When a message is received properly without any parity error in its navigation words, the
369 * with words that failed parity check, but GPS is able to correct those words, the status
371 * No need to send any navigation message that contains words with parity error and cannot be
    [all...]
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 80 size_t words; local
89 * 'words' aligned 4 byte words followed by
94 words = (len - init_bytes) >> 2;
110 for (i = 0; i < words; i++) {
150 size_t words; local
161 words = (len - init_bytes) >> 2;
176 for (i = 0; i < words; i++) {
217 size_t words; local
228 words = (len - init_bytes) >> 3
297 size_t words; local
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 567 int64_t words; local
569 words = 10;
571 if (!GetValue(argv[next_arg], &words)) {
572 words = 10;
575 end = cur + words;
577 int32_t words; local
579 words = 10;
581 if (!GetValue(argv[next_arg], &words)) {
582 words = 10;
585 end = cur + words;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 586 long[] words = null; local
588 words = new long[1];
593 words = bits.toPackedArray();
597 String[] wordStrings = new String[words.length];
598 for (int j = 0; j < words.length; j++) {
599 long w = words[j];
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2 401 words, no further chaining is allowed beyond a terminal rule.
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1218 uint offset, words, bytes;
    [all...]
  /build/core/
envsetup.mk 138 ifneq ($(build_variant)-$(words $(TARGET_BUILD_VARIANT)),-1)
167 ifneq ($(words $(board_config_mk)),1)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 396 public void setDialogue(String words) {
397 mDialogue.setText(words);
  /docs/source.android.com/src/source/
configure-products.jd 49 locales supported, and the configuration for various locales. In other words, this is the name of the
282 List of words like <code>source_path:destination_path</code>. The file at the source path
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 200 * words, the prior stack state is not consulted when computing where to
238 * conversion pushed that state on the stack? In other words,
  /external/boringssl/src/crypto/bn/
div.c 213 /* Get the top 2 words of sdiv */
253 /* the first part of the loop uses the top two words of snum and sdiv to
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 152 $hl = words($hl);
245 function words($str) function
  /external/eigen/doc/
A05_PortingFrom2To3.dox 31 Eigen 2's dot product was linear in the first variable. Eigen 3's dot product is linear in the second variable. In other words, the Eigen 2 code \code x.dot(y) \endcode is equivalent to the Eigen 3 code \code y.dot(x) \endcode In yet other words, dot products are complex-conjugated in Eigen 3 compared to Eigen 2. The switch to the new convention was commanded by common usage, especially with the notation \f$ x^Ty \f$ for dot products of column-vectors.
  /external/google-breakpad/src/common/dwarf/
bytereader.h 93 // In other words, we break VALUE into groups of seven bits, put
112 // In other words, we break VALUE into groups of seven bits, put

Completed in 2041 milliseconds

<<41424344454647484950>>