/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 100 typedef typename A::Label Label; 331 typedef typename A::Label Label; 336 enum FindType { FIND_INPUT = 1, // find input label on fst2 337 FIND_OUTPUT = 2, // find output label on fst1 359 LOG(FATAL) << "ComposeFst: 1st argument not output label " 368 LOG(FATAL) << "ComposeFst: 2nd argument not input label " 406 LOG(FATAL) << "ComposeFst: 1st argument not output label sorted " 407 << "and 2nd argument is not input label sorted" 600 Label label = find_input ? local [all...] |
determinize.h | 55 // The label common divisor for a (left) string semiring selects a 85 // The gallic common divisor uses the label common divisor on the 130 typedef typename A::Label Label; 209 typedef typename A::Label Label; 222 typedef map<Label, Subset*> LabelMap; 301 // Constructs destination subsets per label. At return, subset 302 // element weights include the input automaton label weights and the 327 void AddArc(StateId s, Label label, Subset *dest_subset) [all...] |
/external/wpa_supplicant/ |
eap_peap.c | 91 wpa_printf(MSG_DEBUG, "EAP-PEAP: Force new label for " 710 char *label; local 716 * encryption" as the label. However, most existing 718 * label, "client EAP encryption", instead. Use the old 719 * label by default, but allow it to be configured with 722 label = "client PEAP encryption"; 724 label = "client EAP encryption"; 725 wpa_printf(MSG_DEBUG, "EAP-PEAP: using label '%s' in " 726 "key derivation", label); 728 eap_tls_derive_key(sm, &data->ssl, label, [all...] |
eap_tls_common.c | 222 * @label: Label string for deriving the keys, e.g., "client EAP encryption" 228 * different label to bind the key usage into the generated material. 233 const char *label, size_t len) 243 if (tls_connection_prf(sm->ssl_ctx, data->conn, label, 0, out, len) == 267 label, rnd, keys.client_random_len +
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_peap.c | 92 wpa_printf(MSG_DEBUG, "EAP-PEAP: Force new label for key " 285 * in the end of the label just before ISK; is that just a typo?) 1084 char *label; local 1090 * encryption" as the label. However, most existing 1092 * label, "client EAP encryption", instead. Use the old 1093 * label by default, but allow it to be configured with 1096 label = "client PEAP encryption"; 1098 label = "client EAP encryption"; 1099 wpa_printf(MSG_DEBUG, "EAP-PEAP: using label '%s' in " 1100 "key derivation", label); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
CallCard.java | 184 mLabel = (TextView) findViewById(R.id.label); 690 // (But since the upper title overlaps the label of the 1015 String label = null; local [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-docs.css | 211 #nav-tree span.label { 355 #api-level-toggle label.disabled { 436 #side-nav div.label.absent.selected, 437 #side-nav div.label.absent.selected * { 443 * html #side-nav div.label.selected, 444 * html #side-nav div.label.selected * {
|
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 431 /* now for the olabels, depending on the type of the label, I either use the index directly 442 /* check if the label is already in the wordmap, and reuse index */ 453 /* check if the label is already in the wordmap, and reuse index */ 457 PLogMessage(L("output label not found: %s"), oword); 538 else if (!tmp->label) 541 p = tmp->label; [all...] |
/frameworks/base/core/java/android/widget/ |
AppSecurityPermissions.java | 276 //return default label 290 CharSequence label = pgi.loadLabel(mPm).toString(); local 291 mGroupLabelCache.put(grpName, label); 292 return label; 439 //add the default label so that uncategorized permissions can go here
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
c-common.h | 287 #define C_DECLARED_LABEL_FLAG(label) TREE_LANG_FLAG_1 (label) 793 /* Nonzero if a label has been added to the statement list. */ 919 extern void warn_for_unused_label (tree label); [all...] |
/system/core/libcutils/ |
tzstrftime.c | 157 label: 236 goto label; 243 goto label;
|
/system/core/logcat/ |
logcat.cpp | 60 char label; member in struct:log_device_t 68 label = l; 181 binaryMsgBuf[0] = dev->label;
|
/external/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 144 Label inside_string; 170 void RegExpMacroAssemblerARM::Bind(Label* label) { 171 __ bind(label); 175 void RegExpMacroAssemblerARM::CheckCharacter(uint32_t c, Label* on_equal) { 181 void RegExpMacroAssemblerARM::CheckCharacterGT(uc16 limit, Label* on_greater) { 187 void RegExpMacroAssemblerARM::CheckAtStart(Label* on_at_start) { 188 Label not_at_start; 203 void RegExpMacroAssemblerARM::CheckNotAtStart(Label* on_not_at_start) { 216 void RegExpMacroAssemblerARM::CheckCharacterLT(uc16 limit, Label* on_less) [all...] |
/external/v8/src/x64/ |
regexp-macro-assembler-x64.cc | 147 Label inside_string; 171 void RegExpMacroAssemblerX64::Bind(Label* label) { 172 __ bind(label); 176 void RegExpMacroAssemblerX64::CheckCharacter(uint32_t c, Label* on_equal) { 182 void RegExpMacroAssemblerX64::CheckCharacterGT(uc16 limit, Label* on_greater) { 188 void RegExpMacroAssemblerX64::CheckAtStart(Label* on_at_start) { 189 Label not_at_start; 201 void RegExpMacroAssemblerX64::CheckNotAtStart(Label* on_not_at_start) { 212 void RegExpMacroAssemblerX64::CheckCharacterLT(uc16 limit, Label* on_less) [all...] |
/external/webkit/JavaScriptCore/yarr/ |
RegexJIT.cpp | 280 Label backtrackLocation; 282 AlternativeBacktrackRecord(DataLabelPtr dataLabel, Label backtrackLocation) 381 void setBacktrackGenerated(Label label) 384 backtrackLabel = label; 391 void linkAlternativeBacktracksTo(Label label, MacroAssembler* masm) 394 backTrackJumps.linkTo(label, masm); 409 Label backtrackLabel; 569 Label loop(this) [all...] |
/external/dropbear/ |
dbutil.c | 481 void printhex(const char * label, const unsigned char * buf, int len) { 485 fprintf(stderr, "%s\n", label);
|
/external/e2fsprogs/lib/blkid/ |
probe.h | 347 char label[64]; member in struct:ocfs_volume_label 519 __u8 label[27]; member in struct:hfs_mdb 541 __u64 sector_xl; /* Sector number of this label */
|
/external/webkit/SunSpider/resources/ |
sunspider-compare-results.js | 294 function resultLine(labelWidth, indent, label, meanWidth1, mean1, stdErr1, meanWidth2, mean2, stdErr2) 297 result += label + ": ";
|
/external/webkit/WebKit/chromium/src/ |
ChromeClientImpl.cpp | 639 outputItem.label = inputItem.label;
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_client.c | 399 * @label: Label (e.g., description of the key) for PRF 406 int tlsv1_client_prf(struct tlsv1_client *conn, const char *label, 425 label, seed, 2 * TLS_RANDOM_LEN, out, out_len);
|
tlsv1_server.c | 390 * @label: Label (e.g., description of the key) for PRF 397 int tlsv1_server_prf(struct tlsv1_server *conn, const char *label, 416 label, seed, 2 * TLS_RANDOM_LEN, out, out_len);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ThreadPanel.java | 53 import org.eclipse.swt.widgets.Label; 82 private Label mNotEnabled; 83 private Label mNotSelected; 91 private Label mStackTraceTimeLabel; 131 * A Label Provider to use with {@link ThreadContentProvider}. It expects the elements to be 196 mNotEnabled = new Label(mBase, SWT.CENTER | SWT.WRAP); 201 mNotSelected = new Label(mBase, SWT.CENTER | SWT.WRAP); 302 mStackTraceTimeLabel = new Label(mStackTraceBase, SWT.NONE); 496 String label = new Date(stackcallTime).toString(); local 497 mStackTraceTimeLabel.setText(label); [all...] |
/system/vold/ |
Volume.cpp | 101 Volume::Volume(VolumeManager *vm, const char *label, const char *mount_point) { 104 mLabel = strdup(label);
|
/external/v8/test/mjsunit/regress/ |
regress-1200351.js | 160 eval("label null/void-break.__lookupGetter__(native)") 168 eval("label function () { false }.__lookupGetter__(this==1)") 576 eval("label 'a'+void.concat('a'>>>=-1)") 679 eval("label (!0.2/debugger)") 850 eval("label 'a'<<break.shift()" [all...] |
/external/webkit/WebCore/inspector/front-end/ |
inspector.css | 154 .toolbar-label { 160 .toolbar-item.toggleable:active .toolbar-label { 164 body.attached .toolbar-label { 170 body.attached #search-toolbar-label { 1315 .section .header label, .event-bar .header label { 1319 .section.expanded .header label, .event-bar.expanded .header label { [all...] |