HomeSort by relevance Sort by last modified time
    Searched full:needed (Results 451 - 475 of 16716) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/gfx/
shadow_value.h 22 // ShadowValue encapsulates parameters needed to define a shadow, including the
40 // Gets margin space needed for shadows. Note that values in returned Insets
  /external/chromium_org/ui/views/controls/table/
table_utils.h 23 // Returns the width needed to display the contents of the specified column.
37 // the width needed for the header.
  /external/chromium_org/v8/src/
background-parsing-task.h 35 // Data needed for parsing, and data needed to to be passed between thread
  /external/clang/test/Sema/
warn-unused-function.c 9 static int f0() { return 17; } // expected-warning{{not needed and will not be emitted}}
47 static void unused(void) { unused(); } // expected-warning{{not needed and will not be emitted}}
  /external/icu/icu4c/source/i18n/unicode/
uldnames.h 128 * @return the actual buffer size needed for the display name. If it's
148 * @return the actual buffer size needed for the display name. If it's
166 * @return the actual buffer size needed for the display name. If it's
184 * @return the actual buffer size needed for the display name. If it's
202 * @return the actual buffer size needed for the display name. If it's
220 * @return the actual buffer size needed for the display name. If it's
238 * @return the actual buffer size needed for the display name. If it's
257 * @return the actual buffer size needed for the display name. If it's
  /external/libunwind/doc/
unw_step.man 63 unwind\-info needed to complete the operation.
66 The unwind\-info needed to complete the
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_winsys.h 32 * File with all the junk needed to personalize the a xorg driver.
43 #error "libpciaccess needed"
  /external/oprofile/m4/
binutils.m4 1 dnl AX_BINUTILS - check for needed binutils stuff
47 AC_DEFINE_UNQUOTED(SYNTHESIZE_SYMBOLS, $SYNTHESIZE_SYMBOLS, [Synthesize special symbols when needed])
  /external/robolectric/src/main/java/
overview.html 13 that make up Robolectric have been designed to be extended or replaced as needed. <p>
24 ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
  /frameworks/wilhelm/src/itf/
IPitch.c 27 // const, so no lock needed
71 // const, so no lock needed
  /packages/apps/Camera2/src/com/android/camera/widget/
AnimationEffects.java 36 * Draws what is needed for the animation in the background, before view calls
44 * Draws what is needed for the animation in the foreground, after view calls
  /packages/inputmethods/LatinIME/java/res/layout/
main_keyboard_frame.xml 29 one of RTL locales, layoutDirection="ltr" is needed in the SDK version 17+. -->
39 one of RTL locales, layoutDirection="ltr" is needed in the SDK version 17+. -->
  /system/core/toolbox/
mkdir.c 12 fprintf(stderr," -p, --parents create parent directories as needed\n");
48 // prepend / if needed
  /external/chromium_org/media/base/
audio_fifo.cc 63 // Figure out if wrapping is needed and if so what segment sizes we need
69 // Copy all channels from the source to the FIFO. Wrap around if needed.
77 // Wrapping is needed: copy remaining part from the source to the FIFO.
100 // Figure out if wrapping is needed and if so what segment sizes we need
108 // and copy the content to the destination. Wrap around if needed.
116 // Wrapping is needed: copy remaining part to the destination.
  /external/chromium_org/third_party/sqlite/src/
Makefile.arm-wince-mingw32ce-gcc 44 #### Specify any extra linker options needed to make the library
50 #### Specify any extra libraries needed to access required functions.
102 #### Extra compiler options needed for programs that use the TCL library.
110 #### Linker options needed to link against the TCL library.
121 #### Compiler options needed for programs that use the readline() library.
126 #### Linker options needed by programs using readline() must link against.
Makefile.linux-gcc 38 #### Specify any extra linker options needed to make the library
44 #### Specify any extra libraries needed to access required functions.
112 #### Extra compiler options needed for programs that use the TCL library.
120 #### Linker options needed to link against the TCL library.
131 #### Compiler options needed for programs that use the readline() library.
136 #### Linker options needed by programs using readline() must link against.
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_hindi_compact2.xml 24 set of Key definitions are needed based on the API version. -->
32 set of Key definitions are needed based on the API version. -->
40 set of Key definitions are needed based on the API version. -->
48 set of Key definitions are needed based on the API version. -->
56 set of Key definitions are needed based on the API version. -->
69 set of Key definitions are needed based on the API version. -->
rowkeys_marathi2.xml 24 set of Key definitions are needed based on the API version. -->
29 set of Key definitions are needed based on the API version. -->
34 set of Key definitions are needed based on the API version. -->
39 set of Key definitions are needed based on the API version. -->
44 set of Key definitions are needed based on the API version. -->
54 set of Key definitions are needed based on the API version. -->
rowkeys_hindi3.xml 28 set of Key definitions are needed based on the API version. -->
46 set of Key definitions are needed based on the API version. -->
55 set of Key definitions are needed based on the API version. -->
60 set of Key definitions are needed based on the API version. -->
92 set of Key definitions are needed based on the API version. -->
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 160 int needed = 1; local
166 needed = 2;
174 needed = 4;
178 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed);
182 glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &needed);
195 needed = 2;
200 needed = 3;
211 needed = 4;
217 needed = 16;
221 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed);
    [all...]
  /external/chromium_org/tools/metrics/histograms/
histograms.xml 266 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
276 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
286 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
    [all...]
  /developers/samples/android/ui/actionbar/DoneBar/
template-params.xml 23 <!-- change minSdk if needed-->
34 suitable for cases where no additional view details or actions are needed in the
45 additional view details or actions are needed in the action bar.</description>
54 actions may be needed in the action bar.</description>
83 or even recommended, as using a menu xml file is all that is needed to add action icons to it. However, it is
  /external/flac/libFLAC/
memory.c 77 union { /* union needed to comply with C99 pointer aliasing rules */
106 union { /* union needed to comply with C99 pointer aliasing rules */
135 union { /* union needed to comply with C99 pointer aliasing rules */
164 union { /* union needed to comply with C99 pointer aliasing rules */
195 union { /* union needed to comply with C99 pointer aliasing rules */
  /external/wpa_supplicant_8/hostapd/
android.config 54 # Driver support is also needed for IEEE 802.11w.
91 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
104 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
106 # to add the needed functions.
143 # code is not needed.
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 27 $needed = array('nonce'=>1, 'nc'=>1, 'cnonce'=>1, 'qop'=>1, 'username'=>1, variable
30 $keys = implode('|', array_keys($needed));
35 unset($needed[$m[1]]);
37 if ($needed) {
38 error_log("spp.php - Authentication failed - missing: " . print_r($needed));

Completed in 199 milliseconds

<<11121314151617181920>>