HomeSort by relevance Sort by last modified time
    Searched refs:SCM (Results 1 - 17 of 17) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/guile/
swigrun.i 16 SCM scm_init_Swig_swigrun_module (void);
38 SWIG_IsPointer(SCM object);
41 SWIG_IsPointerOfType(SCM object, swig_type_info *type);
44 SWIG_PointerAddress(SCM object);
47 SWIG_PointerType(SCM object);
guile_scm_run.swg 21 static SCM
22 scm_module_variable (SCM module, SCM sym)
35 typedef SCM (*swig_guile_proc)();
37 typedef SCM (*guile_destructor)(SCM);
41 SCM goops_class;
84 SWIG_Guile_scm2newstr(SCM str, size_t *len) {
111 static SCM swig_make_func = SCM_EOL;
112 static SCM swig_keyword = SCM_EOL
    [all...]
guilemain.i 16 #define GDB_TYPE SCM
std_common.i 17 inline std::string SWIG_scm2string(SCM x) {
std_vector.i 49 SCM o = scm_vector_ref($input,scm_from_ulong(i));
56 SCM head, tail;
78 SCM o = scm_vector_ref($input,scm_from_ulong(i));
89 SCM head, tail;
119 SCM o = scm_vector_ref($input,scm_from_ulong(0));
133 SCM head = SCM_CAR($input);
160 SCM o = scm_vector_ref($input,scm_from_ulong(0));
173 SCM head = SCM_CAR($input);
237 SCM o = scm_vector_ref($input,scm_from_ulong(i));
246 SCM v = scm_vector($input)
    [all...]
std_map.i 49 SCM alist = $input;
53 SCM entry, key, val;
85 SCM alist = $input;
89 SCM entry, key, val;
111 SCM alist = SCM_EOL;
116 SCM k = SWIG_NewPointerObj(key,$descriptor(K *), 1);
117 SCM x = SWIG_NewPointerObj(val,$descriptor(T *), 1);
118 SCM entry = scm_cons(k,x);
132 SCM head = SCM_CAR($input);
134 SCM key = SCM_CAR(head)
    [all...]
std_pair.i 29 SCM first, second;
45 SCM first, second;
61 SCM first = SWIG_NewPointerObj(x,$descriptor(T *), 1);
62 SCM second = SWIG_NewPointerObj(y,$descriptor(U *), 1);
70 SCM first = SCM_CAR($input);
71 SCM second = SCM_CDR($input);
96 SCM first = SCM_CAR($input);
97 SCM second = SCM_CDR($input);
134 SCM first, second;
151 SCM first, second
    [all...]
list-vector.i 69 SCM swig_scm_value = scm_vector_ref($input, scm_from_long(i));
84 SCM rest;
89 SCM swig_scm_value = SCM_CAR(rest);
143 SCM res = scm_make_vector(scm_from_long(*$1),
147 SCM elt = C_TO_SCM_EXPR;
158 SCM res = SCM_EOL;
161 SCM elt = C_TO_SCM_EXPR;
321 SCM swig_scm_value = scm_vector_ref($input, scm_from_long(i));
336 SCM rest;
342 SCM swig_scm_value = SCM_CAR(rest)
    [all...]
typemaps.i 177 { SCM swig_scm_value = $input;
180 { SCM swig_scm_value = $input;
191 SCM swig_scm_value = $input;
204 { SCM swig_scm_value = $input;
340 /* SCM is passed through */
342 typedef unsigned long SCM;
343 %typemap (in) SCM "$1=$input;";
344 %typemap (out) SCM "$result=$1;";
345 %typecheck(SWIG_TYPECHECK_POINTER) SCM "$1=1;";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
__init__.py 6 from .scm import SCM
scm.py 30 # Python module for interacting with an SCM system (like SVN or Git)
42 # SCM methods are expected to return paths relative to self.checkout_root.
43 class SCM:
61 # SCM always returns repository relative path, but sometimes we need
84 SCM._subclass_must_implement()
87 SCM._subclass_must_implement()
137 # but the SCM baseclass will only call local_commits methods when this is true.
140 SCM._subclass_must_implement()
svn.py 42 from .scm import SCM
47 class SVN(SCM):
54 SCM.__init__(self, cwd, **kwargs)
57 raise Exception(message='Empty list of patch directories passed to SCM.__init__')
git.py 35 from webkitpy.common.checkout.scm.scm import SCM
50 class Git(SCM):
59 SCM.__init__(self, cwd, **kwargs)
scm_unittest.py 39 from webkitpy.common.checkout.scm.detection import detect_scm_system
40 from webkitpy.common.checkout.scm.git import Git, AmbiguousCommitError
41 from webkitpy.common.checkout.scm.scm import SCM
42 from webkitpy.common.checkout.scm.svn import SVN
61 self.scm = None
207 self.scm.add("added_dir/added_file")
208 self.assertIn("added_dir/added_file", self.scm._added_files())
213 self.scm.add("added_dir/added_file"
    [all...]
  /external/chromium_org/build/mac/
tweak_info_plist.py 112 """Adds the SCM information, visible in about:version, to property list. If
130 print >>sys.stderr, 'Could not determine SCM revision. This may be OK.'
212 parser.add_option('--scm', dest='add_scm_info', action='store', type='int',
213 default=True, help='Add SCM metadata [1 or 0]')
263 # Adds or removes any SCM keys.
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 321 milliseconds