Home
last modified time | relevance | path

Searched refs:srep (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/kfs/
H A DKosmosFileSystem.java116 res = kfsImpl.mkdirs(srep); in mkdirs()
128 return kfsImpl.isDirectory(srep); in isDirectory()
135 return kfsImpl.isFile(srep); in isFile()
142 if (kfsImpl.isFile(srep)) in listStatus()
151 if (!kfsImpl.exists(srep)) { in getFileStatus()
154 if (kfsImpl.isDirectory(srep)) { in getFileStatus()
223 if (kfsImpl.isFile(srep)) in delete()
224 return kfsImpl.remove(srep) == 0; in delete()
237 return kfsImpl.rmdir(srep) == 0; in delete()
249 return kfsImpl.filesize(srep); in getLength()
[all …]
/dports/security/steghide/steghide-0.5.1/src/
H A DEncryptionMode.cc34 EncryptionMode::EncryptionMode (std::string srep) in EncryptionMode() argument
36 setValue (translate (srep)) ; in EncryptionMode()
54 bool EncryptionMode::isValidStringRep (std::string srep) in isValidStringRep() argument
58 if (Translations[i].srep == srep) { in isValidStringRep()
76 retval = std::string (Translations[i].srep) ; in translate()
84 EncryptionMode::IRep EncryptionMode::translate (std::string srep) in translate() argument
89 if (Translations[i].srep == srep) { in translate()
H A DEncryptionAlgorithm.cc34 EncryptionAlgorithm::EncryptionAlgorithm (std::string srep) in EncryptionAlgorithm() argument
36 setValue (translate (srep)) ; in EncryptionAlgorithm()
54 bool EncryptionAlgorithm::isValidStringRep (std::string srep) in isValidStringRep() argument
58 if (Translations[i].srep == srep) { in isValidStringRep()
76 retval = std::string (Translations[i].srep) ; in translate()
84 EncryptionAlgorithm::IRep EncryptionAlgorithm::translate (std::string srep) in translate() argument
89 if (Translations[i].srep == srep) { in translate()
H A DEncryptionMode.h52 EncryptionMode (std::string srep) ;
62 static bool isValidStringRep (std::string srep) ;
66 static IRep translate (std::string srep) ;
74 char* srep ; member
H A DEncryptionAlgorithm.h64 EncryptionAlgorithm (std::string srep) ;
79 static bool isValidStringRep (std::string srep) ;
91 static IRep translate (std::string srep) ;
99 char* srep ; member
/dports/math/GiNaC/ginac-1.8.2/check/
H A Dexam_parser.cpp36 const string srep("-a-b"); in check1() local
38 ex e = reader(srep); in check1()
44 err_str << "\"" << srep << "\" was misparsed as \"" in check1()
54 const string srep("5-(3*x)/10"); in check2() local
56 ex e = reader(srep); in check2()
61 err_str << "\"" << srep << "\" was misparsed as \"" in check2()
72 const string srep("5-(2*I)/3"); in check3() local
74 ex e = reader(srep); in check3()
78 err_str << "\"" << srep << "\" was misparsed as \"" in check3()
H A Dtime_parser.cpp48 static double benchmark_and_cmp(const string& srep) in benchmark_and_cmp() argument
53 ex e = the_parser(srep); in benchmark_and_cmp()
70 string srep = prepare_str(n); in main() local
71 const double t = benchmark_and_cmp(srep); in main()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/tests/
H A DRpcTypesTest.cpp68 auto srep = [](SerializedResponse&& sr, uint32_t seqId) { in TEST_P() local
83 check(lsrep(lsr1()), srep(sr1(), 0)); in TEST_P()
84 check(lsrep(lsr2(10)), srep(sr1(), 10)); in TEST_P()
85 check(lsrep(lsr3(10)), srep(sr1(), 10)); in TEST_P()
88 check(lsrep1(lsr2(10), 0), srep(sr1(), 10)); in TEST_P()
89 check(lsrep1(lsr3(10), 0), srep(sr1(), 10)); in TEST_P()
90 check(lsrep1(lsr2(10), 5), srep(sr1(), 5)); in TEST_P()
91 check(lsrep1(lsr3(10), 5), srep(sr1(), 5)); in TEST_P()
119 auto srep = [](SerializedResponse&& sr) { in TEST_P() local
134 check(lsrep(lsr1()), srep(sr1())); in TEST_P()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dcurdir.c46 char *srep; /* replace string */ local
64 srep = strchr(smat, ':'); /* replace string */
65 if (srep == NULL) {
66 srep = "";
68 *srep = '\0';
69 srep++;
73 strcpy(new, srep);
/dports/math/vtk8/VTK-8.2.0/Rendering/Matplotlib/Testing/Cxx/
H A DTestIndexedLookupScalarBar.cxx536 …vtkScalarBarRepresentation* srep = vtkScalarBarRepresentation::SafeDownCast( scalarWidgetB->GetRep… in TestIndexedLookupScalarBar() local
537 srep->SetPosition( 0.053495, 0.053796 ); in TestIndexedLookupScalarBar()
538 srep->SetPosition2( 0.331773, 0.106455 ); in TestIndexedLookupScalarBar()
551 srep = vtkScalarBarRepresentation::SafeDownCast( scalarWidgetC->GetRepresentation() ); in TestIndexedLookupScalarBar()
552 srep->SetPosition( 0.861806, 0.0615385 ); in TestIndexedLookupScalarBar()
553 srep->SetPosition2( 0.1399, 0.405351 ); in TestIndexedLookupScalarBar()
623 srep = vtkScalarBarRepresentation::SafeDownCast( scalarWidget->GetRepresentation() ); in TestIndexedLookupScalarBar()
625 foo = srep->GetPosition(); in TestIndexedLookupScalarBar()
627 foo = srep->GetPosition2(); in TestIndexedLookupScalarBar()
/dports/math/vtk9/VTK-9.1.0/Rendering/Matplotlib/Testing/Cxx/
H A DTestIndexedLookupScalarBar.cxx520 vtkScalarBarRepresentation* srep = in TestIndexedLookupScalarBar() local
522 srep->SetPosition(0.053495, 0.053796); in TestIndexedLookupScalarBar()
523 srep->SetPosition2(0.331773, 0.106455); in TestIndexedLookupScalarBar()
535 srep = vtkScalarBarRepresentation::SafeDownCast(scalarWidgetC->GetRepresentation()); in TestIndexedLookupScalarBar()
536 srep->SetPosition(0.861806, 0.0615385); in TestIndexedLookupScalarBar()
537 srep->SetPosition2(0.1399, 0.405351); in TestIndexedLookupScalarBar()
608 srep = vtkScalarBarRepresentation::SafeDownCast( scalarWidget->GetRepresentation() ); in TestIndexedLookupScalarBar()
610 foo = srep->GetPosition(); in TestIndexedLookupScalarBar()
612 foo = srep->GetPosition2(); in TestIndexedLookupScalarBar()
/dports/math/vtk6/VTK-6.2.0/Rendering/Matplotlib/Testing/Cxx/
H A DTestIndexedLookupScalarBar.cxx536 …vtkScalarBarRepresentation* srep = vtkScalarBarRepresentation::SafeDownCast( scalarWidgetB->GetRep… in TestIndexedLookupScalarBar() local
537 srep->SetPosition( 0.053495, 0.053796 ); in TestIndexedLookupScalarBar()
538 srep->SetPosition2( 0.331773, 0.106455 ); in TestIndexedLookupScalarBar()
551 srep = vtkScalarBarRepresentation::SafeDownCast( scalarWidgetC->GetRepresentation() ); in TestIndexedLookupScalarBar()
552 srep->SetPosition( 0.861806, 0.0615385 ); in TestIndexedLookupScalarBar()
553 srep->SetPosition2( 0.1399, 0.405351 ); in TestIndexedLookupScalarBar()
623 srep = vtkScalarBarRepresentation::SafeDownCast( scalarWidget->GetRepresentation() ); in TestIndexedLookupScalarBar()
625 foo = srep->GetPosition(); in TestIndexedLookupScalarBar()
627 foo = srep->GetPosition2(); in TestIndexedLookupScalarBar()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Geometry/src/
H A DDecorativeGeometryRep.h125 void inheritPropertiesFrom(const DecorativeGeometryRep& srep) { in inheritPropertiesFrom() argument
126 body = srep.body; in inheritPropertiesFrom()
127 indexOnBody = srep.indexOnBody; in inheritPropertiesFrom()
128 userRef = srep.userRef; in inheritPropertiesFrom()
130 placement = srep.placement * placement; in inheritPropertiesFrom()
136 resolution = compose(resolution, srep.resolution); in inheritPropertiesFrom()
137 opacity = compose(opacity, srep.opacity); in inheritPropertiesFrom()
138 lineThickness = compose(lineThickness, srep.lineThickness); in inheritPropertiesFrom()
142 if (colorRGB[0] == -1) colorRGB = srep.colorRGB; in inheritPropertiesFrom()
143 if (faceCamera == -1) faceCamera = srep.faceCamera; in inheritPropertiesFrom()
[all …]
/dports/lang/racket/racket-8.3/collects/xml/private/
H A Dxexpr.rkt22 (cons (assoc-sort (map attribute->srep atts))
43 ;; attribute->srep : Attribute -> Attribute-srep
44 (define (attribute->srep a)
47 ;; srep->attribute : Attribute-srep -> Attribute
48 (define (srep->attribute a)
50 (error 'srep->attribute "expected (list Symbol String) given ~e" a))
69 (f (map srep->attribute (cadr x)) (cddr x))
/dports/lang/racket-minimal/racket-8.3/collects/xml/private/
H A Dxexpr.rkt22 (cons (assoc-sort (map attribute->srep atts))
43 ;; attribute->srep : Attribute -> Attribute-srep
44 (define (attribute->srep a)
47 ;; srep->attribute : Attribute-srep -> Attribute
48 (define (srep->attribute a)
50 (error 'srep->attribute "expected (list Symbol String) given ~e" a))
69 (f (map srep->attribute (cadr x)) (cddr x))
/dports/science/clhep/2.4.1.0/CLHEP/Evaluator/src/
H A Dstring.src22 struct srep {
25 srep() : n(1) {}
29 string() { p = new srep; p->s = 0; }
33 p = new srep; p->s = new char[strlen(s)+1]; strcpy(p->s, s);
38 p = new srep; p->s = new char[n+1]; strncpy(p->s, s, n); *(p->s+n) = '\0';
51 p = new srep;
/dports/devel/lua-luacheck/luacheck-4e5774169fa/src/luacheck/vendor/sha1/
H A Dinit.lua67 local srep = string.rep
84 local second_append = srep(schar(0), -non_zero_message_bytes % 64)
183 local key_xord_with_0x36 = key:gsub('.', xor_with_0x36) .. srep(schar(0x36), BLOCK_SIZE - #key)
184 local key_xord_with_0x5c = key:gsub('.', xor_with_0x5c) .. srep(schar(0x5c), BLOCK_SIZE - #key)
/dports/cad/opencascade/opencascade-7.6.0/src/STEPSelections/
H A DSTEPSelections_AssemblyExplorer.cxx67 …Handle(StepShape_ShapeRepresentation) srep = Handle(StepShape_ShapeRepresentation)::DownCast(shdef… in Handle()
68 if(srep.IsNull()) return srep; in Handle()
69 for(Standard_Integer i = 1; i <= srep->NbItems(); i++) { in Handle()
70 Handle(StepRepr_RepresentationItem) repitem = srep->ItemsValue(i); in Handle()
/dports/databases/libgda5/libgda-5.2.10/samples/XSLT/
H A Dtest.xsl19 <xsl:variable name="srep" select="text()"/> variable
25 default_served_by = ##srep::gint
27 <!-- $srep is set on xsl:variable at begin -->
/dports/databases/libgda5-ui/libgda-5.2.10/samples/XSLT/
H A Dtest.xsl19 <xsl:variable name="srep" select="text()"/> variable
25 default_served_by = ##srep::gint
27 <!-- $srep is set on xsl:variable at begin -->
/dports/databases/libgda5-mysql/libgda-5.2.10/samples/XSLT/
H A Dtest.xsl19 <xsl:variable name="srep" select="text()"/> variable
25 default_served_by = ##srep::gint
27 <!-- $srep is set on xsl:variable at begin -->
/dports/databases/libgda5-postgresql/libgda-5.2.10/samples/XSLT/
H A Dtest.xsl19 <xsl:variable name="srep" select="text()"/> variable
25 default_served_by = ##srep::gint
27 <!-- $srep is set on xsl:variable at begin -->
/dports/databases/libgda5-ldap/libgda-5.2.10/samples/XSLT/
H A Dtest.xsl19 <xsl:variable name="srep" select="text()"/> variable
25 default_served_by = ##srep::gint
27 <!-- $srep is set on xsl:variable at begin -->
/dports/databases/libgda5-bdb/libgda-5.2.10/samples/XSLT/
H A Dtest.xsl19 <xsl:variable name="srep" select="text()"/>
25 default_served_by = ##srep::gint
27 <!-- $srep is set on xsl:variable at begin -->
/dports/databases/libgda5-jdbc/libgda-5.2.10/samples/XSLT/
H A Dtest.xsl19 <xsl:variable name="srep" select="text()"/> variable
25 default_served_by = ##srep::gint
27 <!-- $srep is set on xsl:variable at begin -->

12345678