HomeSort by relevance Sort by last modified time
    Searched refs:isn (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ea-nonzero.asm 2 ; Also tests that this isn't seen as a circular reference.
  /external/srtp/srtp/
ekt.c 205 uint16_t isn; local
233 /* copy ISN into packet */
234 isn = (uint16_t)pkt_index;
235 *((uint16_t *)packet) = htons(isn);
236 debug_print(mod_srtp, "writing EKT ISN: %s,",
237 octet_string_hex_string(packet, sizeof(isn)));
238 packet += sizeof(isn);
  /ndk/tests/device/test-cpufeatures/jni/
Android.mk 35 # filter-out -march=armv7-a which isn't compatible with -mcpu=cortex-a15
45 # filter-out -march=armv7-a which isn't compatible with -mcpu=cortex-a15
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 106 var isn:Array = programs[programName] as Array;
107 if ( isn != null ) {
108 programs[programName] = isn.slice(MIN_TOKEN_INDEX,instructionIndex);
188 var isn:Array = programs[name] as Array;
189 if ( isn==null ) {
190 isn = initializeProgram(name);
192 return isn;
196 var isn:Array = new Array();
197 programs[name] = isn;
198 return isn;
    [all...]
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter.
  /external/srtp/include/
ekt.h 120 uint16_t isn; /* initial sequence number */ member in struct:ekt_stream_ctx_t
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 19 # that can cause false positives if the test isn't explicit enough
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 21 # that can cause false positives if the test isn't explicit enough
  /build/target/board/generic_x86/
BoardConfig.mk 34 # the GLES renderer disables itself if host GL acceleration isn't available.
  /external/chromium/chrome/browser/resources/ntp4/tools/
externs.js 6 // This isn't actually used when running the code.
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 6 // This isn't actually used when running the code.
  /build/core/combo/
HOST_darwin-x86.mk 44 $(warning * MAC_SDK_VERSION $(MAC_SDK_VERSION) isn't one of the supported $(mac_sdk_versions_supported))
  /device/asus/tilapia/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.js 79 // Update the C++ call so this isn't necessary.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 33 ; this isn't part of the official epilog, as described in section 2.5
sce3.asm 33 ; this isn't part of the official epilog, as described in section 2.5
  /external/chromium_org/v8/test/mjsunit/
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.
instanceof.js 87 // isn't a proper JavaScript object.
  /external/chromium_org/v8/test/webkit/
dfg-arguments-alias-one-block-overwrite.js 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if the variable isn't must-aliased."
dfg-integer-optimization.js 31 // but the second one isn't - it must either be an integer addition with overflow checking, or a
  /external/v8/test/mjsunit/
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.
instanceof.js 87 // isn't a proper JavaScript object.
  /dalvik/vm/
Android.mk 109 # Note: HOST_ARCH_VARIANT isn't defined.
129 # have sufficient custom code so that libffi isn't needed at all,
  /device/asus/grouper/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
  /external/chromium_org/v8/test/mjsunit/regress/
regress-990205.js 29 // (Notice that the example isn't valid ECMAScript due to the

Completed in 1251 milliseconds

1 2 3 4 5 6 7