/external/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 512 // local labels: [0-9][:] 513 // Forward/backward labels: [0-9][fb]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.h | 441 * Functions for patching up labels 455 * Labels are obtained from instruction emitters, eg ureg_CAL(). [all...] |
/external/qemu/tcg/ |
README | 92 explicit address. Conditional branches can only jump to labels. 130 ********* Jumps/Labels
|
/external/smack/src/org/xbill/DNS/ |
DNSSEC.java | 144 if (name.labels() > sigLabels) 145 wild = name.wild(name.labels() - sigLabels);
|
/external/v8/src/ |
code-stubs.h | 826 // flags. Otherwise, bails out to the provided labels. 917 // flags. Otherwise, bails out to the provided labels. [all...] |
preparser.h | 348 // They no longer work as labels or directive prologues, 368 kIdentifierFlag = 1, // Used to detect labels.
|
/frameworks/base/core/java/com/android/internal/app/ |
ResolverActivity.java | 601 // Process labels from start to i 610 // No duplicate labels. Use label for entry at start
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
widget_design.jd | 81 Android; supported controls include text labels, buttons, and images. For a full list of available 186 width for the text labels.</p>
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmAnalyzer.java | 695 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { 731 public void visitTableSwitchInsn(int min, int max, Label dflt, Label... labels) {
|
DependencyFinder.java | 589 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { 627 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) {
|
/packages/apps/Camera2/src/com/android/camera/ |
VideoUI.java | 478 // The R.id.labels can only be found in phone layout. 480 mLabelsLinearLayout = (LinearLayout) mRootView.findViewById(R.id.labels);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartSweepView.java | 312 // TODO: implement horizontal labels 630 // TODO: handle vertical labels
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
NotificationActionUtils.java | 252 // Gmail system labels 271 // Gmail user created labels [all...] |
/packages/apps/VideoEditor/res/values/ |
strings.xml | 110 <!-- Aspect ratio labels --> 247 <!-- Overlay title activity EditText labels -->
|
/prebuilts/devtools/tools/lib/ |
asm-tree-4.0.jar | |
/prebuilts/sdk/tools/lib/ |
asm-tree-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-tree-4.0.jar | |
/prebuilts/tools/common/m2/internal/asm/asm-tree/3.3/ |
asm-tree-3.3.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/ |
asm-tree-4.0.jar | |
/external/antlr/antlr-3.4/tool/ |
CHANGES.txt | 543 * Labels on tokens, rules carry into synpreds now so semantic predicates work. 544 This didn't work since labels were stripped in the synpred and they weren't 572 * Fixed ANTLR-314; 3.1 introduced a problem with list labels += 615 * Was using RuleReturnScope not Rulename_return for list labels in tree 665 * List labels in tree construction didn't always track the tree; sometimes 701 match() returns Object matched now (parser, tree parser) so we can set labels [all...] |
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
trace_event_importer_test.js | 362 // Process labels. 365 {name: 'process_labels', args: {labels: 'foo,bar'}, 367 {name: 'process_labels', args: {labels: 'baz'}, 372 assertArrayEquals(['foo', 'bar'], m.processes[1].labels); 373 assertArrayEquals(['baz'], m.processes[2].labels); [all...] |
/packages/apps/Calendar/res/values/ |
strings.xml | 20 <!-- Shared Labels. These labels are shared among the activities. --> 242 <!-- Event info/edit screen labels:--> 384 <!-- Button labels: --> 401 <!-- Button labels on expanded notification reminders: --> [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
website_settings_bubble_controller.mm | 102 // The amount of space above tab labels. 216 // Call the superclass method to trigger drawing of the tab labels. 752 // labels in the bubble. [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 3908 struct label *labels; member in struct:st_translate [all...] |
/external/llvm/lib/MC/ |
MCAssembler.cpp | 330 // Non-temporary labels should always be visible to the linker. 334 // Absolute temporary labels are never visible. 338 // Otherwise, check if the section requires symbols even for temporary labels. [all...] |