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

123456789

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java330 if (retry == Retry.NONE) {
397 NONE, enum constant in enum:HttpURLConnectionImpl.Retry
422 if (successorRequest == null) return Retry.NONE;
432 return Retry.NONE;
440 return Retry.NONE;
444 return Retry.NONE;
449 return Retry.NONE; // Don't follow redirects to unsupported protocols.
453 return Retry.NONE; // This client doesn't follow redirects across protocols.
464 return Retry.NONE;
/external/replicaisland/src/com/replica/replicaisland/
H A DHotSpotSystem.java30 public static final int NONE = -1; field in class:HotSpotSystem.HotSpotType
97 int result = HotSpotType.NONE;
111 int result = HotSpotType.NONE;
H A DGameObject.java72 NONE, enum constant in enum:GameObject.Team
112 team = Team.NONE;
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.h59 NONE = 0, enumerator in enum:ModuleEnumerator::RecommendedAction
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.h35 NONE, // Input will not be shown. enumerator in enum:autofill::DetailInput::Length
81 NONE, enumerator in enum:autofill::DialogNotification::Type
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.h346 NONE, // Most recent edit was not a paste. enumerator in enum:OmniboxEditModel::PasteState
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble_view.cc97 flavors_(NONE),
264 NONE = 0, enumerator in enum:InstalledBubbleContent::Flavors
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h182 NONE = 0x3038, // Attrib list = terminator enumerator in enum:content::WebGraphicsContext3DCommandBufferImpl::Attribute
/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.h52 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/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/app_list/views/
H A Dapps_grid_view.h64 NONE, enumerator in enum:app_list::AppsGridView::Pointer
127 bool dragging() const { return drag_pointer_ != NONE; }
/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/wm/core/
H A Dimage_grid.h157 NONE, enumerator in enum:wm::ImageGrid::ImageType
/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/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h207 NONE = kNone, enumerator in enum:DateFormat::EStyle
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h139 NONE = 0, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/external/oprofile/libop/
H A Dop_xml_out.h19 NONE=0, TABLE_ID, PROFILE, enumerator in enum:__anon27594
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java57 public static final int NONE = -2; field in class:PartialEvaluator
216 if (initializationOffset != NONE)
296 if (initializationOffset != NONE)
418 * <code>NONE</code> if it is not being created.
437 * the "super" or "this" initializer method, or <code>NONE</code> if it is
450 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java53 public static final int NONE = -2; field in class:BranchTargetFinder
238 return initializationOffsets[offset] != NONE;
245 * <code>NONE</code> if it is not being created.
259 return superInitializationOffset != NONE;
265 * the "super" or "this" initializer method, or <code>NONE</code> if it is
281 return creationOffsets[offset] != NONE;
289 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
333 Arrays.fill(creationOffsets, 0, codeLength, NONE);
334 Arrays.fill(initializationOffsets, 0, codeLength, NONE);
342 Arrays.fill(creationOffsets, 0, codeLength, NONE);
[all...]
/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_org/chrome/browser/extensions/activity_log/
H A Dactivity_log.cc62 NONE, enumerator in enum:extensions::__anon3514::Transformation
82 // If NONE, the data is expected to be a string which is treated as a URL.
126 {Action::ACTION_API_CALL, "webstore.install", 0, NONE, NULL},
128 {Action::ACTION_DOM_ACCESS, "Document.location", 0, NONE, NULL},
129 {Action::ACTION_DOM_ACCESS, "HTMLAnchorElement.href", 0, NONE, NULL},
130 {Action::ACTION_DOM_ACCESS, "HTMLButtonElement.formAction", 0, NONE, NULL},
131 {Action::ACTION_DOM_ACCESS, "HTMLEmbedElement.src", 0, NONE, NULL},
132 {Action::ACTION_DOM_ACCESS, "HTMLFormElement.action", 0, NONE, NULL},
133 {Action::ACTION_DOM_ACCESS, "HTMLFrameElement.src", 0, NONE, NULL},
134 {Action::ACTION_DOM_ACCESS, "HTMLHtmlElement.manifest", 0, NONE, NUL
[all...]
/external/chromium_org/content/renderer/media/
H A Dbuffered_resource_loader_unittest.cc51 NONE, enumerator in enum:content::NetworkState

Completed in 763 milliseconds

123456789