Home
last modified time | relevance | path

Searched refs:explode (Results 1 – 25 of 40) sorted by relevance

12

/external/python/uritemplates/uritemplate/
Dvariable.py103 explode = False
105 explode = True
117 (name, {'explode': explode, 'prefix': prefix})
143 def _query_expansion(self, name, value, explode, prefix): argument
154 if explode:
166 if explode:
185 def _label_path_expansion(self, name, value, explode, prefix): argument
200 if not explode:
209 if not explode:
223 def _semi_path_expansion(self, name, value, explode, prefix): argument
[all …]
/external/grpc-grpc/src/php/tests/interop/
Dstress_client.php84 $parts = explode(':', $raw_args['server_addresses']);
97 $test_case_strs = explode(',', $raw_args['test_cases']);
99 $parts = explode(':', $test_case_str);
Dmetrics_client.php21 $parts = explode(':', $args['metrics_server_address']);
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php308 $classname = implode('_', explode('.', $name));
316 $parts = explode('.', $name);
371 $parts = array_map('ucwords', explode('.', $package));
380 implode('\\', array_map('ucwords', explode('.', $package))).
537 $path_strings = explode(",", $paths_string);
540 $field_strings = explode(".", $path_string);
554 $fields = explode('.', $path);
557 $segments = explode('_', $field);
DFieldDescriptor.php242 lcfirst(implode('', array_map('ucwords', explode('_', $proto->getName()))));
247 $json_name = implode('', array_map('ucwords', explode('_', $proto_name)));
254 $camel_name = implode('', array_map('ucwords', explode('_', $proto->getName())));
DMessageBuilderContext.php59 $camel_name = implode('', array_map('ucwords', explode('_', $name)));
/external/llvm-project/openmp/runtime/tools/
DsummarizeStats.py243 explode = [0,0]
245 patches = plt.pie(sizes, explode, colors=colors, startangle=90)
252 explode = []
258 explode.append(0)
261 patches = plt.pie(sizes, explode=explode, colors=colors, startangle=90)
/external/llvm-project/llvm/test/Transforms/LICM/
Dno-hoist-prof.ll7 ; int foo(int iter, int explode) {
8 ; int base = bar(explode);
10 ; if (i == explode)
/external/llvm-project/llvm/test/ExecutionEngine/OrcLazy/
Dminimal-throw-catch.ll20 define void @explode() {
31 invoke void @explode()
/external/python/cpython2/Demo/tkinter/guido/
DMimeViewer.py80 self.explode()
92 def explode(self): member in MimeViewer
/external/protobuf/conformance/
Dautoload.php10 $path = '../php/src/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
/external/protobuf/benchmarks/php/
Dautoload.php12 … $path = $include_path . '/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
DPhpBenchmark.php20 foreach (explode(PATH_SEPARATOR, get_include_path()) as $one_include_path) {
/external/skia/site/docs/user/modules/
Dparticles.md328 " bool explode = p.scale == 1;",
330 " p.lifetime = explode ? (2 + rand(p.seed) * 0.5) : 0.5;",
332 " float s = explode ? mix(90, 100, rand(p.seed)) : mix(5, 10, rand(p.seed));",
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java229 interceptable.explode(); in testInterceptedMethodThrows()
294 public String explode() throws Exception { in explode() method in MethodInterceptionTest.Interceptable
/external/wpa_supplicant_8/hs20/server/www/
Dest.php5 $params = explode("/", $_SERVER["PATH_INFO"], 3);
/external/iputils/doc/
Dpg3.sgml141 switches, routers and end hosts may deadlock, crash, explode.
/external/libchrome/base/time/
Dtime_unittest.cc40 Time::Exploded explode; in TEST() member
80 EXPECT_EQ(test.explode.HasValidValues(), test.is_valid); in TEST()
83 EXPECT_FALSE(base::Time::FromUTCExploded(test.explode, &result)); in TEST()
85 EXPECT_FALSE(base::Time::FromLocalExploded(test.explode, &result)); in TEST()
/external/libxml2/doc/
Dsearch.php243 $list = explode (" ", $query);
/external/llvm-project/polly/test/ScopInfo/
Dranged_parameter_wrap_2.ll3 ; Check that the context is built fast and does not explode due to us
/external/mesa3d/docs/relnotes/
D7.9.rst82 shader compilation times explode when using more () pairs
/external/python/pyopenssl/src/OpenSSL/
DSSL.py570 def explode(*args, **kwargs): function
573 return explode
/external/llvm-project/llvm/test/Transforms/InstCombine/
Daggregate-reconstruction.ll11 ; Most basic test - we explode the original aggregate into it's elements,
/external/crosvm/
DREADME.md258 are not allowed. The reason being that community made crates tend to explode the
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertiesCollector.java848 renamed.addAll(prop.explode(l)); in _renameProperties()

12