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

1 2 3 4

  /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);
  /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...]
  /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))
  /build/target/board/generic/
BoardConfig.mk 45 # the GLES renderer disables itself if host GL acceleration isn't available.
  /device/asus/tilapia/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
  /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.
double-equals.js 55 // valueOf isn't a function.
65 // Numbers are equal if same, unless NaN, which isn't equal to anything, and
string-indexof-1.js 82 // Long string that isn't a simple repeat of a shorter string.
  /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,
  /external/v8/test/mjsunit/regress/
regress-990205.js 29 // (Notice that the example isn't valid ECMAScript due to the
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection12.js 81 on those elements that are allowed a name attribute. If there isn't
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection12.js 81 on those elements that are allowed a name attribute. If there isn't
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 51 // Something that isn't exactly an IP should get treated as a host and
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 193 // when the search box isn't focused.
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocument-namespace-err.js 119 // Gecko throws "undefined" if createDocument isn't
  /build/core/
java.mk 288 # common even if LOCAL_BUILT_MODULE isn't.
314 # Droiddoc isn't currently able to generate stubs for modules, so we're just
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 115 scripts, but isn't particularly useful on its own.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 536 # The field name isn't part of the SREG spec, so we ignore it.

Completed in 871 milliseconds

1 2 3 4