/external/avahi/avahi-common/ |
domain.c | 40 /* Read the first label from string *name, unescape "\" and write it to dest */ 190 char label[AVAHI_LABEL_MAX]; local 192 if (!(avahi_unescape_label(&s, label, sizeof(label)))) 195 if (label[0] == 0) { 213 avahi_escape_label(label, strlen(label), &r, &size); 261 char label[AVAHI_LABEL_MAX]; local 263 if (!(avahi_unescape_label(&t, label, sizeof(label)))) 275 char label[AVAHI_LABEL_MAX]; local 307 char label[AVAHI_LABEL_MAX]; local 377 char label[AVAHI_LABEL_MAX]; local 406 char label[AVAHI_LABEL_MAX]; local 576 char label[AVAHI_LABEL_MAX]; local [all...] |
/external/boringssl/src/crypto/evp/ |
p_rsa.c | 89 /* OAEP label */ 569 int EVP_PKEY_CTX_set0_rsa_oaep_label(EVP_PKEY_CTX *ctx, const uint8_t *label, 578 (void *)label); 583 CBS label; local 585 EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL, 0, &label)) { 588 if (CBS_len(&label) > INT_MAX) { 592 *out_label = CBS_data(&label); 593 return (int)CBS_len(&label);
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
util.py | 37 label='chl', variable 77 label='|', variable
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
descriptor.py | 55 field.label = FieldDescriptor.Label.REQUIRED 62 field.label = FieldDescriptor.Label.REQUIRED 69 field.label = FieldDescriptor.Label.OPTIONAL 193 Label: Values for optional, required and repeated fields. 205 class Label(messages.Enum): 206 """Field label.""" 216 label = messages.EnumField(Label, 4, default=Label.OPTIONAL variable in class:FieldDescriptor [all...] |
/external/compiler-rt/lib/dfsan/ |
dfsan.cc | 134 static void dfsan_check_label(dfsan_label label) { 135 if (label == kInitializingLabel) { 160 dfsan_label label = 0; local 161 if (atomic_compare_exchange_strong(table_ent, &label, kInitializingLabel, 165 // in the cases we are interested in) a label may only subsume labels 169 label = l2; 171 label = 173 dfsan_check_label(label); 174 __dfsan_label_info[label].l1 = l1; 175 __dfsan_label_info[label].l2 = l2 190 dfsan_label label = ls[0]; local 234 dfsan_label label = local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
MixedItemSection.java | 243 String label = item.toHuman(); local 244 index.put(label, item); 255 String label = entry.getKey(); local 257 out.annotate(0, item.offsetString() + ' ' + label + '\n');
|
/external/doclava/src/com/google/doclava/ |
LinkReference.java | 38 public String label; field in class:LinkReference 79 * and fills in href and label with error text. 137 result.label = text.substring(index); 326 result.label = result.label + "/" + ref + "/" + mem + '/'; 329 result.label += params[i] + "|"; 336 result.label = 337 result.label + "/package=" 351 if (DBG) System.out.println("----- label = " + result.label + ", text = '" + text + "'") [all...] |
/external/e2fsprogs/misc/ |
blkid.c | 136 const char *label, const char *mtpt, 162 len = pretty_print_word(label, label_len, len, 0); 172 const char *uuid = "", *fs_type = "", *label = ""; local 178 pretty_print_line("device", "fs_type", "label", 190 /* Get the uuid, label, type */ 197 if (!strcmp(type, "LABEL")) 198 label = value; 216 pretty_print_line(devname, fs_type, label, mtpt, uuid);
|
/external/e2fsprogs/resize/ |
main.c | 53 const char *label; local 65 label = _("Extending the inode table"); 68 label = _("Relocating blocks"); 71 label = _("Scanning inode table"); 74 label = _("Updating inode references"); 77 label = _("Moving inode table"); 80 label = _("Unknown pass?!?"); 84 retval = ext2fs_progress_init(&progress, label, 30,
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
IDNA2003.java | 135 * Ascertain if the given code point is a label separator as 139 * @return true if the char is a label separator 271 String label = new String(srcArr,oldSepIndex,sepIndex-oldSepIndex); local 272 //make sure this is not a root label separator. 273 if(!(label.length()==0 && sepIndex==srcArr.length)){ 274 UCharacterIterator iter = UCharacterIterator.getInstance(label); 411 String label = new String(srcArr,oldSepIndex,sepIndex-oldSepIndex); local 412 if(label.length()==0 && sepIndex!=srcArr.length ){ 415 UCharacterIterator iter = UCharacterIterator.getInstance(label); 420 // Unlike the ToASCII operation we don't normalize the label separator [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
IDNAReference.java | 250 String label = new String(srcArr,oldSepIndex,sepIndex-oldSepIndex); local 251 //make sure this is not a root label separator. 252 if(!(label.length()==0 && sepIndex==srcArr.length)){ 253 UCharacterIterator iter = UCharacterIterator.getInstance(label); 359 String label = new String(srcArr,oldSepIndex,sepIndex-oldSepIndex); local 360 if(label.length()==0 && sepIndex!=srcArr.length ){ 363 UCharacterIterator iter = UCharacterIterator.getInstance(label);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
IDNA2003.java | 133 * Ascertain if the given code point is a label separator as 137 * @return true if the char is a label separator 270 String label = new String(srcArr,oldSepIndex,sepIndex-oldSepIndex); local 271 //make sure this is not a root label separator. 272 if(!(label.length()==0 && sepIndex==srcArr.length)){ 273 UCharacterIterator iter = UCharacterIterator.getInstance(label); 410 String label = new String(srcArr,oldSepIndex,sepIndex-oldSepIndex); local 411 if(label.length()==0 && sepIndex!=srcArr.length ){ 414 UCharacterIterator iter = UCharacterIterator.getInstance(label); 419 // Unlike the ToASCII operation we don't normalize the label separator [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
IDNAReference.java | 249 String label = new String(srcArr,oldSepIndex,sepIndex-oldSepIndex); local 250 //make sure this is not a root label separator. 251 if(!(label.length()==0 && sepIndex==srcArr.length)){ 252 UCharacterIterator iter = UCharacterIterator.getInstance(label); 358 String label = new String(srcArr,oldSepIndex,sepIndex-oldSepIndex); local 359 if(label.length()==0 && sepIndex!=srcArr.length ){ 362 UCharacterIterator iter = UCharacterIterator.getInstance(label);
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
UnicodeSetClosure.java | 62 public static void generateSets(String label, boolean forward, 65 System.out.println("Generating " + label + (forward ? "" : " BACKWARD")); 67 out.println("# MINIMAL FILTER GENERATED FOR: " + label + (forward ? "" : " BACKWARD")); 135 String label = caseNames[i] + ", " + modeNames[j] ; local 136 System.out.println(label); 137 out.println(label + ": " + test.toPattern(false)); 180 public static void print(String label, UnicodeSet test) { 181 System.out.println(label); 182 out.println(label + ": " + test.toPattern(false)); [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
LabelFlowAnalyzerTest.java | 22 import org.objectweb.asm.Label; 32 private Label label; field in class:LabelFlowAnalyzerTest 37 label = new Label(); 49 assertFalse(LabelInfo.isMultiTarget(label)); 50 assertFalse(LabelInfo.isSuccessor(label)); 55 analyzer.visitJumpInsn(GOTO, label); 56 assertFalse(LabelInfo.isMultiTarget(label)); 57 assertFalse(LabelInfo.isSuccessor(label)); [all...] |
LabelInfoTest.java | 22 import org.objectweb.asm.Label; 29 private Label label; field in class:LabelInfoTest 33 label = new Label(); 38 assertFalse(LabelInfo.isMultiTarget(label)); 39 assertFalse(LabelInfo.isSuccessor(label)); 40 assertFalse(LabelInfo.isMethodInvocationLine(label)); 41 assertFalse(LabelInfo.isDone(label)); 42 assertEquals(LabelInfo.NO_PROBE, LabelInfo.getProbeId(label)); [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
MethodInstrumenterTest.java | 21 import org.objectweb.asm.Label; 83 final Label label = new Label(); local 84 instrumenter.visitJumpInsnWithProbe(Opcodes.GOTO, label, 3, frame); 87 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); 178 final Label label = new Label(); local 179 instrumenter.visitJumpInsnWithProbe(opcodeOrig, label, 3, frame) [all...] |
/external/libunwind/src/ia64/ |
unwind_decoder.h | 55 * UNW_DEC_COPY_STATE(fmt,label,arg) 61 * UNW_DEC_LABEL_STATE(fmt,label,arg) 391 unw_word label = (code & 0x1f); local 394 UNW_DEC_COPY_STATE(B1, label, arg); 396 UNW_DEC_LABEL_STATE(B1, label, arg); 413 unw_word t, ecount, label; local 423 label = unw_decode_uleb128 (&dp); 425 UNW_DEC_COPY_STATE(B4, label, arg); 427 UNW_DEC_LABEL_STATE(B4, label, arg);
|
/external/libvncserver/client_examples/ |
gtkvncviewer.c | 208 GtkWidget *label; local 226 label = gtk_label_new (buf); 227 gtk_widget_show (label); 230 label); 526 GtkWidget *dialog, *label; local 540 label = gtk_label_new (buf); 550 label = gtk_label_new (utf8); 553 label = gtk_label_new (buf); 565 label = gtk_label_new (buf); 566 gtk_widget_show (label); [all...] |
/external/llvm/examples/BrainF/ |
BrainF.cpp | 38 const char *BrainF::label = "brainf"; member in class:BrainF 78 builder = new IRBuilder<>(BasicBlock::Create(C, label, brainf_func)); 120 endbb = BasicBlock::Create(C, label, brainf_func); 150 aberrorbb = BasicBlock::Create(C, label, brainf_func); 175 //br label %brainf.end 256 //br i1 %test.%d, label %main.%d, label %main.%d 257 BasicBlock *nextbb = BasicBlock::Create(C, label, brainf_func); 282 //br label %main.%d 283 BasicBlock *testbb = BasicBlock::Create(C, label, brainf_func) [all...] |
/external/llvm/include/llvm/Support/ |
GraphWriter.h | 35 std::string EscapeString(const std::string &Label); 75 std::string label = DTraits.getEdgeSourceLabel(Node, EI); local 77 if (label.empty()) 85 O << "<s" << i << ">" << DOT::EscapeString(label); 172 O << "label=\"{"; 177 // If we should include the address of the node in the label, do so now. 202 // If we should include the address of the node in the label, do so now. 263 const std::string &Label, unsigned NumEdgeSources = 0, 268 O << " label =\""; 270 O << DOT::EscapeString(Label); [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mc.c | 166 unsigned label; local 201 ureg_IF(shader, ureg_scalar(ureg_src(ref), TGSI_SWIZZLE_Z), &label); 211 ureg_fixup_label(shader, label, ureg_get_instruction_number(shader)); 238 unsigned label; local 275 ureg_IF(shader, ureg_scalar(vpos, TGSI_SWIZZLE_W), &label); 297 ureg_fixup_label(shader, label, ureg_get_instruction_number(shader)); 317 unsigned label; local 341 ureg_IF(shader, ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_Y), &label); 345 ureg_fixup_label(shader, label, ureg_get_instruction_number(shader)); 346 ureg_ELSE(shader, &label); [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vertex_sse.c | 359 GLubyte *fixup, *label; local 398 label = x86_get_label(&p->func); 616 x86_jcc(&p->func, cc_NZ, label);
|
/external/minijail/ |
bpf.h | 117 const char *label; member in struct:bpf_labels::__bpf_label 164 /* BPF label functions. */ 167 int bpf_label_id(struct bpf_labels *labels, const char *label);
|
/external/proguard/src/proguard/gui/ |
ClassSpecificationsPanel.java | 195 private final JLabel label = new JLabel(); field in class:ClassSpecificationsPanel.MyListCellRenderer 210 label.setText(comments != null ? comments.trim() : 217 label.setBackground(list.getSelectionBackground()); 218 label.setForeground(list.getSelectionForeground()); 222 label.setBackground(list.getBackground()); 223 label.setForeground(list.getForeground()); 226 label.setOpaque(true); 228 return label;
|