HomeSort by relevance Sort by last modified time
    Searched full:needed (Results 226 - 250 of 16577) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaper.java 52 // Inlineable fast-path loop which hands off to escapeSlow() only if needed
129 // Loop through the rest of the string, replacing when needed into the
130 // destination buffer, which gets grown as needed as well.
136 // If no replacement is needed, just continue.
142 // This is the size needed to add the replacement, not the full size needed by the string. We
156 // Copy the replacement string into the dest buffer as needed.
192 * @return the replacement characters, or {@code null} if no escaping was needed
197 * Helper method to grow the character buffer as needed, this only happens once in a while so it's
  /external/ImageMagick/MagickWand/
MagickWand-config.1 45 Print the preprocessor flags that are needed to find the
54 Print the linker flags that are needed to link with the
59 Print the linker flags that are needed to link a program with
  /external/bison/lib/
mbswidth.h 1 /* Determine the number of screen columns needed for a string.
49 /* Returns the number of screen columns needed for STRING. */
53 /* Returns the number of screen columns needed for the NBYTES bytes
  /external/bison/m4/
fpieee.m4 10 dnl No autoconf test needed.
39 # For full IEEE compliance (rarely needed), use option -mieee-with-inexact.
43 # For full IEEE compliance (rarely needed), use option -ieee_with_inexact.
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 12 // known to be alive. After it finds all of the globals which are needed, it
53 /// GlobalIsNeeded - mark the specific global value as needed, and
54 /// recursively mark anything that it uses as also needed.
97 // Functions with external linkage are needed if they have a body
105 // Externally visible & appending globals are needed, if they have an
114 // Externally visible aliases are needed.
119 // Now that all globals which are needed are in the AliveGlobals set, we loop
191 /// GlobalIsNeeded - the specific global value as needed, and
192 /// recursively mark anything that it uses as also needed.
209 // The target of a global alias is needed
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 274 int needed = 1; local
280 needed = 2;
288 needed = 4;
292 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed);
296 glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &needed);
309 needed = 2;
314 needed = 3;
325 needed = 4;
331 needed = 16;
335 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed);
    [all...]
  /art/test/140-field-packing/src/
GapOrderBase.java 19 // and the larger one was needed, it wouldn't be found.
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/src/com/android/cts/shareduidinstall/
SharedUidActivity.java 21 * Empty activity, not needed for this test
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/src/com/android/cts/shareduidinstalldiffcert/
SharedUidActivity.java 21 * Empty activity, not needed for this test
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/src/com/android/cts/simpleappinstall/
SimpleAppActivity.java 21 * Empty activity, not needed for this test
  /cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/src/com/android/cts/simpleappinstall/
SimpleAppActivity.java 21 * Empty activity, not needed for this test
  /cts/hostsidetests/appsecurity/test-apps/TargetInstrumentationApp/src/com/android/cts/targetinstrumentationapp/
TargetInstrumentationActivity.java 21 * Empty activity, not needed for this test
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
image_and_kernel.rsh 20 // Auxiliary information that is needed to extract a kernel matrix from a buffer
  /cts/tests/tests/telephony/src/android/telephony/cts/
ComposeSmsActivity.java 24 * classes don't do anything, they are needed to make this a valid candidate for default SMS
  /development/ndk/platforms/android-14/samples/native-media/
AndroidManifest.xml 5 <!-- INTERNET is needed to use a URI-based media player, depending on the URI -->
  /development/ndk/platforms/android-21/samples/native-codec/
AndroidManifest.xml 20 <!-- INTERNET is needed to use a URI-based media player, depending on the URI -->
  /device/lge/bullhead/sepolicy/
rmt.te 20 # Needed for ioprio_set(IOPRIO_WHO_PROCESS, 0, IOPRIO_CLASS_RT << IOPRIO_CLASS_SHIFT);
  /device/moto/shamu/sepolicy/
file.te 13 # Socket node needed by ims_data daemon
  /docs/source.android.com/
hal_footer.html 4 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  /external/autotest/client/common_lib/cros/fake_device_server/
meta_handler.py 14 # Needed for cherrypy to expose this to requests.
  /external/autotest/client/common_lib/
host_queue_entry_states.py 3 database. It is a stand alone module as these status strings are needed
  /external/autotest/client/site_tests/kernel_AsyncDriverProbe/
control 21 drivers that request it by checking time needed to execute
  /external/autotest/client/site_tests/security_RootCA/
add-openssl-roots.sh 8 # Re-add them as needed
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
cloud_storage_info.py 16 """ Container for the information needed to download a dependency from
55 with an account that has permission to download the needed file.
56 NotFoundError: If the needed file does not exist where expected in
59 needed file.
dependency_info.py 8 """ Container for the information needed for each dependency/platform pair
74 with an account that has permission to download the needed file.
75 NotFoundError: If the needed file does not exist where expected in
78 needed file.

Completed in 585 milliseconds

1 2 3 4 5 6 7 8 91011>>