/prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
cfi.h | 54 uint8_t extra[0]; member in struct:cfi_pri_intelext
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
mod_devicetable.h | 106 __u8 extra; member in struct:serio_device_id
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
cfi.h | 54 uint8_t extra[0]; member in struct:cfi_pri_intelext
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
mod_devicetable.h | 106 __u8 extra; member in struct:serio_device_id
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/ |
cfi.h | 54 uint8_t extra[0]; member in struct:cfi_pri_intelext
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
mod_devicetable.h | 106 __u8 extra; member in struct:serio_device_id
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/ |
cfi.h | 54 uint8_t extra[0]; member in struct:cfi_pri_intelext
|
/build/tools/releasetools/ |
edify_generator.py | 231 def AppendExtra(self, extra): 233 self.script.append(extra)
|
/external/astl/tests/ |
Android.mk | 36 # $(4): extra CFLAGS or empty
|
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 73 // both have extra parameters. 111 // Output the extra parameters. 113 // Add a continuation row for each line of text from the extra parameters. 181 // Format the extra parameters (use a custom formatter for certain types,
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
config.cpp | 739 void readOptionalConfig(const char* extra) 747 strPath += extra;
|
/external/libnfc-nci/src/adaptation/ |
config.cpp | 739 void readOptionalConfig(const char* extra) 747 strPath += extra;
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.l | 55 %option extra-type="glcpp_parser_t *"
|
/external/v8/test/mjsunit/regress/ |
regress-784.js | 29 // form x.apply(y, arguments), does not leave an extra copy of the result
|
/external/valgrind/main/massif/tests/ |
thresholds_0_10.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
thresholds_10_0.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
thresholds_10_10.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
thresholds_5_0.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
thresholds_5_10.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
/external/valgrind/tsan/ |
suppressions.cc | 56 // Extra information available for some suppression types. 58 string extra; member in struct:Suppression 253 // and, therefore, is an extra information for the suppression. 304 // A possible extra line. 307 supp->extra = line;
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformBridge.h | 402 static void traceEventBegin(const char* name, void*, const char* extra); 403 static void traceEventEnd(const char* name, void*, const char* extra);
|
/packages/apps/Email/ |
Android.mk | 32 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
SuggestionCursorUtil.java | 227 Object extra = extras.getExtra(extraColumn); 228 assertEquals(message + ", extra value", expectedExtra == null ? null : 229 expectedExtra.toString(), extra);
|
/external/libxml2/ |
error.c | 66 * @...: extra parameters for the message display 428 * @str1: extra string info 429 * @str2: extra string info 430 * @str3: extra string info 431 * @int1: extra int info 434 * @...: extra parameters for the message display 627 * @extra: extra informations 633 const char *msg, const char *extra) 637 if (extra) [all...] |
/external/oprofile/libpp/ |
format_output.cpp | 94 formatter::formatter(extra_images const & extra) 101 extra_found_images(extra) 550 extra_images const & extra) 552 formatter(extra) 606 symbol_collection & s, extra_images const & extra, 609 formatter(extra),
|