HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 76 - 100 of 1990) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/Lib/
cProfile.py 100 func = label(entry.code)
111 func = label(entry.code)
155 def label(code): function
  /external/python/cpython3/Lib/
cProfile.py 60 func = label(entry.code)
71 func = label(entry.code)
115 def label(code): function
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResolveInfo.java 14 private String label; field in class:ShadowResolveInfo
17 public String loadLabel( PackageManager mgr ) { return label; }
22 public void setLabel( String l ) { label = l; }
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
PermissionItemData.java 8 private final String label; field in class:PermissionItemData
13 public PermissionItemData(String name, String label, String description,
17 this.label = label;
24 return label;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowResolveInfo.java 13 private String label; field in class:ShadowResolveInfo
50 return label;
56 * @param l Label.
59 label = l;
  /external/skia/bin/
compare 31 label = tokens[-1] variable
32 d[label] = map(float, samples)
  /external/skqp/bin/
compare 31 label = tokens[-1] variable
32 d[label] = map(float, samples)
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
OffsetInstructionFormatMethodItem.java 42 protected LabelMethodItem label; field in class:OffsetInstructionFormatMethodItem
48 label = new LabelMethodItem(options, codeAddress + instruction.getCodeOffset(), getLabelPrefix());
49 label = methodDef.getLabelCache().internLabel(label);
54 label.writeTo(writer);
58 return label;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
SmalideaSparseSwitchPayload.java 77 SmaliLabel label = labelReference.resolve(); local
78 if (label == null) {
82 return (label.getOffset() - baseOffset) / 2;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue332/
Data.java 22 private String label; field in class:Data
33 return label;
36 @ConstructorProperties({"label", "value", "unit"})
37 public Data(String label, BigDecimal value, String unit) {
38 this.label = label;
43 // public void setLabel(String label) {
44 // this.label = label;
65 "label='" + label + '\''
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_cache_logger.cc 109 auto label = strings::StrCat(byte_string, tensor_name, " from ", src_device, local
111 ns->set_timeline_label(label);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfButtons.java 64 String label = getItem(position); local
67 button.setText(label);
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerRow.java 43 String label = item.getLabel(); local
44 if (TextUtils.isEmpty(label)) {
45 label = context.getString(R.string.unknown_provider_name);
47 mTitleView.setText(label);
ResolverListRow.java 49 String label = item.getLabel(); local
50 if (TextUtils.isEmpty(label)) {
51 label = context.getString(R.string.unknown_provider_name);
54 mTitleView.setText(label);
  /packages/apps/Dialer/java/com/android/incallui/speakerbuttonlogic/
SpeakerButtonInfo.java 41 @StringRes public final int label; field in class:SpeakerButtonInfo
50 label = R.string.incall_label_audio;
83 label = R.string.incall_label_speaker;
  /packages/apps/Email/src/com/android/email/activity/setup/
SpinnerOption.java 24 public final String label; field in class:SpinnerOption
36 public SpinnerOption(Object value, String label) {
38 this.label = label;
43 return label;
  /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/go/darwin-x86/src/cmd/compile/internal/syntax/
branches.go 30 // If there are any forward gotos left, no matching label was
34 name := fwd.Label.Value
37 ls.err(fwd.Label.Pos(), "goto %s jumps into block starting at %s", name, l.parent.start)
39 ls.err(fwd.Label.Pos(), "label %s not defined", name)
43 // spec: "It is illegal to define a label that is never used."
46 l := l.lstmt.Label
47 ls.err(l.Pos(), "label %s defined and not used", l.Value)
54 labels map[string]*label // all label declarations inside the function; allocated lazil
57 type label struct { type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
branches.go 30 // If there are any forward gotos left, no matching label was
34 name := fwd.Label.Value
37 ls.err(fwd.Label.Pos(), "goto %s jumps into block starting at %s", name, l.parent.start)
39 ls.err(fwd.Label.Pos(), "label %s not defined", name)
43 // spec: "It is illegal to define a label that is never used."
46 l := l.lstmt.Label
47 ls.err(l.Pos(), "label %s defined and not used", l.Value)
54 labels map[string]*label // all label declarations inside the function; allocated lazil
57 type label struct { type
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
csv_reporter.cc 36 "time_unit", "bytes_per_second", "items_per_second", "label",
131 std::string label = run.report_label; local
132 ReplaceAll(&label, "\"", "\"\"");
133 Out << "\"" << label << "\""; local
  /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/core/libpixelflinger/codeflinger/
ARMAssembler.h 109 virtual void label(const char* theLabel);
110 virtual void B(int cc, const char* label);
111 virtual void BL(int cc, const char* label);
113 virtual uint32_t* pcForLabel(const char* label);
172 inline branch_target_t() : label(0), pc(0) { }
174 : label(l), pc(p) { }
175 const char* label; member in struct:android::ARMAssembler::branch_target_t
  /system/keymaster/tests/
ckdf_test.cpp 31 const char* label; member in struct:keymaster::test::CkdfTest
90 auto label = hex2blob(test.label); local
97 ASSERT_EQ(KM_ERROR_OK, ckdf(key, label, context, &output));

Completed in 785 milliseconds

1 2 34 5 6 7 8 91011>>