/external/llvm/include/llvm/MC/ |
MCContext.h | 81 /// Instances of directional local labels. 132 /// The information gathered from labels that will have dwarf label 144 /// Honor temporary labels, this is useful for debugging semantic 145 /// differences between temporary and non-temporary labels (primarily on
|
/external/llvm/lib/Target/Mips/ |
MipsConstantIslandPass.cpp | 20 // The constants can be not just numbers but addresses of functions and labels.
|
/external/mdnsresponder/Clients/ |
ClientCommon.c | 62 // Note that although ascii nuls are possible in DNS labels
|
/external/mesa3d/src/glsl/ |
ast.h | 659 * A list of case labels. 661 exec_list labels; member in class:ast_case_label_list 667 ast_case_statement(ast_case_label_list *labels); 673 ast_case_label_list *labels; member in class:ast_case_statement
|
/external/openfst/src/bin/ |
fstcompile.cc | 35 "Allow negative labels (not recommended; may cause conflicts)");
|
fstsymbols.cc | 38 "Allow negative labels (not recommended; may cause conflicts)");
|
/external/openfst/src/extensions/far/ |
farcompilestrings.cc | 38 "Allow negative labels (not recommended; may cause conflicts)");
|
/external/openfst/src/include/fst/ |
randequivalent.h | 40 // sharing the same input and output labels as the considered randomly
|
/external/skia/gm/ |
display_json_results.py | 80 # Map labels within the JSON file to the ResultAccumulator for each label.
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
SparseSwitchMethodItem.java | 67 //if we couldn't determine a base address, just use relative offsets rather than labels
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fstlib.h | 31 // and state ID sets. Labels and state IDs are restricted to signed
|
push.h | 51 // OFST obtained from IFST by pushing weights and/or labels according
|
/external/v8/ |
Android.libv8.mk | 82 -Wno-endif-labels \
|
Android.mksnapshot.mk | 78 -Wno-endif-labels \
|
/external/valgrind/main/docs/internals/ |
3_4_BUGSTATUS.txt | 93 asm labels
|
/frameworks/base/core/java/android/webkit/ |
DateSorter.java | 68 // build labels
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
DelegateMethodAdapter2.java | 427 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { 429 mOrgWriter.visitLookupSwitchInsn(dflt, keys, labels); 441 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) { 443 mOrgWriter.visitTableSwitchInsn(min, max, dflt, labels);
|
/packages/apps/Camera2/res/layout/ |
video_module.xml | 54 <include layout="@layout/viewfinder_labels_video" android:id="@+id/labels" />
|
/packages/apps/UnifiedEmail/res/layout/ |
widget_conversation_list_item.xml | 45 android:id="@+id/labels"
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
insn-notes.def | 37 /* Generated in place of user-declared labels when they are deleted. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
insn-notes.def | 37 /* Generated in place of user-declared labels when they are deleted. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
insn-notes.def | 37 /* Generated in place of user-declared labels when they are deleted. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
insn-notes.def | 37 /* Generated in place of user-declared labels when they are deleted. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
AccordionControl.java | 49 * The accordion control allows a series of labels with associated content that can be 134 * Returns the labels used as header categories 136 * @return list of header labels 379 * Returns the set of expanded categories in the palette. Note: Header labels will have
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 102 * {@code non-null;} sparse array mapping block labels to initial frame 111 * {@code non-null;} list of subroutine-nest labels 361 * failure at block construction time, since negative labels 377 * The labels below ((maxLabel * 2) + SPECIAL_LABEL_COUNT) are 581 * successors of it whose labels indicate that they are not in the [all...] |