/bionic/libc/kernel/arch-x86/asm/ |
dwarf2_32.h | 19 #define CFI_STARTPROC ignore 20 #define CFI_ENDPROC ignore 21 #define CFI_DEF_CFA ignore 22 #define CFI_DEF_CFA_REGISTER ignore 23 #define CFI_DEF_CFA_OFFSET ignore 24 #define CFI_ADJUST_CFA_OFFSET ignore 25 #define CFI_OFFSET ignore 26 #define CFI_REL_OFFSET ignore 27 #define CFI_REGISTER ignore 28 #define CFI_RESTORE ignore [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
dwarf2_32.h | 19 #define CFI_STARTPROC ignore 20 #define CFI_ENDPROC ignore 21 #define CFI_DEF_CFA ignore 22 #define CFI_DEF_CFA_REGISTER ignore 23 #define CFI_DEF_CFA_OFFSET ignore 24 #define CFI_ADJUST_CFA_OFFSET ignore 25 #define CFI_OFFSET ignore 26 #define CFI_REL_OFFSET ignore 27 #define CFI_REGISTER ignore 28 #define CFI_RESTORE ignore [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
dwarf2_32.h | 19 #define CFI_STARTPROC ignore 20 #define CFI_ENDPROC ignore 21 #define CFI_DEF_CFA ignore 22 #define CFI_DEF_CFA_REGISTER ignore 23 #define CFI_DEF_CFA_OFFSET ignore 24 #define CFI_ADJUST_CFA_OFFSET ignore 25 #define CFI_OFFSET ignore 26 #define CFI_REL_OFFSET ignore 27 #define CFI_REGISTER ignore 28 #define CFI_RESTORE ignore [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
dwarf2_32.h | 19 #define CFI_STARTPROC ignore 20 #define CFI_ENDPROC ignore 21 #define CFI_DEF_CFA ignore 22 #define CFI_DEF_CFA_REGISTER ignore 23 #define CFI_DEF_CFA_OFFSET ignore 24 #define CFI_ADJUST_CFA_OFFSET ignore 25 #define CFI_OFFSET ignore 26 #define CFI_REL_OFFSET ignore 27 #define CFI_REGISTER ignore 28 #define CFI_RESTORE ignore [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
dwarf2_32.h | 19 #define CFI_STARTPROC ignore 20 #define CFI_ENDPROC ignore 21 #define CFI_DEF_CFA ignore 22 #define CFI_DEF_CFA_REGISTER ignore 23 #define CFI_DEF_CFA_OFFSET ignore 24 #define CFI_ADJUST_CFA_OFFSET ignore 25 #define CFI_OFFSET ignore 26 #define CFI_REL_OFFSET ignore 27 #define CFI_REGISTER ignore 28 #define CFI_RESTORE ignore [all...] |
/external/kernel-headers/original/asm-x86/ |
dwarf2_32.h | 40 comment character # to ignore the arguments. Instead, use a dummy macro. */ 41 .macro ignore a=0, b=0, c=0, d=0 44 #define CFI_STARTPROC ignore 45 #define CFI_ENDPROC ignore 46 #define CFI_DEF_CFA ignore 47 #define CFI_DEF_CFA_REGISTER ignore 48 #define CFI_DEF_CFA_OFFSET ignore 49 #define CFI_ADJUST_CFA_OFFSET ignore 50 #define CFI_OFFSET ignore 51 #define CFI_REL_OFFSET ignore [all...] |
/external/valgrind/unittest/ |
run_output_tests.sh | 13 IGNORE= 14 if [ -f output_tests/${TEST}.ignore ]; then 15 IGNORE=--ignore=output_tests/${TEST}.ignore 18 CMD="$TSAN $SUPP $IGNORE -- ./${BIN}output_tests/${TEST}-${BUILD}${EXE} 2>&1 | python match_output.py output_tests/${TEST}.tmpl"
|
/external/valgrind/main/massif/tests/ |
no-stack-no-heap.post.exp | 3 Massif arguments: --stacks=no --heap=no --time-unit=B --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
|
null.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
|
one.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
|
ignored.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=ignore1 --ignore-fn=ignore2 --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
|
/external/chromium/chrome/browser/ui/tabs/ |
dock_info_gtk.cc | 25 explicit BaseWindowFinder(const std::set<GtkWidget*>& ignore) { 27 for (iter = ignore.begin(); iter != ignore.end(); iter++) { 36 // Returns true if |window| is in the ignore list. 60 // location |screen_loc|, not including the windows in |ignore|. 63 const std::set<GtkWidget*>& ignore) { 64 TopMostFinder finder(window, screen_loc, ignore); 99 const std::set<GtkWidget*>& ignore) 100 : BaseWindowFinder(ignore), 130 const std::set<GtkWidget*>& ignore) { [all...] |
dock_info_win.cc | 25 // Creates a BaseWindowFinder with the specified set of HWNDs to ignore. 26 explicit BaseWindowFinder(const std::set<HWND>& ignore) : ignore_(ignore) {} 54 // |screen_loc|, not including the windows in |ignore|. 57 const std::set<HWND>& ignore) { 58 TopMostFinder finder(window, screen_loc, ignore); 82 // Mouse events fall through WS_EX_TRANSPARENT windows, so we ignore them. 86 // ignore WS_EX_LAYERED windows and there are totally transparent 88 // that the user can't reattach tabs to. So we ignore them. This is a bit 114 const std::set<HWND>& ignore) [all...] |
/external/llvm/test/Bindings/Ocaml/ |
target.ml | 39 ignore (TargetData.as_string td); 40 ignore (TargetData.invalidate_struct_layout td sty); 41 ignore (byte_order td); 42 ignore (pointer_size td); 43 ignore (intptr_type td); 44 ignore (size_in_bits td sty); 45 ignore (store_size td sty); 46 ignore (abi_size td sty); 47 ignore (stack_align td sty); 48 ignore (preferred_align td sty) [all...] |
vmcore.ml | 91 ignore (define_global "const_int" c m); 99 ignore (define_global "const_sext_int" c m); 106 ignore (define_global "const_zext_int64" c m); 113 ignore (define_global "const_int_string" c m); 120 ignore (define_global "const_string" c m); 127 ignore (define_global "const_stringz" c m); 136 ignore (define_global "const_single" cs m); 140 ignore (define_global "const_double" cd m); 144 ignore (define_global "const_double_string" cd m); 157 ignore (define_global "const_array" c m) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
ssladapter.h | 43 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; }
|
sslstreamadapter.h | 60 void set_ignore_bad_cert(bool ignore) { ignore_bad_cert_ = ignore; }
|
/external/elfutils/libebl/ |
eblopenbackend.c | 121 static const char *default_object_type_name (int ignore, char *buf, 123 static const char *default_reloc_type_name (int ignore, char *buf, size_t len); 124 static bool default_reloc_type_check (int ignore); 125 static bool default_reloc_valid_use (Elf *elf, int ignore); 126 static bool default_gotpc_reloc_check (Elf *elf, int ignore); 127 static const char *default_segment_type_name (int ignore, char *buf, 129 static const char *default_section_type_name (int ignore, char *buf, 131 static const char *default_section_name (int ignore, int ignore2, char *buf, 133 static const char *default_machine_flag_name (Elf64_Word *ignore); 135 static const char *default_symbol_type_name (int ignore, char *buf [all...] |
/external/dbus/test/name-test/ |
test-activation-forking.py | 28 def ignore(*args, **kwargs): function 47 i.Exit(reply_handler=ignore, error_handler=ignore) 51 i.Exit(reply_handler=ignore, error_handler=ignore)
|
/external/emma/core/java14/com/vladium/util/ |
IJREVersion.java | 68 catch (Error ignore) {} 80 catch (NoSuchMethodError ignore) {}
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toplevel.ml | 10 (* ignore top-level semicolons. *) 19 ignore(Parser.parse_definition stream); 22 ignore(Parser.parse_extern stream); 26 ignore(Parser.parse_toplevel stream);
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKFramePolicyListener.cpp | 52 toImpl(policyListenerRef)->ignore();
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebFramePolicyListenerProxy.cpp | 48 void WebFramePolicyListenerProxy::ignore() function in class:WebKit::WebFramePolicyListenerProxy
|
WebFramePolicyListenerProxy.h | 44 void ignore();
|
/external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/ |
HexEncoder.java | 63 private boolean ignore( method in class:HexEncoder 89 if (!ignore((char)data[end - 1])) 100 while (i < end && ignore((char)data[i])) 107 while (i < end && ignore((char)data[i])) 140 if (!ignore(data.charAt(end - 1))) 151 while (i < end && ignore(data.charAt(i))) 158 while (i < end && ignore(data.charAt(i)))
|