HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 501 - 525 of 966) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 674 int x1; member in struct:WebCore::CollapsedBorder
689 int x1, int y1, int x2, int y2, EBorderStyle borderStyle)
695 m_borders[m_count].x1 = x1;
813 drawLineForBoxSide(graphicsContext, border->x1, border->y1, border->x2, border->y2, border->side,
    [all...]
SVGInlineTextBox.cpp 102 float x1 = svgChar.x; local
108 FloatRect glyphRect(x1, y1, x2 - x1, y2 - y1);
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 78 double x1; // x[n-1] variable
115 x1 = 0.0f;
128 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2);
130 x2 = x1;
131 x1 = x0;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 291 DropBoxManager.Entry x1 = dropbox.getNextEntry(null, x0.getTimeMillis()); local
292 DropBoxManager.Entry x2 = dropbox.getNextEntry(null, x1.getTimeMillis());
304 assertEquals("DropBoxTest.B", x1.getTag());
307 assertEquals("B0", x1.getText(80));
314 x1.close();
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 121 #define AUTOIDLE 0x1
124 #define ICE 0x1
132 #define DMA_EN 0x1
137 #define CC 0x1
139 #define OD 0x1
494 //p. 3598 - need to set SOFTRESET to 0x1 0bc
    [all...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrv.c 103 #define AUTOIDLE 0x1
106 #define ICE 0x1
114 #define DMA_EN 0x1
119 #define CC 0x1
121 #define OD 0x1
495 //p. 3598 - need to set SOFTRESET to 0x1 0bc
    [all...]
  /external/libffi/src/mips/
o32.S 313 .byte 0x1 # CIE Version
315 .uleb128 0x1 # CIE Code Alignment Factor
318 .uleb128 0x1 # Augmentation size
  /external/libffi/src/sh64/
sysv.S 442 .byte 0x1 /* CIE Version */
448 .uleb128 0x1 /* CIE Code Alignment Factor */
452 .uleb128 0x1 /* Augmentation size */
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvdl_config_file.cpp 95 iFlag |= 0x1;
99 iFlag &= (~0x1);
105 return (iFlag & 0x1);
  /external/qemu/hw/
bt-hid.c 28 BT_HID_CONTROL = 0x1,
41 BT_HS_NOT_READY = 0x1,
51 BT_HC_HARD_RESET = 0x1,
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 89 void map(double x1, double y1, double* x2, double* y2) const
91 x1 += m_preShiftX;
93 *x2 = x1 * m_cosA + y1 * m_sinA + m_postShiftX;
94 *y2 = y1 * m_cosA - x1 * m_sinA + m_postShiftY;
96 void map(int x1, int y1, int* x2, int* y2) const
98 x1 += m_preShiftX;
100 *x2 = stableRound(x1 * m_cosA + y1 * m_sinA) + m_postShiftX;
101 *y2 = stableRound(y1 * m_cosA - x1 * m_sinA) + m_postShiftY;
398 int x1 = x + transform.m_preShiftX; local
400 int srcX = x1 * cosA + transform.m_postShiftX
413 int x1 = x + transform.m_preShiftX; local
    [all...]
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 479 #define ERP_IE_NON_ERP_PRESENT_MASK 0x1
589 #define DOT11_COUNTRY_ELE_LEN_MAX ( ((DOT11_NUM_OF_MAX_TRIPLET_CHANNEL+1)*3) + !((DOT11_NUM_OF_MAX_TRIPLET_CHANNEL&0x1)))
951 #define TS_INFO_0_ACCESS_POLICY_EDCA 0x1
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h 437 #define ERP_IE_NON_ERP_PRESENT_MASK 0x1
539 #define DOT11_COUNTRY_ELE_LEN_MAX ( ((NUM_OF_MAX_TRIPLET_CHANNEL+1)*3) + !((NUM_OF_MAX_TRIPLET_CHANNEL&0x1)))
851 #define TS_INFO_0_ACCESS_POLICY_EDCA 0x1
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 479 #define ERP_IE_NON_ERP_PRESENT_MASK 0x1
590 #define DOT11_COUNTRY_ELE_LEN_MAX ( ((DOT11_NUM_OF_MAX_TRIPLET_CHANNEL+1)*3) + !((DOT11_NUM_OF_MAX_TRIPLET_CHANNEL&0x1)))
952 #define TS_INFO_0_ACCESS_POLICY_EDCA 0x1
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 437 "0x1.f.ffffep127"};
605 actual = Float.parseFloat("0x1.p9223372036854775807");
608 actual = Float.parseFloat("0x1.p9223372036854775808");
617 actual = Float.parseFloat("0x1.p-9223372036854775808");
620 actual = Float.parseFloat("0x1.p-9223372036854775809");
748 "0x1.fffffep127",
749 "0x1.fffffe000000000000000000000000000000000000000000000001p127",
750 "0x1.fffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffp127" (…)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 1361 int x1, y1, x2, y2, area; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 165 (_s_)->nVersion.s.nVersionMajor = 0x1; \
166 (_s_)->nVersion.s.nVersionMinor = 0x1; \
682 pCompPrivateStruct->nVersion.s.nVersionMajor = 0x1;
683 pCompPrivateStruct->nVersion.s.nVersionMinor = 0x1;
710 pG729Param->nVersion.s.nVersionMajor = 0x1;
711 pG729Param->nVersion.s.nVersionMinor = 0x1;
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 284 #define SHF_WRITE 0x1 /* Writable */
410 #define PF_X 0x1 /* Executable */
  /bionic/libc/kernel/common/linux/
pci_regs.h 18 #define PCI_COMMAND_IO 0x1
290 #define PCI_EXP_TYPE_LEG_END 0x1
wireless.h 93 #define IW_IS_SET(cmd) (!((cmd) & 0x1))
94 #define IW_IS_GET(cmd) ((cmd) & 0x1)
  /dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 232 if ((pointer & 0x1) == 0) {
253 if ((pointer & 0x1) == 0) {
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 284 kArmLsr = 0x1,
292 kArmCondNe = 0x1, /* 0001 */
    [all...]
  /external/elfutils/libdw/
dwarf.h 366 DW_ATE_address = 0x1,
444 DW_CC_normal = 0x1,
  /external/kernel-headers/original/linux/
pci_regs.h 27 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */
330 #define PCI_EXP_TYPE_LEG_END 0x1 /* Legacy Endpoint */
wireless.h 339 #define IW_IS_SET(cmd) (!((cmd) & 0x1))
340 #define IW_IS_GET(cmd) ((cmd) & 0x1)
    [all...]

Completed in 2433 milliseconds

<<21222324252627282930>>