HomeSort by relevance Sort by last modified time
    Searched full:appended (Results 101 - 125 of 1737) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaCXX/
cstyle-cast.cpp 95 (void)(void*)((const int*)0); // const_cast appended
119 (void)(B*)((const A*)0); // const_cast appended
120 (void)(B&)(*((const A*)0)); // const_cast appended
153 (void)(int*)((const void*)0); // const_cast appended
197 (void)(int*)(icp); // const_cast appended
198 int const *const **icpcpp = (int const* const**)(ipppc); // const_cast appended
225 (void)(int structure::*)(psi); // const_cast appended
  /external/chromium_org/media/filters/
source_buffer_stream.h 6 // Buffers can be appended out of presentation order. Buffers are retrieved by
58 // Signals that the next buffers appended are part of a new media segment
85 // buffered data and is waiting for more data to be appended.
93 // the last call to Seek(), or starting with the first buffer appended if
124 // or an estimate if no two adjacent buffers have been appended to the stream
147 // |ranges_|, starting after the last appended buffer before the current
160 // Prepares |range_for_next_append_| so |new_buffers| can be appended.
305 // being appended. Each new buffer appended has its config ID set
317 // True if more data needs to be appended before the Seek() can complete
    [all...]
  /external/ceres-solver/internal/ceres/
dense_sparse_matrix.h 76 // Only one diagonal can be appended at a time. The diagonal is appended to
95 // diagonal to a matrix that already has an appended diagonal, and it is also
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
ShortNumberUtil.java 47 * additional digits appended (when it is okay to do that in the region specified).
61 * allow additional digits to be appended.
87 // In Brazil, emergency numbers don't work when additional digits are appended.
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 87 /// @param [in, out] pFrag The appended fragment. The offset of the appended
89 /// @param [in, out] pSD The section data being appended.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
shortnumberinfo.h 45 // formatting, or might have additional digits appended (when it is okay to do
54 // formatting, but doesn't allow additional digits to be appended.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputPointersTests.java 161 assertIntArrayEquals("appended xCoordinates values after append",
163 assertIntArrayEquals("appended yCoordinates values after append",
165 assertIntArrayEquals("appended pointerIds values after append",
167 assertIntArrayEquals("appended times values after append",
216 assertIntArrayEquals("appended xCoordinates values after append",
218 assertIntArrayEquals("appended yCoordinates values after append",
220 assertIntArrayEquals("appended pointerIds values after append",
222 assertIntArrayEquals("appended times values after append",
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox1.java 28 * to which text is appended.
  /external/bluetooth/bluedroid/bta/include/
bta_fs_api.h 38 UINT16 max_path_len; /* Maximum path length (includes appended file name) */
  /external/bluetooth/bluedroid/stack/include/
utfc.h 50 ** appended with a zero (null) character.
  /external/chromium/chrome/browser/download/
download_types.h 22 // many small write messages, each write is appended to the DownloadBuffer while
  /external/chromium_org/chrome/browser/resources/chromeos/login/
resource_loader.js 19 * <head>, and HTML will be appended to a specified element.
27 * specifies the node under which the HTML should be appended.
97 * @param {HTMLElement} to Element to which nodes should be appended.
120 * HTML nodes should be appended.
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.h 37 // appended to the URL with an additional "&" in the front.
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
app_shim_menu_controller_mac.h 17 // are hidden and menu items for the app are appended to the main menu. When the
  /external/chromium_org/chromeos/attestation/
attestation_constants.h 53 // appended with an origin-specific identifier to form the final key name.
  /external/chromium_org/sync/tools/testserver/
synced_notifications.html 6 // Creates link (appended to the bottom of the page body) to trigger a
  /external/chromium_org/third_party/icu/source/test/intltest/
mnkytst.h 11 * less than the string itself appended with any character.
  /external/chromium_org/third_party/mesa/src/src/glsl/
Makefile.template 10 # LIBRARY_INCLUDES are appended to the list of includes directories.
  /external/icu4c/test/intltest/
mnkytst.h 11 * less than the string itself appended with any character.
  /external/mesa3d/src/glsl/
Makefile.template 10 # LIBRARY_INCLUDES are appended to the list of includes directories.
  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 14 * A marker that's appended to the excerpt if it's less than the complete
  /external/qemu/android/utils/
dll.h 25 * will be appended on Unix systems, or '.dll' on Windows.
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 42 // Data appended to the queue is always at access unit boundaries.
  /libcore/crypto/src/main/java/org/conscrypt/
Appendable.java 29 * @param src the source data to be appended.
  /packages/apps/VoiceDialer/res/values/
strings.xml 79 <!-- appended to recognition result from VoiceDialer.grxml to
84 <!-- appended to recognition result from VoiceDialer.grxml to
89 <!-- appended to recognition result from VoiceDialer.grxml to
94 <!-- appended to recognition result from VoiceDialer.grxml to

Completed in 407 milliseconds

1 2 3 45 6 7 8 91011>>