HomeSort by relevance Sort by last modified time
    Searched full:decorated (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium-trace/catapult/tracing/tracing/ui/base/
container_that_decorates_its_children_test.html 15 span.decorated = false;
29 assert.isFalse(child.decorated);
30 child.decorated = true;
34 assert.isTrue(child.decorated);
35 child.decorated = false;
44 assert.isTrue(container.children[0].decorated);
45 assert.isTrue(container.children[1].decorated);
46 assert.isTrue(container.children[2].decorated);
54 assert.isFalse(c0.decorated);
62 assert.isFalse(c0.decorated);
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t050decorate.g 8 def decorated(self, *args, **kwargs):
15 return decorated
  /external/clang/test/SemaCXX/
pragma-optimize.cpp 14 // This is a declaration and therefore it is not decorated with `optnone`.
18 // This is a definition and therefore it will be decorated with `optnone`.
27 // is also decorated with the `optnone` attribute because it is within a
35 // The declaration of the method is not decorated with `optnone`.
39 // The definition of the method instead is decorated with `optnone`.
45 // A template declaration will not be decorated with `optnone`.
48 // The template definition will be decorated with the attribute `optnone`.
53 // This function definition will not be decorated with `optnone` because the
60 // This function definition will not be decorated with `optnone` because the
70 // decorated with `optnone`, because the pragma applies its effects onl
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
decorators.py 75 The decorated function.
107 timeout: The number of seconds to wait for the decorated function to
109 retries: The number of times the decorated function should be retried on
128 default_timeout: The number of seconds to wait for the decorated function
130 to the decorated function.
131 default_retries: The number of times the decorated function should be
133 passed to the decorated function.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/retry_decorator/
retry_decorator.py 13 Retry calling the decorated function using an exponential backoff.
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3WindowConfiguration.java 65 * @param decorated whether the windowed mode window is decorated, i.e. displaying the title bars (default true)
67 public void setDecorated(boolean decorated) {
68 this.windowDecorated = decorated;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-14.d 7 # Checking that a bsr to a non-PLT-decorated nonvisible function
  /external/autotest/client/cros/cellular/pseudomodem/
utils.py 21 response from the decorated function.
23 exception raised by the decorated function.
34 @param func: The function to be decorated.
39 """The modified function for the decorated function."""
  /external/autotest/client/cros/video/
method_logger.py 9 """ A decorator method to log when 'decorated' methods have been executed.
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
class_definition.py 30 elif (statement.type == symbol.decorated and
function_definition.py 30 elif (statement.type == symbol.decorated and
  /external/clang/test/PCH/
pragma-optimize.c 28 // Check that the function is decorated with optnone
  /external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/
AbstractActivityComponent.java 26 @PerActivity // Subtypes of AbstractActivityComponent should be decorated with @PerActivity.
  /external/guava/guava/src/com/google/common/collect/
ForwardingObject.java 27 * being decorated.
63 * the instance being decorated.
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py 547 # An initial request to an oauth_required decorated path should be a
585 # Now requesting the decorated path should work.
612 # An initial request to an oauth_required decorated path should be a
628 # Now requesting the decorated path should work.
647 # An initial request to an oauth_aware decorated path should not redirect.
676 # Now requesting the decorated path will have credentials.
697 # An initial request to an oauth_aware decorated path should not redirect.
773 # An initial request to an oauth_required decorated path should be a
786 # An initial request to an oauth_aware decorated path should be a
  /external/libbrillo/brillo/
type_name_undecorate.h 54 // the decorated/mangled type name returned by std::type_info::name().
  /external/llvm/utils/
test_debuginfo.pl 5 # - Input source program. Usually this source file is decorated using
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
CountOutputStream.java 23 /** the decorated output stream */
  /frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
LeanbackPreferenceFragment.java 27 * This fragment provides a fully decorated leanback-style preference fragment, including a
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 18 decorated = 261 variable

Completed in 1304 milliseconds

1 2 3 4 5 6 7 8 9