HomeSort by relevance Sort by last modified time
    Searched defs:ignore (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/base/process/
process_info_win.cc 17 FILETIME ignore = {}; local
18 if (::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore,
19 &ignore, &ignore) == false)
  /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
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 37 MsgHandler ignore(unsigned int pID);
74 inline mcld::MsgHandler mcld::ignore(unsigned int pID) function in class:mcld
76 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore);
  /development/ide/emacs/
android-compile.el 43 (defvar android-compile-ignore-re
129 (while (search-forward-regexp android-compile-ignore-re end t)
  /external/chromium/base/win/
event_trace_controller_unittest.cc 64 EtwTraceProperties ignore; local
65 EtwTraceController::Stop(kTestSessionName, &ignore);
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;
event_trace_consumer_unittest.cc 83 EtwTraceProperties ignore; local
84 EtwTraceController::Stop(kTestSessionName, &ignore);
265 EtwTraceProperties ignore; local
266 EtwTraceController::Stop(kTestSessionName, &ignore);
  /external/chromium/third_party/libjingle/source/talk/base/
time.cc 68 static uint32 ignore = StartTime(); member in namespace:talk_base
  /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/elfutils/libdw/
libdw_visit_scopes.c 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
95 return ignore;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 123 /* ignore comment lines and empty lines */
133 /* ignore lines where the tag does not match */
180 int ignore = FALSE; local
194 /* ignore lines that reach the max length */
195 ignore = TRUE;
197 else if (!ignore)
210 /* no longer ignore lines after they are completely read */
211 ignore = FALSE;
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
Fences.java 487 int ignore = theVolatile; local
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
HexEncoder.java 68 private static boolean ignore( method in class:HexEncoder
94 if (!ignore((char)data[end - 1]))
105 while (i < end && ignore((char)data[i]))
112 while (i < end && ignore((char)data[i]))
150 if (!ignore(data.charAt(end - 1)))
161 while (i < end && ignore(data.charAt(i)))
168 while (i < end && ignore(data.charAt(i)))
Base64Encoder.java 116 private boolean ignore( method in class:Base64Encoder
142 if (!ignore((char)data[end - 1]))
192 while ((i < finish) && ignore((char)data[i]))
217 if (!ignore(data.charAt(end - 1)))
322 while ((i < finish) && ignore(data.charAt(i)))
  /external/chromium_org/chrome/test/logging/win/
file_logger.cc 137 base::win::EtwTraceProperties ignore; local
139 &ignore);
154 // Ignore the return value here in the hopes that at least one provider was
  /cts/tools/signature-tools/src/signature/compare/model/impl/
SigDelta.java 102 if (!ignore.contains(field.getName())) {
123 private static Set<String> ignore = new HashSet<String>(); field in class:SigDelta
125 ignore.add("from");
126 ignore.add("to");
127 ignore.add("reason");
128 ignore.add("ignore"); // =)
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 171 BOOLEAN ignore = FALSE; local
187 ignore = TRUE;
188 GATT_TRACE_EVENT0("Ignore GATT_REQ_EXEC_WRITE/WRITE_CMD" );
193 ignore = TRUE;
201 if (!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;
event_trace_controller_unittest.cc 118 EtwTraceProperties ignore; local
119 EtwTraceController::Stop(session_name_.c_str(), &ignore);
event_trace_consumer_unittest.cc 89 EtwTraceProperties ignore; local
90 EtwTraceController::Stop(session_name_.c_str(), &ignore);
98 EtwTraceProperties ignore; local
99 EtwTraceController::Stop(session_name_.c_str(), &ignore);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_emit.c 197 uint ignore = 0; local
203 /* Ignore x */
204 ignore |= (0xf << UREG_CHANNEL_X_SHIFT);
206 /* Ignore y */
207 ignore |= (0xf << UREG_CHANNEL_Y_SHIFT);
209 /* Ignore z */
210 ignore |= (0xf << UREG_CHANNEL_Z_SHIFT);
212 /* Ignore w */
213 ignore |= (0xf << UREG_CHANNEL_W_SHIFT);
216 if ( (coord & ~ignore ) != (k & ~ignore) )
    [all...]
  /external/chromium_org/third_party/smhasher/src/
DifferentialTest.h 27 int ignore = 0; local
58 ignore++;
78 ignore++;
82 printf("%d total collisions, of which %d single collisions were ignored",(int)diffs.size(),ignore);
  /external/emma/core/java12/com/vladium/emma/rt/
RTExitHook.java 69 if (in != null) try { in.close (); } catch (IOException ignore) { ignore.printStackTrace (); }
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 197 uint ignore = 0; local
203 /* Ignore x */
204 ignore |= (0xf << UREG_CHANNEL_X_SHIFT);
206 /* Ignore y */
207 ignore |= (0xf << UREG_CHANNEL_Y_SHIFT);
209 /* Ignore z */
210 ignore |= (0xf << UREG_CHANNEL_Z_SHIFT);
212 /* Ignore w */
213 ignore |= (0xf << UREG_CHANNEL_W_SHIFT);
216 if ( (coord & ~ignore ) != (k & ~ignore) )
    [all...]

Completed in 824 milliseconds

1 2 3 4 5 6 7 8