HomeSort by relevance Sort by last modified time
    Searched full:1020 (Results 201 - 225 of 583) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
audit.h 49 #define AUDIT_FEATURE_CHANGE 1020
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
audit.h 49 #define AUDIT_FEATURE_CHANGE 1020
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
audit.h 49 #define AUDIT_FEATURE_CHANGE 1020
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
audit.h 49 #define AUDIT_FEATURE_CHANGE 1020
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
audit.h 49 #define AUDIT_FEATURE_CHANGE 1020
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
audit.h 49 #define AUDIT_FEATURE_CHANGE 1020
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
audit.h 49 #define AUDIT_FEATURE_CHANGE 1020
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
audit.h 49 #define AUDIT_FEATURE_CHANGE 1020
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
iwmmxt.d 141 0+214 <[^>]*> edc111ff[ ]+wstrd[ ]+wr1, \[r1, #1020\].*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
tlssunpic32.dd 23 +1020: 01 00 00 00 nop *
tlssunpic64.dd 23 +1020: 01 00 00 00 nop *
  /art/compiler/utils/arm/
assembler_arm.cc 283 CHECK(IsAbsoluteUint<10>(offset_)); // In the range -1020 to +1020.
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/importer/
user_model_builder_test.html 179 {start: 974, end: 1020});
181 {start: 974, end: 1020});
    [all...]
  /external/valgrind/VEX/priv/
host_arm_defs.h 193 Int simm11; /* -1020, -1016 .. 1016, 1020 */
    [all...]
  /system/core/fastboot/
fastboot_protocol.txt 393 0x03 0x01 0x00 0x01 <1020 bytes>
395 0x03 0x01 0x00 0x02 <1020 bytes>
  /external/autotest/client/site_tests/touch_ScrollDirection/gestures/
peach_pit_touchpad_130.35_scroll-up 210 E: 1437007216.033668 0003 0036 1020
214 E: 1437007216.033668 0003 0001 1020
492 E: 1437007216.270995 0003 0035 1020
    [all...]
orco_touchpad_114.0_scroll-up 224 E: 1451435334.230135 0003 0036 1020
229 E: 1451435334.230135 0003 0001 1020
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_scan.c 228 1019, 895, 924, 956, 925, 988, 957, 926, 1020, 989, 958, 927, 1021,
532 895, 926, 989, 1020, 958, 989, 927, 958, 990, 1021, 959, 990, 991, 1022, 0, 0,
    [all...]
  /external/tcpdump/tests/
ospf3_ah-vv.out 114 Advertising Router 1.1.1.1, seq 0x80000001, age 1020s, length 16
214 Advertising Router 2.2.2.2, seq 0x80000001, age 1020s, length 16
320 Advertising Router 2.2.2.2, seq 0x80000001, age 1020s, length 16
    [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t11_logs.exp 523 -re ".* 193 1020" { set x [expr $x+1]; exp_continue; }
525 -re ".* 194 1020" { set x [expr $x+1]; exp_continue; }
527 -re ".* 195 1020" { set x [expr $x+1]; exp_continue; }
529 -re ".* 196 1020" { set x [expr $x+1]; exp_continue; }
531 -re ".* 197 1020" { set x [expr $x+1]; exp_continue; }
536 -re ".* 199 1020" { set x [expr $x+1]; exp_continue; }
545 -re ".* 203 1020" { set x [expr $x+1]; exp_continue; }
548 -re ".* 204 1020" { set x [expr $x+1]; exp_continue; }
551 -re ".* 205 1020" { set x [expr $x+1]; exp_continue; }
553 -re ".* 206 1020" { set x [expr $x+1]; exp_continue;
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
one_finger_physical_click.bottom_left-link-fw_1.0.AA-robot-20130806_223131.dat 41 Event: time 4025.412107, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1020
43 Event: time 4025.412107, type 3 (EV_ABS), code 1 (ABS_Y), value 1020
one_finger_physical_click.bottom_left-link-fw_1.0.AA-robot-20130806_223156.dat 3 Event: time 4049.845306, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1020
9 Event: time 4049.845306, type 3 (EV_ABS), code 1 (ABS_Y), value 1020
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 700 return ((Val % 4) == 0) && (Val >= 0) && (Val <= 1020);
728 return ((Value & 3) == 0) && Value >= -1020 && Value <= 1020;
735 return ((Value & 3) == 0) && Value >= 0 && Value <= 1020;
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 216 // If the immediate is negative, greater than 1020, or not a multiple
221 else if (Offset > 1020 || Offset < 0)
    [all...]

Completed in 2102 milliseconds

1 2 3 4 5 6 7 891011>>