/external/chromium_org/courgette/ |
disassembler_win32_x86_unittest.cc | 26 // The executable is the whole file, not 'embedded' with the file 67 // The executable is the whole file, not 'embedded' with the file 85 // The executable is the whole file, not 'embedded' with the file
|
/external/icu4c/i18n/unicode/ |
gender.h | 33 * GenderInfo computes the gender of a list as a whole given the gender of 57 * Determines the gender of a list as a whole given the gender of each 64 * @return the gender of the whole list.
|
/external/icu4c/tools/gencfu/ |
gencfu.1.in | 32 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file" 83 .BI "\-w\fP, \fB\-\-wsrules" " whole\-script\-rule\-file" 84 The whole script source file to read.
|
/external/chromium_org/ash/wm/ |
ash_activation_controller_unittest.cc | 99 // This test checks the whole fallback activation flow. 118 // This test checks the whole fallback activation flow. 133 // This test checks the whole fallback activation flow when spoken feedback 149 // This test checks the whole fallback activation flow when spoken feedback
|
/external/chromium_org/chrome/tools/build/mac/ |
copy_keychain_reauthorize.sh | 22 # ${TARGET_DIR}, blow the whole thing away and start fresh.
|
/external/chromium_org/components/autofill/core/browser/ |
phone_number_i18n.h | 46 // Constructs whole phone number from parts. 51 // |whole_number| - constructed whole number. 100 // Pretty printed version of the whole number, or empty if parsing failed. 104 // The whole number, normalized to contain only digits if possible.
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
file_utils.h | 26 // Slurp the whole contents of the given file (|fd| - open file descriptor) into
|
/external/chromium_org/printing/ |
printing_test.h | 15 // Disable the whole test case when executing on a computer that has no printer
|
/external/chromium_org/remoting/client/jni/ |
android_keymap.h | 16 // instead of the host's. The whole process needs to be rethought to accomplish
|
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
meta-viewport-initial-scale-wide-content.html | 14 this green box is fully visible and takes up the whole screen.
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_imp.h | 27 * and set the lengths of the UDataInfo and of the whole header.
|
/external/chromium_org/ui/base/ |
hit_test.h | 12 // because we have a whole bunch of code that deals with window resizing and
|
/external/dropbear/libtommath/ |
gen.pl | 4 # add the whole source without any makefile troubles
|
/external/icu4c/tools/toolutil/ |
pkg_imp.h | 27 * and set the lengths of the UDataInfo and of the whole header.
|
/external/linux-tools-perf/util/ |
quote.h | 9 * is replaced with '\!', and the whole thing is enclosed in a
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
PackageWriter.java | 23 * Writes the whole package.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListWithFirstScreenUnSelectable.java | 22 * The first item is unselectable, and takes up the whole screen.
|
/frameworks/native/opengl/tests/testViewport/ |
README | 9 (Therefore the whole screen should appear to be white.)
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/test/suitebuilder/annotation/ |
LargeTest.java | 22 * Its purpose is to provide compatibility without having to pull the whole Android library.
|
/prebuilts/misc/linux-x86_64/icu-51/ |
readme.txt | 6 (1) Copy the whole "/extlibs/icu-51"
|
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.cc | 90 // Make sure the whole ASan report is printed, i.e. that we don't die 96 // Make sure the whole ASan report is printed, i.e. that we don't die 103 // Make sure the whole ASan report is printed, i.e. that we don't die 109 // Make sure the whole ASan report is printed, i.e. that we don't die 115 // Make sure the whole ASan report is printed, i.e. that we don't die 121 // Make sure the whole ASan report is printed, i.e. that we don't die 127 // Make sure the whole ASan report is printed, i.e. that we don't die 133 // Make sure the whole ASan report is printed, i.e. that we don't die
|
/external/e2fsprogs/ |
SUBMITTING-PATCHES | 14 (a) The contribution was created in whole or in part by me and I 21 work with modifications, whether created in whole or in part
|
/hardware/samsung_slsi/exynos5/libexynosutils/ |
ExynosMutex.h | 44 TYPE_SHARED, //!< within whole system 109 EXYNOS_MUTEX_TYPE_SHARED, //!< within whole system
|
/external/llvm/tools/llvm-shlib/ |
Makefile | 67 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \ 68 -Wl,--no-whole-archive 109 -Wl,--whole-archive $(LLVMLibsPaths) \ 110 -Wl,--no-whole-archive 115 -Wl,--whole-archive -lstdc++ \ 116 -Wl,--no-whole-archive
|
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer_helpers.py | 35 contains the following keys: 'whole','skip','nonskip'. The value of 'whole' 48 classify them as 'whole', 'skip' or 'nonskip' based on that information. 61 self.result_map['whole'] = {} 66 self.result_map['whole'][k] = value 94 belongs; used for color determination. Must be 'whole', 'skip', or 105 if diff > 0 and type_str != 'whole': 117 if type_str == 'whole': 145 ValueEror when the number of tests in test group "whole" is equal 148 delta = len(self.result_map['whole'].keys()) - [all...] |