/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfoTest.java | 50 ManifestInfo info = getManifestInfo( local 55 Map<String, ActivityAttributes> map = info.getActivityAttributesMap(); 57 assertEquals("com.android.unittest", info.getPackage()); 58 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, NORMAL))); 59 assertEquals("@android:style/Theme", info.getDefaultTheme(null, null)); 60 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, XLARGE))); 64 ManifestInfo info = getManifestInfo( local 69 Map<String, ActivityAttributes> map = info.getActivityAttributesMap(); 71 assertEquals("com.android.unittest", info.getPackage()); 72 assertEquals("Theme.Holo", ResourceHelper.styleToTheme(info.getDefaultTheme(null 78 ManifestInfo info = getManifestInfo( local 92 ManifestInfo info = getManifestInfo( local 123 ManifestInfo info = getManifestInfo( local 160 ManifestInfo info = getManifestInfo( local 179 ManifestInfo info = getManifestInfo( local 197 ManifestInfo info = getManifestInfo( local 223 ManifestInfo info = ManifestInfo.get(getProject()); local 229 ManifestInfo info; local [all...] |
/external/autotest/client/site_tests/hardware_Badblocks/ |
hardware_Badblocks.py | 57 logging.info('badblocks taking too long---sending SIGKILL') 60 logging.info('%s', e) 67 logging.info('badblocks is waiting on %s', waiton) 84 logging.info(msg) 107 logging.info('badblocks output:') 110 logging.info(lines[0]) 111 logging.info(lines[1]) 116 # Log test pattern info. 118 logging.info('%s', pattern_info) 121 logging.info('%s', subline [all...] |
/external/v8/test/cctest/ |
test-accessors.cc | 48 const v8::PropertyCallbackInfo<v8::Value>& info) { 50 info.GetReturnValue().Set(v8_num(900)); 54 const v8::PropertyCallbackInfo<v8::Value>& info) { 56 info.GetReturnValue().Set(v8_num(902)); 60 static void handle_property(const v8::FunctionCallbackInfo<v8::Value>& info) { 62 CHECK_EQ(0, info.Length()); 63 info.GetReturnValue().Set(v8_num(907)); 121 const v8::PropertyCallbackInfo<v8::Value>& info) { 124 static_cast<int*>(v8::Local<v8::External>::Cast(info.Data())->Value()); 125 info.GetReturnValue().Set(v8_num(*value)) [all...] |
/ndk/sources/cxx-stl/gabi++/src/ |
vmi_class_type_info.cc | 41 __UpcastInfo& info) const { 42 if (self_class_type_match(base_type, adjustedPtr, info)) { 66 (info.premier_flags & __non_diamond_repeat_mask) == 0) { 92 if (info.base_type == NULL && cur_base_info.base_type != NULL) { 93 info = cur_base_info; 94 if (info.status == __UpcastInfo::has_public_contained && 105 // but we need some information kept in the info. 111 assert (info.base_type != NULL && cur_base_info.base_type != NULL); 114 if (*cur_base_info.base_type != *info.base_type) { 115 info.status = __UpcastInfo::has_ambig_or_not_public [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
AppWidgetManagerCompatVL.java | 72 public String loadLabel(LauncherAppWidgetProviderInfo info) { 73 return info.getLabel(mPm); 77 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, AppWidgetProviderInfo info, 80 appWidgetId, info.getProfile(), info.provider, options); 84 public UserHandleCompat getUser(LauncherAppWidgetProviderInfo info) { 85 if (info.isCustomWidget) { 88 return UserHandleCompat.fromUser(info.getProfile()); 92 public void startConfigActivity(AppWidgetProviderInfo info, int widgetId, Activity activity, 102 public Drawable loadPreview(AppWidgetProviderInfo info) { [all...] |
/external/iptables/extensions/ |
libxt_connlimit.c | 51 struct xt_connlimit_info *info = (void *)match->data; local 54 memset(info->v6_mask, 0xFF, sizeof(info->v6_mask)); 59 struct xt_connlimit_info *info = cb->data; local 66 info->flags |= XT_CONNLIMIT_INVERT; 70 info->flags |= XT_CONNLIMIT_INVERT; 77 info->flags &= ~XT_CONNLIMIT_DADDR; 84 info->flags |= XT_CONNLIMIT_DADDR; 131 const struct xt_connlimit_info *info = (const void *)match->data; local 134 (info->flags & XT_CONNLIMIT_DADDR) ? "dst" : "src" 142 const struct xt_connlimit_info *info = (const void *)match->data; local 152 const struct xt_connlimit_info *info = (const void *)match->data; local 170 const struct xt_connlimit_info *info = (const void *)match->data; local [all...] |
libxt_CONNSECMARK.c | 38 struct xt_connsecmark_target_info *info = cb->data; local 43 info->mode = CONNSECMARK_SAVE; 46 info->mode = CONNSECMARK_RESTORE; 57 static void print_connsecmark(const struct xt_connsecmark_target_info *info) 59 switch (info->mode) { 69 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); 77 const struct xt_connsecmark_target_info *info = local 81 print_connsecmark(info); 87 const struct xt_connsecmark_target_info *info = local 91 print_connsecmark(info); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
ShortcutInfo.java | 168 public ShortcutInfo(Context context, ShortcutInfo info) { 169 super(info); 170 title = Utilities.trim(info.title); 171 intent = new Intent(info.intent); 172 if (info.iconResource != null) { 174 iconResource.packageName = info.iconResource.packageName; 175 iconResource.resourceName = info.iconResource.resourceName; 177 mIcon = info.mIcon; // TODO: should make a copy here. maybe we don't need this ctor at all 178 customIcon = info.customIcon; 179 flags = info.flags [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
sparc-dis.c | 455 /* Print one instruction from MEMADDR on INFO->STREAM. 464 print_insn_sparc (bfd_vma memaddr, disassemble_info *info) 466 FILE *stream = info->stream; 477 || info->mach != current_mach) 481 current_arch_mask = compute_arch_mask (info->mach); 493 current_mach = info->mach; 499 (*info->read_memory_func) (memaddr, buffer, sizeof (buffer), info); 503 (*info->memory_error_func) (status, memaddr, info); [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 106 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 107 BBMap[BB] = Info; 108 WorkList.push_back(Info); 115 Info = WorkList.pop_back_val(); 117 Traits::FindPredecessorBlocks(Info->BB, &Preds); 118 Info->NumPreds = Preds.size(); 119 if (Info->NumPreds == 0) 120 Info->Preds = nullptr; 122 Info->Preds = static_cast<BBInfo**> 123 (Allocator.Allocate(Info->NumPreds * sizeof(BBInfo*) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
EarlyExitException.cs | 70 protected EarlyExitException(SerializationInfo info, StreamingContext context) 71 : base(info, context) { 72 if (info == null) 73 throw new ArgumentNullException("info"); 75 this._decisionNumber = info.GetInt32("DecisionNumber"); 84 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 85 if (info == null) 86 throw new ArgumentNullException("info"); 88 base.GetObjectData(info, context); 89 info.AddValue("DecisionNumber", DecisionNumber) [all...] |
MismatchedSetException.cs | 69 protected MismatchedSetException(SerializationInfo info, StreamingContext context) 70 : base(info, context) { 71 if (info == null) 72 throw new ArgumentNullException("info"); 74 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet)); 83 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 84 if (info == null) 85 throw new ArgumentNullException("info"); 87 base.GetObjectData(info, context); 88 info.AddValue("Expecting", _expecting) [all...] |
MismatchedTreeNodeException.cs | 70 protected MismatchedTreeNodeException(SerializationInfo info, StreamingContext context) 71 : base(info, context) { 72 if (info == null) 73 throw new ArgumentNullException("info"); 75 this._expecting = info.GetInt32("Expecting"); 84 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 85 if (info == null) 86 throw new ArgumentNullException("info"); 88 base.GetObjectData(info, context); 89 info.AddValue("Expecting", _expecting) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteCardinalityException.cs | 71 protected RewriteCardinalityException(SerializationInfo info, StreamingContext context) 72 : base(info, context) { 73 if (info == null) 74 throw new ArgumentNullException("info"); 76 _elementDescription = info.GetString("ElementDescription"); 79 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 80 if (info == null) 81 throw new ArgumentNullException("info"); 83 base.GetObjectData(info, context); 84 info.AddValue("ElementDescription", _elementDescription) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
EarlyExitException.cs | 78 protected EarlyExitException(SerializationInfo info, StreamingContext context) 79 : base(info, context) 81 if (info == null) 82 throw new ArgumentNullException("info"); 84 this._decisionNumber = info.GetInt32("DecisionNumber"); 95 public override void GetObjectData(SerializationInfo info, StreamingContext context) 97 if (info == null) 98 throw new ArgumentNullException("info"); 100 base.GetObjectData(info, context); 101 info.AddValue("DecisionNumber", DecisionNumber) [all...] |
MismatchedSetException.cs | 77 protected MismatchedSetException(SerializationInfo info, StreamingContext context) 78 : base(info, context) 80 if (info == null) 81 throw new ArgumentNullException("info"); 83 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet)); 94 public override void GetObjectData(SerializationInfo info, StreamingContext context) 96 if (info == null) 97 throw new ArgumentNullException("info"); 99 base.GetObjectData(info, context); 100 info.AddValue("Expecting", _expecting) [all...] |
MismatchedTreeNodeException.cs | 78 protected MismatchedTreeNodeException(SerializationInfo info, StreamingContext context) 79 : base(info, context) 81 if (info == null) 82 throw new ArgumentNullException("info"); 84 this._expecting = info.GetInt32("Expecting"); 95 public override void GetObjectData(SerializationInfo info, StreamingContext context) 97 if (info == null) 98 throw new ArgumentNullException("info"); 100 base.GetObjectData(info, context); 101 info.AddValue("Expecting", _expecting) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteCardinalityException.cs | 78 protected RewriteCardinalityException(SerializationInfo info, StreamingContext context) 79 : base(info, context) 81 if (info == null) 82 throw new ArgumentNullException("info"); 84 _elementDescription = info.GetString("ElementDescription"); 87 public override void GetObjectData(SerializationInfo info, StreamingContext context) 89 if (info == null) 90 throw new ArgumentNullException("info"); 92 base.GetObjectData(info, context); 93 info.AddValue("ElementDescription", _elementDescription) [all...] |
/external/autotest/server/site_tests/buffet_PrivetInfo/ |
buffet_PrivetInfo.py | 36 """This test verifies that the buffet responds to /privet/info request and 53 info = helper.send_privet_request(privet_helper.URL_INFO) 56 if info['version'] != '3.0': 59 authentication = info['authentication'] 65 _assert_not_empty(info, 'name') 66 _assert_not_empty(info, 'id') 68 _assert_not_empty(info, 'modelManifestId') 69 _assert_equal(5, len(info['modelManifestId'])) 71 manifest = info['basicModelManifest'] 76 _assert_equal({'id': '', 'status': 'unconfigured'}, info['gcd'] [all...] |
/external/cblas/examples/ |
cblas_example2.c | 12 int rout=-1,info=0,m,n,k,lda,ldb,ldc; local 20 info = atoi(argv[2]); 24 if (info==0) { 29 if (info==1) { 34 if (info==2) { 39 if (info==3) { 45 if (info==0) { 51 if (info==1) { 57 if (info==2) { 63 if (info==3) [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/ |
SessionInfoStoreTest.java | 63 final SessionInfo info = store.getMerged("MERGE"); local 64 assertEquals("MERGE", info.getId()); 65 assertEquals(0, info.getStartTimeStamp()); 66 assertEquals(0, info.getDumpTimeStamp()); 74 final SessionInfo info = store.getMerged("MERGE"); local 75 assertEquals("MERGE", info.getId()); 76 assertEquals(12345, info.getStartTimeStamp()); 77 assertEquals(600000, info.getDumpTimeStamp()); 90 public void visitSessionInfo(SessionInfo info) { 91 actual.add(info); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
CallInfo.java | 50 protected GenericURI info; field in class:CallInfo 69 info.encode(buffer); 93 return info; 111 * @param info is the URI to set. 113 public void setInfo(javax.sip.address.URI info) { 114 this.info = (GenericURI) info; 119 if (this.info != null) 120 retval.info = (GenericURI) this.info.clone() [all...] |
/external/v8/src/ |
accessors.cc | 30 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo(); local 31 info->set_property_attributes(attributes); 32 info->set_all_can_read(false); 33 info->set_all_can_write(false); 34 info->set_is_special_data_property(true); 35 info->set_name(*name); 38 info->set_getter(*get); 39 info->set_setter(*set); 40 return info; 48 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo() local 1456 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo(); local [all...] |
arguments.cc | 29 FunctionCallbackInfo<v8::Value> info(begin(), 33 f(info); 43 PropertyCallbackInfo<ReturnValue> info(begin()); \ 44 f(info); \ 55 PropertyCallbackInfo<ReturnValue> info(begin()); \ 56 f(arg1, info); \ 67 PropertyCallbackInfo<ReturnValue> info(begin()); \ 68 f(arg1, arg2, info); \ 80 PropertyCallbackInfo<ReturnValue> info(begin()); \ 81 f(arg1, arg2, info); \ [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumSetDataLoader.java | 266 UpdateInfo info = new UpdateInfo(); 267 info.version = mSourceVersion; 268 info.index = index; 269 info.size = mSize; 270 return info; 277 public UpdateContent(UpdateInfo info) { 278 mUpdateInfo = info; 286 UpdateInfo info = mUpdateInfo; 287 mSourceVersion = info.version; 288 if (mSize != info.size) 355 UpdateInfo info = executeAndWait(new GetUpdateInfo(version)); local [all...] |