Searched refs:flag (Results 251 - 275 of 790) sorted by relevance

<<11121314151617181920>>

/external/blktrace/btreplay/
H A Dbtrecord.c127 .flag = NULL,
133 .flag = NULL,
139 .flag = NULL,
145 .flag = NULL,
151 .flag = NULL,
157 .flag = NULL,
163 .flag = NULL,
169 .flag = NULL,
175 .flag = NULL,
/external/mksh/src/
H A Dtree.c188 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc &&
210 int flag = iop->flag; local
211 int type = flag & IOTYPE;
216 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit :
226 shf_puts(flag & IOSKIP ? "<<-" : "<<", shf);
232 shf_puts(flag & IOCLOB ? ">| " : "> ", shf);
238 shf_puts(flag & IORDUP ? "<&" : ">&", shf);
250 fptreef(shf, indent, (iop->flag & IONAMEXP) ? "%s " : "%S ",
/external/qemu/fpu/
H A Dsoftfloat.h52 | 8 bits. The `flag' type must be able to hold either a 0 or 1. For most
53 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
56 typedef uint8_t flag; typedef
207 /* should denormalised results go to zero and set the inexact flag? */
208 flag flush_to_zero;
209 /* should denormalised inputs go to zero and set the input_denormal flag? */
210 flag flush_inputs_to_zero;
211 flag default_nan_mode;
220 INLINE void set_flush_to_zero(flag val STATUS_PARAM)
224 INLINE void set_flush_inputs_to_zero(flag va
[all...]
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc360 int flag = FLAG_ETHERNET; local
362 flag |= FLAG_ASSOCIATED;
366 flag));
403 int flag = FLAG_WIFI; local
407 flag |= FLAG_DISABLED;
410 flag |= FLAG_ASSOCIATED;
414 wifi_networks[i]->service_path(), flag));
478 int flag = FLAG_CELLULAR; local
485 flag |= FLAG_ASSOCIATED;
490 cell_networks[i]->service_path(), flag));
691 int flag = FLAG_VPN; local
[all...]
/external/v8/src/
H A Dhandles.cc913 ClearExceptionFlag flag) {
914 return shared->is_compiled() || CompileLazyShared(shared, flag);
919 ClearExceptionFlag flag) {
925 if (!result && flag == CLEAR_EXCEPTION) {
933 ClearExceptionFlag flag) {
935 return CompileLazyHelper(&info, flag);
940 ClearExceptionFlag flag,
949 result = CompileLazyHelper(&info, flag);
957 ClearExceptionFlag flag) {
958 return CompileLazyFunction(function, flag, NOT_IN_LOO
912 EnsureCompiled(Handle<SharedFunctionInfo> shared, ClearExceptionFlag flag) argument
918 CompileLazyHelper(CompilationInfo* info, ClearExceptionFlag flag) argument
932 CompileLazyShared(Handle<SharedFunctionInfo> shared, ClearExceptionFlag flag) argument
939 CompileLazyFunction(Handle<JSFunction> function, ClearExceptionFlag flag, InLoopFlag in_loop_flag) argument
956 CompileLazy(Handle<JSFunction> function, ClearExceptionFlag flag) argument
962 CompileLazyInLoop(Handle<JSFunction> function, ClearExceptionFlag flag) argument
968 CompileOptimized(Handle<JSFunction> function, int osr_ast_id, ClearExceptionFlag flag) argument
[all...]
H A Dv8natives.js654 var flag = NONE;
656 flag |= desc.isEnumerable() ? 0 : DONT_ENUM;
658 flag |= current.isEnumerable() ? 0 : DONT_ENUM;
660 flag |= DONT_ENUM;
664 flag |= desc.isConfigurable() ? 0 : DONT_DELETE;
666 flag |= current.isConfigurable() ? 0 : DONT_DELETE;
668 flag |= DONT_DELETE;
681 flag |= desc.isWritable() ? 0 : READ_ONLY;
683 flag |= current.isWritable() ? 0 : READ_ONLY;
685 flag |
[all...]
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp360 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) argument
374 prefsPrivate->setAuthorAndUserStylesEnabled(flag);
460 void LayoutTestController::setMainFrameIsFirstResponder(bool flag) argument
564 void LayoutTestController::setPluginsEnabled(bool flag) argument
599 void LayoutTestController::setTimelineProfilingEnabled(bool flag) argument
613 inspector->setTimelineProfilingEnabled(flag);
616 void LayoutTestController::setUseDashboardCompatibilityMode(bool flag) argument
621 void LayoutTestController::setUserStyleSheetEnabled(bool flag) argument
631 preferences->setUserStyleSheetEnabled(flag);
806 void LayoutTestController::setWindowIsKey(bool flag) argument
823 setSmartInsertDeleteEnabled(bool flag) argument
836 setJavaScriptProfilingEnabled(bool flag) argument
854 setSelectTrailingWhitespaceEnabled(bool flag) argument
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDateFormatSymbolsTest.java60 boolean flag = false;
63 flag = true;
67 assertTrue(flag);
83 boolean flag = false;
86 flag = true;
90 assertTrue(flag);
H A DDecimalFormatSymbolsTest.java69 boolean flag = false;
72 flag = true;
76 assertTrue(flag);
92 boolean flag = false;
95 flag = true;
99 assertTrue(flag);
/external/clang/lib/Analysis/
H A DAnalysisContext.cpp333 unsigned &flag = Visited[VD]; local
334 if (!flag) {
335 flag = 1;
343 unsigned &flag = Visited[VD]; local
344 if (!flag) {
345 flag = 1;
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java83 * @param ver2 flag to force version on create (false = SQLite3, true = SQLite2)
642 * @param flag reset flag
646 public synchronized static int status(int op, int info[], boolean flag) { argument
647 return _status(op, info, flag);
650 private native static int _status(int op, int info[], boolean flag); argument
660 * @param flag reset flag
664 public int db_status(int op, int info[], boolean flag) { argument
666 return _db_status(op, info, flag);
670 _db_status(int op, int info[], boolean flag) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvtexture.cpp219 cvReleaseGLCM( CvGLCM** GLCM, int flag )
233 if( (flag == CV_GLCM_GLCM || flag == CV_GLCM_ALL) && (*GLCM)->matrices )
247 if( (flag == CV_GLCM_DESC || flag == CV_GLCM_ALL) && (*GLCM)->descriptors )
256 if( flag == CV_GLCM_ALL )
/external/proguard/src/proguard/gui/
H A DMemberSpecificationDialog.java442 int flag,
447 int index = (memberSpecification.requiredSetAccessFlags & flag) != 0 ? 0 :
448 (memberSpecification.requiredUnsetAccessFlags & flag) != 0 ? 1 :
456 * Updates the access flag of the given keep option, based on the given radio
460 int flag,
467 memberSpecification.requiredSetAccessFlags |= flag;
471 memberSpecification.requiredUnsetAccessFlags |= flag;
441 setMemberSpecificationRadioButtons(MemberSpecification memberSpecification, int flag, JRadioButton[] radioButtons) argument
459 getMemberSpecificationRadioButtons(MemberSpecification memberSpecification, int flag, JRadioButton[] radioButtons) argument
/external/chromium/testing/gmock/test/
H A Dgmock-nice-strict_test.cc72 virtual int DoThat(bool flag) = 0;
81 MOCK_METHOD1(DoThat, int(bool flag));
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.cc221 bool FileVoiceChannel::SetSend(SendFlags flag) { argument
222 return rtp_sender_receiver_->SetSend(flag != SEND_NOTHING);
/external/elfutils/libebl/
H A Dmips_symbol.c175 unsigned int flag; member in struct:__anon4187
193 if ((*flags & mips_flags[cnt].mask) == mips_flags[cnt].flag)
199 /* We don't know the flag. */
/external/freetype/include/freetype/
H A Dftimage.h416 /* If set, this flag indicates that the outline's field arrays */
428 /* This flag is set if the outline uses the opposite direction */
429 /* (typically for Type~1 fonts). This flag is ignored by the scan */
435 /* shape continuity. If set, this flag hints the scan-line */
449 /* This flag indicates that the scan-line converter should try to */
456 /* This flag is set to force a given scan-converter to only use a */
514 #define FT_CURVE_TAG( flag ) ( flag & 3 )
1008 /* A list of bit flag constants as used in the `flags' field of a */
1014 /* FT_RASTER_FLAG_AA :: This flag i
[all...]
/external/libpng/
H A DAndroid.mk31 $(info libpng: Ignoring gcc flag $(common_CFLAGS) on Cygwin)
/external/neven/Embedded/common/src/b_BasicEm/
H A DString.c103 flag bbs_strequal( const char* str1A, const char* str2A )
123 flag bbs_strmatch( const char* str1A, const char* str2A )
/external/valgrind/main/memcheck/tests/
H A Dbadjump.stderr.exp15 main thread stack using the --main-stacksize= flag.
/external/webkit/Source/JavaScriptCore/
H A Djsc.cpp262 unsigned flag = static_cast<unsigned>(exec->argument(i).toNumber(exec)); local
263 if ((flag >= 1) && (flag <= 32))
264 SamplingFlags::setFlag(flag);
272 unsigned flag = static_cast<unsigned>(exec->argument(i).toNumber(exec)); local
273 if ((flag >= 1) && (flag <= 32))
274 SamplingFlags::clearFlag(flag);
/external/webkit/Source/WebCore/accessibility/
H A DAXObjectCache.h100 static void setEnhancedUserInterfaceAccessibility(bool flag) { gAccessibilityEnhancedUserInterfaceEnabled = flag; } argument
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIViewAdapter.m53 static void _webkit_NSView_setNeedsDisplay(id self, SEL _cmd, BOOL flag);
94 static void _webkit_NSView_setNeedsDisplay(id self, SEL _cmd, BOOL flag)
96 oldNSViewSetNeedsDisplayIMP(self, _cmd, flag);
98 if (!flag) {
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDataSource.idl217 HRESULT setDeferMainResourceDataLoad([in] BOOL flag);
H A DIWebDocument.idl69 This method should simply set a flag and call layout from drawRect if the flag is YES.
70 @param flag YES to cause a layout, no to not cause a layout.
71 - (void)setNeedsLayout:(BOOL)flag;
73 HRESULT setNeedsLayout([in] BOOL flag);

Completed in 1880 milliseconds

<<11121314151617181920>>