HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1251 - 1275 of 1385) sorted by null

<<515253545556

  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 133 # with various types of values. We should handle all those cases in here
  /external/chromium/third_party/zlib/
zlib_main.scons 133 # with various types of values. We should handle all those cases in here
  /external/emma/lib/
emma_ant.jar 
  /external/libvpx/vp8/decoder/arm/
detokenize.asm 131 ; if count <= 0, += BR_COUNT; value |= *bufptr++ << (BR_COUNT-count); BR_COUNT = 8, but need to upshift values by +16
  /external/v8/tools/
splaytree.js 200 * @return {Array<*>} An array containing all the values of tree's nodes.
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 683 int numberOfMessageLevels = ConsoleMessage.MessageLevel.values().length;
690 ConsoleMessage.MessageLevel.values()[msgLevel];
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 497 assertEquals(TestEnum.values().length, constants.length);
499 assertEquals(TestEnum.values()[i], constants[i]);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ConcurrentSkipListMapTest.java 76 * containsValue returns true for held values
239 * Values.toArray contains all values
243 Collection v = map.values();
255 * values collection contains all values
259 Collection s = map.values();
664 * size returns the correct values
    [all...]
  /ndk/build/core/
build-binary.mk 16 # Check that LOCAL_MODULE is defined, then restore its LOCAL_XXXX values
init.mk 304 $(call __ndk_info,Please use one of the following values: $(NDK_ALL_TOOLCHAINS))\
  /frameworks/base/libs/utils/
ResourceTypes.cpp 1248 ResStringPool values; member in struct:android::ResTable::Header
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 1637 ContentValues values = new ContentValues(1); local
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /external/iproute2/doc/
ip-cref.tex 62 As a rule, the information is statistics or some time values.
542 may have non zero values in these fields but they may be
620 Predefined scope values are:
882 Unreachability Detection''. The state can take one of the following values:
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 673 * Whether we are currently recording reported values.
    [all...]
  /prebuilt/sdk/7/
android.jar 
  /frameworks/base/core/java/android/app/
ActivityThread.java 702 // For checkin, we print one long comma-separated list of values
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 194 /***** * Certain byte values correspond to an 8-bit character code *****/
197 /***** * Certain byte values signal the first byte of a 2-byte *****/
198 /***** character code (but these values are also valid as the *****/
213 /***** Note that not all values of "charcode" are valid according *****/
747 FT_Byte* values = cmap->cur_values; local
754 if ( values )
756 FT_Byte* p = values + 2 * ( charcode - cmap->cur_start );
850 /* check the values of `searchRange', `entrySelector', `rangeShift' */
856 if ( ( search_range | range_shift ) & 1 ) /* must be even values */
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 296 for (BackupRequest b: mPendingBackups.values()) {
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 570 // Put current values into our cached account
668 for (CalendarObserver observer: syncManager.mCalendarObservers.values()) {
    [all...]
  /dalvik/docs/
prettify.js 662 /** split tags attributes and their values out from the tag name, and
    [all...]
  /external/v8/src/
regexp.js 126 // here, treating undefined values differently in
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 128 for expectation in TestExpectationsFile.EXPECTATIONS.values():
130 for timeline in TestExpectationsFile.TIMELINES.values():
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 451 for (RowData rd : mRowByName.values()) {
460 Collection<RowData> rv = mRowByName.values();
482 // increasing start values.
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 6958 milliseconds

<<515253545556