HomeSort by relevance Sort by last modified time
    Searched refs:inProgress (Results 1 - 21 of 21) sorted by null

  /frameworks/base/core/java/android/text/style/
SpellCheckSpan.java 42 public void setSpellCheckInProgress(boolean inProgress) {
43 mSpellCheckInProgress = inProgress;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXWriter.java 90 boolean inProgress = false;
94 if (inProgress) {
98 inProgress = false;
101 if (!inProgress) {
114 inProgress = true;
117 if (inProgress) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/settings/
SettingsAdapter.java 48 public boolean inProgress;
59 this.inProgress = false;
67 this.inProgress = false;
75 this.inProgress = false;
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 126 func (f *File) matchArgTypeInternal(t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]bool) bool {
151 if inProgress[typ] {
155 inProgress[typ] = true
164 (f.matchArgTypeInternal(t, typ.Key(), arg, inProgress) && f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress))
175 return t&argPointer != 0 || f.matchArgTypeInternal(t, typ.Elem().Underlying(), arg, inProgress)
185 return t&argPointer != 0 || f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress)
202 return f.matchStructArgType(t, str, arg, inProgress)
208 return f.matchStructArgType(t, typ, arg, inProgress)
286 func (f *File) matchStructArgType(t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]bool) bool
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 126 func (f *File) matchArgTypeInternal(t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]bool) bool {
151 if inProgress[typ] {
155 inProgress[typ] = true
164 (f.matchArgTypeInternal(t, typ.Key(), arg, inProgress) && f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress))
175 return t&argPointer != 0 || f.matchArgTypeInternal(t, typ.Elem().Underlying(), arg, inProgress)
185 return t&argPointer != 0 || f.matchArgTypeInternal(t, typ.Elem(), arg, inProgress)
202 return f.matchStructArgType(t, str, arg, inProgress)
208 return f.matchStructArgType(t, typ, arg, inProgress)
286 func (f *File) matchStructArgType(t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]bool) bool
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_qcom.c 232 char inProgress[PROPERTY_VALUE_MAX] = {'\0'};
244 property_get("wc_transport.patch_dnld_inprog", inProgress, "null");
245 if((is_soc_initialized() == true) || (strcmp(inProgress,"null") != 0))
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_qcom.c 245 char inProgress[PROPERTY_VALUE_MAX] = {'\0'};
257 property_get("wc_transport.patch_dnld_inprog", inProgress, "null");
258 if((is_soc_initialized() == true) || (strcmp(inProgress,"null") != 0))
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
decode.go 781 func (dec *Decoder) decOpFor(wireId typeId, rt reflect.Type, name string, inProgress map[reflect.Type]*decOp) *decOp {
790 if opPtr := inProgress[rt]; opPtr != nil {
800 inProgress[rt] = &op
806 elemOp := dec.decOpFor(elemId, t.Elem(), name, inProgress)
816 keyOp := dec.decOpFor(keyId, t.Key(), "key of "+name, inProgress)
817 elemOp := dec.decOpFor(elemId, t.Elem(), "element of "+name, inProgress)
835 elemOp := dec.decOpFor(elemId, t.Elem(), name, inProgress)
866 func (dec *Decoder) decIgnoreOpFor(wireId typeId, inProgress map[typeId]*decOp) *decOp {
869 if opPtr := inProgress[wireId]; opPtr != nil {
874 inProgress[wireId] = &o
    [all...]
encode.go 507 func encOpFor(rt reflect.Type, inProgress map[reflect.Type]*encOp, building map[*typeInfo]bool) (*encOp, int) {
515 if opPtr := inProgress[rt]; opPtr != nil {
526 inProgress[rt] = &op
535 elemOp, elemIndir := encOpFor(t.Elem(), inProgress, building)
546 elemOp, elemIndir := encOpFor(t.Elem(), inProgress, building)
553 keyOp, keyIndir := encOpFor(t.Key(), inProgress, building)
554 elemOp, elemIndir := encOpFor(t.Elem(), inProgress, building)
  /prebuilts/go/linux-x86/src/encoding/gob/
decode.go 781 func (dec *Decoder) decOpFor(wireId typeId, rt reflect.Type, name string, inProgress map[reflect.Type]*decOp) *decOp {
790 if opPtr := inProgress[rt]; opPtr != nil {
800 inProgress[rt] = &op
806 elemOp := dec.decOpFor(elemId, t.Elem(), name, inProgress)
816 keyOp := dec.decOpFor(keyId, t.Key(), "key of "+name, inProgress)
817 elemOp := dec.decOpFor(elemId, t.Elem(), "element of "+name, inProgress)
835 elemOp := dec.decOpFor(elemId, t.Elem(), name, inProgress)
866 func (dec *Decoder) decIgnoreOpFor(wireId typeId, inProgress map[typeId]*decOp) *decOp {
869 if opPtr := inProgress[wireId]; opPtr != nil {
874 inProgress[wireId] = &o
    [all...]
encode.go 507 func encOpFor(rt reflect.Type, inProgress map[reflect.Type]*encOp, building map[*typeInfo]bool) (*encOp, int) {
515 if opPtr := inProgress[rt]; opPtr != nil {
526 inProgress[rt] = &op
535 elemOp, elemIndir := encOpFor(t.Elem(), inProgress, building)
546 elemOp, elemIndir := encOpFor(t.Elem(), inProgress, building)
553 keyOp, keyIndir := encOpFor(t.Key(), inProgress, building)
554 elemOp, elemIndir := encOpFor(t.Elem(), inProgress, building)
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /external/libweave/src/
device_registration_info_unittest.cc 656 EXPECT_JSON_EQ((R"({"state":"inProgress","progress":{"progress":18}})"),
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2022 milliseconds