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

<<41424344454647484950>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 74 * Array of delay values: no delay, gprs, edge/egprs, umts/3d
139 for (GsmMode mode : values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 348 // all values to a unique set.
349 HashSet<IViewRule> rules = new HashSet<IViewRule>(mRulesCache.values());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 236 LogLevel[] levels = LogLevel.values();
  /external/dropbear/libtommath/
bn.tex 746 Both functions work like the previous counterparts except they first mp\_init $a$ before setting the values.
    [all...]
  /external/chromium/net/flip/
flip_session.cc 98 // list of values, we separate that back out into
140 (*headers)[name] = it.values();
144 new_value += it.values();
    [all...]
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 79 ; vqdmulh only accepts signed values. this was a problem because
idct_dequant_full_2x_neon.asm 71 ; vqdmulh only accepts signed values. this was a problem because
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct8x4_neon.asm 26 ;The input values of 25th block are set in vp8_build_dcblock function, which are out of [-255, 255].
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 76 ;# Vertical xf on two rows. DCT values in comments are for inverse transform;
  /external/skia/src/animator/
SkAnimatorScript.cpp 73 // !!! for SpiderMonkey, iterate through the enum values, and map them to globals
262 original = typedArray->values.getType();
457 scriptValue->fOperand.fArray = &boxedValue->values;
509 "<array id='intArray' values='[1, 4, 6]' />\n"
539 { "intArray.values[0]", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
553 { "0 ? intArray.values[0] : 1", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
  /external/v8/src/
math.js 29 // Keep reference to original values of some global properties. This
  /external/v8/test/mjsunit/
array-splice.js 273 // Check the behaviour when approaching maximal values for length.
object-create.js 164 // before we got all the values out.
  /external/v8/tools/
logreader.js 62 * A key-value map for previous address values.
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 529 ANativeActivity* activity, int32_t values, int32_t mask) {
531 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FLAGS, values, mask);
    [all...]
  /ndk/build/core/
add-application.mk 104 $(call __ndk_info,to use a set of the following values: $(NDK_ALL_ABIS))
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 640 ClickLog[] vals = ClickLog.values();
669 SourceStats[] vals = SourceStats.values();
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 117 // attributes used as keys when passing values to InstalledAppDetails activity
231 fr.values = entries;
239 mEntries = (ArrayList<ApplicationsState.AppEntry>)results.values;
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 129 # default control values
750 """Process an event and save any changes in controller values"""
799 # if no reference values, based on default values
864 def ChaseControllers (self, end_seq, start_seq = 0, values = None):
867 # initialize controller values
868 if values is None:
869 values = MIDIControllers()
873 values.Event(self[i])
875 # return new values
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
MathTest.java 1063 double[] values = { p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c 485 * Verify that exactly the digit characters have decimal digit values.
719 /* wrong radix values */
2610 } values[]={ local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 486 * Verify that exactly the digit characters have decimal digit values.
713 /* wrong radix values */
2647 } values[]={ local
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 887 var values = [];
889 values.push(value);
891 return values;
    [all...]

Completed in 1888 milliseconds

<<41424344454647484950>>