HomeSort by relevance Sort by last modified time
    Searched refs:ignore (Results 51 - 75 of 900) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/elfutils/libebl/
eblopenbackend.c 159 static const char *default_object_type_name (int ignore, char *buf,
161 static const char *default_reloc_type_name (int ignore, char *buf, size_t len);
162 static bool default_reloc_type_check (int ignore);
163 static bool default_reloc_valid_use (Elf *elf, int ignore);
164 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore);
165 static bool default_gotpc_reloc_check (Elf *elf, int ignore);
166 static const char *default_segment_type_name (int ignore, char *buf,
168 static const char *default_section_type_name (int ignore, char *buf,
170 static const char *default_section_name (int ignore, int ignore2, char *buf,
172 static const char *default_machine_flag_name (Elf64_Word *ignore);
    [all...]
  /external/chromium_org/remoting/host/installer/linux/debian/
postinst 38 rmdir --ignore-fail-on-non-empty "$VAR_DIR"
  /libcore/luni/src/main/java/libcore/net/http/
HttpDate.java 74 } catch (ParseException ignore) {
79 } catch (ParseException ignore) {
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 10 ignore (Llvm_bitreader.get_module context (Llvm.MemoryBuffer.of_stdin ()))
15 ignore (Llvm.MemoryBuffer.of_file "/path/to/nonexistent/file")
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
Fences.java 487 int ignore = theVolatile; local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 16 // ignore(streamsize n = 1, int_type delim = traits::eof());
34 is.ignore(ignoreLen);
  /external/wpa_supplicant_8/src/eap_peer/
eap_otp.c 39 ret->ignore = TRUE;
56 ret->ignore = TRUE;
60 ret->ignore = FALSE;
eap_vendor_test.c 75 ret->ignore = TRUE;
82 ret->ignore = TRUE;
89 ret->ignore = TRUE;
96 ret->ignore = TRUE;
106 ret->ignore = TRUE;
114 ret->ignore = FALSE;
eap_pax.c 130 ret->ignore = TRUE;
137 ret->ignore = TRUE;
146 ret->ignore = TRUE;
155 ret->ignore = TRUE;
174 ret->ignore = TRUE;
183 ret->ignore = TRUE;
246 ret->ignore = TRUE;
253 ret->ignore = TRUE;
262 ret->ignore = TRUE;
271 ret->ignore = TRUE
    [all...]
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 159 } catch (SocketException ignore) {
171 } catch (SocketException ignore) {
196 } catch (IOException ignore) {
200 } catch (IOException ignore) {
202 } catch (UnsupportedOperationException ignore) {
SocketHttpServerConnection.java 157 } catch (SocketException ignore) {
169 } catch (SocketException ignore) {
193 } catch (IOException ignore) {
197 } catch (IOException ignore) {
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.h 36 static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore);
  /external/chromium/chrome/browser/ui/tabs/
dock_info.h 31 const std::set<gfx::NativeView>& ignore) = 0;
35 const std::set<gfx::NativeView>& ignore) = 0;
86 // Returns the DockInfo for the specified point |screen_point|. |ignore|
87 // contains the set of windows to ignore from consideration. This contains the
96 const std::set<gfx::NativeView>& ignore);
99 // See GetDockInfoAtPoint for a description of |ignore|. This returns NULL if
107 const std::set<gfx::NativeView>& ignore);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
simplefileflags.py 148 for ignore in FLAGS.exclude_directories:
149 ignore_dirs_regexs.append(re.compile(r'(^|[\\/])%s[\\/]' % ignore))
158 for ignore in ignore_dirs_regexs:
159 if ignore.search(f):
160 # Break out of ignore loop so we don't add to
  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api.h 65 static void SetIgnoreUserGestureForTests(bool ignore);
  /external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.h 37 static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore);
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
simplefileflags.py 148 for ignore in FLAGS.exclude_directories:
149 ignore_dirs_regexs.append(re.compile(r'(^|[\\/])%s[\\/]' % ignore))
158 for ignore in ignore_dirs_regexs:
159 if ignore.search(f):
160 # Break out of ignore loop so we don't add to
  /external/chromium_org/ui/views/corewm/
focus_rules.h 52 // Returns the next window to activate in the event that |ignore| is no longer
54 // |ignore| that means it can no longer have focus or activation, including
60 // |ignore| cannot be NULL.
62 aura::Window* ignore) const = 0;
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.h 35 // For use only in tests - sets a flag that can cause this function to ignore
37 static void SetIgnoreUserGestureForTests(bool ignore);
76 // For use only in tests - sets a flag that can cause this function to ignore
78 static void SetIgnoreUserGestureForTests(bool ignore);
  /external/chromium/third_party/libjingle/source/talk/base/
sslsocketfactory.h 62 void SetIgnoreBadCert(bool ignore) { ignore_bad_cert_ = ignore; }
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl_win.cc 47 DWORD ignore; local
48 if (!EnumProcessModules(process, modules, bytes_required, &ignore))
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac_unittest.cc 33 SkClipStack ignore; local
38 bitmap_->setMatrixClip(transform, clip_region, ignore);
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslsocketfactory.h 63 void SetIgnoreBadCert(bool ignore) { ignore_bad_cert_ = ignore; }
sslstreamadapter.h 70 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; }
  /external/dropbear/debian/
dropbear.postrm 8 rmdir --ignore-fail-on-non-empty /etc/dropbear

Completed in 1331 milliseconds

1 23 4 5 6 7 8 91011>>