/external/opencv/ml/src/ |
ml_inner_functions.cpp | [all...] |
/external/chromium_org/v8/src/ |
parser.cc | 934 Statement* Parser::ParseModuleElement(ZoneStringList* labels, 961 Statement* stmt = ParseStatement(labels, CHECK_OK); [all...] |
ast.h | 407 // The labels associated with this statement. May be NULL; 409 ZoneStringList* labels() const { return labels_; } function in class:v8::internal::BreakableStatement 429 Isolate* isolate, ZoneStringList* labels, 432 labels_(labels), 436 ASSERT(labels == NULL || labels->length() > 0); 462 && labels() == NULL; // Good enough as an approximation... 470 ZoneStringList* labels, 475 : BreakableStatement(isolate, labels, TARGET_FOR_NAMED_ONLY, pos), 741 IterationStatement(Isolate* isolate, ZoneStringList* labels, int pos [all...] |
/external/v8/src/ |
parser.cc | [all...] |
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
MethodSourcer.java | 216 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { 242 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) {
|
/docs/source.android.com/src/devices/tech/input/ |
getevent.jd | 68 <p>The <code>-l</code> option uses textual labels for all event codes, which is handy.</p> 85 to show textual labels and <code>-t</code> to show timestamps.</p>
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteLexer.m | 119 // token+rule list labels 154 // token+rule list labels
|
/external/chromium/chrome/browser/ui/gtk/ |
first_run_bubble.cc | 33 // Vertical spacing between labels. 204 // Resize the labels so that they don't wrap more than necessary. We leave
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_popup_controller.h | 90 // The main labels for each autofill item. 93 // Smaller labels for each autofill item.
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
translate_infobar_base.h | 70 // Loads the text for the 3 labels. There is only one message, but since 72 // labels.
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Statistics.java | 67 * Returns a list of labels corresponding to each statistic. 69 * @return a list of labels corresponding to each statistic.
|
/external/llvm/include/llvm/Support/ |
DOTGraphTraits.h | 127 /// to provide labels for edge destinations. 133 /// number of incoming edge labels the given node has.
|
/external/llvm/utils/ |
DSAextract.py | 8 #problems will occur. If node labels do not begin with 11 #If you want to use this on other files rename the node labels
|
/external/openfst/src/include/fst/ |
push.h | 118 // OFST obtained from IFST by pushing weights and/or labels according 168 << "pushing neither labels nor weights.";
|
/external/oprofile/daemon/ |
opd_anon.c | 146 /* Some anon maps have labels like 148 * Keep track of these labels. If a map has no name, call it "anon".
|
/external/srec/srec/include/ |
srec_context.h | 136 wordmap *ilabels; /* input arc labels */ 137 wordmap *olabels; /* word labels */
|
/frameworks/opt/timezonepicker/res/values/ |
arrays.xml | 62 <!-- Other time zones with missing labels from the framework --> 113 <!-- Other countries with missing or undesirable labels from the framework -->
|
/packages/apps/Settings/src/com/android/settings/net/ |
UidDetailProvider.java | 97 // handle special case labels 129 // otherwise fall back to using packagemanager labels
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderOperations.java | 178 * TODO(viki): Copy over from Gmail Labels#serialize(FolderOperations) 188 * TODO(viki): Copy over from Gmail Labels#deSerialize(String)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesapp.h | 154 // Attributes to use for (form) labels and SLKs 155 virtual chtype labels() const { function in class:NCursesApplication
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesapp.h | 154 // Attributes to use for (form) labels and SLKs 155 virtual chtype labels() const { function in class:NCursesApplication
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesapp.h | 154 // Attributes to use for (form) labels and SLKs 155 virtual chtype labels() const { function in class:NCursesApplication
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
AST.stg | 184 // token labels: <referencedTokenLabels; separator=", "> 185 // rule labels: <referencedRuleLabels; separator=", "> 186 // token list labels: <referencedTokenListLabels; separator=", "> 187 // rule list labels: <referencedRuleListLabels; separator=", "> 188 // wildcard labels: <[referencedWildcardLabels,referencedWildcardListLabels]; separator=", ">
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
AST.stg | 182 // token labels: <referencedTokenLabels; separator=", "> 183 // rule labels: <referencedRuleLabels; separator=", "> 184 // token list labels: <referencedTokenListLabels; separator=", "> 185 // rule list labels: <referencedRuleListLabels; separator=", "> 186 // wildcard labels: <[referencedWildcardLabels,referencedWildcardListLabels]; separator=", ">
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
AST.stg | 158 // token labels: <referencedTokenLabels; separator=", "> 159 // rule labels: <referencedRuleLabels; separator=", "> 160 // token list labels: <referencedTokenListLabels; separator=", "> 161 // rule list labels: <referencedRuleListLabels; separator=", "> 162 // wildcard labels: <[referencedWildcardLabels,referencedWildcardListLabels]; separator=", ">
|