Searched defs:NONE (Results 101 - 125 of 209) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble_view.cc98 flavors_(NONE),
269 NONE = 0, enumerator in enum:InstalledBubbleContent::Flavors
/external/chromium_org/ppapi/cpp/extensions/dev/
H A Dsocket_dev.h34 NONE, enumerator in enum:pp::ext::socket::SocketType_Dev::ValueType
/external/chromium_org/sync/engine/net/
H A Dserver_connection_manager.h44 NONE, enumerator in enum:syncer::HttpResponse::ServerConnectionCode
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEvent.h51 NONE = 0, enumerator in enum:WebCore::Event::PhaseType
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dchecker.py216 # This list should be in addition to files with FileType.NONE. Files
217 # with FileType.NONE are automatically skipped without warning.
382 NONE = 0 # FileType.NONE evaluates to False. variable in class:FileType
423 if not self._file_type(file_path): # FileType.NONE.
467 return FileType.NONE
472 if file_type == FileType.NONE:
496 "are %(NONE)s, %(CPP)s, and %(TEXT)s."
498 "NONE": FileType.NONE,
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddatefmt.h198 NONE = kNone, enumerator in enum:DateFormat::EStyle
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.h66 NONE, enumerator in enum:leveldb_env::ErrorParsingResult
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.h75 NONE /* special token for lookahead */ enumerator in enum:tokentype
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.h53 NONE = 16, // No arrow. Positioned under the supplied rect. enumerator in enum:views::BubbleBorder::Arrow
96 static bool has_arrow(Arrow a) { return a < NONE; }
107 return a >= NONE ? false : !(a & VERTICAL);
115 return (a == TOP_CENTER || a == BOTTOM_CENTER || a >= NONE) ?
120 return (a == LEFT_CENTER || a == RIGHT_CENTER || a >= NONE) ?
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h213 NONE, enumerator in enum:views::MenuController::MenuPart::Type
219 MenuPart() : type(NONE), menu(NULL), parent(NULL), submenu(NULL) {}
/external/chromium_org/v8/test/cctest/
H A Dtest-mark-compact.cc172 global, handle(func_name), handle(function), NONE, kNonStrictMode);
190 global, handle(obj_name), handle(obj), NONE, kNonStrictMode);
195 handle(obj), handle(prop_name), twenty_three, NONE, kNonStrictMode); local
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java288 return NONE;
297 public static final CharMatcher NONE = field in class:CharMatcher
390 return other.matches(match) ? this : NONE;
443 return NONE;
/external/icu4c/i18n/unicode/
H A Ddatefmt.h198 NONE = kNone, enumerator in enum:DateFormat::EStyle
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h135 NONE = 0, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java301 if (retry == Retry.NONE) {
403 NONE, enum constant in enum:HttpURLConnectionImpl.Retry
428 return credentialsFound ? Retry.SAME_CONNECTION : Retry.NONE;
436 return Retry.NONE;
444 return Retry.NONE;
448 return Retry.NONE;
453 return Retry.NONE; // Don't follow redirects to unsupported protocols.
457 return Retry.NONE; // This client doesn't follow redirects across protocols.
468 return Retry.NONE;
/external/oprofile/libop/
H A Dop_xml_out.h19 NONE=0, TABLE_ID, PROFILE, enumerator in enum:__anon24707
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java55 public static final int NONE = -2; field in class:PartialEvaluator
259 if (initializationOffset != NONE)
381 * <code>NONE</code> if it is not being created.
400 * the "super" or "this" initializer method, or <code>NONE</code> if it is
413 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
484 * or <code>NONE</code> if no variable was initialized.
1122 initializedVariables[index] = NONE;
1134 initializedVariables[index] = NONE;
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java51 public static final int NONE = -2; field in class:BranchTargetFinder
192 return subroutineStarts[offset] != NONE;
232 return initializationOffsets[offset] != NONE;
239 * <code>NONE</code> if it is not being created.
253 return superInitializationOffset != NONE;
259 * the "super" or "this" initializer method, or <code>NONE</code> if it is
275 return creationOffsets[offset] != NONE;
283 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
317 subroutineStarts[index] = NONE;
318 subroutineEnds[index] = NONE;
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java72 NONE, enum constant in enum:GameObject.Team
112 team = Team.NONE;
/external/smack/src/org/xbill/DNS/
H A DKEYRecord.java29 public static final int NONE = 0; field in class:KEYRecord.Protocol
53 protocols.add(NONE, "NONE");
/external/chromium/chrome/browser/sync/engine/net/
H A Dserver_connection_manager.h50 NONE, enumerator in enum:browser_sync::HttpResponse::ServerConnectionCode
104 server_status(NONE) {}
/external/chromium/chrome/browser/ui/
H A Dbrowser.h1158 NONE, // No action at all. enumerator in enum:Browser::WebAppAction
/external/chromium/net/ftp/
H A Dftp_network_transaction_unittest.cc36 NONE, enumerator in enum:net::FtpSocketDataProvider::State
54 : failure_injection_state_(NONE),
99 DCHECK_EQ(NONE, failure_injection_state_);
100 DCHECK_NE(NONE, state);
101 DCHECK_NE(NONE, next_state);
/external/chromium/net/http/
H A Dhttp_cache_transaction.h34 // o If the mode of the transaction is NONE, then it is in "pass through"
51 NONE = 0, enumerator in enum:net::HttpCache::Transaction::Mode
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc59 NONE, enumerator in enum:file_manager::__anon4573::SharedOption
91 *output = NONE;
116 TestEntryInfo() : type(FILE), shared_option(NONE) {}

Completed in 1369 milliseconds

123456789