| /external/guava/src/com/google/common/primitives/ |
| generate.sh | 267 * Returns the values from each provided array combined into a single array. 272 * @return a single array containing all the values from the source arrays, in
|
| /external/icu4c/i18n/ |
| rbt_pars.cpp | 399 int32_t quoteStart = -1; // Most recent 'single quoted string' 547 TransliteratorIDParser::SingleID* single = local 550 if (single == NULL || 555 Transliterator *t = single->createInstance(); 556 delete single; 636 // Quantifiers. We handle single characters, quoted strings, 660 // The */+ follows a single character, possibly [all...] |
| /external/dropbear/libtommath/ |
| bn.tex | 376 \subsection{Single Initialization} 377 A single mp\_int can be initialized with the ``mp\_init'' function. 406 \subsection{Single Free} 642 small constant assignment functions. The first function is used to set a single digit constant while the second sets 643 an ISO C style ``unsigned long'' constant. The reason for both functions is efficiency. Setting a single digit is quick but the 646 \subsection{Single Digit} 648 Setting a single digit can be accomplished with the following function. 683 To set a constant that is the size of an ISO C ``unsigned long'' and larger than a single digit the following function 692 accept a 32-bit input regardless of the size of a single digit. However, since the value may span several digits 754 /* initialize and set a single digit * [all...] |
| /external/kernel-headers/original/asm-arm/arch/ |
| dma.h | 422 extern void omap_set_lcd_dma_single_transfer(int single);
|
| /external/srec/srec/Vocabulary/src/ |
| VocabularyImpl.c | 504 quote, and use the TTP to find out what single phoneme should
|
| /external/zlib/contrib/delphi/ |
| ZLib.pas | 80 stream in a single call.} 87 function GetCompressionRate: Single; 94 property CompressionRate: Single read GetCompressionRate; 114 large chunk of data from the decompression stream in a single call.} 472 function TCompressionStream.GetCompressionRate: Single;
|
| /external/libpng/ |
| example.c | 194 /* Extract multiple pixels with bit depths of 1, 2, and 4 from a single 365 #ifdef single /* Read the image a single row at a time */
|
| CHANGES | 339 Collapsed 4 "i" and "c" loops into single "i" loops in pngrtran and pngwtran. [all...] |
| /dalvik/docs/ |
| prettify.js | 625 * level constructs. Tags are returned as a single token - attributes are 688 * although in those cases a single string literal may be broken up into 701 // '''multi-line-string''', 'single-line-string', and double-quoted 711 // 'single-line-string', "single-line-string" [all...] |
| /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
| markdown.php | 418 \'[^\']*\' # text inside single quotes (tolerate ">") [all...] |
| /external/openssl/crypto/ocsp/ |
| ocsp.h | 443 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
|
| /external/openssl/include/openssl/ |
| ocsp.h | 443 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
|
| x509.h | 219 int single; /* 0 for a set, 1 for a single item (which is wrong) */ member in struct:x509_attributes_st 223 /* 1 */ ASN1_TYPE *single; member in union:x509_attributes_st::__anon5640 [all...] |
| /external/protobuf/java/src/test/java/com/google/protobuf/ |
| DescriptorsTest.java | 201 FieldDescriptor nestedExtension = TestRequired.single.getDescriptor(); 248 assertEquals("single", nestedExtension.getName()); 249 assertEquals("protobuf_unittest.TestRequired.single",
|
| /build/tools/droiddoc/templates/assets/ |
| android-developer-reference.js | 327 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
|
| /external/openssl/crypto/x509/ |
| x509.h | 219 int single; /* 0 for a set, 1 for a single item (which is wrong) */ member in struct:x509_attributes_st 223 /* 1 */ ASN1_TYPE *single; member in union:x509_attributes_st::__anon5607 [all...] |
| /external/v8/test/mjsunit/ |
| json.js | 192 TestInvalid("'single quote'"); // Valid JavaScript
|
| /ndk/build/core/ |
| build-binary.mk | 134 # to indicate that a single file can be compiled with ARM NEON support
|
| /external/v8/src/ |
| string.js | 301 // the captures, we use it instead of the single digit 302 // one. Otherwise, we fall back to using the single 315 // single digit capture reference is outside the range of
|
| /external/blktrace/btt/doc/ |
| btt.tex | 163 are combined via merges into a single IO issued and completed. We 229 125 incoming requests into a single request down the IO stack. The 557 single bucket for all sizes greater than or equal to 1,024 blocks. 573 the 3 runs -- in particular, one can see that there is only a single 771 When there is only a single data point within a 1-second window, [all...] |
| /external/dropbear/libtomcrypt/ |
| crypt.tex | 180 mode routines for every single cipher. That means every time you add or remove a cipher from the library 409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This allows all ciphers to 443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on [all...] |
| /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
| cpp.py | 458 This function does not consider single-line nor multi-line comments. 517 """Removes //-comments and single-line C-style /* */ comments. 523 The line with single-line comments removed. 568 # Remove escaped characters first to make quote/single quote collapsing [all...] |
| /external/iproute2/doc/ |
| ip-cref.tex | 89 --- output each record on a single line, replacing line feeds 140 {\em flags\/}, consisting of a single keyword, and {\em parameters\/}, 149 Almost all keywords may be abbreviated with several first (or even single) 382 the maximal size of data which can be sent as a single packet over this interface. 407 and all packets received by us came from this single peer. [all...] |
| /external/openssl/crypto/pkcs7/ |
| pk7_doit.c | 1138 if (!xa->single && sk_ASN1_TYPE_num(xa->value.set))
|
| /external/grub/docs/ |
| texinfo.tex | 413 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space. 549 %% Simple single-character @ commands [all...] |