HomeSort by relevance Sort by last modified time
    Searched refs:UNKNOWN (Results 101 - 125 of 545) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/src/base/
win32-headers.h 70 #undef UNKNOWN
  /external/compiler-rt/test/builtins/timing/
divdi3.c 9 #define LIBNAME UNKNOWN
moddi3.c 9 #define LIBNAME UNKNOWN
modsi3.c 9 #define LIBNAME UNKNOWN
muldi3.c 9 #define LIBNAME UNKNOWN
udivdi3.c 9 #define LIBNAME UNKNOWN
umoddi3.c 9 #define LIBNAME UNKNOWN
  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 104 UNKNOWN = 0,
  /frameworks/base/drm/java/android/drm/
DrmStore.java 96 * An unknown object type.
98 public static final int UNKNOWN = 0x00;
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 23 public static final int UNKNOWN = 0;
118 throw new IllegalArgumentException("unknown pixel format " + format);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_ion.h 59 UNKNOWN = 0x7FFFFFFF,
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_ion.h 69 UNKNOWN = 0x7FFFFFFF,
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_ion.h 66 UNKNOWN = 0x7FFFFFFF,
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_ion.h 60 UNKNOWN = 0x7FFFFFFF,
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_ion.h 69 UNKNOWN = 0x7FFFFFFF,
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_ion.h 70 UNKNOWN = 0x7FFFFFFF,
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_ion.h 67 UNKNOWN = 0x7FFFFFFF,
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthDrawable.java 70 return PixelFormat.UNKNOWN;
  /external/chromium_org/tools/gn/
target.cc 69 output_type_(UNKNOWN),
84 case UNKNOWN:
85 return "Unknown";
116 DCHECK(output_type_ != UNKNOWN);
179 DCHECK_NE(UNKNOWN, output_type_);
329 case UNKNOWN:
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 21 protected static final byte UNKNOWN = 0;
95 in[k] = usage[k] == UNKNOWN && e.inputs[k];
151 if (usage[k] == UNKNOWN && e.inputs[k]) {
222 if (localsUsage[reg] == UNKNOWN)
227 if (localsUsage[reg] == UNKNOWN)
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 315 PostFinishTask(UNKNOWN, reason);
320 PostFinishTask(UNKNOWN, reason);
361 // Canceling a request will cause us to always report the result as UNKNOWN
375 FinishRequest(UNKNOWN, REASON_REQUEST_CANCELED);
403 DownloadCheckResult result = UNKNOWN;
412 result = UNKNOWN;
420 // UNKNOWN even if the server says it's dangerous to download this file.
422 // returned UNKNOWN.
424 result = UNKNOWN;
439 LOG(DFATAL) << "Unknown download response verdict:
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 26 import static android.net.NetworkStatsHistory.Entry.UNKNOWN;
84 public static final long UNKNOWN = -1;
273 entry.activeTime = getLong(activeTime, i, UNKNOWN);
274 entry.rxBytes = getLong(rxBytes, i, UNKNOWN);
275 entry.rxPackets = getLong(rxPackets, i, UNKNOWN);
276 entry.txBytes = getLong(txBytes, i, UNKNOWN);
277 entry.txPackets = getLong(txPackets, i, UNKNOWN);
278 entry.operations = getLong(operations, i, UNKNOWN);
485 entry.activeTime = activeTime != null ? 0 : UNKNOWN;
486 entry.rxBytes = rxBytes != null ? 0 : UNKNOWN;
    [all...]
  /external/chromium_org/components/omnibox/
autocomplete_input.cc 79 if (((type_ == metrics::OmniboxInputType::UNKNOWN) ||
121 case metrics::OmniboxInputType::UNKNOWN: return "unknown";
237 // like "site:" or "link:". We classify it as UNKNOWN so the user has
241 return metrics::OmniboxInputType::UNKNOWN;
302 // that's "invalid" but resolves. To catch these, we return UNKNOWN when
308 // that's "invalid" but resolves. We return UNKNOWN if the TLD is known.
315 // * Trying to navigate to a hostname with invalid characters and an unknown
321 metrics::OmniboxInputType::UNKNOWN : metrics::OmniboxInputType::QUERY;
349 // the username is some unknown scheme, and bail out in the scheme-handlin
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 95 // The Unknown category denotes a register type that hasn't been determined yet
96 public static final byte UNKNOWN = 0;
126 "Unknown",
153 /* UNKNOWN UNINIT NULL ONE, BOOLEAN BYTE POS_BYTE SHORT POS_SHORT CHAR INTEGER, FLOAT, LONG_LO LONG_HI DOUBLE_LO DOUBLE_HI UNINIT_REF UNINIT_THIS REFERENCE CONFLICTED*/
154 /*UNKNOWN*/ {UNKNOWN, UNINIT, NULL, ONE, BOOLEAN, BYTE, POS_BYTE, SHORT, POS_SHORT, CHAR, INTEGER, FLOAT, LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REFERENCE, CONFLICTED},
177 public static final RegisterType UNKNOWN_TYPE = new RegisterType(UNKNOWN, null);
292 if (this.category == UNKNOWN) {
295 assert other.category == UNKNOWN;
313 case UNKNOWN
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 28 import static com.android.ide.common.api.SegmentType.UNKNOWN;
215 if (sourceSegmentTypeX == UNKNOWN) {
222 if (sourceSegmentTypeY == UNKNOWN) {
315 if (sourceSegmentTypeX == UNKNOWN) {
318 if (sourceSegmentTypeY == UNKNOWN) {
321 if (targetSegmentTypeX == UNKNOWN) {
324 if (targetSegmentTypeY == UNKNOWN) {
389 assert sourceSegmentTypeY != UNKNOWN;
394 UNKNOWN ? sourceY : targetSegmentTypeY.getY(targetNode, targetBounds);
533 UNKNOWN ? sourceY : targetSegmentTypeY.getY(targetNode, targetBounds)
    [all...]

Completed in 1158 milliseconds

1 2 3 45 6 7 8 91011>>