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

1234567891011>>

/external/deqp/framework/opengl/
H A DgluStrUtil.cpp130 ContextFlags flag; member in struct:glu::__anon19756
144 if ((flags & s_descs[ndx].flag) != 0)
150 flags = flags & ~s_descs[ndx].flag;
/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.c64 * an array has the CHUNKED flag set (is a partial record). The number
128 /* This flag is set, to return only number of records
280 /* Check whether the previous record has the chunk flag and
292 /* Check whether the previous record doesnot have the chunk flag and
337 /* Each message must have ME flag in the last record, Since
380 /* to check the bitfields in the Flags Byte and return the status flag */
430 /* ID and IDlength are present only if IL flag is set*/
687 uint8_t flag = 0; local
691 flag = flag | PH_FRINFC_NDEFRECORD_FLAGS_M
[all...]
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.h155 flag bbf_LocalScanner_equal( struct bbs_Context* cpA,
236 flag bbf_LocalScanner_next( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA );
245 flag bbf_LocalScanner_nextOffset( struct bbs_Context* cpA, struct bbf_LocalScanner* ptrA );
H A DI04Dns2x2Ftr.h82 flag bbf_I04Dns2x2Ftr_equal( struct bbs_Context* cpA,
/external/srec/srec/include/
H A Dduk_args.h46 /* Array flag */
80 char *flag; member in struct:__anon31096
87 #define SET_ARG_ENTRY(A,W,X,Y,Z) ((A)->typ=(W), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=1, (A)->def=(Z))
88 #define SET_ARRAY_ARG_ENTRY(A,W,X,Y,N,Z) ((A)->typ=((W)|A_ARRAY), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=(N), (A)->def=(Z))
/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:__anon24617
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.cc207 void AddWirelessNetworkMenuItem(const NetworkState* wifi_network, int flag);
348 int flag) {
367 flag |= FLAG_ASSOCIATED;
372 label, icon, network->path(), flag));
405 int flag = FLAG_ETHERNET; local
407 flag |= FLAG_ASSOCIATED;
411 label, icon, std::string(), flag));
445 int flag = FLAG_CELLULAR; local
448 flag |= FLAG_ASSOCIATED;
453 label, icon, network->path(), flag));
347 AddWirelessNetworkMenuItem(const NetworkState* network, int flag) argument
552 int flag = FLAG_TOGGLE_WIFI; local
569 int flag = FLAG_TOGGLE_MOBILE; local
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dframed_browser_window.h42 - (void)setShouldHideTitle:(BOOL)flag;
/external/chromium_org/content/public/browser/android/
H A Dcompositor.h62 virtual void SetHasTransparentBackground(bool flag) = 0;
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsdetect.h48 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/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 );

Completed in 1003 milliseconds

1234567891011>>