HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 476 - 500 of 2165) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 839 {"1.401298464e-45", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
840 {"0x.ffffff8p-149", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
841 {"0x.0000018p-126", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
851 {"0x0.0000011p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
852 {"0x0.0000018p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
860 {"0x0.9p-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
861 {"0x0.ap-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
862 {"0x0.bp-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
863 {"0x0.cp-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
876 {"0x3.8p-149", math.Float32frombits(0x000000004), Above}, // rounded up to eve
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 839 {"1.401298464e-45", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
840 {"0x.ffffff8p-149", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
841 {"0x.0000018p-126", math.SmallestNonzeroFloat32, Above}, // rounded up to smallest denormal
851 {"0x0.0000011p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
852 {"0x0.0000018p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
860 {"0x0.9p-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
861 {"0x0.ap-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
862 {"0x0.bp-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
863 {"0x0.cp-149", math.Float32frombits(0x000000001), Above}, // rounded up to smallest denormal
876 {"0x3.8p-149", math.Float32frombits(0x000000004), Above}, // rounded up to eve
    [all...]
  /build/make/core/
executable_prefer_symlink.mk 41 # We need this so that the installed files could be picked up based on the
pdk_fusion_modules.mk 46 # Only set up rules for modules that aren't built from source.
  /build/make/core/tasks/tools/
package-modules.mk 1 # Package up modules to a zip file.
  /build/make/target/board/generic_x86_arm/
BoardConfig.mk 37 # Enable dex-preoptimization to speed up the first boot sequence
  /cts/tests/core/
ctscore.mk 26 # TODO: Clean up this mess. (b/26483949). libnativehelper_compat_libc++ pulls in its own
  /cts/tests/signature/api/
Android.mk 15 # We define this in a subdir so that it won't pick up the parent's Android.xml by default.
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 475 mResult = method.up(mTextView, mSpannable);
482 mResult = method.up(mTextView, mSpannable);
489 mResult = method.up(mTextView, mSpannable);
496 method.up(null, mSpannable);
502 method.up(mTextView, null);
531 new MyScrollingMovementMethod().up(mTextView, mSpannable);
754 protected boolean up(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethodTest.MyScrollingMovementMethod
755 return super.up(widget, buffer);
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 47 * counter is persisted so that upon re-launch, the counter picks up from the last value. At any
58 /** an up-down movement that takes more than this will not be registered as such **/
155 * A simple algorithm to detect a successful up-down movement of hand(s). The algorithm is
160 * GRAVITY_THRESHOLD. We also consider the up <-> down movement successful if it takes less than
174 * Called on detection of a successful down -> up or up -> down movement of hand.
176 private void onJumpDetected(boolean up) {
177 // we only count a pair of up and down as one successful movement
178 if (up) {
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 47 * counter is persisted so that upon re-launch, the counter picks up from the last value. At any
58 /** an up-down movement that takes more than this will not be registered as such **/
155 * A simple algorithm to detect a successful up-down movement of hand(s). The algorithm is
160 * GRAVITY_THRESHOLD. We also consider the up <-> down movement successful if it takes less than
174 * Called on detection of a successful down -> up or up -> down movement of hand.
176 private void onJumpDetected(boolean up) {
177 // we only count a pair of up and down as one successful movement
178 if (up) {
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
MainActivity.java 47 * counter is persisted so that upon re-launch, the counter picks up from the last value. At any
58 /** an up-down movement that takes more than this will not be registered as such **/
155 * A simple algorithm to detect a successful up-down movement of hand(s). The algorithm is
160 * GRAVITY_THRESHOLD. We also consider the up <-> down movement successful if it takes less than
174 * Called on detection of a successful down -> up or up -> down movement of hand.
176 private void onJumpDetected(boolean up) {
177 // we only count a pair of up and down as one successful movement
178 if (up) {
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.S 65 addl $8, %edi # move up to next descriptor
78 # add edi, 8 ; move up to next descriptor
    [all...]
efi64.S 80 addl $16, %edi # move up to next descriptor
94 # add edi, 16 ; move up to next descriptor
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DisablePaging64.asm 46 mov esp, eax ; set up new stack
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
LShiftU64.asm 40 ; Count is valid up 63. (Only Bits 0-5 is valid for Count)
RShiftU64.asm 40 ; Count is valid up 63. (Only Bits 0-5 is valid for Count)
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
ResetVectorVtf0.asm 39 ; used to wake up the application processors.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTreeNodeStream.h 63 id<ANTLRTree> up; variable
84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTreeNodeStream.h 63 id<ANTLRTree> up; variable
84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTreeNodeStream.h 63 id<ANTLRTree> up; variable
84 @property (retain, getter=getUp, setter=setUp:) id<ANTLRTree> up; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTreeNodeStream.h 64 id up; variable
85 @property (retain, getter=getUp, setter=setUp:) id up; variable
  /external/autotest/client/deps/lansim/src/py/
simulator_unittest.py 88 self._tap.up()
146 self._tap.up()
  /external/curl/packages/vms/
setup_gnv_curl_build.com 5 $! Set up build environment for building Curl under GNV on VMS.
107 $! Set up a include list for the compiler to find all the header files
225 $! clean up the copy.
253 $! clean up the copy.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antRun.bat 34 rem of arguments (up to the command line limit, anyway).

Completed in 6709 milliseconds

<<11121314151617181920>>