HomeSort by relevance Sort by last modified time
    Searched full:match_id (Results 1 - 20 of 20) sorted by null

  /frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
SampleProvider.java 104 private void addRow(MatrixCursor matrix, int match_id) {
105 switch (match_id) {
  /frameworks/base/core/tests/coretests/src/android/transition/
TransitionTest.java 64 fade.setMatchOrder(Transition.MATCH_ID);
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.transition.Transition.html 222 <A NAME="android.transition.Transition.MATCH_ID"></A>
223 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/transition/Transition.html#MATCH_ID" target="_top"><code>MATCH_ID</code></A></nobr>
alldiffs_index_additions.html     [all...]
fields_index_additions.html     [all...]
fields_index_all.html     [all...]
  /external/regex-re2/re2/
regexp.cc 176 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) {
178 re->match_id_ = match_id;
365 return a->match_id() == b->match_id();
tostring.cc 284 t_->append("(?HaveMatch:%d)", re->match_id());
prog.cc 83 return StringPrintf("match! %d", match_id());
regexp.h 334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } function in class:re2::Regexp
396 static Regexp* HaveMatch(int match_id, ParseFlags flags);
compile.cc 420 Frag Compiler::Match(int32 match_id) {
424 inst_[id].InitMatch(match_id);
733 Frag f = Match(re->match_id());
    [all...]
prog.h 106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } function in class:re2::Prog::Inst
dfa.cc     [all...]
  /cts/tests/tests/transition/src/android/transition/cts/
TransitionTest.java 510 mTransition.setMatchOrder(new int[] {Transition.MATCH_ID, Transition.MATCH_NAME});
  /frameworks/base/core/java/android/transition/
Transition.java 141 public static final int MATCH_ID = 0x3;
162 MATCH_ID,
297 matches[index] = Transition.MATCH_ID;
483 * {@link #MATCH_NAME}, {@link #MATCH_ITEM_ID}, and {@link #MATCH_ID}. Only
489 * {@link #MATCH_NAME}, {@link #MATCH_ITEM_ID}, and {@link #MATCH_ID}.
664 case MATCH_ID:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /frameworks/base/docs/html/sdk/api_diff/21/
missingSinces.txt     [all...]
user_comments_for_20_to_21.xml     [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]

Completed in 2740 milliseconds