Searched refs:flag (Results 201 - 225 of 790) sorted by relevance

1234567891011>>

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java155 public void setEnableSessionCreation(boolean flag) { argument
/external/bison/lib/
H A Dgetopt_.h150 If the field `flag' is not NULL, it points to a variable that is set
156 option's `flag' field to zero and its `val' field to a nonzero
158 one). For long options that have a zero `flag' field, `getopt'
167 int *flag; member in struct:option
/external/chromium/base/threading/
H A Dthread.h147 static void SetThreadWasQuitProperly(bool flag);
/external/chromium/chrome/browser/chromeos/login/
H A Duser_view.h69 void SetRemoveButtonVisible(bool flag);
/external/chromium/chrome/browser/ui/views/
H A Daccessible_pane_view.h47 virtual void SetVisible(bool flag) OVERRIDE;
/external/icu4c/test/intltest/
H A Dpunyref.c69 /* encode_digit(d,flag) returns the basic code point whose value */
71 /* the range 0 to base-1. The lowercase form is used unless flag is */
73 /* is undefined if flag is nonzero and digit d has no uppercase form. */
75 static char encode_digit(punycode_uint d, int flag) argument
77 return (char) d + 22 + 75 * (d < 26) - ((flag != 0) << 5);
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
89 /* if flag is zero, uppercase if flag is nonzero, and returns */
94 static char encode_basic(punycode_uint bcp, int flag) argument
97 return (char) bcp + ((!flag
[all...]
/external/icu4c/tools/makeconv/
H A Dgenmbcs.h119 UChar32 c, int8_t flag);
/external/libvpx/vp8/common/
H A Dduck_io.h104 int duck_read_finished(int han, int flag); /* FWG 7-9-99 */
/external/neven/Embedded/common/src/b_APIEm/
H A DFaceFinderRef.c76 flag bpi_FaceFinderRef_equal( struct bbs_Context* cpA,
115 memSizeL += bbs_SIZEOF16( flag ); /* object presence flag */
128 flag objPresentL = ptrA->faceFinderPtrE != NULL;
146 flag objPresentL;
H A DFaceFinderRef.h72 flag bpi_FaceFinderRef_equal( struct bbs_Context* cpA,
/external/neven/Embedded/common/src/b_BasicEm/
H A DAPh.c48 flag bbs_APh_equal( struct bbs_APh aph1A,
H A DAPhArr.h78 flag bbs_APhArr_equal( struct bbs_Context* cpA,
H A DComplexArr.h78 flag bbs_ComplexArr_equal( struct bbs_Context* cpA,
H A DInt16Arr.h77 flag bbs_Int16Arr_equal( struct bbs_Context* cpA,
H A DInt32Arr.h77 flag bbs_Int32Arr_equal( struct bbs_Context* cpA,
H A DInt8Arr.h77 flag bbs_Int8Arr_equal( struct bbs_Context* cpA,
H A DMemSeg.h88 flag sharedE;
H A DMemTbl.h78 flag bbs_MemTbl_overlap( struct bbs_Context* cpA,
H A DUInt16Arr.h77 flag bbs_UInt16Arr_equal( struct bbs_Context* cpA,
H A DUInt32Arr.h77 flag bbs_UInt32Arr_equal( struct bbs_Context* cpA,
H A DUInt8Arr.h77 flag bbs_UInt8Arr_equal( struct bbs_Context* cpA,
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DBitParam.c76 flag bbf_BitParam_equal( struct bbs_Context* cpA,
H A DFeature.h99 flag bbf_Feature_equal( struct bbs_Context* cpA,
H A DScanDetector.h131 flag bbf_ScanDetector_equal( struct bbs_Context* cpA,
/external/neven/Embedded/common/src/b_ImageEm/
H A DAPhImage.h87 flag bim_APhImage_equal( struct bbs_Context* cpA,

Completed in 339 milliseconds

1234567891011>>