HomeSort by relevance Sort by last modified time
    Searched full:that (Results 2826 - 2850 of 189771) sorted by null

<<111112113114115116117118119120>>

  /external/pdfium/core/fpdfdoc/
cpdf_link.h 2 // Use of this source code is governed by a BSD-style license that can be
21 CPDF_Link(const CPDF_Link& that);
  /external/pdfium/xfa/fwl/theme/
README.md 26 IFWL_ThemeProvider (and is the only class that does). CXFA_FWLTheme receives
28 the TP (Theme Part) corresponding to that widget.
  /external/ppp/pppd/plugins/pppoatm/
atmres.h 13 /* Some #defines that may be needed if ANS isn't installed on that system */
  /external/proguard/examples/dictionaries/
shakespeare.txt 3 # It illustrates that any text can be used, for whatever flippant reasons
20 "What's in a name? That which we call a rose
  /external/proguard/src/proguard/classfile/
package.html 9 a complete representation that can be read, modified, and written back.
11 an incomplete representation that can be only be read. It is however
  /external/python/cpython2/Doc/howto/
index.rst 5 Python HOWTOs are documents that cover a single, specific topic,
8 effort to foster documentation that's more detailed than the
  /external/python/cpython2/Doc/library/
ipc.rst 11 Some modules only work for two processes that are on the same machine, e.g.
13 that two or more processes can use to communicate across machines.
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_ne.py 4 """Fixer that turns <> into !=."""
13 # This is so simple that we don't need the pattern compiler.
  /external/python/cpython2/Modules/zlib/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
9 That way the other gzclose functions can be used instead to avoid linking in
  /external/python/cpython2/Tools/bgen/
README 4 This directory contains BGEN -- a package that helps in generating
7 from the Python ftp archives). Note that BGEN is not Mac specific!
  /external/python/cpython3/Doc/howto/
index.rst 5 Python HOWTOs are documents that cover a single, specific topic,
8 effort to foster documentation that's more detailed than the
  /external/python/cpython3/Doc/library/
ipc.rst 10 Some modules only work for two processes that are on the same machine, e.g.
12 that two or more processes can use to communicate across machines.
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_ne.py 4 """Fixer that turns <> into !=."""
13 # This is so simple that we don't need the pattern compiler.
  /external/python/cpython3/Modules/zlib/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
9 That way the other gzclose functions can be used instead to avoid linking in
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
TestLifecycle.java 17 * @param test the instance of the test class that is about to be used
24 * @param method the test method that was just run
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
InvocationProfile.java 46 InvocationProfile that = (InvocationProfile) o;
48 if (isDeclaredOnObject != that.isDeclaredOnObject) return false;
49 if (isStatic != that.isStatic) return false;
50 if (clazz != null ? !clazz.equals(that.clazz) : that.clazz != null) return false;
51 if (methodName != null ? !methodName.equals(that.methodName) : that.methodName != null) return false;
52 if (!Arrays.equals(paramTypes, that.paramTypes)) return false;
  /external/selinux/mcstrans/
TODO 9 compute_trans_from_raw is an expensive operation that needs to be sped up or threaded so that mcstrans can respond to other requests more quickly.
  /external/selinux/python/sepolicy/sepolicy/help/
transition_from.txt 1 This screen shows when a process running with the '%(APP)s' type executes 'Commands File Paths' that they will transition to the specified types.
10 This screen shows the executables that transition to another domain when '%(APP)s' executes them, and the 'SELinux Application Type' of the newly created process.
  /external/skia/gm/
radial_gradient_precision.cpp 4 * Use of this source code is governed by a BSD-style license that can be
11 // All we're looking for here is that we see a smooth gradient.
  /external/skia/include/effects/
SkColorMatrixFilter.h 4 * Use of this source code is governed by a BSD-style license that can be
17 * Create a colorfilter that multiplies the RGB channels by one color, and
  /external/skia/include/private/
SkShadowFlags.h 4 * Use of this source code is governed by a BSD-style license that can be
14 /** The occluding object is not opaque. Knowing that the occluder is opaque allows
  /external/skia/site/dev/design/
sync.md 5 is a Python program that wraps `tools/git-sync-deps`. Motivations for using it:
10 `gclient sync`. If not, it skips that step.
  /external/skia/src/codec/
SkPngPriv.h 4 * Use of this source code is governed by a BSD-style license that can be
14 // If that is set to 1, we assume the gray channel can be ignored, and we output just alpha.
  /external/skia/src/gpu/effects/
GrRRectEffect.h 4 * Use of this source code is governed by a BSD-style license that can be
23 * Creates an effect that performs anti-aliased clipping against a SkRRect. It doesn't support
  /external/skia/src/gpu/glsl/
GrGLSLBlend.h 4 * Use of this source code is governed by a BSD-style license that can be
18 * Appends GLSL code to fsBuilder that assigns a specified blend of the srcColor and dstColor

Completed in 2111 milliseconds

<<111112113114115116117118119120>>