HomeSort by relevance Sort by last modified time
    Searched refs:behavior (Results 76 - 100 of 631) sorted by null

1 2 34 5 6 7 8 91011>>

  /compatibility/cdd/3_software/
3_1_managed-api-compatibility.md 18 API interfaces or signatures, deviate from the documented behavior, or include
3_6_api-namespaces.md 28 * [C-0-3] MUST NOT impact the stated behavior and Java-language signature of
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
README 28 Those flags modify @ compile time the behavior of the driver enabling for
  /external/skqp/tests/
GrMipMappedTest.cpp 147 // The transfer function behavior isn't used in the generator so set we set it
149 SkTransferFunctionBehavior behavior = SkTransferFunctionBehavior::kIgnore; local
153 origin, behavior,
  /prebuilts/go/darwin-x86/src/net/
port.go 17 // Lock in the legacy behavior that an empty string
sockopt_windows.go 28 // This could lead to a non-deterministic behavior, where
iprawsock_test.go 38 {"", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil}, // Go 1.0 behavior
39 {"", "::1", &IPAddr{IP: ParseIP("::1")}, nil}, // Go 1.0 behavior
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix.go 35 // NOTE(rsc): I wish we could use the Plan 9 behavior here
  /prebuilts/go/darwin-x86/test/
blank.go 7 // Test behavior of the blank identifier (_).
closure.go 7 // Test the behavior of closures.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17318.go 41 // 3 identical functions, to get different escape behavior.
  /prebuilts/go/linux-x86/src/net/
port.go 17 // Lock in the legacy behavior that an empty string
sockopt_windows.go 28 // This could lead to a non-deterministic behavior, where
iprawsock_test.go 38 {"", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil}, // Go 1.0 behavior
39 {"", "::1", &IPAddr{IP: ParseIP("::1")}, nil}, // Go 1.0 behavior
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix.go 35 // NOTE(rsc): I wish we could use the Plan 9 behavior here
  /prebuilts/go/linux-x86/test/
blank.go 7 // Test behavior of the blank identifier (_).
closure.go 7 // Test the behavior of closures.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17318.go 41 // 3 identical functions, to get different escape behavior.
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 529 const ExpectedBehavior behavior = ndx == 0 ? m_waitBehavior : m_readBehavior;
531 const bool isOk = behavior == EXPECT_COEF_GREATER_THAN ? coef > threshold :
532 behavior == EXPECT_COEF_LESS_THAN ? coef < threshold : false;
533 const char* cmpName = behavior == EXPECT_COEF_GREATER_THAN ? "greater than" :
534 behavior == EXPECT_COEF_LESS_THAN ? "less than" : DE_NULL;
544 allOk ? "Pass" : "Suspicious performance behavior");
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 540 int behavior = random.nextInt(4);
541 if (behavior == 0) { // throw an exception
544 } else if (behavior == 1) { // return null
547 } else if (behavior == 2) { // slight delay before returning
  /external/libunwind/doc/
unw_resume.tex 20 identified by \Var{cp}. The behavior of this routine differs
32 another thread results in undefined behavior (e.g., the program may
  /external/selinux/libsepol/src/
kernel_to_common.c 449 if ((*aa)->v.behavior != (*bb)->v.behavior) {
450 if ((*aa)->v.behavior < (*bb)->v.behavior) {
  /external/skia/src/core/
SkBitmap.cpp 476 int x, int y, SkTransferFunctionBehavior behavior) const {
481 return src.readPixels(requestedDstInfo, dstPixels, dstRB, x, y, behavior);
489 SkTransferFunctionBehavior behavior) {
502 nullptr, behavior);
  /external/skqp/src/core/
SkBitmap.cpp 476 int x, int y, SkTransferFunctionBehavior behavior) const {
481 return src.readPixels(requestedDstInfo, dstPixels, dstRB, x, y, behavior);
489 SkTransferFunctionBehavior behavior) {
502 nullptr, behavior);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
parseVersions.h 77 virtual void updateExtensionBehavior(int line, const char* const extension, const char* behavior);
128 TMap<TString, TExtensionBehavior> extensionBehavior; // for each extension string, what its current behavior is set to

Completed in 558 milliseconds

1 2 34 5 6 7 8 91011>>