/external/libvorbis/doc/ |
08-residue.tex | 350 \subsubsection{format 0 specifics} 384 \subsubsection{format 1 specifics} 416 \subsubsection{format 2 specifics}
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuBuilder.java | 466 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) { 469 pm.queryIntentActivityOptions(caller, specifics, intent, 0); 479 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
MenuBuilder.java | 501 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) { 504 pm.queryIntentActivityOptions(caller, specifics, intent, 0); 514 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]); [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest_output_test.py | 292 # We still have to remove type name specifics in all cases.
|
/external/gtest/test/ |
gtest_output_test.py | 292 # We still have to remove type name specifics in all cases.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
CompositionExclusions.txt | 21 # (1) Script Specifics
|
/external/lz4/programs/ |
bench.c | 72 * Compiler specifics
|
/external/protobuf/gtest/test/ |
gtest_output_test.py | 280 # We still have to remove type name specifics in all cases.
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_output_test.py | 292 # We still have to remove type name specifics in all cases.
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
ConversationListFragment.java | 364 // Show and hide empty list UI as needed with appropriate text based on view specifics
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tic.h | 138 * returns one of these values after loading the specifics into the global
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tic.h | 138 * returns one of these values after loading the specifics into the global
|
/external/libogg/doc/ |
ogg-multiplex.html | 114 packets span multiple pages; the specifics of handling this special 416 frames, operations which require specifics of bitstream data (such as
|
/frameworks/base/core/java/android/app/ |
ApplicationPackageManager.java | 663 ComponentName caller, Intent[] specifics, Intent intent, 668 if (specifics != null) { 669 final int N = specifics.length; 671 Intent sp = specifics[i]; 685 return mPM.queryIntentActivityOptions(caller, specifics, [all...] |
/external/eigen/unsupported/test/mpreal/ |
mpreal.h | 455 // MPFR 2.4.0 Specifics
467 // MPFR 3.0.0 Specifics
526 // MPFR < 2.4.2 Specifics
[all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Document.java | 220 * in the XML case. The following list describes the specifics for each [all...] |
/docs/source.android.com/src/source/community/ |
index.jd | 59 this is the right group for you. Discuss here the specifics of porting Android
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-hangul.cc | 148 * Here are the specifics:
|
/frameworks/base/core/java/android/content/pm/ |
IPackageManager.aidl | 144 in ComponentName caller, in Intent[] specifics,
|
/frameworks/base/docs/html/training/basics/intents/ |
filters.jd | 73 <p class="note"><strong>Note:</strong> If you don't need to declare specifics about the data
|
/frameworks/base/docs/html/training/material/ |
lists-cards.jd | 54 of the implementation depend on the specifics of your dataset and the type of views. For more
|
/frameworks/base/docs/html/training/tv/games/ |
index.jd | 294 specifics on implementing saved games using Play Services, see <a href=
|
/frameworks/base/rs/java/android/renderscript/ |
Script.java | 476 * Class for specifying the specifics about how a kernel will be
|
/frameworks/base/test-runner/src/android/test/mock/ |
MockPackageManager.java | 308 Intent[] specifics, Intent intent, int flags) {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgePackageManager.java | 283 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics,
|