Searched refs:UNKNOWN (Results 51 - 75 of 306) sorted by relevance

1234567891011>>

/external/compiler-rt/test/builtins/timing/
H A Dfloatundisf.c9 #define LIBNAME UNKNOWN
H A Dfloatundixf.c9 #define LIBNAME UNKNOWN
H A Dlshrdi3.c9 #define LIBNAME UNKNOWN
H A Dnegdi2.c9 #define LIBNAME UNKNOWN
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java27 public void foo6(@SlashedClassName(when=When.UNKNOWN) String foo) {
/external/strace/
H A Dgit-version-gen182 test "$commit_list" = failed && v=UNKNOWN
191 v=UNKNOWN
199 # string we're using came from git. I.e., skip the test if it's "UNKNOWN"
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java56 public static final int UNKNOWN = -1; field in class:BranchTargetFinder
331 Arrays.fill(subroutineStarts, 0, codeLength, UNKNOWN);
332 Arrays.fill(subroutineEnds, 0, codeLength, UNKNOWN);
340 Arrays.fill(subroutineStarts, 0, codeLength, UNKNOWN);
341 Arrays.fill(subroutineEnds, 0, codeLength, UNKNOWN);
575 else if (currentSubroutineStart != UNKNOWN)
653 if (currentSubroutineStart != UNKNOWN)
690 if (subroutineStarts[targetOffset] == UNKNOWN)
719 currentSubroutineStart = UNKNOWN;
729 if (subroutineStarts[offset] != UNKNOWN)
[all...]
/external/doclava/src/com/google/doclava/
H A DSourcePositionInfo.java20 public static final SourcePositionInfo UNKNOWN = new SourcePositionInfo("(unknown)", 0, 0); field in class:SourcePositionInfo
97 return UNKNOWN;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_error_message.js25 ERROR_SCREEN_UI_STATE.UNKNOWN,
40 UNKNOWN: 'error-state-unknown',
51 ERROR_STATE.UNKNOWN,
72 ui_state_: ERROR_SCREEN_UI_STATE.UNKNOWN,
75 error_state_: ERROR_STATE.UNKNOWN,
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dstack_core.py46 UNKNOWN = "<unknown>" variable
203 if area == UNKNOWN or area == HEAP or area == STACK:
215 source_symbol = UNKNOWN
234 if area == UNKNOWN or area == HEAP or area == STACK or not area:
243 source_symbol = UNKNOWN
/external/chromium_org/third_party/icu/source/common/
H A Duscript_props.cpp32 const int32_t UNKNOWN = 1 << 21; member in namespace:__anon12067
46 0x0040 | UNKNOWN, // Zyyy
47 0x0308 | UNKNOWN, // Zinh
92 0x2800 | UNKNOWN, // Brai
149 0xFDD0 | UNKNOWN, // Zzzz
/external/icu/icu4c/source/common/
H A Duscript_props.cpp32 const int32_t UNKNOWN = 1 << 21; member in namespace:__anon21856
46 0x0040 | UNKNOWN, // Zyyy
47 0x0308 | UNKNOWN, // Zinh
92 0x2800 | UNKNOWN, // Brai
149 0xFDD0 | UNKNOWN, // Zzzz
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DOptionsMessage.java35 UNKNOWN(0), enum constant in enum:OptionsMessage.ProtocolRole
51 return ProtocolRole.UNKNOWN;
77 mProtocolRolePreference = ProtocolRole.UNKNOWN;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup_portal.js16 UNKNOWN: 0,
31 this.networkState_ = NetworkState.UNKNOWN;
64 if (!this.deviceInfo_ || this.networkState_ == NetworkState.UNKNOWN)
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_runner.cc82 DnsProbeRunner::DnsProbeRunner() : result_(UNKNOWN), weak_factory_(this) {}
100 // the runner can't run a transaction. Return UNKNOWN asynchronously.
101 result_ = UNKNOWN;
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dinstrument.cc35 return Instrument::UNKNOWN;
40 case Instrument::UNKNOWN:
41 return "UNKNOWN";
H A Dinstrument.h32 UNKNOWN, enumerator in enum:autofill::wallet::Instrument::FormOfPayment
/external/chromium_org/net/cert/
H A Dcrl_set.cc40 return UNKNOWN;
50 return UNKNOWN;
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.h24 UNKNOWN, enumerator in enum:ExternalProtocolHandler::BlockState
/external/chromium_org/chrome/browser/resources/options/
H A Deasy_unlock_turn_off_overlay.js12 UNKNOWN: 'unknown',
37 uiState_: UIState.UNKNOWN,
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_state_informer.h42 UNKNOWN enumerator in enum:chromeos::NetworkStateInformer::State
/external/chromium_org/content/browser/
H A Dhistogram_synchronizer.h57 UNKNOWN, enumerator in enum:content::HistogramSynchronizer::ProcessHistogramRequester
/external/chromium_org/extensions/browser/
H A Dextension_function_registry.cc58 : factory_(0), histogram_value_(extensions::functions::UNKNOWN) {}
/external/chromium_org/media/blink/
H A Dvideo_frame_compositor.cc13 case VideoFrame::UNKNOWN:
/external/chromium_org/mojo/services/public/cpp/input_events/lib/
H A Dinput_event_names.h5 MOJO_INPUT_EVENT_NAME(UNKNOWN); variable

Completed in 579 milliseconds

1234567891011>>