HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 201 - 225 of 1681) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/aac/libSYS/src/linux/
FDK_stackload_linux.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
audio_linux.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
coresup_linux.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
uart_linux.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 171 * unexpected char doesn't carry the line info.
  /external/apache-harmony/luni/src/test/resources/net.resources/
README.txt 8 This directory contains resources that can be used to carry out unit testing of
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLReaderManager.java 124 // Try to carry on if we've got a parser that
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 194 ** p_value: output parameter to carry out the attribute value.
195 ** p_len: output parameter to carry out the attribute length.
590 ** p_value: output parameter to carry out the attribute value.
648 ** p_value: output parameter to carry out the attribute value.
    [all...]
  /external/ceres-solver/internal/ceres/
block_random_access_matrix.h 84 // Structure to carry a pointer to the array containing a cell and the
compressed_row_sparse_matrix.h 136 // carry with it row and column block sizes. This is auxilliary and
  /external/chromium/base/
sys_string_conversions_mac.mm 115 // when strings don't carry BOMs, as they typically won't.
  /external/chromium/chrome/browser/net/
ssl_config_service_manager_pref.cc 36 // This method is posted to the IO thread from the browser thread to carry the
  /external/chromium/chrome/browser/password_manager/
password_store_x_unittest.cc 351 // task to notify us that it's safe to carry on with the test.
470 // task to notify us that it's safe to carry on with the test.
552 // yet another task to notify us that it's safe to carry on with the test.
636 // carry on with the test.
  /external/chromium/net/disk_cache/
mem_entry_impl.h 29 // A child entry is used to carry partial cache content, non-sparse methods like
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 96 // instance's behaviour for the kind of data it will carry.
  /external/kernel-headers/original/linux/
mempolicy.h 119 * carry the policy. As a special twist the pseudo mm is indexed in pages, not
  /external/libvorbis/include/vorbis/
codec.h 34 Combinations of the three values carry the following implications:
  /external/llvm/docs/
MarkedUpDisassembly.rst 23 not carry semantics beyond "this text has an annotation," so consumers can
  /external/markdown/markdown/extensions/
wikilinks.py 54 MetaData should not carry over to next document:
  /external/mockito/src/org/mockito/plugins/
MockMaker.java 46 * <li>Your proxy object should carry the {@code handler} with it. For example, if you generate byte code
  /external/openssl/crypto/asn1/
a_verify.c 166 /* Return value of 2 means carry on, anything else means we
  /external/openssl/crypto/bn/asm/
ppc.pl 302 addze r9,r0 # catch carry if any.
303 # r9= r0(=0) and carry
    [all...]
  /external/proguard/src/proguard/
GPL.java 53 System.out.println("must ensure that these programs carry the GNU General Public License as well.");
  /external/qemu/hw/
ne2000.c 184 int carry, i, j; local
191 carry = ((crc & 0x80000000L) ? 1 : 0) ^ (b & 0x01);
194 if (carry)
195 crc = ((crc ^ POLYNOMIAL) | carry);
  /external/quake/quake/src/WinQuake/data/
ORDER.TXT 23 which local stores carry Quake and other id products, contact the

Completed in 2429 milliseconds

1 2 3 4 5 6 7 891011>>