/external/python/uritemplates/uritemplate/ |
D | variable.py | 103 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/ |
D | stress_client.php | 84 $parts = explode(':', $raw_args['server_addresses']); 97 $test_case_strs = explode(',', $raw_args['test_cases']); 99 $parts = explode(':', $test_case_str);
|
D | metrics_client.php | 21 $parts = explode(':', $args['metrics_server_address']);
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBUtil.php | 308 $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);
|
D | FieldDescriptor.php | 242 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())));
|
D | MessageBuilderContext.php | 59 $camel_name = implode('', array_map('ucwords', explode('_', $name)));
|
/external/llvm-project/openmp/runtime/tools/ |
D | summarizeStats.py | 243 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/ |
D | no-hoist-prof.ll | 7 ; int foo(int iter, int explode) { 8 ; int base = bar(explode); 10 ; if (i == explode)
|
/external/llvm-project/llvm/test/ExecutionEngine/OrcLazy/ |
D | minimal-throw-catch.ll | 20 define void @explode() { 31 invoke void @explode()
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | MimeViewer.py | 80 self.explode() 92 def explode(self): member in MimeViewer
|
/external/protobuf/conformance/ |
D | autoload.php | 10 $path = '../php/src/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
|
/external/protobuf/benchmarks/php/ |
D | autoload.php | 12 … $path = $include_path . '/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php';
|
D | PhpBenchmark.php | 20 foreach (explode(PATH_SEPARATOR, get_include_path()) as $one_include_path) {
|
/external/skia/site/docs/user/modules/ |
D | particles.md | 328 " 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/ |
D | MethodInterceptionTest.java | 229 interceptable.explode(); in testInterceptedMethodThrows() 294 public String explode() throws Exception { in explode() method in MethodInterceptionTest.Interceptable
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | est.php | 5 $params = explode("/", $_SERVER["PATH_INFO"], 3);
|
/external/iputils/doc/ |
D | pg3.sgml | 141 switches, routers and end hosts may deadlock, crash, explode.
|
/external/libchrome/base/time/ |
D | time_unittest.cc | 40 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/ |
D | search.php | 243 $list = explode (" ", $query);
|
/external/llvm-project/polly/test/ScopInfo/ |
D | ranged_parameter_wrap_2.ll | 3 ; Check that the context is built fast and does not explode due to us
|
/external/mesa3d/docs/relnotes/ |
D | 7.9.rst | 82 shader compilation times explode when using more () pairs
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 570 def explode(*args, **kwargs): function 573 return explode
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | aggregate-reconstruction.ll | 11 ; Most basic test - we explode the original aggregate into it's elements,
|
/external/crosvm/ |
D | README.md | 258 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/ |
D | POJOPropertiesCollector.java | 848 renamed.addAll(prop.explode(l)); in _renameProperties()
|