/external/skia/tools/ |
find_bad_images_in_skps.py | 59 ignores = [re.compile(ignore) for ignore in ignores] 66 if not any(bool(ignore.match(line)) for ignore in ignores))
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AdtManifestMergeCallback.java | 42 } catch (AndroidVersion.AndroidVersionException ignore) {}
|
/external/chromium/chrome/browser/ui/views/ |
accessibility_event_router_views.h | 43 ViewInfo() : ignore(false) {} 48 // If true, will ignore this widget and not send accessibility events. 49 bool ignore; member in struct:AccessibilityEventRouterViews::ViewInfo
|
/external/chromium_org/chrome/browser/ui/tabs/ |
dock_info.h | 69 // Returns the DockInfo for the specified point |screen_point|. |ignore| 70 // contains the set of windows to ignore from consideration. This contains the 77 const std::set<gfx::NativeView>& ignore); 80 // See GetDockInfoAtPoint for a description of |ignore|. This returns NULL if 86 const std::set<gfx::NativeView>& ignore);
|
/external/dropbear/libtomcrypt/ |
build.sh | 10 for f in *_tv.txt; do if (diff --ignore-case $f notes/$f) then true; else (echo "tv_gen $f failed" && rm -f testok.txt && exit 1); fi; done
|
/external/e2fsprogs/install-utils/ |
convfstab | 43 ignore | iso9660 | msdos | hpfs | sysv | \
|
/external/elfutils/libdw/ |
libdw_visit_scopes.c | 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class 95 return ignore;
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RTExitHook.java | 69 if (in != null) try { in.close (); } catch (IOException ignore) { ignore.printStackTrace (); }
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
LocalAcceptThread.java | 94 catch (IOException ignore) 114 catch (IOException ignore)
|
/external/valgrind/main/massif/tests/ |
big-alloc.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
|
deep-A.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --depth=8 --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
|
deep-B.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 --depth=8 --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
|
deep-C.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --alloc-fn=a3 --alloc-fn=a4 --alloc-fn=a5 --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 --depth=8 --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
|
deep-D.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --alloc-fn=a1 --alloc-fn=a2 --alloc-fn=a3 --alloc-fn=a4 --alloc-fn=a5 --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 --alloc-fn=main --depth=20 --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
|
thresholds_0_10.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=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
|
thresholds_10_0.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --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
|
thresholds_10_10.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --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
|
thresholds_5_0.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=5 --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
|
thresholds_5_10.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=5 --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
|
/packages/apps/Browser/src/com/android/browser/view/ |
BookmarkContainer.java | 94 public void setIgnoreRequestLayout(boolean ignore) { 95 mIgnoreRequestLayout = ignore;
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
DragGestureDetector.java | 48 private void computeAveragePosition(MotionEvent event, float[] position, int ignore) { 54 if (p != ignore) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
filecmp.py | 80 dircmp(a,b,ignore=None,hide=None) 82 IGNORE is a list of names to ignore, 98 filtered by hide and ignore. 111 def __init__(self, a, b, ignore=None, hide=None): # Initialize 118 if ignore is None: 119 self.ignore = ['RCS', 'CVS', 'tags'] # Names ignored in comparison 121 self.ignore = ignore 125 self.hide+self.ignore) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
filecmp.py | 80 dircmp(a,b,ignore=None,hide=None) 82 IGNORE is a list of names to ignore, 98 filtered by hide and ignore. 111 def __init__(self, a, b, ignore=None, hide=None): # Initialize 118 if ignore is None: 119 self.ignore = ['RCS', 'CVS', 'tags'] # Names ignored in comparison 121 self.ignore = ignore 125 self.hide+self.ignore) [all...] |
/external/chromium/base/win/ |
event_trace_controller.cc | 55 EtwTraceProperties ignore; local 57 prop = &ignore; 107 EtwTraceProperties ignore; local 109 properties = &ignore; 122 EtwTraceProperties ignore; local 124 properties = &ignore;
|
/external/chromium_org/base/win/ |
event_trace_controller.cc | 55 EtwTraceProperties ignore; local 57 prop = &ignore; 107 EtwTraceProperties ignore; local 109 properties = &ignore; 122 EtwTraceProperties ignore; local 124 properties = &ignore;
|