/external/chromium_org/third_party/jstemplate/ |
jsevalcontext.js | 360 * it up into a map of labels and expressions, and creates functions
|
/external/chromium_org/third_party/launchpad_translations/ |
chromium_strings_en-AU.xtb | 108 <translation id="7099619729220467157">Chromium's New Tab page has been remodelled. Switch between sections by clicking these labels. Chrome will remember your preference for next time.</translation>
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.h | 177 /* Labels, jumps and fixup:
|
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
heapprofile.html | 207 labels on the outgoing edges give a good indication of the
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
expr.h | 262 * integers, ie floats, non-valued labels, registers); otherwise the
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
stabs-dbgfmt.c | 235 /* best guess algorithm - ignore labels containing a . or $ */
|
/external/chromium_org/tools/checkdeps/ |
graphdeps.py | 307 "files on Ubuntu - if labels are unreadable, try other formats.")
|
/external/chromium_org/tools/gn/ |
command_desc.cc | 356 // Generally we only want to display toolchains on labels when the toolchain
|
function_toolchain.cc | 97 // the toolchain name in the label, and toolchain labels don't themselves
|
/external/chromium_org/tools/traceline/traceline/ |
assembler.h | 91 // Labels are used for branching, and marks an offset in the CodeBuffer.
|
/external/chromium_org/ui/views/controls/ |
label.cc | 469 // Don't elide multiline labels on Linux.
|
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.cc | 1293 // Labels refer to positions in the (to be) generated code. 1294 // There are bound, linked, and unused labels. 1296 // Bound labels refer to known positions in the already 1299 // Linked labels refer to unknown positions in the code [all...] |
/external/chromium_org/v8/src/mips/ |
assembler-mips.cc | 466 // Labels refer to positions in the (to be) generated code. 467 // There are bound, linked, and unused labels. 469 // Bound labels refer to known positions in the already 472 // Linked labels refer to unknown positions in the code [all...] |
/external/chromium_org/v8/tools/ |
presubmit.py | 95 whitespace/labels
|
stats-viewer.py | 137 we just update the existing labels. If any counters have been added
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
actionscript3.php | 191 'lastChild', 'language', 'labels', 'knockout', 'keyUp',
|
/external/llvm/include/llvm/MC/ |
MCExpr.h | 36 SymbolRef, ///< References to labels and assigned expressions.
|
/external/llvm/lib/CodeGen/ |
GCStrategy.cpp | 66 /// in the machine code. It inserts labels at safe points and populates a
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCCodeEmitter.cpp | 63 // Labels are handled mostly the same way: a symbol is needed, and
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 150 SaveTempLabels("L", cl::desc("Don't discard temporary labels"));
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_x86sse.h | 177 /* Labels, jumps and fixup:
|
/external/opencv/ml/src/ |
mlnbayes.cpp | 187 "the same set of class labels as used in the original training data" );
|
/external/openfst/src/include/fst/ |
string-weight.h | 159 list<L> rest_; // remaining labels in string
|
/external/qemu/tcg/ |
tcg.c | 119 l = &s->labels[label_index]; 142 l = &s->labels[label_index]; 163 l = &s->labels[idx]; 280 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS); [all...] |
tcg.h | 274 TCGLabel *labels; member in struct:TCGContext
|