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

1 2

  /external/libpcap/
pcap-sita.c 84 pcap_if_t *iff; local
90 iff = acn_if_list;
91 while (iff) {
92 if (iff->name && (strlen(iff->name) > longest_name_len)) longest_name_len = strlen(iff->name);
93 iff = iff->next;
95 iff = acn_if_list;
97 while (iff) {
125 pcap_if_t *iff; local
386 pcap_if_t *iff, *next_iff; local
565 pcap_if_t *iff, *prev_iff; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hybi.py 729 or None iff received closing handshake.
880 frame belongs to. The return value is valid iff immediately after
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_reader.cpp 450 ir_if *iff = new(mem_ctx) ir_if(condition); local
452 read_instructions(&iff->then_instructions, s_then, loop_ctx);
453 read_instructions(&iff->else_instructions, s_else, loop_ctx);
455 delete iff;
456 iff = NULL;
458 return iff;
  /external/mesa3d/src/glsl/
ir_reader.cpp 450 ir_if *iff = new(mem_ctx) ir_if(condition); local
452 read_instructions(&iff->then_instructions, s_then, loop_ctx);
453 read_instructions(&iff->else_instructions, s_else, loop_ctx);
455 delete iff;
456 iff = NULL;
458 return iff;
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_hybi.py 685 or None iff received closing handshake.
834 frame belongs to. The return value is valid iff immediately after
  /external/chromium_org/chrome/browser/resources/cryptotoken/
multiplesigner.js 93 * @param {boolean} finalChallenges True iff there are no more challenges to add
121 * @param {boolean} finalChallenges True iff there are no more challnges to add
  /external/chromium_org/v8/test/mjsunit/
debug-compile-event.js 83 // Check that we pick script name from //# sourceURL, iff present
  /external/protobuf/python/google/protobuf/
text_format.py 335 True iff the end was reached.
365 True iff the text was consumed.
388 True iff the current token is an integer.
577 ValueError: Thrown Iff the text is not a valid integer.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 109 * 1) sync(sel) = sel iff sel is a valid selection
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
history.js 220 // Takes a key and a value and sets the this.dashboardSpecificState[key] = value iff key is
  /external/chromium_org/chrome/browser/resources/help/
help.js 423 * @param {boolean} isPowerwashAllowed True iff powerwash is allowed
  /external/bison/data/
yacc.c 87 # Expand ARG iff yyerror is to be given a location as argument.
989 their default reductions have been disabled). Iff there is a
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 486 // The other devices is shown iff tab sync is enabled.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 876 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 783 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
org.sat4j.core_2.2.0.v20100429.jar 
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 872 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 872 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
  /ndk/build/core/
definitions.mk 626 # Returns : non-empty iff the module is a static library.
636 # Returns : non-empty iff the module is a shared library.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 334 * should be set iff the reason is "ERROR".
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 862 * @param {function()=} opt_isValid Function returning false iff the task
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 1013 // We want to try to jump into an iframe iff it has a src attribute.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 

Completed in 1723 milliseconds

1 2