HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 601 - 625 of 2711) sorted by null

<<21222324252627282930>>

  /external/jmonkeyengine/engine/src/test/jme3test/collision/
RayTrace.java 54 private JLabel label; field in class:RayTrace
64 label = new JLabel(new ImageIcon(image));
65 frame.getContentPane().add(label);
99 label.repaint();
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 140 my $label = $1;
141 printf "%s:",($GLOBALS{$label} or $label) if ($label);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
PackedSwitchMethodItem.java 61 LabelMethodItem label = new LabelMethodItem(baseCodeAddress + target.targetAddressOffset, "pswitch_"); local
62 label = methodDefinition.getLabelCache().internLabel(label);
63 packedSwitchLabelTarget.Target = label;
SparseSwitchMethodItem.java 60 LabelMethodItem label = new LabelMethodItem(baseCodeAddress + target.targetAddressOffset, "sswitch_"); local
61 label = methodDefinition.getLabelCache().internLabel(label);
62 sparseSwitchLabelTarget.Target = label;
  /external/v8/src/
regexp-macro-assembler-irregexp.h 55 virtual void Bind(Label* label);
60 virtual void GoTo(Label* label);
61 virtual void PushBacktrack(Label* label);
76 Label* on_end_of_input,
79 virtual void CheckCharacter(unsigned c, Label* on_equal);
82 Label* on_equal);
83 virtual void CheckCharacterGT(uc16 limit, Label* on_greater)
    [all...]
  /frameworks/base/core/java/com/android/server/net/
BaseNetworkObserver.java 59 public void interfaceClassDataActivityChanged(String label, boolean active) {
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearch.java 93 private Button makeTall(String label) {
95 button.setText(label);
102 private Button addShort(LinearLayout root, String label, boolean atBottom) {
104 button.setText(label);
VerticalFocusSearch.java 101 private Button makeWide(String label) {
103 button.setText(label);
114 * @param label The label of the button.
118 private Button addSkinny(LinearLayout root, String label, boolean atRight) {
120 button.setText(label);
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 137 void ArmToMipsAssembler::label(const char* theLabel) function in class:android::ArmToMipsAssembler
139 mMips->label(theLabel);
151 sprintf(cond.label[i], "cond_%d", i);
194 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label)
196 return mMips->pcForLabel(label);
427 ArmToMipsAssembler::B(cc^1, cond.label[++cond.labelnum]);
597 mMips->label(cond.label[cond.labelnum]);
705 void ArmToMipsAssembler::B(int cc, const char* label)
711 case EQ: mMips->BEQ(cond.r1, cond.r2, label); break
1349 ssize_t label = mLabelsInverseMapping.indexOfKey(mipsPC); local
1371 void MIPSAssembler::label(const char* theLabel) function in class:android::MIPSAssembler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 128 label = ''
131 label = label + ('%d' % counter)
134 label = label + self.format_letter(c, counter)
137 label = label + self.format_roman(c, counter)
139 label = label + c
140 return label
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 128 label = ''
131 label = label + ('%d' % counter)
134 label = label + self.format_letter(c, counter)
137 label = label + self.format_roman(c, counter)
139 label = label + c
140 return label
    [all...]
  /external/chromium_org/ui/views/controls/
styled_label_unittest.cc 48 Label label(ASCIIToUTF16(text));
49 const gfx::Size label_preferred_size = label.GetPreferredSize();
62 ASSERT_EQ(std::string(Label::kViewClassName),
65 static_cast<Label*>(styled()->child_at(0))->text());
76 ASSERT_EQ(std::string(Label::kViewClassName),
79 static_cast<Label*>(styled()->child_at(0))->text());
86 Label label(ASCIIToUTF16(text));
87 gfx::Size label_preferred_size = label.GetPreferredSize()
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 104 * catch dup label and label type mismatches.
184 public void defineLabel(Token label, GrammarAST elementRef, int type) {
185 Grammar.LabelElementPair pair = grammar.new LabelElementPair(label,elementRef);
187 labelNameSpace.put(label.getText(), pair);
191 tokenLabels.put(label.getText(), pair);
195 wildcardTreeLabels.put(label.getText(), pair);
199 wildcardTreeListLabels.put(label.getText(), pair);
203 ruleLabels.put(label.getText(), pair);
207 tokenListLabels.put(label.getText(), pair)
327 String label = grammar.generator.getTokenTypeAsTargetLabel(ttype); local
433 CommonToken label = new CommonToken(ANTLRParser.ID, labelName); local
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_api.c 380 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state)
392 p_buf->label = label;
408 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len)
420 p_buf->label = label;
447 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id)
462 p_buf->label = label;
532 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code
    [all...]
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view.cc 25 #include "ui/views/controls/label.h"
31 // Minimum width for the multi-line label.
177 views::Label* label = !error_message_.empty() ? local
178 new views::Label(error_message_) :
179 new views::Label(
182 label->SetMultiLine(true);
183 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
184 label->SizeToFit(kMinimumLabelWidth);
185 layout->AddView(label);
210 views::Label* label = new views::Label( local
232 views::Label* label = new views::Label( local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86-mont.pl 62 &jl (&label("just_leave"));
119 &jnc (&label("non_sse2"));
169 &jl (&label("1st"));
237 &jnz (&label("inner"));
259 &jle (&label("outer"));
262 &jmp (&label("common_tail"));
271 &jmp (&label("just_leave"));
293 &jz (&label("bn_sqr_mont"));
307 &jl (&label("mull"));
329 &jmp (&label("2ndmadd"))
    [all...]
  /external/openssl/crypto/bn/asm/
x86-mont.pl 62 &jl (&label("just_leave"));
119 &jnc (&label("non_sse2"));
169 &jl (&label("1st"));
237 &jnz (&label("inner"));
259 &jle (&label("outer"));
262 &jmp (&label("common_tail"));
271 &jmp (&label("just_leave"));
293 &jz (&label("bn_sqr_mont"));
307 &jl (&label("mull"));
329 &jmp (&label("2ndmadd"))
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
Alarm.java 58 LABEL,
90 values.put(LABEL, alarm.label);
226 public String label; field in class:Alarm
241 this.label = "";
253 label = c.getString(LABEL_INDEX);
272 label = p.readString();
278 if (label == null || label.length() == 0) {
281 return label;
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 320 * Starting with the designated "first label" (that is, the
321 * first block of the method), add that label to the order,
329 for (int label = method.getFirstLabel();
330 label != -1;
331 label = Bits.findFirst(workSet, 0)) {
345 IntList preds = method.labelToPredecessors(label);
365 if (pred.getPrimarySuccessor() == label) {
367 label = predLabel;
368 Bits.set(tracebackSet, label);
382 while (label != -1)
632 int label = successors.get(i); local
662 int label = block.getPrimarySuccessor(); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 326 * Starting with the designated "first label" (that is, the
327 * first block of the method), add that label to the order,
335 for (int label = method.getFirstLabel();
336 label != -1;
337 label = Bits.findFirst(workSet, 0)) {
351 IntList preds = method.labelToPredecessors(label);
371 if (pred.getPrimarySuccessor() == label) {
373 label = predLabel;
374 Bits.set(tracebackSet, label);
388 while (label != -1)
638 int label = successors.get(i); local
671 int label = block.getPrimarySuccessor(); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 327 * Starting with the designated "first label" (that is, the
328 * first block of the method), add that label to the order,
336 for (int label = method.getFirstLabel();
337 label != -1;
338 label = Bits.findFirst(workSet, 0)) {
352 IntList preds = method.labelToPredecessors(label);
372 if (pred.getPrimarySuccessor() == label) {
374 label = predLabel;
375 Bits.set(tracebackSet, label);
389 while (label != -1)
639 int label = successors.get(i); local
669 int label = block.getPrimarySuccessor(); local
    [all...]
  /external/openfst/src/include/fst/
label-reachable.h 19 // Class to determine if a non-epsilon label can be read as the
41 // Stores shareable data for label reachable class copies.
45 typedef L Label;
66 Label FinalLabel() {
105 Label final_label_; // Final label
107 unordered_map<L, L> label2index_; // Finds index for a label.
117 // SetState(s). Then a label l can be reached from state s of FST f
148 typedef typename A::Label Label;
328 Label label = aiter_input ? arc.ilabel : arc.olabel; local
421 Label label = data_->ReachInput() ? arc.ilabel : arc.olabel; local
519 Label label = aiter_input ? local
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
ParseTree.java 43 public ParseTree(Object label) {
44 this.payload = label;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
74 <ruleRef(rule,label,elementIndex,args,scope)>
75 <listLabel(label, {<label>.getTemplate()})>
  /external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc 45 string16 label = local
53 UTF16ToWideHack(label),

Completed in 1198 milliseconds

<<21222324252627282930>>