Searched
full:pair (Results
426 -
450 of
1449) sorted by null
<<11121314151617181920>>
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Matrix.java | 727 * @param srcIndex Index of the first pair of src values 729 * @param dstIndex Index of the first pair of dst values 781 * @param dstIndex The index of the first [x,y] pair of dst floats 783 * @param srcIndex The index of the first [x,y] pair of src floats 811 * @param dstIndex The index of the first [x,y] pair of dst floats 813 * @param srcIndex The index of the first [x,y] pair of src floats [all...] |
/external/freetype/src/cff/ |
cffdrivr.c | 83 /* left_glyph :: The index of the left glyph in the kern pair. */ 85 /* right_glyph :: The index of the right glyph in the kern pair. */
|
/external/icu4c/common/unicode/ |
rep.h | 100 * trailing code unit of a surrogate pair is given, return the 101 * code point of the surrogate pair.
|
/external/icu4c/extra/uconv/ |
uconv.1.in | 304 character. Characters from planes 1 and above are written as a pair of 316 character. Characters from planes 1 and above are written as a pair of
|
/external/icu4c/test/cintltst/ |
chashtst.c | 211 log_err("FAIL: uhash_put() with value=NULL didn't remove the key value pair\n"); 222 log_err("FAIL: uhash_put() with value!=NULL didn't replace the key value pair\n");
|
/external/icu4c/tools/genrb/ |
rle.c | 35 * first byte of a pair, or state[0] != 0 if this is the second byte 36 * of a pair, in which case state[1] is the first byte.
|
/external/opencore/android/author/ |
android_audio_input.h | 338 * Verify one key-value pair parameter against capability of the port and 342 * @param aKvp Key-value pair parameter to be verified
|
android_camera_input.h | 455 * Verify one key-value pair parameter against capability of the port and 459 * @param aKvp Key-value pair parameter to be verified
|
/external/opencore/protocols/http_parcom/src/ |
string_keyvalue_store.cpp | 18 // class for encapsulating string based key-value pair handlings 254 // note that we need to upgrade to use resizable memory pool to return the memory for the key-value pair;
|
string_keyvalue_store.h | 178 // class for encapsulating string based key-value pair handlings 185 // add a key-value pair, key-value will be made a copy inside the store
|
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/ |
pvmi_mio_avi_wav_file.h | 355 * Verify one key-value pair parameter against capability of the port and 359 * @param aKvp Key-value pair parameter to be verified
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_config_and_capability.h | 154 * It points to the first input key-value pair that caused an error 174 * It points to the first input key-value pair that caused an error
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 56 - The maximum input bits used by a length/distance pair is 15 bits for the 62 - The maximum bytes that a single length/distance pair can output is 258
|
/external/qemu/ |
sockets.h | 361 /* this call creates a pair of non-blocking sockets connected 365 * on Windows, this will use a pair of TCP loopback sockets instead
|
/external/v8/src/mips/ |
codegen-mips.h | 49 // the form of the state of the label pair). It is threaded through the 60 // state. The new state has its own typeof state and pair of branch
|
/external/webkit/WebCore/platform/graphics/chromium/ |
GlyphPageTreeNodeChromiumWin.cpp | 201 // Each character in this input buffer is a surrogate pair, which 230 // represented by a surrogate pair (two UChar's).
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
ProxyInstance.mm | 309 pair<MethodMap::iterator, bool> mapAddResult = m_methods.add(identifier.ustring().rep(), 0); 345 pair<FieldMap::iterator, bool> mapAddResult = m_fields.add(identifier.ustring().rep(), 0);
|
/external/zlib/ |
inffast.c | 56 - The maximum input bits used by a length/distance pair is 15 bits for the 62 - The maximum bytes that a single length/distance pair can output is 258
|
/frameworks/base/core/java/android/net/http/ |
HttpAuthHeader.java | 90 * A string indicating a pair of algorithms used to produce the digest 408 * @return The string value without the outermost pair of double-
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
utuple.h | 38 typedef pair<iterator,iterator> range_t; 39 typedef pair<const_iterator,const_iterator> const_range_t;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
UserDictionaryToolsEdit.java | 60 /** The focus view and pair view */ 94 * @param focusPairView The information of pair of view
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 197 data: pair of to be plotted. 233 data: pair of to be plotted.
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Character.java | 45 * supplementary range. A pair of {@code char} values that represent a 51 * point or a UTF-16 unit that's part of a surrogate pair. The {@code int} type [all...] |
/bionic/libc/arch-arm/include/machine/ |
cpu-features.h | 120 * into/from a pair of 32-bit registers is supported throuhg 'ldrd' and 'strd'
|
/cts/tests/src/android/webkit/cts/ |
CtsTestServer.java | 417 for (NameValuePair pair : args) { 418 String name = pair.getName(); 420 mimeType = pair.getValue(); 422 length = Integer.parseInt(pair.getValue());
|
Completed in 68 milliseconds
<<11121314151617181920>>