/external/chromium_org/tools/gn/ |
ninja_helper.cc | 39 return kObjectDirNoSlash + target->label().dir().SourceAbsoluteWithOneSlash(); 46 target->label().dir().SourceAbsoluteWithOneSlash()); 47 ret.value().append(target->label().name()); 108 ret.value().append(target->label().name()); 119 target->label().name() : target->output_name(); 182 target->label().dir().SourceAbsoluteWithOneSlash());
|
/external/openssl/crypto/sha/asm/ |
sha256-586.pl | 105 &call (&label("pic_point")); # make it PIC! 108 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256)); 164 &jne (&label("00_15")); 191 &jne (&label("16_63")); 224 &jb (&label("loop"));
|
/frameworks/native/libs/input/ |
Keyboard.cpp | 190 int32_t getKeyCodeByLabel(const char* label) { 191 return int32_t(lookupValueByLabel(label, KEYCODES)); 194 uint32_t getKeyFlagByLabel(const char* label) { 195 return uint32_t(lookupValueByLabel(label, FLAGS)); 198 int32_t getAxisByLabel(const char* label) { 199 return int32_t(lookupValueByLabel(label, AXES));
|
/libcore/luni/src/main/native/ |
libcore_icu_AlphabeticIndex.cpp | 123 const UnicodeString& label(ai->getBucketLabel()); 124 return env->NewString(label.getBuffer(), label.length()); 173 const UnicodeString& label(bucket->getLabel()); 174 return env->NewString(label.getBuffer(), label.length());
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapCallLogComposer.java | 159 String label = mCursor.getString(CALLER_NUMBERLABEL_COLUMN_INDEX); local 160 if (TextUtils.isEmpty(label)) { 161 label = Integer.toString(type); 163 builder.appendTelLine(type, label, number, false); 187 String label = Integer.toString(phonetype); local 188 builder.appendTelLine(phonetype, label, phoneNumber, false);
|
/packages/apps/Settings/src/com/android/settings/ |
UsageStats.java | 131 CharSequence label; local 134 label = appInfo.loadLabel(mPm); 136 label = ps.packageName; 138 mAppLabelMap.put(ps.packageName, label); 185 CharSequence label = mAppLabelMap.get(pkgStats.packageName); local 186 holder.pkgName.setText(label);
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatterySipper.java | 72 Handler handler, String label, DrainType drainType, 78 name = label; 84 if ((label == null || iconId == 0) && uid != null) { 168 * Loads the app label and icon image and stores into the cache. 194 CharSequence label = ai.loadLabel(pm); local 195 if (label != null) { 196 packageLabels[i] = label.toString();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dis.py | 168 label = -1 170 label = i+oparg 172 label = oparg 173 if label >= 0: 174 if label not in labels: 175 labels.append(label)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Type_Definitions.py | 22 class label(aetools.ComponentItem): class in inherits:aetools.ComponentItem 23 """label - (NOT AVAILABLE YET) A Finder label (name and color) """ 26 """color - the color associated with the label """ 34 """name - the name associated with the label """ 74 """shows label - Are labels displayed in default Finder list view windows? """ 210 label._superclassnames = [] 211 label._privpropdict = { 216 label._privelemdict = { 243 'label' : label [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dis.py | 168 label = -1 170 label = i+oparg 172 label = oparg 173 if label >= 0: 174 if label not in labels: 175 labels.append(label)
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 11 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0); 32 CREATE TABLE organizations (_id INTEGER PRIMARY KEY AUTOINCREMENT,company TEXT,title TEXT,isprimary INTEGER NOT NULL DEFAULT 0,type INTEGER NOT NULL,label TEXT,person INTEGER REFERENCES people(_id)); 55 CREATE TABLE phones (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),type INTEGER NOT NULL,number TEXT,number_key TEXT,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0); 91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END; 92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END; 104 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'ex (…) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 48 label = Label(root, image=image, bd=1, relief="raised") 49 label.grid(row=row, column=column) 50 label = Label(root, text=name) 51 label.grid(row=row+1, column=column) 248 label = self.label 251 self.label = Label(self.canvas, text=text, bd=0, padx=2, pady=2 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 48 label = Label(root, image=image, bd=1, relief="raised") 49 label.grid(row=row, column=column) 50 label = Label(root, text=name) 51 label.grid(row=row+1, column=column) 248 label = self.label 251 self.label = Label(self.canvas, text=text, bd=0, padx=2, pady=2 [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
CodeGenTreeWalker.g | 128 protected final ST getWildcardST(GrammarAST elementAST, GrammarAST ast_suffix, String label) { 133 return getTokenElementST(name, name, elementAST, ast_suffix, label); 140 String label ) { 142 String suffix = getSTSuffix(elementAST, ast_suffix, label); 146 // if we're building trees and there is no label, gen a label 148 if ( ( grammar.buildAST() || suffix.length() > 0 ) && label == null && 150 // we will need a label to do the AST or tracking, make one 151 label = generator.createUniqueLabel( ruleTargetName ); 152 CommonToken labelTok = new CommonToken( ANTLRParser.ID, label ); [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 121 void OnLabelRealize(GtkWidget* label, gpointer pixel_width) { 123 GTK_LABEL(label), 124 GetCharacterWidthForPixels(label,GPOINTER_TO_INT(pixel_width))); 219 GtkWidget* label = gtk_label_new(text); local 220 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); 222 labels->push_back(label); 224 gtk_table_attach(GTK_TABLE(table), label, local 258 GtkWidget* label = gtk_label_new(NULL); local 260 gtk_label_set_markup(GTK_LABEL(label), markup); 263 return LeftAlignMisc(label); [all...] |
/bionic/libc/arch-arm/cortex-a15/bionic/ |
strcpy.S | 71 .macro m_copy_byte reg, cmd, label 74 \cmd \reg, \label 81 m_copy_byte reg=r2, cmd=cbz, label=strcpy_finish 82 m_copy_byte reg=r3, cmd=cbz, label=strcpy_finish 83 m_copy_byte reg=r4, cmd=cbz, label=strcpy_finish 84 m_copy_byte reg=r5, cmd=cbz, label=strcpy_finish 85 m_copy_byte reg=r2, cmd=cbz, label=strcpy_finish 86 m_copy_byte reg=r3, cmd=cbz, label=strcpy_finish 87 m_copy_byte reg=r4, cmd=cbz, label=strcpy_finish 88 m_copy_byte reg=r5, cmd=cbnz, label=strcpy_continu [all...] |
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strcpy.S | 71 .macro m_copy_byte reg, cmd, label 74 \cmd \reg, \label 80 m_copy_byte reg=r2, cmd=cbz, label=strcpy_finish 81 m_copy_byte reg=r3, cmd=cbz, label=strcpy_finish 82 m_copy_byte reg=r4, cmd=cbz, label=strcpy_finish 83 m_copy_byte reg=r5, cmd=cbz, label=strcpy_finish 84 m_copy_byte reg=r2, cmd=cbz, label=strcpy_finish 85 m_copy_byte reg=r3, cmd=cbz, label=strcpy_finish 86 m_copy_byte reg=r4, cmd=cbz, label=strcpy_finish 87 m_copy_byte reg=r5, cmd=cbnz, label=strcpy_continu [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
overrides.css | 101 .overrides-device > label { 112 .overrides-device-value-label { 135 .overrides-viewport label { 144 .overrides-viewport > label { 163 .overrides-sensors > label {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.css | 102 #header label, 103 #footer label { 112 #header label span, 113 #footer label span { 271 #loupe label {
|
/external/libppp/src/ |
main.c | 285 CheckLabel(const char *label, struct prompt *prompt, int mode) 289 if ((err = system_IsValid(label, prompt, mode)) != NULL) { 290 fprintf(stderr, "%s: %s\n", label, err); 292 log_Printf(LogWARN, "Label %s rejected -direct connection: %s\n", 293 label, err); 305 int arg, holdfd[3], label; local 332 label = ProcessArgs(argc, argv, &sw); 374 if (label < argc) 375 for (arg = label; arg < argc; arg++) 415 for (arg = label; arg < argc; arg++) [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 315 * label text. Override this to set up a custom header. 318 TextView label = (TextView) mDayNamesHeader.findViewById(R.id.wk_label); local 320 label.setVisibility(View.VISIBLE); 322 label.setVisibility(View.GONE); 326 label = (TextView) mDayNamesHeader.getChildAt(i); 329 label.setText(mDayLabels[position]); 330 label.setVisibility(View.VISIBLE); 332 label.setTextColor(mSaturdayColor); 334 label.setTextColor(mSundayColor); 336 label.setTextColor(mDayNameColor) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeySpecParser.java | 36 * The specification might have label or string resource reference in it. These references are 38 * - Label reference should be a string representation of label (!text/label_name) 41 * - Label optionally followed by keyOutputText or code (keyLabel|keyOutputText). 180 final String label = (end > 0) ? parseEscape(moreKeySpec.substring(0, end)) local 182 if (TextUtils.isEmpty(label)) { 183 throw new KeySpecParserError("Empty label: " + moreKeySpec); 185 return label; 215 final String label = getLabel(moreKeySpec); local 216 if (label == null) 240 final String label = getLabel(moreKeySpec); local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 96 List<Label> sampleInputLabels = d.dfa.probe.getSampleNonDeterministicInputSequence(d); 236 Label EOTLabel = new Label(Label.EOT); 268 // for each label that could possibly emanate from NFAStates of d 274 Label label = (Label)labels.get(i); local 275 DFAState t = reach(d, label); 277 System.out.println("DFA state after reach "+label+" "+d+"-" [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 52 # lea .Label-.(%rax),%rax 221 $self->{label} = $2; 227 if ($win64 && $self->{label} =~ s/\@GOTPCREL//) { 241 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 242 $self->{label} =~ s/\.L/$decor/g; 251 # in $self->{label}, new gas requires sign extension... 253 $self->{label} =~ s/(?<![\w\$\.])(0x?[0-9a-f]+)/oct($1)/egi; 254 $self->{label} =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg; 255 $self->{label} =~ s/([0-9]+)/$1<<32>>32/eg; 258 $self->{label} =~ s/^___imp_/__imp__/ if ($flavour eq "mingw64") [all...] |
/external/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 52 # lea .Label-.(%rax),%rax 221 $self->{label} = $2; 227 if ($win64 && $self->{label} =~ s/\@GOTPCREL//) { 241 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 242 $self->{label} =~ s/\.L/$decor/g; 251 # in $self->{label}, new gas requires sign extension... 253 $self->{label} =~ s/(?<![\w\$\.])(0x?[0-9a-f]+)/oct($1)/egi; 254 $self->{label} =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg; 255 $self->{label} =~ s/([0-9]+)/$1<<32>>32/eg; 258 $self->{label} =~ s/^___imp_/__imp__/ if ($flavour eq "mingw64") [all...] |