HomeSort by relevance Sort by last modified time
    Searched full:behavior (Results 376 - 400 of 12001) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Analysis/
Lint.cpp 11 // which produce undefined or likely unintended behavior in LLVM IR.
31 // for the same kinds of things and turns instructions with undefined behavior
195 // This isn't undefined behavior, it's just a little unusual, and it's a
213 "Undefined behavior: Caller and callee calling convention differ",
221 "Undefined behavior: Call argument count mismatches callee "
226 "Undefined behavior: Call return type mismatches "
239 "Undefined behavior: Call argument type mismatches "
271 "Undefined behavior: Call with \"tail\" keyword references "
302 "Undefined behavior: memcpy source and destination overlap", &I);
324 "Undefined behavior: va_start called in a non-varargs function"
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DxeTscTimerLib.c 14 The specific processor configuration determines the behavior. Constant TSC behavior ensures that the
16 the processor core changes frequency. This is the architectural behavior moving forward.
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Concatenation.c 24 behavior is undefined.
39 between objects that overlap, the behavior is undefined.
54 that overlap, the behavior is undefined.
  /external/annotation-tools/scene-lib/src/annotations/util/coll/
KeyedSet.java 37 * Conflict/equal behavior that does nothing.
42 * Conflict/equal behavior that throws an {@link IllegalStateException}.
47 * Conflict/equal behavior that removes the existing object and then adds
  /external/autotest/client/site_tests/policy_EditBookmarksEnabled/
policy_EditBookmarksEnabled.py 13 """Test effect of EditBookmarksEnabled policy on Chrome OS behavior.
15 This test verifies the behavior of Chrome OS for all valid values of the
18 behavior, equivalent to what is seen by an un-managed user.
  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
policy_RestoreOnStartupURLs.py 10 """Test effect of RestoreOnStartupURLs policy on Chrome OS behavior.
12 This test verifies the behavior of Chrome OS for a range of valid values
19 - Case NotSet_NoTabs opens no tabs. This is the default behavior for
  /external/guava/guava/src/com/google/common/collect/
ForwardingQueue.java 26 * should override one or more methods to modify the behavior of the backing
32 * overriding {@link #add} alone <b>will not</b> change the behavior of {@link
33 * #offer} which can lead to unexpected behavior. In this case, you should
ForwardingSet.java 30 * override one or more methods to modify the behavior of the backing set as
36 * overriding {@link #add} alone <b>will not</b> change the behavior of {@link
37 * #addAll}, which can lead to unexpected behavior. In this case, you should
  /external/ltp/testcases/open_posix_testsuite/Documentation/
COVERAGE.signals 10 || Behavior see table below ||
27 Behavior? - Has a behavior test been created? Set to DONE if finished. Set
  /external/ltp/testcases/open_posix_testsuite/stress/timers/
plan.txt 14 - Behavior of normal functions under heavy memory usage.
15 - Behavior of normal functions under heavy CPU usage.
16 - Behavior of normal functions under heavy timers usage.
  /external/skia/gm/
encode-srgb.cpp 75 SkTransferFunctionBehavior behavior = bitmap.colorSpace() local
77 pngOptions.fUnpremulBehavior = behavior;
78 webpOptions.fUnpremulBehavior = behavior;
  /external/skia/include/encode/
SkPngEncoder.h 57 * If the input is premultiplied, this controls the unpremultiplication behavior.
73 * |options| may be used to control the encoding behavior.
81 * |options| may be used to control the encoding behavior.
  /external/skia/include/private/
SkMalloc.h 99 // Please c.f. sk_careful_memcpy. It's undefined behavior to call memset(null, 0, 0).
106 * sk_careful_memcpy() is just like memcpy(), but guards against undefined behavior.
108 * It is undefined behavior to call memcpy() with null dst or src, even if len is 0.
  /external/skqp/gm/
encode-srgb.cpp 75 SkTransferFunctionBehavior behavior = bitmap.colorSpace() local
77 pngOptions.fUnpremulBehavior = behavior;
78 webpOptions.fUnpremulBehavior = behavior;
  /external/skqp/include/encode/
SkPngEncoder.h 57 * If the input is premultiplied, this controls the unpremultiplication behavior.
73 * |options| may be used to control the encoding behavior.
81 * |options| may be used to control the encoding behavior.
  /external/skqp/include/private/
SkMalloc.h 85 // Please c.f. sk_careful_memcpy. It's undefined behavior to call memset(null, 0, 0).
92 * sk_careful_memcpy() is just like memcpy(), but guards against undefined behavior.
94 * It is undefined behavior to call memcpy() with null dst or src, even if len is 0.
  /external/wayland-protocols/chromium.org/unstable/stylus-tools/
stylus-tools-unstable-v1.xml 28 This protocol specifies a set of interfaces used to control the behavior
45 control the stylus-related behavior for input device event processing
80 client to control the behavior of stylus tools.
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
AnnotationsTest.java 30 * Tests for the behavior of Annotation instances at runtime.
95 // Test N and later behavior
101 // Test pre-N behavior
  /libcore/ojluni/src/main/java/java/util/
RandomAccess.java 32 * behavior to provide good performance when applied to either random or
36 * <tt>ArrayList</tt>) can produce quadratic behavior when applied to
41 * and to alter their behavior if necessary to guarantee acceptable
  /packages/apps/DocumentsUI/res/menu/
activity.xml 18 <!-- showAsAction flag impacts the behavior of SearchView.
20 default behavior. It would fit UX, however after expanding SearchView is
22 prevent this behavior was found, the flag is set to always. SearchView is
  /frameworks/support/coordinatorlayout/api/
current.txt 32 method public abstract androidx.coordinatorlayout.widget.CoordinatorLayout.Behavior getBehavior();
35 public static abstract class CoordinatorLayout.Behavior<V extends android.view.View> {
36 ctor public CoordinatorLayout.Behavior();
37 ctor public CoordinatorLayout.Behavior(android.content.Context, android.util.AttributeSet);
80 method public androidx.coordinatorlayout.widget.CoordinatorLayout.Behavior getBehavior();
82 method public void setBehavior(androidx.coordinatorlayout.widget.CoordinatorLayout.Behavior);
  /frameworks/support/coordinatorlayout/api_legacy/
0.0.0.txt 32 method public abstract android.support.design.widget.CoordinatorLayout.Behavior getBehavior();
35 public static abstract class CoordinatorLayout.Behavior<V extends android.view.View> {
36 ctor public CoordinatorLayout.Behavior();
37 ctor public CoordinatorLayout.Behavior(android.content.Context, android.util.AttributeSet);
80 method public android.support.design.widget.CoordinatorLayout.Behavior getBehavior();
82 method public void setBehavior(android.support.design.widget.CoordinatorLayout.Behavior);
28.0.0-alpha1.txt 32 method public abstract android.support.design.widget.CoordinatorLayout.Behavior getBehavior();
35 public static abstract class CoordinatorLayout.Behavior<V extends android.view.View> {
36 ctor public CoordinatorLayout.Behavior();
37 ctor public CoordinatorLayout.Behavior(android.content.Context, android.util.AttributeSet);
80 method public android.support.design.widget.CoordinatorLayout.Behavior getBehavior();
82 method public void setBehavior(android.support.design.widget.CoordinatorLayout.Behavior);
current.txt 32 method public abstract android.support.design.widget.CoordinatorLayout.Behavior getBehavior();
35 public static abstract class CoordinatorLayout.Behavior<V extends android.view.View> {
36 ctor public CoordinatorLayout.Behavior();
37 ctor public CoordinatorLayout.Behavior(android.content.Context, android.util.AttributeSet);
80 method public android.support.design.widget.CoordinatorLayout.Behavior getBehavior();
82 method public void setBehavior(android.support.design.widget.CoordinatorLayout.Behavior);
  /bionic/libc/bionic/
bionic_futex.cpp 39 // pthread's and semaphore's default behavior is to use CLOCK_REALTIME, however this behavior is

Completed in 3576 milliseconds

<<11121314151617181920>>