HomeSort by relevance Sort by last modified time
    Searched full:_object (Results 101 - 125 of 138) sorted by null

1 2 3 45 6

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 19 def Add_Files(self, _object, _attributes={}, **_arguments):
30 _arguments['----'] = _object
45 def Check_Syntax(self, _object, _attributes={}, **_arguments):
56 _arguments['----'] = _object
90 def Close_Window(self, _object, _attributes={}, **_arguments):
100 _arguments['----'] = _object
116 def Compile(self, _object, _attributes={}, **_arguments):
127 _arguments['----'] = _object
142 def Create_Project(self, _object, _attributes={}, **_arguments):
152 _arguments['----'] = _object
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 19 def Add_Files(self, _object, _attributes={}, **_arguments):
30 _arguments['----'] = _object
45 def Check_Syntax(self, _object, _attributes={}, **_arguments):
56 _arguments['----'] = _object
90 def Close_Window(self, _object, _attributes={}, **_arguments):
100 _arguments['----'] = _object
116 def Compile(self, _object, _attributes={}, **_arguments):
127 _arguments['----'] = _object
142 def Create_Project(self, _object, _attributes={}, **_arguments):
152 _arguments['----'] = _object
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 65 _object = object
68 class _object : pass class in inherits:
122 class security_id(_object):
171 class avc_entry_ref(_object):
189 class avc_memory_callback(_object):
210 class avc_log_callback(_object):
231 class avc_thread_callback(_object):
252 class avc_lock_callback(_object):
330 class avc_cache_stats(_object):
413 class context_s_t(_object)
    [all...]
  /external/clang/test/CodeGenObjC/
ivar-layout-64.m 138 id _object;
151 id _object;
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng.py 63 _object = object
66 class _object : pass class in inherits:
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 38 def sort(self, _object, _attributes={}, **_arguments):
49 _arguments['----'] = _object
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Utility_Events.py 175 def log(self, _object, _attributes={}, **_arguments):
185 _arguments['----'] = _object
Standard_Suite.py 27 def save(self, _object, _attributes={}, **_arguments):
46 _arguments['----'] = _object
66 def do_script(self, _object, _attributes={}, **_arguments):
75 _arguments['----'] = _object
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 38 def sort(self, _object, _attributes={}, **_arguments):
49 _arguments['----'] = _object
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 38 def sort(self, _object, _attributes={}, **_arguments):
49 _arguments['----'] = _object
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 220 static struct __test_metadata _##test_name##_object = \
223 __register_test(&_##test_name##_object); \
276 static struct __test_metadata _##fixture_name##_##test_name##_object = { \
283 __register_test(&_##fixture_name##_##test_name##_object); \
  /external/linux-kselftest/tools/testing/selftests/seccomp/
test_harness.h 221 static struct __test_metadata _##test_name##_object = \
226 __register_test(&_##test_name##_object); \
283 _##fixture_name##_##test_name##_object = { \
291 __register_test(&_##fixture_name##_##test_name##_object); \
  /external/minijail/
test_harness.h 204 static struct __test_metadata _##test_name##_object = \
207 __register_test(&_##test_name##_object); \
254 static struct __test_metadata _##fixture_name##_##test_name##_object = { \
260 __register_test(&_##fixture_name##_##test_name##_object); \
  /external/python/cpython2/Doc/library/
miniaeframe.rst 53 .. method:: AEServer.callback(_object, **kwargs)
  /external/seccomp-tests/linux/
test_harness.h 225 static struct __test_metadata _##test_name##_object = \
230 __register_test(&_##test_name##_object); \
287 _##fixture_name##_##test_name##_object = { \
295 __register_test(&_##fixture_name##_##test_name##_object); \
  /external/llvm/docs/
Lexicon.rst 172 .. _object pointer:
173 .. _object pointers:
  /external/v8/src/runtime/
runtime-utils.h 53 Handle<Object> name##_object = args.at(index); \
55 CHECK(TryNumberToSize(*name##_object, &name));
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 19 def move(self, _object, _attributes={}, **_arguments):
30 _arguments['----'] = _object
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 19 def move(self, _object, _attributes={}, **_arguments):
30 _arguments['----'] = _object
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 19 def move(self, _object, _attributes={}, **_arguments):
30 _arguments['----'] = _object
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py 733 fp.write("_object, ") # Include direct object, if it has one
735 fp.write("_object=None, ") # Also include if it is optional
771 fp.write(" _arguments['----'] = _object\n")
773 fp.write(" if _object:\n")
774 fp.write(" _arguments['----'] = _object\n")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py 733 fp.write("_object, ") # Include direct object, if it has one
735 fp.write("_object=None, ") # Also include if it is optional
771 fp.write(" _arguments['----'] = _object\n")
773 fp.write(" if _object:\n")
774 fp.write(" _arguments['----'] = _object\n")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 733 fp.write("_object, ") # Include direct object, if it has one
735 fp.write("_object=None, ") # Also include if it is optional
771 fp.write(" _arguments['----'] = _object\n")
773 fp.write(" if _object:\n")
774 fp.write(" _arguments['----'] = _object\n")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 67 struct _object *_ob_next; \
68 struct _object *_ob_prev;
106 typedef struct _object { struct
    [all...]

Completed in 2031 milliseconds

1 2 3 45 6