/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
PeerConnectionTest.java | 199 public synchronized void expectAddStream(String label) { 200 expectedAddStreamLabels.add(label); 205 assertEquals(expectedAddStreamLabels.removeFirst(), stream.label()); 218 public synchronized void expectRemoveStream(String label) { 219 expectedRemoveStreamLabels.add(label); 224 assertEquals(expectedRemoveStreamLabels.removeFirst(), stream.label()); 232 public synchronized void expectDataChannel(String label) { 233 expectedRemoteDataChannelLabels.add(label); 239 remoteDataChannel.label()); 569 assertEquals("offeringDC", offeringDC.label()); [all...] |
/art/compiler/optimizing/ |
code_generator_arm64.h | 73 vixl::Label* GetEntryLabel() { return &entry_label_; } 74 vixl::Label* GetExitLabel() { return &exit_label_; } 80 vixl::Label entry_label_; 81 vixl::Label exit_label_; 91 vixl::Label* GetTableStartLabel() { return &table_start_; } 97 vixl::Label table_start_; 260 vixl::Label* fixup_label = nullptr); 268 vixl::Label* true_target, 269 vixl::Label* false_target); 355 vixl::Label* GetLabelOf(HBasicBlock* block) 609 vixl::Label label; member in struct:art::arm64::CodeGeneratorARM64::PcRelativePatchInfo [all...] |
/art/compiler/utils/x86/ |
assembler_x86.h | 238 // This is equivalent to the Label class, used in a slightly different context. We 239 // inherit the functionality of the Label class, but prevent unintended 241 class NearLabel : private Label { 243 NearLabel() : Label() {} 245 // Expose the Label routines that we need. 246 using Label::Position; 247 using Label::LinkPosition; 248 using Label::IsBound; 249 using Label::IsUnused; 250 using Label::IsLinked 626 jmp(label); variable [all...] |
/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 311 // This is equivalent to the Label class, used in a slightly different context. We 312 // inherit the functionality of the Label class, but prevent unintended 314 class NearLabel : private Label { 316 NearLabel() : Label() {} 318 // Expose the Label routines that we need. 319 using Label::Position; 320 using Label::LinkPosition; 321 using Label::IsBound; 322 using Label::IsUnused; 323 using Label::IsLinked 697 jmp(label); variable [all...] |
/bionic/libc/dns/nameser/ |
ns_name.c | 46 #define NS_TYPE_ELT 0x40 /* EDNS0 extended label type */ 200 * Enforces label and domain length limits. 217 * Enforces label and domain length limits. 222 u_char *label, *bp, *eom; local 229 label = bp++; 233 if (c == '[') { /* start a bit string label */ 239 &label, &bp, eom)) 245 label = bp++; 279 c = (int)(bp - label - 1); 280 if ((c & NS_CMPRSFLGS) != 0) { /* Label too big. * [all...] |
/cts/tools/dasm/src/java_cup/ |
production.java | 255 /** Determine if a given character can be a label id starter. 267 /** Determine if a character can be in a label id. 279 /** Determine the translation for one label id found within a code_string. 316 /* its a RHS label */ 318 /* if the label appears after the action, we have an error */ 322 System.err.println("*** Label \"" + id_str + 333 label to action minus one */ 344 /** Translate all the label names within an action string to appropriate code. 431 /** Translate label names to appropriate code within all action strings. 456 /* if it has a label enter it in the tables * [all...] |
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/ |
TouchDisplayView.java | 58 public String label = null; field in class:TouchDisplayView.TouchHistory 156 data.label = "id: " + 0; 186 data.label = "id: " + id; 350 // Setup text paint for circle label 396 // draw its label next to the main circle 397 canvas.drawText(data.label, data.x + radius, data.y
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
MediaNotificationManager.java | 297 String label; local 301 label = mService.getString(R.string.label_pause); 305 label = mService.getString(R.string.label_play); 309 builder.addAction(new Notification.Action(icon, label, intent));
|
/developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/ |
TouchDisplayView.java | 58 public String label = null; field in class:TouchDisplayView.TouchHistory 156 data.label = "id: " + 0; 186 data.label = "id: " + id; 350 // Setup text paint for circle label 396 // draw its label next to the main circle 397 canvas.drawText(data.label, data.x + radius, data.y
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/ |
MediaNotificationManager.java | 297 String label; local 301 label = mService.getString(R.string.label_pause); 305 label = mService.getString(R.string.label_play); 309 builder.addAction(new Notification.Action(icon, label, intent));
|
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 72 mLabel = (TextView)findViewById(R.id.label); 99 CharSequence label = null; local 104 label = info.applicationInfo.nonLocalizedLabel; 144 if (label != null) { 145 mLabel.setText("\"" + label + "\""); 147 mLabel.setText("(No Label)");
|
/development/samples/Support4Demos/src/com/example/android/supportv4/media/ |
MediaNotificationManager.java | 292 String label; local 296 label = mService.getString(R.string.label_pause); 300 label = mService.getString(R.string.label_play); 304 builder.addAction(new NotificationCompat.Action(icon, label, intent));
|
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/ |
TouchDisplayView.java | 58 public String label = null; field in class:TouchDisplayView.TouchHistory 156 data.label = "id: " + 0; 186 data.label = "id: " + id; 350 // Setup text paint for circle label 396 // draw its label next to the main circle 397 canvas.drawText(data.label, data.x + radius, data.y
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
MediaNotificationManager.java | 297 String label; local 301 label = mService.getString(R.string.label_pause); 305 label = mService.getString(R.string.label_play); 309 builder.addAction(new Notification.Action(icon, label, intent));
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 300 Label label = trans.label; local 301 if ( label.isSemanticPredicate() ) { 312 if ( label.isEpsilon() ) { 332 // CASE 4: match label on transition 333 else if ( label.matches(t) ) { 346 // CASE 5: error condition; label is inconsistent with input 348 if ( label.isAtom() ) { 350 new MismatchedTokenException(label.getAtom(), input) [all...] |
NFAFactory.java | 97 if ( t.label.isEpsilon() && !t.label.isAction() && s.getNumberOfTransitions()==1 ) { 117 /** From label A build Graph o-A->o */ 118 public StateCluster build_Atom(int label, GrammarAST associatedAST) { 123 transitionBetweenStates(left, right, label); 141 Label label = new Label(set); local 142 Transition e = new Transition(label,right); 156 Label label = s0.transition(0).target.transition(0).label 166 Label label = new Label(IntervalSet.of(a, b)); local 317 int label = Label.EOF; local 676 Label label = new Label(nfa.grammar.getTokenTypes()); \/\/ char or tokens local 719 Label label = s1.transition(0).label; local [all...] |
/external/avahi/avahi-core/ |
dns.c | 180 char label[64], *u; local 205 if (!(avahi_unescape_label(&name, label, sizeof(label)))) 208 if (!(d = avahi_dns_packet_append_string(p, label))) 373 /* Uncompressed label */ 398 /* Compressed label */
|
/external/avahi/avahi-daemon/ |
static-services.c | 236 char label[AVAHI_LABEL_MAX]; local 240 avahi_unescape_label(&p, label, sizeof(label)); 242 g->chosen_name = replacestr(g->name, "%h", label);
|
/external/avahi/avahi-utils/ |
avahi-browse.c | 173 char label[AVAHI_LABEL_MAX]; local 174 make_printable(name, label); 180 n_columns-35, label, type, domain);
|
/external/doclava/src/com/google/doclava/ |
TypeInfo.java | 257 String label = qualified ? qualifiedTypeName() : simpleTypeName(); local 258 label += (isLastVararg) ? "..." : dimension(); 259 data.setValue(base + ".label", label);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ScenarioResults.java | 36 String label; field in class:ScenarioResults 42 this.label = shortName; 139 * Returns the scenario label. If no label exist as there's no associated summary, 142 * @return The label of the scenario or it's short name if no summary exists 145 return this.label == null ? getShortName() : this.label;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
HtmlTooltipHelper.java | 27 import org.eclipse.swt.widgets.Label; 298 * Creates {@link Label} if {@link Browser} can not be used. 301 // prepare Label 302 final Label label = new Label(parent, SWT.WRAP); local 303 label.setText(html); 305 int requiredWidth = label.computeSize(SWT.DEFAULT, SWT.DEFAULT).x; 306 GridDataFactory.create(label).hintHC(50).hintHMin(requiredWidth); 308 label.setForeground(parent.getForeground()) [all...] |
/external/icu/icu4c/source/test/intltest/ |
alphaindextst.cpp | 104 assertEquals("only the underflow label in an index built from a collator", 191 index->nextBucket(status); // Move to underflow label 266 UnicodeString label = index->getBucketLabel(); local 270 TEST_ASSERT(label == adam); 275 TEST_ASSERT(expectedLabel == label); 278 TEST_ASSERT(label == charlie); 293 TEST_ASSERT(n == 1); /* Label #0 is underflow, 1 is A, etc. */ 297 TEST_ASSERT(n == 27); // Overflow label 304 UnicodeString label = index->getBucketLabel(); local 313 // Latin-script names should go into the underflow label (0 373 const UnicodeString &label = index.getBucketLabel(); local 452 UnicodeString label = aindex.getBucketLabel(); local 637 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape(); local [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
MethodProbesAdapterTest.java | 22 import org.objectweb.asm.Label; 33 private Label label; field in class:MethodProbesAdapterTest 66 public void visitJumpInsnWithProbe(int opcode, Label label, 68 rec("visitJumpInsnWithProbe", Integer.valueOf(opcode), label, 75 Label dflt, Label[] labels, IFrame frame) { 82 public void visitLookupSwitchInsnWithProbes(Label dflt, int[] keys, 83 Label[] labels, IFrame frame) [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSOutgoing.java | 127 String label = aName.substring(0, n); local 137 writeUTF(label, 0, label.length()); 139 writeUTF(label, 0, label.length());
|