HomeSort by relevance Sort by last modified time
    Searched refs:MODE (Results 26 - 50 of 51) sorted by null

12 3

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
bpabi.h 49 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI
153 particularly not in Thumb mode. We assume the mcount
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 49 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE)
50 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
51 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
tree.h 981 that don't change the machine mode. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 49 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE)
50 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
51 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
tree.h 989 that don't change the machine mode. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
system.h 49 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE)
50 #define fdopen(FILDES,MODE) fdopen_unlocked(FILDES,MODE)
51 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM)
rtl.h 248 ENUM_BITFIELD(machine_mode) mode : 8;
262 1 in a SUBREG if it references an unsigned object whose mode has been
263 from a promoted to a wider mode.
285 promoted mode.
326 /* The size in bytes of an rtx header (code, mode and flags). */
354 #define GET_MODE(RTX) ((enum machine_mode) (RTX)->mode)
355 #define PUT_MODE(RTX, MODE) ((RTX)->mode = (MODE))
825 The mode field of the EXPR_LIST contains not a real machine mod
    [all...]
tree.h 989 that don't change the machine mode. */
    [all...]
  /external/libvpx/vp8/common/
onyx.h 62 } MODE;
73 static __inline void Scale2Ratio(int mode, int *hr, int *hs)
75 switch (mode)
113 // mode ->
114 //(0)=Realtime/Live Encoding. This mode is optimized for realtim encoding (for example, capturing
128 int Mode; //
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
bpabi.h 49 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI
159 particularly not in Thumb mode. We assume the mcount
  /cts/tests/tests/provider/src/android/provider/cts/
SearchRecentSuggestionsTest.java 63 TestSearchRecentSuggestionsProvider.MODE);
91 TestSearchRecentSuggestionsProvider.MODE);
219 public MySearchRecentSuggestions(Context context, String authority, int mode) {
220 super(context, authority, mode);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchInvoke.java 45 // Menu mode spinner choices
77 // Create listener for the menu mode dropdown. We use this to demonstrate control
79 // the default key mode in your activity's onCreate() handler.
117 // next, add back item(s) based on current menu mode
237 SearchSuggestionSampleProvider.AUTHORITY, SearchSuggestionSampleProvider.MODE);
  /external/jpeg/
ltmain.sh 67 mode=$default_mode
133 --finish) mode="finish" ;;
135 --mode) prevopt="--mode" prev=mode ;;
136 --mode=*) mode="$optarg" ;;
168 # Infer the operation mode.
169 if test -z "$mode"; then
172 mode=lin
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.y 56 * protocol/mode/src-dst/level
57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
59 * protocol/transport parsed as protocol/mode/any-any/default
60 * protocol/transport//level parsed as protocol/mode/any-any/level
142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
287 : protocol SLASH mode SLASH addresses SLASH leve
    [all...]
  /external/openssl/crypto/evp/
evp_locl.h 61 /* Wrapper functions for each cipher mode */
133 #define BLOCK_CIPHER_def1(cname, nmode, mode, MODE, kstruct, nid, block_size, \
136 static const EVP_CIPHER cname##_##mode = { \
138 flags | EVP_CIPH_##MODE##_MODE, \
140 cname##_##mode##_cipher, \
147 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.h 280 template <V8ParameterMode MODE = DefaultMode>
  /external/qemu/android/
hw-events.h 307 KEY_CODE(MODE ,0x175) \
443 BTN_CODE(MODE, 0x13c) \
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 108 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
116 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
119 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
120 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
122 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt);
131 MODE,
171 /*02*/ UOPTION_DEF( "mode", 'm', UOPT_REQUIRES_ARG),
233 "Specify the mode of building (see below; default: common)",
245 "Specify a version when packaging in dll or static mode",
248 "Quite mode. (e.g. Do not output a readme file for static libraries)
531 const char mode = o->mode[0]; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 56 TestProvider.AUTHORITY, TestProvider.MODE);
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 338 CalendarRecentSuggestionsProvider.MODE);
SearchActivity.java 198 CalendarRecentSuggestionsProvider.MODE);
  /external/iproute2/doc/
ip-tunnels.tex 34 ip tunnel add MY-TUNNEL mode ipip remote 193.233.7.65
148 Mode & Description & Base device \\
158 ip tunnel add <NAME> mode <MODE> [ local <S> ] [ remote <D> ]
169 \verb|mode <MODE>| sets tunnel mode. Three modes are available now
184 say that they are zero or wildcard. Two tunnels of one mode cannot
301 ip tunnel change Cisco mode sit local ME remote HE ttl 32
352 tunnel mode gre i
    [all...]
  /external/blktrace/btt/doc/
btt.tex 74 btt does not work in live mode.
240 IOs, the \emph{median} value for all seeks, and the \emph{mode} -
250 DEV | NSEEKS MEAN MEDIAN | MODE
255 We have almost exclusively seen median and mode values of 0, indicating
257 seeks. The larger the count for the mode in comparison to the total
    [all...]
  /external/collada/include/1.4/dom/
domTypes.h 237 FX_OPAQUE_ENUM_A_ONE, /**< When a transparent opaque attribute is set to A_ONE, it means the transparency information will be taken from the alpha channel of the color, texture, or parameter supplying the value. The value of 1.0 is opaque in this mode. */
238 FX_OPAQUE_ENUM_RGB_ZERO, /**< When a transparent opaque attribute is set to RGB_ZERO, it means the transparency information will be taken from the red, green, and blue channels of the color, texture, or parameter supplying the value. Each channel is modulated independently. The value of 0.0 is opaque in this mode. */
874 MODE = 156,
    [all...]
domGl_pipeline_settings.h     [all...]

Completed in 1136 milliseconds

12 3