/external/openssl/crypto/asn1/ |
asn1t.h | 132 /* This pair helps declare a SEQUENCE. We can do: 222 /* This pair helps declare a CHOICE type. We can do:
|
/external/openssl/crypto/bio/ |
bio.h | 95 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */ 681 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
|
bss_bio.c | 109 "BIO pair", 558 /* Affects both BIOs in the pair -- call just once!
|
/external/openssl/crypto/x509v3/ |
x509v3.h | 99 /* The following pair is used for string extensions */ 103 /* The following pair is used for multi-valued extensions */
|
/external/openssl/include/openssl/ |
asn1t.h | 132 /* This pair helps declare a SEQUENCE. We can do: 222 /* This pair helps declare a CHOICE type. We can do:
|
bio.h | 95 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */ 681 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
|
x509v3.h | 99 /* The following pair is used for string extensions */ 103 /* The following pair is used for multi-valued extensions */
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
x86p_32.asm | 932 mov eax,[esi] ; first pair of pixels 965 mov ebx,[esi+8] ; second pair of pixels
|
/external/stlport/test/unit/ |
fstream_test.cpp | 725 vector<pair<streamsize, streamoff> > file_pos; 769 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()),
|
/external/v8/src/arm/ |
codegen-arm.h | 117 // the form of the state of the label pair). It is threaded through the 128 // state. The new state has its own pair of branch labels.
|
/external/v8/src/x64/ |
codegen-x64.h | 117 // A control destination encapsulates a pair of jump targets and a 244 // the form of the state of the jump target pair). It is threaded through
|
/external/webkit/WebCore/html/ |
HTMLFormElement.cpp | 358 Vector<pair<String, String> > formValues; 365 formValues.append(pair<String, String>(input->name(), input->value()));
|
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 762 * Parse an escaped parameter-value pair. The default implementation 784 * Record a sanitized parameter-value pair. Override if you want to
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 118 * Start commands are presently a pair of newline-delimited lines 254 * <li> --capabilities=<i>a pair of comma-separated integer strings
|
/frameworks/base/docs/html/guide/topics/resources/ |
string-resource.jd | 223 <p>A pair of strings that each provide a different plural form of the same word or phrase, 275 <dd><em>String</em>. A name for the pair of strings. This name will be used as the
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
set_mc_info.cpp | 52 is_cpe = variable that indicates if a Channel Pair Element (CPE) 301 /* Channel Pair Element (CPE) */
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_alias_reduction.cpp | 203 /* NUM_BUTTERFLIES (=8) butterflies between each pair of sub-bands*/ 219 * pair of sub-bands
|
/hardware/libhardware_legacy/gps/ |
gps_qemu.c | 567 // close the control socket pair 759 LOGE("could not create thread control socket pair: %s", strerror(errno));
|
/packages/apps/Email/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 502 // qcontent = qtext / quoted-pair 504 // quoted-pair = ("\" (VCHAR / WSP))
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
hard-reg-set.h | 659 /* For each pair of reg classes, 664 /* For each pair of reg classes,
|
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | 930 bool isNotSet(const pair<const string,FinalRule>& p) { 938 bool mapsToUnknownRule(const pair<const string,FinalZone>& p) { 950 void insertRuleID(const pair<string,FinalRule>& p) { 954 void eraseRuleID(const pair<string,FinalZone>& p) { [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | [all...] |
/external/icu4c/common/ |
ucnvmbcs.c | 177 * one or two code units: one for BMP code points, two for a pair of 197 * the entry is for a pair of code units. 246 * d800..dbff roundtrip surrogate pair (1st, 2nd) 247 * dc00..dfff fallback surrogate pair (1st-400, 2nd) [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | 34 import android.util.Pair; [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 80 * KeyValue is a simple class that stores a pair of strings representing 81 * a (key, value) pair. This is used for updating events. 164 for (KeyValue pair : pairs) { 165 String value = pair.value; 166 if (Calendar.EventsColumns.STATUS.equals(pair.key)) { 168 map.put(pair.key, Integer.parseInt(value)); 170 map.put(pair.key, value); [all...] |