/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
flags.h | 77 /* Values of the -falign-* flags: how much to align labels in code.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
flags.h | 77 /* Values of the -falign-* flags: how much to align labels in code.
|
/sdk/files/ |
android.el | 50 (labels ((read-directory ()
|
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 935 // TODO: Labels should be unique. Change key. 1000 m_LabelList.setName("Labels"); 1002 /* Predefined rules. NB Labels are also created for each rule added. 1003 // The required order for these labels in the .map output file is: 1021 // We need to re-index in order to put the labels in correct order: 1026 // 5. remaining labels 1166 // We need to re-index in order to put the labels in correct order [all...] |
/external/chromium/net/base/ |
dnssec_chain_verifier.cc | 31 uint8 labels 55 |name| must be closer to the current target domain than the current zone. Here, 'closer' is defined as a greater number of matching labels when comparing right to left. 143 // CountLabels returns the number of DNS labels in |a|, which must be in DNS, 172 // The number of consecutive labels which |name| shares with |target_|, 336 // MatchingLabels returns the number of labels which |a| and |b| share,
|
/external/chromium_org/tools/telemetry/support/html_output/ |
results-template.html | 43 .large-line-plot-labels > div, .histogram-plot-labels > div { 416 + '<div class="histogram-plot-labels"></div>' 423 + '<div class="large-line-plot-labels"></div>' 427 attachLinePlotLabels(test, section.children('.large-line-plot-labels'));
|
/external/libvorbis/examples/ |
frameview.pl | 342 # draw axes, labels 361 # how tall are the x axis labels? 369 # place y axis labels at proper spacing/height 414 # place x axis labels at proper spacing 423 # bounding boxen are hard. place temp labels.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewTemplatePage.java | 433 List<String> labels = Lists.newArrayList(); local 475 labels.add(optionLabel); 483 assert labels.size() > 0; 484 combo.setItems(labels.toArray(new String[labels.size()])); [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-debug-all-4.0.jar | |
/external/smali/smali/src/main/antlr3/ |
smaliTreeWalker.g | 427 HashMap<String, Integer> labels; 443 $method::labels = new HashMap<String, Integer>(); 471 labels 518 if ($method::labels.size() > 0) { 519 throw new SemanticException(input, $I_METHOD, "Labels cannot be present in \%s method", methodType); 639 labels 645 if ($method::labels.containsKey($SIMPLE_NAME.text)) { 649 $method::labels.put($SIMPLE_NAME.text, $address.address); 827 Integer labelAdd = $method::labels.get($SIMPLE_NAME.text); [all...] |
/external/chromium_org/chrome/browser/resources/performance_monitor/ |
chart.js | 19 // Labels at 5 point (5 min) intervals. 24 // Labels at 5 point (2 hour) intervals. 29 // Labels at ~8.5 point (daily) intervals. 34 // Labels at 14 point (weekly) intervals. 39 // Labels at ~9.3 point (fortnightly) intervals. [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
form_autofill_util.cc | 148 // Ignore elements known not to contain inferable labels. 753 // labels for all form control elements are scraped from the DOM and set in [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uts46.cpp | 498 // Output the previous ASCII labels and process the rest of src in UTF-16. 693 UChar *unicodeBuffer=fromPunycode.getBuffer(-1); // capacity==-1: most labels should fit [all...] |
/external/chromium_org/tools/gn/ |
variables.cc | 246 " A list of config labels.\n" 323 " A list of config labels.\n" 365 " A list of target labels.\n" 434 " A list of target labels.\n" 451 " A list of config labels.\n" 490 " A list of target labels.\n" [all...] |
/art/compiler/utils/ |
assembler.h | 57 // Returns the position for bound and linked labels. Cannot be used 58 // for unused labels.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */ 56 * @param subroutines {@code non-null;} list of subroutine start labels for
|
/external/chromium_org/build/android/buildbot/ |
bb_device_status_check.py | 182 '%s&comment=%s&labels=Restrict-View-Google,OS-Android,Infra' % 186 '(please don\'t change any labels)' %
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
translate_infobar_base.mm | 78 // Reloads text for all labels for the current state. 303 // labels we display in the translate view.
|
/external/chromium_org/chrome/test/chromedriver/ |
run_buildbot_steps.py | 289 labels = issue[2] 290 fixed_issues += ['Resolved issue %s: %s [%s]' % (id, desc, labels)]
|
/external/chromium_org/components/autofill/core/browser/ |
personal_data_manager.h | 146 std::vector<base::string16>* labels, 157 std::vector<base::string16>* labels,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineFrameOverview.js | 257 var labelOffsetY = 0; // Labels are going to be under their grid lines. 268 labelOffsetY = -lineHeight; // Labels are going to be over their grid lines.
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleWin.cpp | 496 // Windows doesn't provide a way to get stand-alone month labels. 502 // Windows doesn't provide a way to get stand-alone month labels.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_vs_draw.c | 292 * labels by 2. Subroutines are always after the END opcode so 297 /* The labels of the following opcodes are moved only after
|
/external/chromium_org/third_party/sqlite/src/src/ |
vdbeInt.h | 278 int nLabel; /* Number of labels used */ 280 int *aLabel; /* Space to hold the labels */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
symrec.c | 52 SYM_LABEL, /* for labels */ 53 SYM_CURPOS, /* for labels representing the current
|