Searched
full:small (Results
451 -
475 of
7621) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGen/ |
x86_32-fpcc-struct-return.c | 12 typedef struct { int i; } Small; 24 Small returnSmall(Small x) { return x; }
|
/external/dropbear/ |
SMALL | 1 Tips for a small system: 28 - Disabling the MOTD code and SFTP-SERVER may save a small amount of codesize 51 Of course using small C libraries such as uClibc and dietlibc can also help.
|
/external/llvm/include/llvm/Support/ |
CodeGen.h | 30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; 61 return CodeModel::Small; 78 case CodeModel::Small:
|
/external/skia/bench/ |
BlurImageFilterBench.cpp | 26 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small) : 27 fIsSmall(small), fInitialized(false), fSigmaX(sigmaX), fSigmaY(sigmaY) { 28 fName.printf("blur_image_filter_%s_%.2f_%.2f", fIsSmall ? "small" : "large",
|
/art/runtime/base/unix_file/ |
README | 7 In particular, the basic RandomAccessFile interface is kept small and simple so
|
/dalvik/dx/tests/008-field/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/009-method/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/015-field-attrib-Synthetic/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/016-field-attrib-Deprecated/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/025-class-attrib-Signature/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/026-field-attrib-Signature/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/developers/build/prebuilts/gradle/CustomNotifications/CustomNotificationsSample/src/main/res/values/ |
styles.xml | 18 <style name="NotificationContent" parent="@android:style/TextAppearance.Small">
|
/developers/samples/android/ui/notifications/CustomNotifications/CustomNotificationsSample/src/main/res/values/ |
styles.xml | 18 <style name="NotificationContent" parent="@android:style/TextAppearance.Small">
|
/development/samples/ApiDemos/ |
README.txt | 1 The API Demos application includes a variety of small applications
|
/development/samples/WiFiDirectServiceDiscovery/res/layout/ |
devices_list.xml | 34 style="@android:style/Widget.ProgressBar.Small" >
|
/external/chromium/chrome/browser/ |
preferences_mac.h | 13 // Wraps a small part of the CFPreferences API surface in a very thin layer, to
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
CHANGELOG.txt | 11 * Fixed a small bug per
|
/external/chromium_org/base/ |
check_example.cc | 6 // macros in a small executable file that's easy to disassemble.
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
CHANGELOG.txt | 11 * Fixed a small bug per
|
/external/chromium_org/components/policy/core/common/ |
preferences_mac.h | 13 // Wraps a small part of the CFPreferences API surface in a very thin layer, to
|
Completed in 483 milliseconds
<<11121314151617181920>>