Home
last modified time | relevance | path

Searched refs:adapt (Results 1 – 25 of 159) sorted by relevance

1234567

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DCompilationUnitContext.java155 return SymbolReference.adapt(ref, ResolvedTypeDeclaration.class); in solveType()
166 return SymbolReference.adapt(ref, ResolvedTypeDeclaration.class); in solveType()
177 return SymbolReference.adapt(ref, ResolvedTypeDeclaration.class); in solveType()
184 return SymbolReference.adapt(ref, ResolvedTypeDeclaration.class); in solveType()
191 return SymbolReference.adapt(ref, ResolvedTypeDeclaration.class); in solveType()
196 … return SymbolReference.adapt(typeSolver.tryToSolveType(name), ResolvedTypeDeclaration.class); in solveType()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_javaparsermodel_contexts_CompilationUnitContext.txt51adapt(ref, com.github.javaparser.symbolsolver.model.declarations.TypeDeclaration.class) ==> com.gi…
57adapt(ref, com.github.javaparser.symbolsolver.model.declarations.TypeDeclaration.class) ==> com.gi…
66adapt(ref, com.github.javaparser.symbolsolver.model.declarations.TypeDeclaration.class) ==> com.gi…
69adapt(ref, com.github.javaparser.symbolsolver.model.declarations.TypeDeclaration.class) ==> com.gi…
72adapt(ref, com.github.javaparser.symbolsolver.model.declarations.TypeDeclaration.class) ==> com.gi…
74adapt(typeSolver.tryToSolveType(name), com.github.javaparser.symbolsolver.model.declarations.TypeD…
/external/syzkaller/vendor/golang.org/x/net/idna/
Dpunycode.go82 bias = adapt(i-oldI, x, oldI == 0)
156 bias = adapt(delta, h+1, h == b)
190 func adapt(delta, numPoints int32, firstTime bool) int32 { func
/external/python/cpython2/Lib/bsddb/test/
Dtest_distributed_transactions.py60 adapt = lambda x : x function
63 adapt = lambda x : bytes(x, "ascii") function
69 gid = adapt(gid %i)
/external/icu/icu4c/source/test/intltest/
Dpunyref.cpp110 static punycode_uint adapt( in adapt() function
202 bias = adapt(delta, h + 1, h == b); in punycode_encode()
273 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
/external/python/cpython2/Lib/encodings/
Dpunycode.py93 def adapt(delta, first, numchars): function
116 bias = adapt(delta, points==0, baselen+points+1)
181 bias = adapt(delta, (extpos == 0), len(base))
/external/python/cpython3/Lib/encodings/
Dpunycode.py91 def adapt(delta, first, numchars): function
114 bias = adapt(delta, points==0, baselen+points+1)
178 bias = adapt(delta, (extpos == 0), len(base))
/external/ltp/doc/
Dmini-howto-building-ltp-from-git.txt8 to adapt to your distribution).
20 # Set some useful variables (adapt if you dislike)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java121 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
209 bias = adapt(delta, h + 1, (h == b)); in encode()
355 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DPunycodeReference.java124 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference
212 bias = adapt(delta, h + 1, (h == b)); in encode()
358 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
/external/scapy/scapy/contrib/
Dgsm_um.py101 def adapt(min_length, max_length, fields, fields2, location=2): function
2931 res = adapt(3, 11, a, self.fields_desc)
3510 res = adapt(6, 251, a, self.fields_desc)
3941 res = adapt(4, 13, a, self.fields_desc)
3991 res = adapt(1, 12, a, self.fields_desc)
4158 res = adapt(3, 10, a, self.fields_desc)
4216 res = adapt(4, 8, a, self.fields_desc)
4250 res = adapt(3, 12, a, self.fields_desc)
4658 res = adapt(1, 11, a, self.fields_desc, 1)
5340 res = adapt(2, 251, a, self.fields_desc)
[all …]
/external/opencensus-java/exporters/stats/signalfx/src/test/java/io/opencensus/exporter/stats/signalfx/
DSignalFxSessionAdaptorTest.java158 List<DataPoint> datapoints = SignalFxSessionAdaptor.adapt(viewData); in unsupportedAggregationYieldsNoDatapoints()
166 List<DataPoint> datapoints = SignalFxSessionAdaptor.adapt(viewData); in noAggregationDataYieldsNoDatapoints()
250 List<DataPoint> datapoints = SignalFxSessionAdaptor.adapt(viewData); in adaptViewIntoDatapoints()
291 List<DataPoint> datapoints = SignalFxSessionAdaptor.adapt(viewData); in adaptViewWithEmptyTagValueIntoDatapoints()
/external/ltp/testcases/misc/math/float/bessel/
Dreadme1 /* please, adapt the Makefile file to your environment */
/external/ltp/testcases/misc/math/float/power/
Dreadme1 /* please, adapt the Makefile file to your environment */
/external/ltp/testcases/misc/math/float/iperb/
DREADME1 /* please, adapt the Makefile file to your environment */
/external/ltp/testcases/misc/math/float/exp_log/
Dreadme1 /* please, adapt the Makefile file to your environment */
/external/clang/docs/analyzer/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/libnl/python/doc/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/external/python/dateutil/docs/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/external/mesa3d/src/gallium/docs/source/
Dindex.rst3 You can adapt this file completely to your liking, but it should at least
/external/zxing/qr_scanner/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/external/webrtc/webrtc/voice_engine/test/android/android_test/
Ddefault.properties7 # "build.properties", and override values to adapt the script to your
/external/slf4j/slf4j-android/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your

1234567