Searched refs:mode (Results 126 - 150 of 1928) sorted by relevance

1234567891011>>

/external/v8/src/mips/
H A Dassembler-mips-inl.h148 void RelocInfo::set_target_address(Address target, WriteBarrierMode mode) { argument
151 if (mode == UPDATE_WRITE_BARRIER && host() != NULL && IsCodeTarget(rmode_)) {
182 void RelocInfo::set_target_object(Object* target, WriteBarrierMode mode) { argument
185 if (mode == UPDATE_WRITE_BARRIER &&
219 WriteBarrierMode mode) {
223 if (mode == UPDATE_WRITE_BARRIER && host() != NULL) {
294 RelocInfo::Mode mode = rmode(); local
295 if (mode == RelocInfo::EMBEDDED_OBJECT) {
297 } else if (RelocInfo::IsCodeTarget(mode)) {
299 } else if (mode
218 set_target_cell(JSGlobalPropertyCell* cell, WriteBarrierMode mode) argument
320 RelocInfo::Mode mode = rmode(); local
[all...]
/external/guava/guava-tests/test/com/google/common/math/
H A DDoubleMathTest.java74 for (RoundingMode mode : ALL_SAFE_ROUNDING_MODES) {
75 BigDecimal expected = new BigDecimal(d).setScale(0, mode);
80 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, mode));
91 for (RoundingMode mode : ALL_SAFE_ROUNDING_MODES) {
92 BigDecimal expected = new BigDecimal(d).setScale(0, mode);
97 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, mode));
131 for (RoundingMode mode : ALL_ROUNDING_MODES) {
133 DoubleMath.roundToInt(Double.NaN, mode);
140 for (RoundingMode mode : ALL_ROUNDING_MODES) {
142 DoubleMath.roundToInt(Double.POSITIVE_INFINITY, mode);
[all...]
/external/srec/portable/src/
H A Dpstream.c49 #define ISWRITEMODE(mode) (((mode)&FILEWRITEMODE) == FILEWRITEMODE)
51 #define ISBINARYMODE(mode) (((mode)&FILEBINARYMODE) == FILEBINARYMODE)
52 #define ISREOPENMODE(mode) (((mode)&FILEREOPENMODE) == FILEREOPENMODE)
170 PORT_FILE PortFopen(const char *filename, const char *mode) argument
183 passert(mode);
192 if (mode[0] == 'r' || mode[
823 PortFreopen(const char *path, const char *mode, PORT_FILE PortFile) argument
857 char mode[3]; local
904 PortLoadFileFromDisk(PORT_FILE PortFile, const char *filename, const char *mode) argument
967 char mode[3]; local
[all...]
/external/bison/src/
H A Dfiles.h65 FILE *xfopen (const char *name, const char *mode);
/external/chromium/chrome/browser/prefs/
H A Dproxy_prefs.h39 // Constants for string values used to specify the proxy mode through externally
51 const char* ProxyModeToString(ProxyMode mode);
/external/chromium/crypto/
H A Dopenssl_util.cc60 static void LockingCallback(int mode, int n, const char* file, int line) { argument
61 OpenSSLInitSingleton::GetInstance()->OnLockingCallback(mode, n, file, line);
64 void OnLockingCallback(int mode, int n, const char* file, int line) { argument
66 if (mode & CRYPTO_LOCK)
/external/dropbear/libtomcrypt/src/encauth/gcm/
H A Dgcm_reset.c31 gcm->mode = GCM_MODE_IV;
/external/dropbear/libtomcrypt/src/mac/omac/
H A Domac_done.c29 int err, mode; local
44 /* figure out mode */
53 mode = 1;
55 mode = 0;
58 /* now xor prev + Lu[mode] */
60 omac->block[x] ^= omac->prev[x] ^ omac->Lu[mode][x];
/external/iptables/include/linux/netfilter/
H A Dxt_connmark.h23 __u8 mode; member in struct:xt_connmark_tginfo1
/external/lohit-fonts/lohit-kannada-ttf/
H A D66-lohit-kannada.conf11 <edit name="family" mode="prepend">
19 <edit name="autohint" mode="assign">
/external/lohit-fonts/lohit-telugu-ttf/
H A D66-lohit-telugu.conf11 <edit name="family" mode="prepend">
19 <edit name="autohint" mode="assign">
/external/openssh/
H A Dacss.h38 int mode; member in struct:acss_key_st
/external/openssh/openbsd-compat/
H A Dsigact.c67 sigprocmask (int mode, sigset_t *mask, sigset_t *omask) argument
79 if (mode == SIG_BLOCK)
81 else if (mode == SIG_UNBLOCK)
83 else if (mode == SIG_SETMASK)
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/
H A Daica.h33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pan,int loopflag);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11wm_c.h31 extern SDL_GrabMode X11_GrabInputNoLock(_THIS, SDL_GrabMode mode);
32 extern SDL_GrabMode X11_GrabInput(_THIS, SDL_GrabMode mode);
/external/skia/src/ports/
H A DSkOSFile_brew.cpp22 OpenFileMode mode; local
33 mode = _OFM_READWRITE;
35 mode = _OFM_READ;
37 file = IFILEMGR_OpenFile(fileMgr, path, mode);
/external/srec/portable/include/
H A Dpstdio.h53 * mode: 0/1: text/binary
55 int mode; member in struct:FileRecord_t
/external/v8/src/
H A Ddtoa.h55 // The output depends on the given mode:
62 // In this mode the 'requested_digits' parameter is ignored.
77 // and a terminating null-character. In SHORTEST-mode it expects a buffer of
80 void DoubleToAscii(double v, DtoaMode mode, int requested_digits,
/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
/external/webkit/Source/WebCore/wml/
H A DWMLVariables.h42 WMLVariableEscapingMode mode = WMLVariableEscapingNone);
/external/webkit/Source/WebCore/workers/
H A DWorkerLoaderProxy.h54 // Posts callbacks from loading code to the WorkerContext. The 'mode' is used to differentiate
56 virtual void postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task>, const String& mode) = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBDatabase.h69 virtual WebIDBTransaction* transaction(const WebDOMStringList& names, unsigned short mode, WebExceptionCode& ec) argument
71 return transaction(names, mode, 0, ec);
74 virtual WebIDBTransaction* transaction(const WebDOMStringList& names, unsigned short mode, unsigned long, WebExceptionCode& ec) argument
76 return transaction(names, mode, ec);
/external/webkit/Source/WebKit2/WebProcess/mac/
H A DFullKeyboardAccessWatcher.mm40 int mode = CFPreferencesGetAppIntegerValue(AppleKeyboardUIMode, UniversalAccessDomain, &keyExistsAndHasValidFormat);
42 // The keyboard access mode is reported by two bits:
45 fullKeyboardAccessEnabled = (mode & 0x2);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) argument
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiffHeader.pl85 old mode 100644
86 new mode 100755
92 old mode 100644
93 new mode 100755

Completed in 415 milliseconds

1234567891011>>