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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/docs/specs/
MESA_multithread_makecurrent.spec 45 This new behavior matches the requirements of AGL, while providing
148 This was ignored in the initial revision of the spec. Behavior
  /external/one-true-awk/
FIXES 234 but i cannot explain it to a human user. (this behavior can be seen
271 fixed subtle behavior in field and record splitting: if FS is
273 this tortuous reading is found in the awk book; behavior now
510 the behavior is the same as gawk and the intended posix standard.
662 the array, which may not be the right behavior.
823 restored srand behavior: it returns the current seed.
    [all...]
  /external/skia/src/core/
SkPixmap.cpp 79 SkTransferFunctionBehavior behavior) const {
92 nullptr, behavior);
  /external/skqp/src/core/
SkPixmap.cpp 77 SkTransferFunctionBehavior behavior) const {
90 nullptr, behavior);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
BaseWrapContentTest.java 44 * Class to test any generic wrap content behavior.
98 // lays out more children. This is the correct behavior because the spec is not AT_MOST,
211 for (BaseWrapContentWithAspectRatioTest.MeasureBehavior behavior : adapter.behaviors) {
214 assertThat("behavior " + index, snapshot.mChildCoordinates.get(behavior.getId()),
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa_test.go 152 // TestClosure tests closure related behavior.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
fuse.go 11 // Fuse from end to beginning, to avoid quadratic behavior in fuseBlockPlain. See issue 13554.
  /prebuilts/go/darwin-x86/src/math/cmplx/
tan.go 143 // Caution: Use ! and > instead of <= for correct behavior if t/d is NaN.
  /prebuilts/go/darwin-x86/src/net/http/
doc.go 69 More control over the server's behavior is available by creating a
  /prebuilts/go/darwin-x86/src/strings/
reader_test.go 121 // is okay to use from multiple goroutines. This was our historic behavior.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902.go 127 // The "before" behavior can be recreated in DebugFriendlySetPosFrom (currently in gc/ssa.go)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa_test.go 152 // TestClosure tests closure related behavior.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
fuse.go 11 // Fuse from end to beginning, to avoid quadratic behavior in fuseBlockPlain. See issue 13554.
  /prebuilts/go/linux-x86/src/math/cmplx/
tan.go 143 // Caution: Use ! and > instead of <= for correct behavior if t/d is NaN.
  /prebuilts/go/linux-x86/src/net/http/
doc.go 69 More control over the server's behavior is available by creating a
  /prebuilts/go/linux-x86/src/strings/
reader_test.go 121 // is okay to use from multiple goroutines. This was our historic behavior.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902.go 127 // The "before" behavior can be recreated in DebugFriendlySetPosFrom (currently in gc/ssa.go)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 135 virtual void notifyExtensionDirective(int line, const char* extension, const char* behavior)
138 extensionCallback(line, extension, behavior);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 316 #define IS_SYNTAX_BV(syn, bvm) (((syn)->behavior & (bvm)) != 0)
  /external/libmojo/build/android/gyp/util/
build_utils.py 93 The common use for this behavior is in the Android build where things can
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.h 882 * If \c name and \c behavior are valid, \c true is returned. Otherwise
886 const char *behavior,
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 97 /// behavior for APIs.
119 /// behavior, a specific service may require a client to always specify
  /external/python/cpython3/Lib/test/test_importlib/extension/
test_loader.py 202 '''Test behavior with nonexistent module with non-ASCII name'''
  /prebuilts/go/darwin-x86/src/net/
udpsock_test.go 69 {"", "127.0.0.1:0", &UDPAddr{IP: IPv4(127, 0, 0, 1), Port: 0}, nil}, // Go 1.0 behavior
70 {"", "[::1]:0", &UDPAddr{IP: ParseIP("::1"), Port: 0}, nil}, // Go 1.0 behavior
  /prebuilts/go/darwin-x86/src/time/
sleep_test.go 44 // Test the basic function calling behavior. Correct queueing
45 // behavior is tested elsewhere, since After and AfterFunc share

Completed in 1036 milliseconds

1 2 3 4 5 67 8 91011>>