HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 1751 - 1775 of 1948) sorted by null

<<7172737475767778

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /external/icu4c/test/intltest/
numrgts.cpp 30 virtual UnicodeString& format( double number,
35 return NumberFormat::format(number, toAppendTo, posIter, status);
48 virtual UnicodeString& format( double /* number */,
57 public Number parse(String text, ParsePosition parsePosition)
502 // TODO: There is not a good way to find out that the creation of this number format has
505 dataerrln("Something is wrong with French number format - it should not fallback. Exitting - %s", u_errorName(status));
773 Number num = df.parse(str, new ParsePosition(0));
881 * Number format data rounding errors for locale FR
    [all...]
  /external/iptables/libiptc/
libiptc.c 117 unsigned int hooknum; /* hook number+1 if builtin */
124 unsigned int num_rules; /* number of rules in list */
143 unsigned int num_chains; /* number of user defined chains */
223 unsigned int number,
227 if (*pos == number) {
555 debug("Number of user defined chains:%d bucket_sz:%d array_sz:%d\n",
1191 /* calculate offset and number for every rule in the cache */
    [all...]
  /external/libpng/
CHANGES 133 current chunk name is now available in png_struct to reduce the number
211 version number to 2 to avoid problems with libpng 0.89 apps (Greg Roelofs)
233 added a number of functions to access information from the png structure
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 197 //Number format specification
198 /** Basic number format for integers */
200 /** Enhanced number format for integers like seen in C */
202 /** Number format to highlight binary numbers with a suffix "b" */
204 /** Number format to highlight binary numbers with a prefix % */
206 /** Number format to highlight binary numbers with a prefix 0b (C) */
208 /** Number format to highlight octal numbers with a leading zero */
210 /** Number format to highlight octal numbers with a suffix of o */
212 /** Number format to highlight hex numbers with a prefix 0x */
214 /** Number format to highlight hex numbers with a suffix of h *
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 141 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same and more than 0" );
204 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be same and == 6" );
209 CV_ERROR( CV_StsUnmatchedSizes, "Number of points coordinates must be 2" );
222 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points4D must be 4" );
436 /* generate new number */
450 /* We have good random number */
457 void icvSelectColsByNumbers(CvMat* srcMatr, CvMat* dstMatr, int* indexes,int number)
481 CV_ERROR( CV_StsOutOfRange, "Number of rows of matrices must be the same" );
485 for( dst = 0; dst < number; dst++ )
527 CV_ERROR( CV_StsOutOfRange, "Number of points4D must be more than zero" )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 1011 and ecx,BYTE 3 ; mask out number of pixels to draw
  /external/v8/benchmarks/
raytrace.js 16 // Variable used to hold a number that can be used to verify that
  /external/v8/src/
ast.h     [all...]
bootstrapper.cc 58 // The resources are small objects and we only make a fixed number of
646 int number = descs->Search(*name); local
647 AccessorPair* accessors = AccessorPair::cast(descs->GetValue(number));
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-function.js 269 TestCallIntrinsic("number", Number)
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 11 // Variable used to hold a number that can be used to verify that
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 11 // Variable used to hold a number that can be used to verify that
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 11 // Variable used to hold a number that can be used to verify that
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 998 // We measure tree hierarchy by the number of groups that the item is within.
    [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp 788 short number = propertyID == CSSPropertyCounterIncrement ? it->second.m_incrementValue : it->second.m_resetValue; local
789 list->append(primitiveValueCache->createValue((double)number, CSSPrimitiveValue::CSS_NUMBER));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 230 return makeString(animationName, '_', String::number(property), '_', String::number(index));
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 55 // operations should only need a minimal number of seek operations. For example, all the meta-data for a database is grouped together so that reading that
86 // <database id, 0, 0, 50, object store id, 4> => last "version" number [ObjectStoreMetaDataKey]
125 // The prefix is followed by a type byte. The user key is an encoded IDBKey. The sequence number is a variable length integer.
127 // <database id, object store id, index id, user key, sequence number> => "version", user key [IndexDataKey]
129 // (The sequence number is used to allow two entries with the same user key
132 // "version" number, and new index data is written with this number. When
329 ret.append(encodeDouble(key.number()));
368 // Number.
407 // Date or number
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 737 sString("string"), sObject("object"), sNumber("number"), m_inputFieldsTestView(0), m_inputFieldTestPaintCount(0)
890 QCOMPARE(evalJS("myObject.variantProperty = new Number(1234);"
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 1269 String number = baseNumber + i; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 135 #define Log2(number, power) { OMX_U32 temp = number; power = 0; while( (0 == (temp & 0x1)) && power < 16) { temp >>=0x1; power++; } }
231 DEBUG_PRINT_ERROR("\nERROR: Request number of encoder instances failed");
    [all...]
video_encoder_device_copper.cpp 134 #define Log2(number, power) { OMX_U32 temp = number; power = 0; while( (0 == (temp & 0x1)) && power < 16) { temp >>=0x1; power++; } }
262 DEBUG_PRINT_ERROR("\nERROR: Request number of encoder instances failed");
    [all...]
  /ndk/build/core/
build-binary.mk 298 # This allows us to link or archive a huge number of stuff even on Windows
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/chromium/third_party/libevent/test/
regress.c 1311 int evtag_encode_tag(struct evbuffer *evbuf, uint32_t number);
1571 fprintf(stderr, "Wrong number of run messages.\n");
    [all...]

Completed in 618 milliseconds

<<7172737475767778