Searched refs:flag (Results 176 - 200 of 899) sorted by relevance

1234567891011>>

/external/chromium/base/threading/
H A Dthread.cc131 void Thread::SetThreadWasQuitProperly(bool flag) { argument
132 lazy_tls_bool.Pointer()->Set(flag);
/external/dbus/dbus/
H A Ddbus-marshal-header.h97 dbus_uint32_t flag,
100 dbus_uint32_t flag);
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanDetector.h106 flag interpolatedWarpingE;
168 flag bbf_LocalScanDetector_equal( struct bbs_Context* cpA,
/external/valgrind/main/memcheck/tests/
H A Dsupp_unknown.stderr.exp9 main thread stack using the --main-stacksize= flag.
/external/valgrind/main/none/tests/linux/
H A Dblockfault.stderr.exp9 main thread stack using the --main-stacksize= flag.
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDynamicScrollBarsViewInternal.h54 - (void)setSuppressLayout:(BOOL)flag;
H A DWebViewPrivate.h191 - (void)setAllowsUndo:(BOOL)flag;
350 - (void)_setDashboardBehavior:(WebDashboardBehavior)behavior to:(BOOL)flag;
367 @result Forces the vertical scroller to be visible if flag is YES, otherwise
368 if flag is NO the scroller with automatically show and hide as needed.
370 - (void)setAlwaysShowVerticalScroller:(BOOL)flag;
380 @result Forces the horizontal scroller to be visible if flag is YES, otherwise
381 if flag is NO the scroller with automatically show and hide as needed.
383 - (void)setAlwaysShowHorizontalScroller:(BOOL)flag;
408 - (void)_setInViewSourceMode:(BOOL)flag;
460 - (void)_setUseFastImageScalingMode:(BOOL)flag;
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A DFlexLexer.h31 // If you want to create multiple lexer classes, you use the -P flag
85 void set_debug( int flag ) { yy_flex_debug = flag; }
/external/grub/stage2/
H A Djfs.h28 * file system option (superblock flag)
110 /* btpaget_t flag */
142 unsigned flag:8; /* 1: flags */ member in struct:__anon5034
239 char s_attach; /* 1: VFS: flag: set when aggregate is attached
326 u8 flag; /* 1: 0 if free */ member in struct:dir_table_slot
342 u8 flag; /* 1: */ member in struct:__anon5038::__anon5039
383 u8 flag; /* 1: */ member in struct:__anon5040::__anon5041
404 unsigned flag:8; /* 1: flag */ member in struct:xad
430 u8 flag; /* member in struct:__anon5042::xtheader
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DMirrorModifier.java52 modifierData.put("flag", modifierStructure.getFieldValue("flag"));
68 int flag = ((Number) modifierData.get("flag")).intValue();
70 (flag & 0x08) != 0 ? -1.0f : 1.0f,
71 (flag & 0x10) != 0 ? -1.0f : 1.0f,
72 (flag & 0x20) != 0 ? -1.0f : 1.0f
93 boolean mirrorU = (flag & 0x01) != 0;
94 boolean mirrorV = (flag & 0x02) != 0;
95 // boolean mirrorVGroup = (flag
[all...]
/external/openssl/apps/
H A DCA.pl.in178 my $flag = 0;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
181 print OUT $_ if ($flag);
H A DCA.sh36 flag=0
39 if [ $flag -eq 1 ]; then
52 flag=1
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dconstruction.rb28 @flag = false
32 attr_accessor :flag
166 -> {@flag == 0}? ^(VARDEF ID modifier* type expression?)
167 -> {@flag == 1}? ^(VARIABLE ID modifier* type expression?)
377 flag = opts[ :flag ]
384 parser.flag = flag unless flag.nil?
474 ast_test :input => "public int gnurz = 1 + 2;", :rule => :r31, :ast => "(VARDEF gnurz public int (+ 1 2))", :flag
[all...]
/external/oprofile/opjitconv/
H A Djitsymbol.c188 int flag; local
191 flag = 0;
196 flag = 1;
199 if (flag) {
432 int flag = 0; local
477 flag = OP_JIT_CONV_FAIL;
480 flag = 1;
487 flag = OP_JIT_CONV_FAIL;
489 flag = 1;
492 return flag;
[all...]
/external/regex-re2/re2/
H A Ddfa.cc181 State* WorkqToCachedState(Workq* q, uint flag);
183 // Looks up and returns a State matching the inst, ninst, and flag.
185 State* CachedState(int* inst, int ninst, uint flag);
204 int c, uint flag, bool* ismatch,
210 void RunWorkqOnEmptyString(Workq* q, Workq* nq, uint flag);
213 // according to flag.
215 void AddToQueue(Workq* q, int id, uint flag);
515 StringAppendF(&s, " flag=%#x", state->flag_);
530 // A State is defined by an ordered list of instruction ids and a flag word.
546 // like ^ or $. These are handled by the flag wor
577 WorkqToCachedState(Workq* q, uint flag) argument
710 CachedState(int* inst, int ninst, uint flag) argument
780 AddToQueue(Workq* q, int id, uint flag) argument
868 RunWorkqOnEmptyString(Workq* oldq, Workq* newq, uint flag) argument
882 RunWorkqOnByte(Workq* oldq, Workq* newq, int c, uint flag, bool* ismatch, Prog::MatchKind kind, int new_byte_loop) argument
1012 uint flag = afterflag; local
[all...]
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc93 "It is not recommended to use this flag w/o valgrind though it will "
94 "work in 99% of the cases. Once valgrind is fixed, this flag will "
103 "colons. This flag is specified if and only if the current "
205 // AbortReason, DeathTestOutcome, and flag characters above.
217 const InternalRunDeathTestFlag* const flag = local
219 if (flag != NULL) {
220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
386 char flag; local
394 bytes_read = posix::Read(read_fd(), &flag, 1);
400 switch (flag) {
646 const InternalRunDeathTestFlag* const flag = local
988 const InternalRunDeathTestFlag* const flag = local
1043 const InternalRunDeathTestFlag* const flag = local
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java41 String flag = allArgs.get(i);
42 if (flag.equals("-error") || flag.equals("-warning") || flag.equals("-hide")) {
44 arg[0] = flag;
53 // i now points to the first non-flag arg; strip what came before
/external/gtest/src/
H A Dgtest-death-test.cc93 "It is not recommended to use this flag w/o valgrind though it will "
94 "work in 99% of the cases. Once valgrind is fixed, this flag will "
103 "colons. This flag is specified if and only if the current "
205 // AbortReason, DeathTestOutcome, and flag characters above.
217 const InternalRunDeathTestFlag* const flag = local
219 if (flag != NULL) {
220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
386 char flag; local
394 bytes_read = posix::Read(read_fd(), &flag, 1);
400 switch (flag) {
646 const InternalRunDeathTestFlag* const flag = local
993 const InternalRunDeathTestFlag* const flag = local
1048 const InternalRunDeathTestFlag* const flag = local
[all...]
/external/ipsec-tools/src/racoon/
H A Dsecurity.c68 int flag, type = 0; local
135 flag = ntohs(d->type) & ISAKMP_GEN_MASK;
139 if (flag) {
149 flag = ntohs(d->type & ISAKMP_GEN_MASK);
150 if (flag) {
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc93 "It is not recommended to use this flag w/o valgrind though it will "
94 "work in 99% of the cases. Once valgrind is fixed, this flag will "
103 "colons. This flag is specified if and only if the current "
205 // AbortReason, DeathTestOutcome, and flag characters above.
217 const InternalRunDeathTestFlag* const flag = local
219 if (flag != NULL) {
220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
386 char flag; local
394 bytes_read = posix::Read(read_fd(), &flag, 1);
400 switch (flag) {
645 const InternalRunDeathTestFlag* const flag = local
992 const InternalRunDeathTestFlag* const flag = local
1047 const InternalRunDeathTestFlag* const flag = local
[all...]
/external/neven/Embedded/common/src/b_BasicEm/
H A DContext.c188 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA )
190 flag returnL = FALSE;
235 flag bbs_Context_error( struct bbs_Context* cpA )
280 flag sharedA, /* Indicates that this segment is to be shared among multiple objects */
328 flag sharedA, /* Indicates that this segment is to be shared among multiple objects */
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_surface.c175 int SDL_SetColorKey (SDL_Surface *surface, Uint32 flag, Uint32 key) argument
177 /* Sanity check the flag as it gets passed in */
178 if ( flag & SDL_SRCCOLORKEY ) {
179 if ( flag & (SDL_RLEACCEL|SDL_RLEACCELOK) ) {
180 flag = (SDL_SRCCOLORKEY | SDL_RLEACCELOK);
182 flag = SDL_SRCCOLORKEY;
185 flag = 0;
189 if ( (flag == (surface->flags & (SDL_SRCCOLORKEY|SDL_RLEACCELOK))) &&
199 if ( flag ) {
212 if ( flag
225 SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 value) argument
[all...]
/external/icu4c/tools/makeconv/
H A Dgenmbcs.c75 int8_t flag);
85 int8_t flag);
91 int8_t flag);
369 int8_t flag) {
430 if(flag>=0) {
444 entry=MBCS_ENTRY_FINAL_SET_ACTION(entry, (MBCS_STATE_VALID_DIRECT_16+(flag==3 ? 2 : 0)+(c>=0x10000 ? 1 : 0)));
460 if(flag>=0) {
474 if(flag>0) {
498 if(flag>=0) {
507 if(flag>
366 MBCSAddToUnicode(MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) argument
557 MBCSSingleAddFromUnicode(MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) argument
675 MBCSAddFromUnicode(MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) argument
890 MBCSOkForBaseFromUnicode(const MBCSData *mbcsData, const uint8_t *bytes, int32_t length, UChar32 c, int8_t flag) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_owner.c290 uint8_t flag, bool numeric)
292 if (!(info->match & flag))
294 if (info->invert & flag)
298 switch (info->match & flag) {
339 uint8_t flag, bool numeric)
341 if (!(info->match & flag))
343 if (info->invert & flag)
347 switch (info->match & flag) {
384 uint8_t flag, bool numeric)
386 if (!(info->match & flag))
289 owner_mt_print_item_v0(const struct ipt_owner_info *info, const char *label, uint8_t flag, bool numeric) argument
338 owner_mt6_print_item_v0(const struct ip6t_owner_info *info, const char *label, uint8_t flag, bool numeric) argument
383 owner_mt_print_item(const struct xt_owner_match_info *info, const char *label, uint8_t flag, bool numeric) argument
[all...]
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
H A DWebFullScreenManagerMac.mm51 + (void)setDisableActions:(BOOL)flag;
55 + (void)setDisableActions:(BOOL)flag
57 [self setValue:[NSNumber numberWithBool:flag] forKey:kCATransactionDisableActions];
69 - (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)flag;
92 - (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)flag
95 (_manager->*_finished)(flag);

Completed in 1714 milliseconds

1234567891011>>