HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 1726 - 1750 of 4103) sorted by null

<<61626364656667686970>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 275 __const_mask = 0x1,
359 __virtual_mask = 0x1,
535 __non_diamond_repeat_mask = 0x1, // Distinct instance of repeated base.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h 278 __const_mask = 0x1,
366 __virtual_mask = 0x1,
542 __non_diamond_repeat_mask = 0x1, // Distinct instance of repeated base.
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /bionic/libc/include/netinet/
icmp6.h 411 #define NI_SUPTYPE_FLAG_COMPRESS 0x1
412 #define NI_FQDN_FLAG_VALIDTTL 0x1
420 #define NI_NODEADDR_FLAG_LINKLOCAL 0x1
436 #define NI_NODEADDR_FLAG_TRUNCATE 0x1
  /bionic/libc/kernel/arch-mips/asm/ip32/
crime.h 121 #define CRIME_CPU_ERROR_CPU_WRT_PRTY 0x1
  /bionic/libc/kernel/common/linux/
icmpv6.h 106 #define ICMPV6_ROUTER_PREF_HIGH 0x1
netlink.h 94 #define NLMSG_NOOP 0x1
  /bionic/libm/include/arm/
fenv.h 58 #define FE_UPWARD 0x1
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrtl.c 103 u.e *= 0x1.0p514;
  /cts/tests/tests/admin/src/android/admin/cts/
DeviceAdminReceiverTest.java 31 private static final int PASSWORD_CHANGED = 0x1;
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 33 private static final int EGL_OPENGL_ES_BIT = 0x1;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 54 double r = 0x1.fffffeP+127d;
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 58 #define FE_UPWARD 0x1
  /development/ndk/platforms/android-3/include/netinet/
icmp6.h 393 #define NI_SUPTYPE_FLAG_COMPRESS 0x1
394 #define NI_FQDN_FLAG_VALIDTTL 0x1
402 #define NI_NODEADDR_FLAG_LINKLOCAL 0x1
418 #define NI_NODEADDR_FLAG_TRUNCATE 0x1
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
crime.h 121 #define CRIME_CPU_ERROR_CPU_WRT_PRTY 0x1
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 50 #define GOEP_A_RDONLY 0x1
  /external/chromium/base/
stack_container_unittest.cc 110 bool even_aligned = (0 == (((size_t)buffer) & 0x1));
  /external/chromium/net/base/
dnssec_keyset.cc 21 0x30, 0xd, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x1, 0x5, 5, 0
25 0x30, 0xd, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x1, 0xb, 5, 0
  /external/chromium/third_party/libevent/compat/sys/
_libevent_time.h 159 #define TIMER_ABSTIME 0x1 /* absolute timer */
_time.h 159 #define TIMER_ABSTIME 0x1 /* absolute timer */
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectionHandleController.java 78 * selectBetweenCoordinates(x1,y1,x2,y2) will trigger the selection and set the
98 protected abstract void selectBetweenCoordinates(int x1, int y1, int x2, int y2);
  /external/chromium_org/media/audio/
audio_parameters.h 51 ECHO_CANCELLER = 0x1
  /external/chromium_org/net/base/
int128_unittest.cc 256 uint128 x1(1, 2);
258 x1 += x1;
259 EXPECT_EQ(x2, x1);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 337 AnimPlayStatePaused = 0x1
356 TextDecorationUnderline = 0x1,
382 TextUnderlinePositionAuto = 0x1,
521 TouchActionNone = 0x1,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 135 void WebTestThemeControlWin::line(int x0, int y0, int x1, int y1, SkColor color)
139 m_canvas->drawLine(SkIntToScalar(x0), SkIntToScalar(y0), SkIntToScalar(x1), SkIntToScalar(y1), paint);
142 void WebTestThemeControlWin::triangle(int x0, int y0, int x1, int y1, int x2, int y2, SkColor color)
151 path.lineTo(SkIntToScalar(x1), SkIntToScalar(y1));

Completed in 2993 milliseconds

<<61626364656667686970>>