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

1 2 3

  /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/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;
Lwjgl3ApplicationConfiguration.java 222 * @param decorated whether the windowed mode window is decorated, i.e. displaying the title bars (default true)
224 public void setDecorated(boolean decorated) {
225 this.windowDecorated = decorated;
  /external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/
class_definition.py 30 elif (statement.type == symbol.decorated and
function_definition.py 30 elif (statement.type == symbol.decorated and
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /external/autotest/client/site_tests/security_DbusMap/
security_DbusMap.py 56 decorated = [(self.policy_sort_priority(policy), i, policy) for
58 decorated.sort()
59 return [policy for _,_,policy in decorated]
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 56 print '; \'decorated\' names; e.g., _glBegin@0, where the'
63 print '; the decorated names, even though the calling convention'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tempfile.py 368 # but an arg with embedded spaces should be decorated with double
371 decorated = '"%s"' % sys.executable
374 decorated = sys.executable
376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
test_grammar.py 823 # decorated: decorators (classdef | funcdef)
825 x.decorated = True
830 self.assertEqual(G.decorated, True)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tempfile.py 368 # but an arg with embedded spaces should be decorated with double
371 decorated = '"%s"' % sys.executable
374 decorated = sys.executable
376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
test_grammar.py 823 # decorated: decorators (classdef | funcdef)
825 x.decorated = True
830 self.assertEqual(G.decorated, True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 368 # but an arg with embedded spaces should be decorated with double
371 decorated = '"%s"' % sys.executable
374 decorated = sys.executable
376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
test_grammar.py 823 # decorated: decorators (classdef | funcdef)
825 x.decorated = True
830 self.assertEqual(G.decorated, True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 368 # but an arg with embedded spaces should be decorated with double
371 decorated = '"%s"' % sys.executable
374 decorated = sys.executable
376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 797 # decorated: decorators (classdef | funcdef)
799 x.decorated = True
804 self.assertEqual(G.decorated, True)

Completed in 1070 milliseconds

1 2 3