Searched refs:strVal (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsstring.py119 self.strVal = NSTaskDidTerminateNotification
127 s = pickle.dumps(self.strVal, 0)
131 s = pickle.dumps(self.strVal, 1)
135 s = pickle.dumps(self.strVal, 2)
145 s = pickle.dumps(self.strVal, 0)
149 s = pickle.dumps(self.strVal, 1)
153 s = pickle.dumps(self.strVal, 2)
158 v = self.strVal
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsstring.py120 self.strVal = NSTaskDidTerminateNotification
128 s = pickle.dumps(self.strVal, 0)
132 s = pickle.dumps(self.strVal, 1)
136 s = pickle.dumps(self.strVal, 2)
146 s = pickle.dumps(self.strVal, 0)
150 s = pickle.dumps(self.strVal, 1)
154 s = pickle.dumps(self.strVal, 2)
159 v = self.strVal
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsstring.py125 self.strVal = NSTaskDidTerminateNotification
133 s = pickle.dumps(self.strVal, 0)
137 s = pickle.dumps(self.strVal, 1)
141 s = pickle.dumps(self.strVal, 2)
152 s = pickle.dumps(self.strVal, 0)
156 s = pickle.dumps(self.strVal, 1)
160 s = pickle.dumps(self.strVal, 2)
165 v = self.strVal
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_NSDecimal.m343 PyObject* strVal = PyObject_Repr(pyValue);
346 if (strVal == NULL) return -1;
348 uniVal = PyUnicode_FromEncodedObject(strVal, "ascii", "strict");
349 Py_DECREF(strVal);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_Foundation_NSDecimal.m352 PyObject* strVal = PyObject_Repr(pyValue);
355 if (strVal == NULL) return -1;
357 uniVal = PyUnicode_FromEncodedObject(strVal, "ascii", "strict");
358 Py_DECREF(strVal);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Modules/
H A D_Foundation_NSDecimal.m361 PyObject* strVal = PyObject_Repr(pyValue);
364 if (strVal == NULL) return -1;
366 uniVal = PyUnicode_FromEncodedObject(strVal, "ascii", "strict");
367 Py_DECREF(strVal);
/macosx-10.10/ntp-92/libopts/autoopts/
H A Doptions.h90 char strVal[1]; /* OPARG_TYPE_STRING */ member in union:optionValue::__anon11556
/macosx-10.10/ntp-92/sntp/libopts/autoopts/
H A Doptions.h90 char strVal[1]; /* OPARG_TYPE_STRING */ member in union:optionValue::__anon11603
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4too.cpp364 c4_String strVal; local
373 strVal = Tcl_GetStringFromObj(obj_, 0);
417 rc = strVal.CompareNoCase(((c4_StringProp &)prop)(view[row]));
/macosx-10.10/ntp-92/libopts/
H A Dsave.c361 print_a_string(fp, ovp->pzName, ovp->v.strVal);
/macosx-10.10/ntp-92/sntp/libopts/
H A Dsave.c361 print_a_string(fp, ovp->pzName, ovp->v.strVal);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c2368 int slapi_value_set_string(Slapi_Value *value, const char *strVal) argument
2373 slapi_value_set( value, (void *)strVal, strlen( strVal ) );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dslapi-plugin.h155 int slapi_value_set_string(Slapi_Value *value, const char *strVal);

Completed in 321 milliseconds