HomeSort by relevance Sort by last modified time
    Searched refs:applies (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4099.go 11 // The noescape comment only applies to the next func,
bug097.go 51 of the array to some function, it may store it globally. Same applies
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4099.go 11 // The noescape comment only applies to the next func,
bug097.go 51 of the array to some function, it may store it globally. Same applies
  /prebuilts/go/darwin-x86/src/runtime/cgo/
mmap.go 14 // sanitizer with Go programs. The memory sanitizer only applies to
sigaction.go 14 // sanitizer with Go programs. The memory sanitizer only applies to
  /prebuilts/go/linux-x86/src/runtime/cgo/
mmap.go 14 // sanitizer with Go programs. The memory sanitizer only applies to
sigaction.go 14 // sanitizer with Go programs. The memory sanitizer only applies to
  /prebuilts/go/darwin-x86/src/cmd/go/
fix.go 26 // the command only applies to this package,
fmt.go 40 // the command only applies to this package,
  /prebuilts/go/linux-x86/src/cmd/go/
fix.go 26 // the command only applies to this package,
fmt.go 40 // the command only applies to this package,
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 287 for (int applies = 0; applies < 3; applies++) {
  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 26 // redefine a non-native method in a target "obj" from "src" that applies a list
  /prebuilts/go/darwin-x86/src/image/png/
paeth.go 45 // filterPaeth applies the Paeth filter to the cdat slice.
  /prebuilts/go/linux-x86/src/image/png/
paeth.go 45 // filterPaeth applies the Paeth filter to the cdat slice.
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 86 /// operation applies to all fields (as if a FieldMask of all fields
91 /// field mask applies directly to the response, but in case of a REST
92 /// list operation, the mask instead applies to each individual message
94 /// other definitions may be used. Where the mask applies will be
114 /// If a field mask is not present on update, the operation applies to
  /external/autotest/client/site_tests/desktopui_SonicExtension/
config_json_iterator.py 44 files. This logic applies to any dependency config file (imagine that
  /external/libvpx/libvpx/tools/
ftfy.sh 9 This script applies a whitespace transformation to the commit at HEAD. If no
  /external/skia/src/gpu/
GrStyle.h 142 bool applies() const { function in class:GrStyle
153 * Applies just the path effect and returns remaining stroke information. This will fail if
GrBlurUtils.cpp 161 if (style.applies()) {
281 if (!paint.getMaskFilter() && !paint.getShader() && !style.applies()) {
GrSoftwarePathRenderer.cpp 19 // Pass on any style that applies. The caller will apply the style if a suitable renderer is
21 return !args.fShape->style().applies() && SkToBool(fResourceProvider) &&
136 SkASSERT(!args.fShape->style().applies());
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 13 Pack applies the operation to the archive, using the names as arguments to the operation.
  /prebuilts/go/darwin-x86/test/
cmp6.go 45 // Same applies to named types.
  /prebuilts/go/linux-x86/src/cmd/pack/
doc.go 13 Pack applies the operation to the archive, using the names as arguments to the operation.

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 910