Searched refs:mode (Results 476 - 500 of 4497) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ash/frame/
H A Dheader_painter.h31 virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) = 0;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dhistory_overlay_controller.h32 - (id)initForMode:(HistoryOverlayMode)mode;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_header_painter_ash.h47 virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) OVERRIDE;
67 void GetFrameImages(Mode mode,
75 Mode mode,
81 gfx::ImageSkia GetFrameImageForNonTabbedBrowser(Mode mode) const;
/external/chromium_org/components/nacl/loader/nonsfi/
H A Delf_loader.h14 #error Non SFI mode is currently supported only on linux.
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DGetUserAgentWithNullNPPFromNPPNew.cpp47 uint16_t mode,
/external/chromium_org/crypto/
H A Dopenssl_util.cc77 static void LockingCallback(int mode, int n, const char* file, int line) { argument
78 OpenSSLInitSingleton::GetInstance()->OnLockingCallback(mode, n, file, line);
81 void OnLockingCallback(int mode, int n, const char* file, int line) { argument
83 if (mode & CRYPTO_LOCK)
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DRequestInit.h28 String mode; member in class:blink::RequestInit
/external/chromium_org/third_party/icu/source/common/
H A Dunorm_it.h118 * Set a UCharIterator and a normalization mode for the normalizing iterator
138 * @param mode The normalization mode.
144 unorm_setIter(UNormIterator *uni, UCharIterator *iter, UNormalizationMode mode, UErrorCode *pErrorCode);
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_x86_asm.py249 mode = "generic"
258 mode = val
262 if mode == "generic":
265 print "ERROR: Invalid mode \"%s\" specified." % mode
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprdtoa.h1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
78 ** mode:
82 NSPR_API(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
H A Dpripcsem.h1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
80 * interpretation as the mode argument to PR_Open) and the
90 const char *name, PRIntn flags, PRIntn mode, PRUintn value);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawTextBox.h32 int /*SkTextBox::Mode*/ mode; member in class:SkDrawTextBox
/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_posix.cpp19 int mode = F_OK; local
21 mode |= R_OK;
24 mode |= W_OK;
26 return (0 == access(path, mode));
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
H A Dnoise_suppression.h72 * - mode : 0: Mild, 1: Medium , 2: Aggressive
80 int WebRtcNs_set_policy(NsHandle* NS_inst, int mode);
/external/fio/
H A Dhelpers.h9 extern int fallocate(int fd, int mode, off_t offset, off_t len);
/external/iptables/extensions/
H A Dlibxt_CONNSECMARK.c43 info->mode = CONNSECMARK_SAVE;
46 info->mode = CONNSECMARK_RESTORE;
59 switch (info->mode) {
69 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode);
/external/iptables/include/linux/netfilter/
H A Dxt_statistic.h21 __u16 mode; member in struct:xt_statistic_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_statistic.h21 __u16 mode; member in struct:xt_statistic_info
/external/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli17 (** Linking mode. *)
24 (** [link_modules dst src mode] links [src] into [dst], raising [Error]
/external/llvm/test/MC/ARM/
H A Dudf-thumb-diagnostics.s16 @ CHECK: error: instruction requires: arm-mode
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_x86_asm.py249 mode = "generic"
258 mode = val
262 if mode == "generic":
265 print "ERROR: Invalid mode \"%s\" specified." % mode
/external/mockito/src/org/mockito/internal/
H A DInOrderImpl.java44 public <T> T verify(T mock, VerificationMode mode) { argument
47 } else if (!(mode instanceof VerificationInOrderMode)) {
48 throw new MockitoException(mode.getClass().getSimpleName() + " is not implemented to work with InOrder");
50 return mockitoCore.verify(mock, new InOrderWrapper((VerificationInOrderMode) mode, this));
/external/skia/src/animator/
H A DSkDrawTextBox.h32 int /*SkTextBox::Mode*/ mode; member in class:SkDrawTextBox
/external/srec/portable/include/
H A Dpstream.h47 int mode; /* 0 readonly text; 1 readonly binary; 2 writable text; 3 writalbe binary */ member in struct:PORT_FILE_HANDLE
59 int mode; member in struct:_FileRecord
72 PORTABLE_API PORT_FILE PortFopen(const char* filename, const char* mode);
87 PORTABLE_API PORT_FILE PortFreopen(const char *path, const char *mode, PORT_FILE PortFile);
/external/valgrind/main/none/tests/s390x/
H A Dstfle.stdout.exp3 The z/Architecture architectural mode is installed and active
8 The z/Architecture architectural mode is installed and active

Completed in 811 milliseconds

<<11121314151617181920>>