HomeSort by relevance Sort by last modified time
    Searched full:safe (Results 1251 - 1275 of 5042) sorted by null

<<51525354555657585960>>

  /external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java 248 // Check the safe mode option.
258 // the same buggy QTC graphics driver. Turn on Safe Mode by default
  /external/sfntly/cpp/src/sfntly/
font.h 122 // An sfnt container font object. This object is immutable and thread safe. To
127 // immutable Font objects. The builder is a one use non-thread safe object and
  /external/sonic/doc/
index.md 96 general, if you are speeding up, rather than slowing down, it will be safe to
110 all of the state used by sonic. Sonic should be thread safe, and multiple
  /external/squashfs-tools/squashfs-tools/
sort.c 220 char line_buffer[MAX_LINE + 1]; /* overflow safe */
221 char sort_filename[MAX_LINE + 1]; /* overflow safe */
  /external/tinyxml2/
tinyxml2.h     [all...]
  /external/vboot_reference/firmware/2lib/
2rsa.c 284 * here, we use vb2_safe_memcmp() just to be on the safe side.
338 * use vb2_safe_memcmp() just to be on the safe side. (That's also why
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/
device_for_strategy_sonification_respectful.pfw 11 # - Otherwise follows sonification by replacing speaker with speaker safe if speaker is
32 # Follows sonification strategy if not in call and replace speaker by speaker safe
  /frameworks/base/core/java/android/hardware/
LegacySensorManager.java 116 // that the invariants around listeners are maintained. This is safe
168 // that the invariants around listeners are maintained. This is safe
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 189 * This is safe to call from any thread.
254 * returned Rect. This is only safe to call from the thread of
  /frameworks/base/docs/html/training/in-app-billing/
purchase-iab-products.jd 80 <p>To retrieve the user?s purchases from your app, call {@code queryInventoryAsync(QueryInventoryFinishedListener)} on your {@code IabHelper} instance. The {@code QueryInventoryFinishedListener} argument specifies a listener that is notified when the query operation has completed and handles the query response. It is safe to make this call fom your main thread.</p>
110 <p>To record a purchase consumption, call {@code consumeAsync(Purchase, OnConsumeFinishedListener)} on your {@code IabHelper} instance. The first argument that the method takes is the {@code Purchase} object representing the item to consume. The second argument is a {@code OnConsumeFinishedListener} that is notified when the consumption operation has completed and handles the consumption response from Google Play. It is safe to make this call fom your main thread.</p>
  /frameworks/base/include/androidfw/
Asset.h 19 // thread-safe, and should not be shared across threads.
108 * Note: not virtual so it is safe to call even when being destroyed.
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Transport.java 30 * This object's interface is thread-safe, however incoming messages
228 // The IO methods must be safe to call on any thread.
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 139 // Safe icf
140 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) {
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequenceDrawable.java 65 * will no longer be used at all by the drawable, so it is safe to reuse elsewhere.
180 // destroy the bitmap here, since there's no safe way to get back to
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 47 * <li>It is thread safe.</li>
68 * <li>It is thread safe.</li>
  /libcore/luni/src/main/java/libcore/io/
Memory.java 145 * private and provide the four type-safe variants, but then ByteBuffer.put(ByteBuffer)
149 * @hide make type-safe before making public?
  /ndk/build/tools/
build-ndk-sysroot.sh 215 # just to be safe
250 # just to be safe
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h 71 // thread. This is because it's safe to fork() or clone() only
163 // TODO(wan@google.com): make thread-safe death tests search the PATH.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 222 * Escapes the contents a string to be used as a safe scheme name in the URI according to
237 // Safe - use as is.
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 110 * Operation is our binder-safe ContentProviderOperation (CPO) construct; an Operation can
296 * Called by a sync adapter to indicate a relatively safe place to split a batch of CPO's
  /packages/apps/InCallUI/src/com/android/incallui/
AnswerFragment.java 239 * This is safe to call even if the popup is already dismissed, and even if you never called
244 mCannedResponsePopup.dismiss(); // safe even if already dismissed
  /packages/apps/Launcher3/res/values-tl/
strings.xml 27 <string name="safemode_shortcut_error" msgid="9160126848219158407">"Naka-disable ang na-download na app sa Safe mode"</string>
28 <string name="safemode_widget_error" msgid="4863470563535682004">"Naka-disable ang mga widget sa Safe mode"</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 163 * TIS support is intended for thread safe libraries.
193 * NetBSD threadlib support is intended for thread safe libraries.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
thread-mainloop.h 62 * a locking scheme must be used to guarantee safe usage. The threaded main
66 * The lock is recursive, so it's safe to use it multiple times from the same
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 163 * TIS support is intended for thread safe libraries.
193 * NetBSD threadlib support is intended for thread safe libraries.

Completed in 748 milliseconds

<<51525354555657585960>>