/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pthread_time.h | 1 /* Dummy header, which gets overriden, if winpthread library gets installed. */
|
pthread_unistd.h | 1 /* Dummy header, which gets overriden, if winpthread library gets installed. */
|
/device/lge/bullhead/ |
init.bullhead.diag.rc.user | 1 # This file gets copied as /init.bullhead.diag.rc
|
init.bullhead.misc.rc.user | 1 # This file gets copied as /init.bullhead.misc.rc
|
init.bullhead.misc.rc.userdebug | 1 # This file gets copied as /init.bullhead.misc.rc
|
/prebuilts/tools/common/offline-m2/ |
readme.txt | 3 This gets packaged inside Studio
|
/device/google/marlin/ |
init.common.diag.rc.user | 1 # This file gets copied as /init.common.diag.rc
|
/device/huawei/angler/ |
init.angler.diag.rc.user | 1 # This file gets copied as /init.angler.diag.rc
|
/external/valgrind/none/tests/ |
coolo_sigaction.vgtest | 1 # Disabled on Solaris because parent process never gets SIGCHLD.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
loc-2.s | 1 # Check that a LOC before any code gets translated into the right
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-alpha/ |
align.s | 1 /* Force .data aligned to 4K, so that .got very likely gets 6 /* Force .text aligned to 4K, so it very likely gets placed at
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Suggestion.java | 26 * Gets the source that produced the current suggestion. 31 * Gets the shortcut ID of the current suggestion. 41 * Gets the format of the text returned by {@link #getSuggestionText1()} 49 * Gets the first text line for the current suggestion. 54 * Gets the second text line for the current suggestion. 59 * Gets the second text line URL for the current suggestion. 64 * Gets the left-hand-side icon for the current suggestion. 71 * Gets the right-hand-side icon for the current suggestion. 78 * Gets the intent action for the current suggestion. 83 * Gets the name of the activity that the intent for the current suggestion will be sent to [all...] |
Source.java | 34 * Gets the name activity that intents from this source are sent to. 39 * Gets the suggestion URI for getting suggestions from this Source. 44 * Gets the localized, human-readable label for this source. 49 * Gets the icon for this suggestion source. 54 * Gets the icon URI for this suggestion source. 59 * Gets an icon from this suggestion source. 66 * Gets the URI for an icon form this suggestion source. 73 * Gets the search hint text for this suggestion source. 78 * Gets the description to use for this source in system search settings. 121 * Gets suggestions from this source [all...] |
/system/media/audio_effects/include/audio_effects/ |
effect_equalizer.h | 35 EQ_PARAM_NUM_BANDS, // Gets the number of frequency bands that the equalizer 38 EQ_PARAM_BAND_LEVEL, // Gets/Sets the gain set for the given equalizer band. 39 EQ_PARAM_CENTER_FREQ, // Gets the center frequency of the given band. 40 EQ_PARAM_BAND_FREQ_RANGE, // Gets the frequency range of the given frequency band. 41 EQ_PARAM_GET_BAND, // Gets the band that has the most effect on the given 43 EQ_PARAM_CUR_PRESET, // Gets/Sets the current preset. 44 EQ_PARAM_GET_NUM_OF_PRESETS, // Gets the total number of presets the equalizer supports. 45 EQ_PARAM_GET_PRESET_NAME, // Gets the preset name based on the index. 46 EQ_PARAM_PROPERTIES // Gets/Sets all parameters at a time.
|
/external/clang/test/Analysis/ |
array-struct-region.cpp | 29 struct S getS() { 34 struct S getS(); 39 struct S s = getS(); 62 int x = getS().field; 68 clang_analyzer_eval((void *)getS().getThis() == (void *)&x); // expected-warning{{FALSE}} 69 clang_analyzer_eval((void *)+getS() == (void *)&x); // expected-warning{{FALSE}} 70 clang_analyzer_eval((void *)-getS() == (void *)&x); // expected-warning{{FALSE}} 72 clang_analyzer_eval(getS().check()); // expected-warning{{TRUE}} 73 clang_analyzer_eval(!getS()); // expected-warning{{FALSE}} 74 clang_analyzer_eval(~getS()); // expected-warning{{FALSE} [all...] |
/art/test/586-checker-null-array-get/ |
info.txt | 2 that used to merge two array gets that have the same inputs but
|
/device/asus/fugu/ |
init.fugu.diag.rc.userdebug | 1 # This file gets copied as /init.fugu.diag.rc
|
/device/moto/shamu/ |
init.shamu.diag.rc.user | 1 # This file gets copied as /init.shamu.diag.rc
|
init.shamu.diag.rc.userdebug | 1 # This file gets copied as /init.shamu.diag.rc
|
/external/chromium-libpac/test/js-unittest/ |
side_effects.js | 2 // We write it this way so if the script gets loaded twice,
|
/external/mockito/src/org/mockito/internal/progress/ |
IOngoingStubbing.java | 9 * Marking interface to be removed when DeprecatedOngoingStubbing gets deleted
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
jaloverflow.s | 1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
|
/external/selinux/policycoreutils/secon/ |
secon.1 | 58 gets the context from the specified file FILE 61 gets the context from the specified file FILE (doesn't follow symlinks) 64 gets the context from the specified process PID 67 gets the exec context from the specified process PID 70 gets the fscreate context from the specified process PID 73 gets the key context from the specified process PID 76 gets the context from the current process 79 gets the exec context from the current process 82 gets the fscreate context from the current process 85 gets the key context from the current proces [all...] |
/dalvik/dx/src/com/android/dx/cf/iface/ |
ClassFile.java | 33 * Gets the field {@code magic}. 40 * Gets the field {@code minor_version}. 47 * Gets the field {@code major_version}. 54 * Gets the field {@code access_flags}. 61 * Gets the field {@code this_class}, interpreted as a type constant. 68 * Gets the field {@code super_class}, interpreted as a type constant 76 * Gets the field {@code constant_pool} (along with 84 * Gets the field {@code interfaces} (along with 92 * Gets the field {@code fields} (along with 100 * Gets the field {@code methods} (along wit [all...] |
/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/ |
ManagedBindingMBean.java | 27 * Gets the source of this binding. 32 * Gets the provider to which this binding is bound. 37 * Gets the binding key.
|