/dalvik/dx/src/com/android/dx/dex/code/ |
BlockAddresses.java | 32 * block (indexed by basic block label) */ 36 * of each basic block (indexed by basic block label) */ 41 * label) */ 71 * Gets the instance for the start of the block with the given label. 73 * @param label {@code non-null;} the label of the block in question 76 public CodeAddress getStart(int label) { 77 return starts[label]; 92 * the given label. 94 * @param label {@code non-null;} the label of the block in questio 132 int label = one.getLabel(); local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout8.java | 57 TextView label = new TextView(this); local 58 label.setText(R.string.table_layout_8_quit); 59 label.setPadding(3, 3, 3, 3); 66 row.addView(label, new TableRow.LayoutParams(1));
|
/external/autotest/cli/ |
label.py | 5 The label module contains the objects and methods used to 9 add: adds label(s), or hosts to an LABEL 10 remove: deletes label(s), or hosts from an LABEL 11 list: lists label(s) 23 class label(topic_common.atest): class in inherits:topic_common.atest 24 """Label class 25 atest label [create|delete|list|add|remove] <options>""" 27 topic = msg_topic = 'label' [all...] |
/external/autotest/frontend/client/src/autotest/afe/ |
HostDataSource.java | 51 String label = labels.get(i).isString().stringValue(); local 52 if (label.equals(platform)) { 58 labelString.append(label);
|
/external/autotest/test_suites/ |
dev_harness.py | 51 m = random.choice(AFE.get_hostnames(label='board:'+new_globals['board'])) 53 label = AFE.get_labels( variable 55 label.add_hosts([m])
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
BlockAddresses.java | 32 * block (indexed by basic block label) */ 36 * of each basic block (indexed by basic block label) */ 41 * label) */ 71 * Gets the instance for the start of the block with the given label. 73 * @param label {@code non-null;} the label of the block in question 76 public CodeAddress getStart(int label) { 77 return starts[label]; 92 * the given label. 94 * @param label {@code non-null;} the label of the block in questio 132 int label = one.getLabel(); local [all...] |
/external/doclava/src/com/google/doclava/ |
SeeTagInfo.java | 45 public String label() { method in class:SeeTagInfo 46 return linkReference().label; 60 data.setValue(base + ".label", linkRef.label);
|
/external/e2fsprogs/resize/ |
sim_progress.c | 19 char *label; member in struct:ext2_sim_progress 32 fputs(prog->label, prog->f); 33 width = prog->labelwidth - strlen(prog->label); 78 const char *label, 90 retval = ext2fs_get_mem(strlen(label)+1, &prog->label); 95 strcpy(prog->label, label); 112 if (prog->label) 113 ext2fs_free_mem(&prog->label); [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
LanguageData.java | 42 public String label() method in class:LanguageData.Record 167 return languages[value - minLanguage].label();
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
ClassPage.java | 60 final String label = context.getLanguageNames().getMethodName( local 63 addItem(new MethodItem(m, label, sourcePage));
|
/external/skia/bin/ |
compare | 31 label = tokens[-1] variable 32 d[label] = map(float, samples)
|
/external/v8/test/cctest/ |
test-api-fast-accessor-builder.cc | 203 auto label = builder->MakeLabel(); local 205 builder->CheckNotZeroOrJump(val, label); 207 builder->SetLabel(label); 249 auto label = builder->MakeLabel(); local 252 builder->CheckNotZeroOrJump(val, label); 254 builder->SetLabel(label);
|
/external/webrtc/talk/app/webrtc/objc/public/ |
RTCDataChannel.h | 97 @property(nonatomic, readonly) NSString* label; variable
|
/external/webrtc/talk/app/webrtc/ |
sctputils_unittest.cc | 35 const std::string& label, 70 EXPECT_EQ(label.size(), label_length); 75 EXPECT_EQ(label, label_output); 84 std::string label = "abc"; local 88 ASSERT_TRUE(webrtc::WriteDataChannelOpenMessage(label, config, &packet)); 90 VerifyOpenMessageFormat(packet, label, config); 97 EXPECT_EQ(label, output_label); 106 std::string label = "abc"; local 112 ASSERT_TRUE(webrtc::WriteDataChannelOpenMessage(label, config, &packet)); 114 VerifyOpenMessageFormat(packet, label, config) 130 std::string label = "abc"; local [all...] |
/frameworks/base/core/java/android/content/pm/ |
PermissionGroupInfo.java | 77 * @param pm A PackageManager from which the label can be loaded; usually 88 CharSequence label = pm.getText(packageName, descriptionRes, null); local 89 if (label != null) { 90 return label;
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabaseConfiguration.java | 39 // when constructing a label to use in log messages. 54 * The label to use to describe the database when it appears in logs. 57 public final String label; field in class:SQLiteDatabaseConfiguration 105 label = stripPathForLogs(path); 124 this.label = other.label;
|
/libcore/ojluni/src/main/java/sun/security/internal/spec/ |
TlsPrfParameterSpec.java | 48 private final String label; field in class:TlsPrfParameterSpec 59 * @param label the label to use in the calculation 69 * @throws NullPointerException if label or seed is null 72 public TlsPrfParameterSpec(SecretKey secret, String label, 75 if ((label == null) || (seed == null)) { 76 throw new NullPointerException("label and seed must not be null"); 82 this.label = label; 102 * Returns the label to use in the PRF calcuation [all...] |
/packages/apps/Settings/src/com/android/settings/ |
WallpaperTypeSettings.java | 73 CharSequence label = info.loadLabel(pm); local 74 if (label == null) label = info.activityInfo.packageName; 75 pref.setTitle(label); 94 CharSequence label = info.loadLabel(pm); 95 if (label == null) label = info.activityInfo.packageName; 98 data.title = label.toString();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cProfile.py | 100 func = label(entry.code) 111 func = label(entry.code) 155 def label(code): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cProfile.py | 100 func = label(entry.code) 111 func = label(entry.code) 155 def label(code): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cProfile.py | 100 func = label(entry.code) 111 func = label(entry.code) 155 def label(code): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cProfile.py | 100 func = label(entry.code) 111 func = label(entry.code) 155 def label(code): function
|
/system/extras/ext4_utils/ |
ext4_sb.h | 44 const char *label; member in struct:fs_info
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
ReportGenerator.java | 121 final StringBuffer label = new StringBuffer (101); local 123 label.append ("["); 124 label.append (IAppConstants.APP_NAME); 125 label.append (" v"); label.append (IAppConstants.APP_VERSION_WITH_BUILD_ID_AND_TAG); 126 label.append (" report, generated "); 127 label.append (new Date (EMMAProperties.getTimeStamp ())); 128 label.append ("]"); 130 m_out.write (label.toString ());
|
/external/emma/core/java12/com/vladium/emma/report/xml/ |
ReportGenerator.java | 117 final StringBuffer label = new StringBuffer (101); local 119 label.append ("<!-- "); 120 label.append (IAppConstants.APP_NAME); 121 label.append (" v"); label.append (IAppConstants.APP_VERSION_WITH_BUILD_ID_AND_TAG); 122 label.append (" report, generated "); 123 label.append (new Date (EMMAProperties.getTimeStamp ())); 124 label.append (" -->"); 126 m_out.write (label.toString ());
|