HomeSort by relevance Sort by last modified time
    Searched defs:flags2 (Results 1 - 16 of 16) sorted by null

  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 110 final int flags2 = flags1; local
116 flags2, new String[] { "from" });
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 243 int flags2 = ((flags & FNM_FILE_NAME) local
253 flags2)
268 int flags2 = ((flags & FNM_FILE_NAME) local
282 flags2) == 0))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 74 uint8 flags2; member in struct:bdc_header
95 /* flags2 field bitmap */
105 /* flags2.if field access macros */
107 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))
109 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
118 ((int)(((((hdr)->flags2) & BDC_FLAG2_PAD_MASK) >> BDC_FLAG2_PAD_SHIFT) | \
121 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_PAD_MASK) | \
  /external/openfst/src/include/fst/
compose.h 423 uint32 flags2 = matcher2_->Flags(); local
424 if (flags1 & flags2 & kRequireMatch) {
433 } else if (flags2 & kRequireMatch) {
439 } else if (flags1 & flags2 & kPreferMatch &&
444 } else if (flags2 & kPreferMatch && type2 == MATCH_INPUT) {
454 } else if (flags2 & kPreferMatch && matcher2_->Type(true) == MATCH_INPUT) {
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1.c 555 opj_flag_t *flags2 = flags1 + i; local
556 flags2 += t1->flags_stride;
557 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
559 flags2 += t1->flags_stride;
560 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
562 flags2 += t1->flags_stride;
563 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
565 flags2 += t1->flags_stride;
566 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
574 opj_flag_t *flags2 = flags1 + i local
775 opj_flag_t *flags2 = flags1 + i; local
794 opj_flag_t *flags2 = flags1 + i; local
1063 opj_flag_t *flags2 = flags1 + i; local
1107 opj_flag_t *flags2 = flags1 + i; local
    [all...]
  /external/tcpdump/
print-smb.c 149 { "Flags2=[w]\nMode=[w]\nSearchAttrib=[A]\nAttrib=[A]\nTime=[T2]\nOFun=[w]\nSize=[D]\nRes=([w, w, w, w, w])\nPath=[S]",
797 u_int16_t flags2; local
809 flags2 = EXTRACT_LE_16BITS(&buf[10]);
810 unicodestr = flags2 & 0x8000;
811 nterrcodes = flags2 & 0x4000;
    [all...]
nameser.h 230 u_int8_t flags2; /* second byte of flags */ member in struct:__anon18906
246 #define DNS_RA(np) ((np)->flags2 & 0x80) /* recursion available */
247 #define DNS_AD(np) ((np)->flags2 & 0x20) /* authentic data from named */
248 #define DNS_CD(np) ((np)->flags2 & 0x10) /* checking disabled by resolver */
249 #define DNS_RCODE(np) ((np)->flags2 & 0xF) /* response code */
  /external/freetype/src/pshinter/
pshalgo.h 139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )
140 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED )
141 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM )
142 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
143 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
144 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
145 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )
147 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG
148 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
149 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMU
162 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 144 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )
145 #define psh_point_is_fitted( p ) ( (p)->flags2 & PSH_POINT_FITTED )
146 #define psh_point_is_extremum( p ) ( (p)->flags2 & PSH_POINT_EXTREMUM )
147 #define psh_point_is_positive( p ) ( (p)->flags2 & PSH_POINT_POSITIVE )
148 #define psh_point_is_negative( p ) ( (p)->flags2 & PSH_POINT_NEGATIVE )
149 #define psh_point_is_edge_min( p ) ( (p)->flags2 & PSH_POINT_EDGE_MIN )
150 #define psh_point_is_edge_max( p ) ( (p)->flags2 & PSH_POINT_EDGE_MAX )
152 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG
153 #define psh_point_set_fitted( p ) (p)->flags2 |= PSH_POINT_FITTED
154 #define psh_point_set_extremum( p ) (p)->flags2 |= PSH_POINT_EXTREMU
167 FT_UInt flags2; member in struct:PSH_PointRec_
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 1487 static const ParserFlag flags2[] = { kAllowHarmonyNumericLiterals }; local
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 6152 int flags2 = disabled ? STATUS_BAR_DISABLE2_MASK : StatusBarManager.DISABLE2_NONE; local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 13462 IRTemp flags2 = newTemp(Ity_I32); local
13516 IRTemp flags2 = newTemp(Ity_I32); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 614 milliseconds