/frameworks/av/media/libstagefright/mpeg2ts/ |
ATSParser.cpp | 71 unsigned number() const { return mProgramNumber; } function in struct:android::ATSParser::Program 183 ALOGV("new program number %u", programNumber); 280 // infoBytesRemaining is the number of bytes that make up the 1034 if (program->number() == program_number) { [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
StrictMathTest.java | 413 final double number = GETEXPONENT_D_CASES[i]; local 416 StrictMath.getExponent(number)); 434 final float number = GETEXPONENT_F_CASES[i]; local 437 StrictMath.getExponent(number)); 707 assertEquals("Result should be next up-number.", 710 assertEquals("Result should be next down-number.", 771 assertEquals("Result should be next up-number.", 774 assertEquals("Result should be next down-number.", 780 "Result should be a number equivalent to direction.", [all...] |
/external/ceres-solver/docs/ |
changes.tex | 134 \item Use standard random number generation routines. (Petter Strandmark) 235 \item Automatic differentiation now supports dynamic number of residuals.
|
/external/chromium/base/ |
string_util.h | 50 // number of characters that would be in an untruncated formatted 57 // return -1 or the number of characters that would be in an untruncated 95 // NOTE: All sizes are in number of characters, NOT in bytes. 439 // Return a number formated with separators in the user's locale way. 441 BASE_API string16 FormatNumber(int64 number); 497 // number of tokens found. 516 // Additionally, any number of consecutive '$' characters is replaced by that 517 // number less one. Eg $$->$, $$$->$$, etc. The offsets parameter here can be
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
_stream_hybi.py | 252 'Payload length is not encoded using the minimal number of '
|
/external/elfutils/libdw/ |
libdw.h | 187 Dwarf_Word number; /* Operand */ member in struct:__anon7884 272 the dwarf error number is set. */ 411 /* Get number of attributes of abbreviation. */ 450 /* Get source for file and line number. */ 459 /* Return line number. */ 513 fill in. Returns the number of locations filled in, or -1 for 515 total number of locations. A return value of zero means that the 524 and returns the number of elements in the array. 533 and returns the number of elements in the array. 584 /* Get line number of beginning of given declaration. * [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 87 * @return The number of UChars in <code>chars</code>, minus the terminator. 102 * @param length The number of UChar code units to be checked, or -1 to count all 104 * @return The number of code points in the specified code units. 111 * Check if the string contains more Unicode code points than a certain number. 113 * and comparing that number with a threshold. 116 * never needs to count more than 'number+1' code points. 117 * Logically equivalent to (u_countChar32(s, length)>number). 122 * @param number The number of code points in the string is compared against 123 * the 'number' parameter [all...] |
/external/jpeg/ |
jmemdosa.asm | 156 mov cx,word ptr [bp+12] ; number of bytes 194 mov cx,word ptr [bp+12] ; number of bytes
|
/external/libvpx/libwebm/ |
mkvparser.hpp | 114 long long m_track; //Track::Number()
238 // Returns number of ContentCompression elements in this ContentEncoding
246 // Returns number of ContentEncryption elements in this ContentEncoding
331 long number;
member in class:mkvparser::Track::Info 864 long m_clusterCount; //number of entries for which m_index >= 0
865 long m_clusterPreloadCount; //number of entries for which m_index < 0
|
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 188 CV_ERROR( CV_StsOutOfRange, "Negative number of cascade stages" ); 458 unsigned int isqrt1(int number) { 460 unsigned int n1 = NEXT(n, number); 464 n1 = NEXT(n, number); 466 while((n1*n1) > number) { [all...] |
/external/protobuf/src/google/protobuf/ |
dynamic_message.cc | 266 new(field_ptr) int(field->default_value_enum()->number());
|
/external/qemu/distrib/jpeg-6b/ |
jmemdosa.asm | 156 mov cx,word ptr [bp+12] ; number of bytes 194 mov cx,word ptr [bp+12] ; number of bytes
|
/external/qemu-pc-bios/vgabios/ |
clext.c | 909 mov al, #0x1 ;; XXX number of banks 928 stosb ;; number of image pages = vramtotal/vramdisp-1 1085 mov al, bl ;; bl=bank number 1094 mov al, bl ;; bl=bank number
|
/external/valgrind/main/callgrind/ |
debug.c | 83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number);
|
threads.c | 258 fn_number = CLG_(current_state).cxt->fn[0]->number; 427 /* signal number does not need to be saved */
|
/external/valgrind/main/memcheck/tests/ |
str_tester.c | 49 check (int thing, int number) 53 printf("%s flunked test %d\n", it, number); 60 equal (const char *a, const char *b, int number) 62 check(a != NULL && b != NULL && STREQ (a, b), number); [all...] |
/external/webkit/Source/WebCore/platform/gtk/ |
LocalizedStringsGtk.cpp | 413 // FIXME: If this file gets localized, this should really be localized as one string with a wildcard for the number. 414 return String::number(numberOfFiles) + String::fromUTF8(_(" files")); 512 return String::fromUTF8(_("number of seconds of movie remaining"));
|
/external/webkit/Source/WebCore/plugins/ |
PluginStream.cpp | 145 String statusLine = makeString("HTTP ", String::number(m_resourceResponse.httpStatusCode()), " OK\n");
|
/external/webkit/Source/WebCore/svg/ |
SVGLength.cpp | 277 return makeString(String::number(m_valueInSpecifiedUnits), lengthTypeToString(extractType(m_unit)));
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
JSNPObject.cpp | 356 identifier = Identifier::from(exec, identifierRep->number());
|
/external/webkit/Tools/DumpRenderTree/ |
LayoutTestController.h | 326 void observeStorageTrackerNotifications(unsigned number);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
LayoutTestController.cpp | 212 // globalFlag is used by a number of layout tests in 1271 long number = strtol(source, &end, 10); local [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 106 * and is a larger number than the lifetime of a 2GB device. 183 unsigned serialNumber; /* Yaffs1 2-bit serial number */ 186 unsigned sequenceNumber; /* The sequence number of this block */ 238 * However, if this state is returned on a YAFFS2 device, then we expect a sequence number 273 int softDeletions:10; /* number of soft deleted pages */ 274 int pagesInUse:10; /* number of pages in use */ 285 __u32 sequenceNumber; /* block sequence number for yaffs2 */ 417 __u8 serial; /* serial number of chunk in NAND. Cached here */ 434 int nDataChunks; /* Number of data chunks attached to the file. */ 551 * the number of short op caches (don't use too many [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 626 // track number might be of the form "2/12" 627 // we just read the number before the slash 632 // set number might be of the form "1/3" 633 // we just read the number before the slash 688 StringBuffer number = new StringBuffer(); 695 number.append(c); 704 short genreIndex = Short.parseShort(number.toString()); 721 // else return the number, without parentheses 722 return number.toString(); [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduPersister.java | 1464 String number = v.getString(); local [all...] |