Searched refs:flag (Results 226 - 250 of 1438) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc89 void AddToThreadq(Threadq* q, int id, int flag,
96 // flag is the bitwise or of Bol, Eol, etc., specifying whether
98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
183 // The bits in flag (Bol, Eol, etc.) specify whether ^, $ and \b match.
186 void NFA::AddToThreadq(Threadq* q, int id0, int flag, argument
275 // Continue on if we have all the right flag bits.
276 if (ip->empty() & ~flag)
288 // flag is the bitwise or of Bol, Eol, etc., specifying whether
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { argument
319 AddToThreadq(nextq, ip->out(), flag,
477 int flag = 0; local
[all...]
/external/regex-re2/re2/
H A Dnfa.cc89 void AddToThreadq(Threadq* q, int id, int flag,
96 // flag is the bitwise or of Bol, Eol, etc., specifying whether
98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
183 // The bits in flag (Bol, Eol, etc.) specify whether ^, $ and \b match.
186 void NFA::AddToThreadq(Threadq* q, int id0, int flag, argument
275 // Continue on if we have all the right flag bits.
276 if (ip->empty() & ~flag)
288 // flag is the bitwise or of Bol, Eol, etc., specifying whether
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) { argument
319 AddToThreadq(nextq, ip->out(), flag,
477 int flag = 0; local
[all...]
/external/libpng/contrib/libtests/
H A Dpngunknown.c127 /* Test on flag values as defined in the spec (section 5.4): */
173 png_uint_32 flag; member in struct:__anon23813
350 find_by_flag(png_uint_32 flag) argument
354 while (--i >= 0) if (chunk_info[i].flag == flag) return i;
540 /* Also store information about this chunk in the display, the relevant flag
545 png_uint_32 flag = chunk_info[chunk].flag; local
548 d->after_IDAT |= flag;
551 d->before_IDAT |= flag;
846 png_uint_32 flag = flags & -(png_int_32)flags; local
863 png_uint_32 flag = chunks & -(png_int_32)chunks; local
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc202 void AddWirelessNetworkMenuItem(const NetworkState* wifi_network, int flag);
346 int flag) {
365 flag |= FLAG_ASSOCIATED;
370 label, icon, network->path(), flag));
403 int flag = FLAG_ETHERNET; local
405 flag |= FLAG_ASSOCIATED;
409 label, icon, std::string(), flag));
443 int flag = FLAG_CELLULAR; local
446 flag |= FLAG_ASSOCIATED;
451 label, icon, network->path(), flag));
345 AddWirelessNetworkMenuItem(const NetworkState* network, int flag) argument
551 int flag = FLAG_TOGGLE_WIFI; local
568 int flag = FLAG_TOGGLE_MOBILE; local
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dframed_browser_window.h43 - (void)setShouldHideTitle:(BOOL)flag;
/external/chromium_org/content/public/browser/android/
H A Dcompositor.h66 virtual void SetHasTransparentBackground(bool flag) = 0;
/external/chromium_org/media/base/
H A Dbit_reader_core.h63 // Read one bit from the stream and return it as a boolean in |*flag|.
64 bool ReadFlag(bool* flag);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsdetect.h44 UBool setStripTagsFlag(UBool flag);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dutils.h37 unsigned flag; member in struct:dri_debug_control
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.h62 GLuint flag);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dstate.h46 _mesa_set_vp_override(struct gl_context *ctx, GLboolean flag);
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCMockObject.h29 - (void)setExpectationOrderMatters:(BOOL)flag;
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h66 // |flag| is true to enable verbose logging, false to disable it.
67 static void SetVerbose(bool flag);
/external/chromium_org/v8/src/
H A Dtransitions.cc50 SimpleTransitionFlag flag) {
54 if (flag == SIMPLE_TRANSITION) {
91 SimpleTransitionFlag flag) {
93 return TransitionArray::NewWith(map, name, target, flag);
47 NewWith(Handle<Map> map, Handle<Name> name, Handle<Map> target, SimpleTransitionFlag flag) argument
88 CopyInsert(Handle<Map> map, Handle<Name> name, Handle<Map> target, SimpleTransitionFlag flag) argument
/external/clang/test/SemaCXX/
H A Darray-bounds.cpp90 #define ARR_IN_MACRO(flag, arr, idx) flag ? arr[idx] : 1
134 int test_sizeof_as_condition(int flag) { argument
136 if (flag)
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h72 If the field `flag' is not NULL, it points to a variable that is set
78 option's `flag' field to zero and its `val' field to a nonzero
80 one). For long options that have a zero `flag' field, `getopt'
93 int *flag; member in struct:option
/external/icu/icu4c/source/i18n/
H A Dcsdetect.h48 UBool setStripTagsFlag(UBool flag);
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.h37 unsigned flag; member in struct:dri_debug_control
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.h62 GLuint flag);
/external/mesa3d/src/mesa/main/
H A Dstate.h46 _mesa_set_vp_override(struct gl_context *ctx, GLboolean flag);
/external/neven/Embedded/common/src/b_APIEm/
H A DDCR.h81 /** approval flag */
82 flag approvedE;
/external/neven/Embedded/common/src/b_BasicEm/
H A DComplex.h61 flag bbs_Complex_equal( struct bbs_Complex compl1A, struct bbs_Complex compl2A );
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DI04Dns2x2Ftr.h82 flag bbf_I04Dns2x2Ftr_equal( struct bbs_Context* cpA,
H A DI04Dns2x4Ftr.h82 flag bbf_I04Dns2x4Ftr_equal( struct bbs_Context* cpA,
H A DI04Tld2x4Ftr.h82 flag bbf_I04Tld2x4Ftr_equal( struct bbs_Context* cpA,

Completed in 873 milliseconds

1234567891011>>