Home
last modified time | relevance | path

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

12

/external/autotest/utils/frozen_chromite/third_party/uritemplate/
D__init__.py62 def _tostring(varname, value, explode, prefix, operator, safe=""): argument
67 if explode:
79 def _tostring_path(varname, value, explode, prefix, operator, safe=""): argument
82 if explode:
93 if explode:
112 def _tostring_semi(varname, value, explode, prefix, operator, safe=""): argument
117 if explode:
129 if explode:
146 def _tostring_query(varname, value, explode, prefix, operator, safe=""): argument
153 if explode:
[all …]
/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/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php332 $classname = implode('_', explode('.', $name));
340 $parts = explode('.', $name);
351 $parts = explode('.', $name);
414 $parts = array_map('ucwords', explode('.', $package));
423 implode('\\', array_map('ucwords', explode('.', $package))).
426 implode('\\', array_map('ucwords', explode('.', $package))).
585 $path_strings = explode(",", $paths_string);
588 $field_strings = explode(".", $path_string);
602 $fields = explode('.', $path);
605 $segments = explode('_', $field);
DFieldDescriptor.php288 $json_name = implode('', array_map('ucwords', explode('_', $proto_name)));
295 $camel_name = implode('', array_map('ucwords', explode('_', $proto->getName())));
DMessageBuilderContext.php59 $camel_name = implode('', array_map('ucwords', explode('_', $name)));
/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/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php310 $classname = implode('_', explode('.', $name));
318 $parts = explode('.', $name);
373 $parts = array_map('ucwords', explode('.', $package));
382 implode('\\', array_map('ucwords', explode('.', $package))).
539 $path_strings = explode(",", $paths_string);
542 $field_strings = explode(".", $path_string);
556 $fields = explode('.', $path);
559 $segments = explode('_', $field);
DFieldDescriptor.php252 lcfirst(implode('', array_map('ucwords', explode('_', $proto->getName()))));
257 $json_name = implode('', array_map('ucwords', explode('_', $proto_name)));
264 $camel_name = implode('', array_map('ucwords', explode('_', $proto->getName())));
DMessageBuilderContext.php59 $camel_name = implode('', array_map('ucwords', explode('_', $name)));
/external/python/cpython2/Demo/tkinter/guido/
DMimeViewer.py80 self.explode()
92 def explode(self): member in MimeViewer
/external/cronet/third_party/protobuf/conformance/
Dautoload.php10 $path = '../php/src/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
/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/cronet/third_party/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/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/cronet/base/process/
Dmemory_mac.mm32 // registered. In this case, going straight to the shim may explode, since the
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/canonicalize/
Dscatter.mlir3 // Folding this case would explode the IR
/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/iputils/doc/
Dpg3.sgml141 switches, routers and end hosts may deadlock, crash, explode.
/external/mesa3d/docs/relnotes/
D7.9.rst82 shader compilation times explode when using more () pairs
/external/cronet/base/time/
Dtime_unittest.cc122 Time::Exploded explode; in TEST() member
162 EXPECT_EQ(test.explode.HasValidValues(), test.is_valid); in TEST()
165 EXPECT_FALSE(base::Time::FromUTCExploded(test.explode, &result)); in TEST()
167 EXPECT_FALSE(base::Time::FromLocalExploded(test.explode, &result)); in TEST()

12