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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/process/
process_info_win.cc 17 FILETIME ignore = {}; local
18 if (::GetProcessTimes(::GetCurrentProcess(), &creation_time, &ignore,
19 &ignore, &ignore) == false)
  /frameworks/base/core/java/android/webkit/
ClientCertRequest.java 72 * Ignore the request for now. Do not remember user's choice.
74 public abstract void ignore(); method in class:ClientCertRequest
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 34 MsgHandler ignore(unsigned int pID);
71 inline mcld::MsgHandler mcld::ignore(unsigned int pID) function in class:mcld
73 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_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/0.153/libdw/
libdw_visit_scopes.c 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
95 return ignore;
  /external/libedit/src/
prompt.c 87 int ignore = 0; local
102 ignore = !ignore;
105 if (ignore)
  /external/strace/test/
sfd.c 12 int signal, blocked, ignore, caught; local
32 if (sscanf(s, "%d%d%d%d", &signal, &blocked, &ignore, &caught) != 4) {
37 printf("%8x %8x %8x %8x\n", signal, blocked, ignore, caught);
  /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 486 int ignore = theVolatile; local
  /packages/apps/Browser/src/com/android/browser/
KeyChainLookup.java 43 mHandler.ignore();
46 mHandler.ignore();
  /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
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 78 void ignore() { function in namespace:Array
warn-tautological-compare.cpp 37 void ignore() { function in namespace:ArrayCompare
73 void ignore() { function in namespace:FunctionCompare
  /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 177 BOOLEAN ignore = FALSE; local
193 ignore = TRUE;
194 GATT_TRACE_EVENT("Ignore GATT_REQ_EXEC_WRITE/WRITE_CMD" );
199 ignore = TRUE;
207 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);
  /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 1790 milliseconds

1 2 3 4 5 6 7 8 91011>>