HomeSort by relevance Sort by last modified time
    Searched refs:OFFSET (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilterTest.java 31 private static final int OFFSET = 10;
45 canvas.drawRect(CENTER - OFFSET, CENTER - OFFSET, CENTER + OFFSET, CENTER + OFFSET, paint);
48 if (x < CENTER - OFFSET - RADIUS || y < CENTER - OFFSET - RADIUS) {
51 } else if (x > CENTER - OFFSET + RADIUS && y > CENTER - OFFSET + RADIUS) {
DashPathEffectTest.java 39 private static final int OFFSET = 5;
44 PathEffect effect = new DashPathEffect(PATTERN, OFFSET);
61 PatternIterator iterator = new PatternIterator(PATTERN, OFFSET);
88 * Create an instance that iterates through the given pattern starting at the given offset.
90 PatternIterator(final float[] pattern, int offset) {
92 while (offset-- > 0) {
  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java 30 private final long OFFSET = 200;
45 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL + OFFSET * count;
48 assertEqualsTickTime(mActivity.tickTimes, OFFSET);
52 final long DELAY_MSEC = mActivity.INTERVAL + OFFSET;
63 assertEqualsTickTime(mActivity.tickTimes, OFFSET);
66 private void assertEqualsTickTime(ArrayList<Long> tickTimes, long offset) {
70 assertTrue(Math.abs(expecTickTime - tickTime) < offset);
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_utils.h 89 /* ************************* OFFSET DEFINES ******************************** */
90 #define GET_PARAM_DATA_OFFSET (sizeof(RPC_OMX_HANDLE) + sizeof(OMX_INDEXTYPE) + sizeof(OMX_U32) /*4 bytes for offset*/ )
106 #define RPC_SETFIELDOFFSET(MSGBODY, POS, OFFSET, TYPE) do { \
107 *((TYPE *) ((OMX_U32)MSGBODY+POS)) = OFFSET; \
129 #define RPC_GETFIELDOFFSET(MSGBODY, POS, OFFSET, TYPE) do { \
130 OFFSET = *((TYPE *) ((OMX_U32)MSGBODY+POS)); \
144 #define RPC_GETFIELDPATCHED(MSGBODY, OFFSET, PTR, TYPE) \
145 PTR = (TYPE *) (MSGBODY+OFFSET);
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 1245 #ifdef OFFSET
1246 #undef OFFSET
1247 #endif /* OFFSET */
1248 /* OFFSET: Get offset of a variable within the wpa_ssid structure */
1249 #define OFFSET(v) ((void *) &((struct wpa_ssid *) 0)->v)
1253 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f)
1254 #define _STRe(f) #f, wpa_config_parse_str, OFFSET(eap.f)
1256 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f)
1257 #define _STRe(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(eap.f
    [all...]
config_file.c 414 #ifdef OFFSET
415 #undef OFFSET
416 #endif /* OFFSET */
417 /* OFFSET: Get offset of a variable within the wpa_config structure */
418 #define OFFSET(v) ((void *) &((struct wpa_config *) 0)->v)
420 #define FUNC(f) #f, wpa_config_process_ ## f, OFFSET(f), NULL, NULL
422 #define _INT(f) #f, wpa_config_parse_int, OFFSET(f)
425 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f)
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 1454 #ifdef OFFSET
1455 #undef OFFSET
1456 #endif /* OFFSET */
1457 /* OFFSET: Get offset of a variable within the wpa_ssid structure */
1458 #define OFFSET(v) ((void *) &((struct wpa_ssid *) 0)->v)
1462 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f)
1463 #define _STRe(f) #f, wpa_config_parse_str, OFFSET(eap.f)
1465 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f)
1466 #define _STRe(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(eap.f
    [all...]
  /external/smali/smali/src/main/antlr3/org/jf/smali/
smaliLexer.g 352 OFFSET
smaliParser.g 593 | OFFSET
594 | NEGATIVE_INTEGER_LITERAL -> OFFSET[$NEGATIVE_INTEGER_LITERAL];
    [all...]
smaliTreeWalker.g 863 offset returns[int offsetValue]
864 : OFFSET
866 String offsetText = $OFFSET.text;
874 : offset {$address = $offset.offsetValue + $baseAddress;}
878 : offset {$offsetValue = $offset.offsetValue;}
    [all...]
  /external/aac/libSYS/src/
genericStds.cpp 379 INT FDKfseek(FDKFILE *fp, LONG OFFSET, int WHENCE) { return fseek((FILE*)fp, OFFSET, WHENCE);}
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheWriter.cpp 204 str->offset = strOffset;
313 size_t offset = sizeof(MCO_Header); local
318 size_t rem = offset % sizeof(int); \
320 offset += sizeof(int) - rem; \
323 /* Save the offset and increase it */ \
324 mpHeaderSection->NAME##_offset = offset; \
325 offset += mpHeaderSection->NAME##_size; \
344 #define WRITE_SECTION(NAME, OFFSET, SIZE, SECTION) \
346 if (mInfoFile->seek(OFFSET, SEEK_SET) == -1) { \
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java     [all...]
  /external/openssl/crypto/perlasm/
x86masm.pl 19 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no []
  /external/aac/libSYS/include/
genericStds.h 427 * \fn INT FDKfseek(FDKFILE *FP, LONG OFFSET, int WHENCE);
443 INT FDKfseek(FDKFILE *FP, LONG OFFSET, int WHENCE);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 512 offset. In other words, generate
700 since the offset between the frame pointer and the
868 work out the offset between the frame pointer and the automatic variables
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 512 offset. In other words, generate
700 since the offset between the frame pointer and the
868 work out the offset between the frame pointer and the automatic variables
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 512 offset. In other words, generate
700 since the offset between the frame pointer and the
868 work out the offset between the frame pointer and the automatic variables
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h 452 offset. In other words, generate
654 since the offset between the frame pointer and the
923 work out the offset between the frame pointer and the automatic variables
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 155 prev_ad equ OFFSET prev
156 window_ad equ OFFSET window
418 ;;; adjust rdx so that it is offset to the exact byte that mismatched.
  /dalvik/dx/etc/
jasmin.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 

Completed in 880 milliseconds