Searched refs:ignore (Results 276 - 300 of 367) sorted by relevance

<<1112131415

/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java385 catch ( IOException ignore ) {
/external/qemu/
H A Dandroid-configure.sh62 --ignore-audio) OPTION_IGNORE_AUDIO=yes
102 echo " --ignore-audio ignore audio messages (may build sound-less emulator)"
/external/v8/src/
H A Dbuiltins.cc1548 #define DEF_ENUM_C(name, ignore) FUNCTION_ADDR(Builtin_##name),
1554 #define DEF_JS_NAME(name, ignore) #name,
1555 #define DEF_JS_ARGC(ignore, argc) argc,
1730 #define DEFINE_BUILTIN_ACCESSOR_C(name, ignore) \
/external/webkit/Source/WebCore/editing/
H A DEditor.h421 void setIgnoreCompositionSelectionChange(bool ignore);
/external/elfutils/src/
H A Dld.c134 { "-z ignore | record", '\0', NULL, OPTION_DOC,
937 struct usedfiles *ignore; local
941 err = FILE_PROCESS (-1, runp, &ld_state, &ignore);
1011 && strcmp (arg, "ignore") != 0
1030 else if (strcmp (arg, "ignore") == 0)
1521 ignore it here since it is not undefined. */
H A Dldgeneric.c639 Just ignore the second definition. */
770 struct scninfo *ignore; local
771 mark_section_used (&fileinfo->scninfo[shndx], shndx, &ignore);
902 struct scninfo *ignore; local
904 mark_section_used (&fileinfo->scninfo[idx], idx, &ignore);
943 struct scninfo *ignore; local
945 shdr->sh_link, &ignore);
951 struct scninfo *ignore; local
953 shdr->sh_info, &ignore);
1019 ignore i
1618 struct scninfo *ignore; local
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java274 // ignore: this should never happen
512 // ignore: this should never happen
608 try { m_archiveOut.close (); } catch (Exception ignore) {} // unlock the file descriptor for deletion
973 if (in != null) try { in.close (); } catch (Exception ignore) {}
/external/icu4c/test/intltest/
H A Dtsmthred.cpp525 FieldPosition ignore = 0; local
526 fmt->format(myArgs,4,result,ignore,realStatus);
/external/linux-tools-perf/
H A Dbuiltin-top.c705 sym->ignore = true;
831 if (!al.sym->ignore) {
/external/valgrind/main/massif/tests/
H A Dpeak2.stderr.exp18 Massif: ignore-fns:
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak58 # VS 2005 complains about lot of deprecated string functions; let's ignore them
/external/stlport/stlport/stl/
H A D_istream.c395 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::ignore() {
1102 basic_istream<_CharT, _Traits>::ignore(streamsize __n) {
1142 basic_istream<_CharT, _Traits>::ignore(streamsize __n, int_type __delim) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/ganymed-ssh2/examples/
H A DSwingShell.java433 catch (IOException ignore)
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.cc79 e->ignore();
/external/stlport/test/unit/
H A Dcodecvt_test.cpp501 ifs.ignore(4096);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp296 // converted to mouse move for WebKit). We ignore these hover
402 event->ignore();
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg218 # ignore
1148 # ignore
/external/valgrind/tsan/
H A Dts_valgrind.cc244 // If true, ignore all accesses in all threads.
564 // We ignore locking events if ignore_sync != 0 and if we are not
1037 bool ignore = ThreadSanitizerIgnoreAccessesBelowFunction(target); local
1038 if (ignore) {
1273 // we want to completely ignore ld-so.
H A Dthread_sanitizer.cc37 #include "ignore.h"
64 // If true, ignore all accesses in all threads.
3467 // this line is in cache -- ignore it.
4376 // ignore
4984 bool ignore = false;
4986 if (ignore_below_cache_.Lookup(target_pc, &ignore) == false) {
4987 ignore = ThreadSanitizerIgnoreAccessesBelowFunction(target_pc);
4988 ignore_below_cache_.Insert(target_pc, ignore);
4992 DCHECK(ignore ==
4998 ignore
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DVector.h87 template<bool ignore, typename T>
88 struct VectorInitializer<false, ignore, T>
/external/webkit/Source/WebCore/dom/
H A DDocument.h341 * @param ignoreClipping whether or not to ignore the root scroll frame when retrieving the element.
566 // In some situations (see the code), we ignore document.close().
677 // for WebCore to ignore the autofocus attribute on any form controls
986 void setFrameElementsShouldIgnoreScrolling(bool ignore) { m_frameElementsShouldIgnoreScrolling = ignore; }
1187 // But sometimes you need to ignore pending stylesheet count to
1191 // If we do ignore the pending stylesheet count, then we need to add a boolean
1272 // http://www.whatwg.org/specs/web-apps/current-work/#ignore-destructive-writes-counter
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap.c270 sm->ignore = sm->m->check(sm, sm->eap_method_priv,
670 if (sm->ignore)
1054 * Supplicant seemed to ignore re-auth if it skipped
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons107 '/wd4996', # ignore POSIX deprecated warnings
/external/quake/quake/src/QW/progs/
H A Dweapons.qc5 void(entity bomb, entity attacker, float rad, entity ignore, string dtype) T_RadiusDamage;

Completed in 1531 milliseconds

<<1112131415