/external/python/cpython2/Lib/ |
D | macurl2path.py | 24 components = pathname.split('/') 27 while i < len(components): 28 if components[i] == '.': 29 del components[i] 30 elif components[i] == '..' and i > 0 and \ 31 components[i-1] not in ('', '..'): 32 del components[i-1:i+1] 34 elif components[i] == '' and i > 0 and components[i-1] != '': 35 del components[i] 38 if not components[0]: [all …]
|
/external/python/cpython2/PC/VS7.1/ |
D | python.iss | 89 Name: normal; Description: Select desired components; Flags: iscustom 91 [Components] 99 Name: extensions; Description: Register file associations (.py, .pyw, .pyc, .pyo); Components: main… 103 ; Unknown: By the time Components (and other attrs) are added to these lines, they're 110 Source: *.ico; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main 112 Source: python.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main 113 Source: pythonw.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main 114 Source: w9xpopen.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main 117 Source: DLLs\tcl83.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk 118 Source: DLLs\tk83.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk [all …]
|
/external/llvm/docs/ |
D | LLVMBuild.rst | 22 as to how the source code and various components are organized. The 31 Clang, and LLDB) is organized into *components*, which define the 75 *components*. Every component is typically grouped into its own 80 LLVM primarily uses the following types of components: 82 - *Libraries* - Library components define a distinct API which can be 94 Components are described using ``LLVMBuild.txt`` files in the directories 147 Each file may define multiple components. Each component is described by a 149 name is ignored, but each section name must be unique. Typically components 150 are just number in order for files with multiple components 160 Components **may not** define any properties other than those expected [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LLVMBuild.rst | 22 as to how the source code and various components are organized. The 31 Clang, and LLDB) is organized into *components*, which define the 75 *components*. Every component is typically grouped into its own 80 LLVM primarily uses the following types of components: 82 - *Libraries* - Library components define a distinct API which can be 94 Components are described using ``LLVMBuild.txt`` files in the directories 147 Each file may define multiple components. Each component is described by a 149 name is ignored, but each section name must be unique. Typically components 150 are just number in order for files with multiple components 160 Components **may not** define any properties other than those expected [all …]
|
/external/fonttools/Tests/mtiLib/data/mti/ |
D | gsubligature.ttx.GSUB | 12 <Ligature components="J" glyph="IJ"/> 15 <Ligature components="Jsmall" glyph="IJsmall"/> 18 <Ligature components="f,b" glyph="ffb"/> 19 <Ligature components="f,h" glyph="ffh"/> 20 <Ligature components="f,i" glyph="ffi"/> 21 <Ligature components="f,k" glyph="ffk"/> 22 <Ligature components="f,l" glyph="ffl"/> 23 <Ligature components="f,t" glyph="fft"/> 24 <Ligature components="b" glyph="fb"/> 25 <Ligature components="f" glyph="ff"/> [all …]
|
/external/oj-libjdwp/src/share/back/ |
D | ArrayReferenceImpl.c | 73 jboolean *components; in writeBooleanComponents() local 75 components = newComponents(out, length, sizeof(jboolean)); in writeBooleanComponents() 76 if (components != NULL) { in writeBooleanComponents() 78 JNI_FUNC_PTR(env,GetBooleanArrayRegion)(env, array, index, length, components); in writeBooleanComponents() 80 (void)outStream_writeBoolean(out, components[i]); in writeBooleanComponents() 82 deleteComponents(components); in writeBooleanComponents() 90 jbyte *components; in writeByteComponents() local 92 components = newComponents(out, length, sizeof(jbyte)); in writeByteComponents() 93 if (components != NULL) { in writeByteComponents() 95 JNI_FUNC_PTR(env,GetByteArrayRegion)(env, array, index, length, components); in writeByteComponents() [all …]
|
/external/python/cpython2/Lib/plat-riscos/ |
D | rourl2path.py | 23 components = string.split(url, '/') 24 if not components[0]: 25 if '$' in components: 26 del components[0] 28 components[0] = '$' 31 while i < len(components): 32 if components[i] == '.': 33 del components[i] 34 elif components[i] == '..' and i > 0 and \ 35 components[i-1] not in ('', '..'): [all …]
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | mixture.py | 59 components=[ 82 components, argument 92 properties (the components). 95 time and match `len(components)`. 100 components: A list or tuple of `Distribution` instances. 119 TypeError: If cat is not a `Categorical`, or `components` is not 120 a list or tuple, or the elements of `components` are not 122 ValueError: If `components` is an empty list or tuple, or its 126 `len(components)`, or all `components` and `cat` do not have 127 matching static batch shapes, or all components do not [all …]
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
D | Predicates.java | 95 * components evaluates to {@code true}. The components are evaluated in 99 * components} is empty, the returned predicate will always evaluate to {@code 103 Iterable<? extends Predicate<? super T>> components) { in and() argument 104 return new AndPredicate<T>(defensiveCopy(components)); in and() 109 * components evaluates to {@code true}. The components are evaluated in 113 * components} is empty, the returned predicate will always evaluate to {@code 116 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() argument 117 return new AndPredicate<T>(defensiveCopy(components)); in and() 122 * components evaluate to {@code true}. The components are evaluated in 134 * components evaluates to {@code true}. The components are evaluated in [all …]
|
/external/fonttools/Tests/feaLib/data/ |
D | spec5d1.ttx | 46 <Ligature components="fraction,two" glyph="onehalf"/> 47 <Ligature components="fraction,two.oldstyle" glyph="onehalf"/> 48 <Ligature components="slash,two" glyph="onehalf"/> 49 <Ligature components="slash,two.oldstyle" glyph="onehalf"/> 52 <Ligature components="fraction,two" glyph="onehalf"/> 53 <Ligature components="fraction,two.oldstyle" glyph="onehalf"/> 54 <Ligature components="slash,two" glyph="onehalf"/> 55 <Ligature components="slash,two.oldstyle" glyph="onehalf"/> 65 <Ligature components="fraction,two" glyph="onehalf"/> 66 <Ligature components="fraction,two.oldstyle" glyph="onehalf"/> [all …]
|
/external/deqp/framework/delibs/decpp/ |
D | deFilePath.cpp | 50 FilePath::FilePath (const std::vector<std::string>& components) in FilePath() argument 52 for (size_t ndx = 0; ndx < components.size(); ndx++) in FilePath() 56 m_path += components[ndx]; in FilePath() 60 void FilePath::split (std::vector<std::string>& components) const in split() 62 components.clear(); in split() 68 components.push_back(separator + separator); in split() 70 components.push_back(separator); in split() 79 components.push_back(m_path.substr(curCompStart, pos - curCompStart)); in split() 86 components.push_back(m_path.substr(curCompStart, pos - curCompStart)); in split() 89 FilePath FilePath::join (const std::vector<std::string>& components) in join() argument [all …]
|
/external/libxkbcommon/xkbcommon/src/ |
D | state.c | 95 * allows us to report which components of the state have changed. 97 struct state_components components; member 124 xkb_mod_mask_t active_mods = state->components.mods & type->mods.mask; in get_entry_for_key_state() 213 return XkbWrapGroupIntoRange(state->components.group, key->num_groups, in xkb_state_key_get_layout() 279 state->components.base_group = filter->priv; in xkb_filter_group_set_func() 282 state->components.locked_group = 0; in xkb_filter_group_set_func() 291 filter->priv = state->components.base_group; in xkb_filter_group_set_new() 293 state->components.base_group = filter->action.group.group; in xkb_filter_group_set_new() 295 state->components.base_group += filter->action.group.group; in xkb_filter_group_set_new() 322 state->components.locked_group = filter->action.group.group; in xkb_filter_group_lock_new() [all …]
|
/external/python/dateutil/dateutil/parser/ |
D | isoparser.py | 96 Support for fractional components other than seconds is part of the 116 Unspecified components default to their lowest value. 128 components, pos = self._parse_isodate(dt_str) 132 components += self._parse_isotime(dt_str[pos + 1:]) 134 raise ValueError('String contains unknown ISO components') 136 return datetime(*components) 149 components, pos = self._parse_isodate(datestr) 152 'components: {}'.format(datestr)) 153 return date(*components) 202 components = [1, 1, 1] [all …]
|
/external/guava/guava/src/com/google/common/base/ |
D | Predicates.java | 98 * components evaluates to {@code true}. The components are evaluated in 102 * components} is empty, the returned predicate will always evaluate to {@code 106 Iterable<? extends Predicate<? super T>> components) { in and() argument 107 return new AndPredicate<T>(defensiveCopy(components)); in and() 112 * components evaluates to {@code true}. The components are evaluated in 116 * components} is empty, the returned predicate will always evaluate to {@code 119 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() argument 120 return new AndPredicate<T>(defensiveCopy(components)); in and() 125 * components evaluate to {@code true}. The components are evaluated in 137 * components evaluates to {@code true}. The components are evaluated in [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | tensor_dataset_op_test.cc | 43 std::vector<string> components; in CreateTensorDatasetKernel() local 44 components.reserve(dtypes.size()); in CreateTensorDatasetKernel() 46 components.emplace_back(strings::StrCat("component_", i)); in CreateTensorDatasetKernel() 49 kNodeName, kOpName, components, in CreateTensorDatasetKernel() 70 std::vector<Tensor> components; member 81 /*components*/ in PlainTensorsTestCase() 105 /*components*/ in NestedTensorsTestCase() 140 std::vector<Tensor> components = test_case.components; in TEST_P() local 142 for (auto &component : components) { in TEST_P() 190 std::vector<Tensor> components = test_case.components; in TEST_F() local [all …]
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | picture_mjpeg.c | 42 context->desc.mjpeg.picture_parameter.components[i].component_id = in vlVaHandlePictureParameterBufferMJPEG() 43 mjpeg->components[i].component_id; in vlVaHandlePictureParameterBufferMJPEG() 44 context->desc.mjpeg.picture_parameter.components[i].h_sampling_factor = in vlVaHandlePictureParameterBufferMJPEG() 45 mjpeg->components[i].h_sampling_factor; in vlVaHandlePictureParameterBufferMJPEG() 46 context->desc.mjpeg.picture_parameter.components[i].v_sampling_factor = in vlVaHandlePictureParameterBufferMJPEG() 47 mjpeg->components[i].v_sampling_factor; in vlVaHandlePictureParameterBufferMJPEG() 48 context->desc.mjpeg.picture_parameter.components[i].quantiser_table_selector = in vlVaHandlePictureParameterBufferMJPEG() 49 mjpeg->components[i].quantiser_table_selector; in vlVaHandlePictureParameterBufferMJPEG() 51 sf = mjpeg->components[i].h_sampling_factor << 4 | mjpeg->components[i].v_sampling_factor; in vlVaHandlePictureParameterBufferMJPEG() 105 context->desc.mjpeg.slice_parameter.components[i].component_selector = in vlVaHandleSliceParameterBufferMJPEG() [all …]
|
/external/selinux/prebuilts/bin/ |
D | seinfo.py | 38 help="Print additional information about the specified components.") 88 queries.add_argument("--all", help="Print all of the above. On a Xen policy, the Xen components " 116 components = [] variable 123 components.append(("Booleans", q, lambda x: x.statement())) 130 components.append(("Categories", q, lambda x: x.statement())) 137 components.append(("Classes", q, lambda x: x.statement())) 144 components.append(("Commons", q, lambda x: x.statement())) 151 components.append(("Constraints", q, lambda x: x.statement())) 158 components.append(("Default rules", q, lambda x: x.statement())) 165 components.append(("Fs_use", q, lambda x: x.statement())) [all …]
|
/external/llvm/tools/llvm-config/ |
D | llvm-config.cpp | 43 // and required components for all of the available libraries. 45 // Not all components define a library, we also use "library groups" as a way to 70 /// \param VisitedComponents [in] [out] - The set of already visited components. 87 errs() << "Can't find component: '" << Name << "' in the map. Available components are: "; in VisitComponent() 102 // Only include non-installed components if requested. in VisitComponent() 133 /// components, in an order suitable for passing to a linker (that is, libraries 136 /// \param Components - The names of the components to find libraries for. 137 /// \param IncludeNonInstalled - Whether non-installed components should be 141 const std::vector<StringRef> &Components, bool IncludeNonInstalled, in ComputeLibsForComponents() argument 155 // Visit the components. in ComputeLibsForComponents() [all …]
|
/external/libxcam/xcore/ |
D | xcam_buffer.cpp | 51 info->components = 1; in xcam_video_buffer_info_reset() 58 info->components = 2; in xcam_video_buffer_info_reset() 67 info->components = 1; in xcam_video_buffer_info_reset() 74 info->components = 1; in xcam_video_buffer_info_reset() 81 info->components = 1; in xcam_video_buffer_info_reset() 97 info->components = 1; in xcam_video_buffer_info_reset() 104 info->components = 1; in xcam_video_buffer_info_reset() 111 info->components = 1; in xcam_video_buffer_info_reset() 122 info->components = 1; in xcam_video_buffer_info_reset() 133 info->components = 1; in xcam_video_buffer_info_reset() [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferParameters.cpp | 64 m_internal_formats[GL_R8] = sizeof(glw::GLubyte) * 1 /* components */; in initTest() 65 m_internal_formats[GL_R16F] = sizeof(glw::GLhalf) * 1 /* components */; in initTest() 66 m_internal_formats[GL_R32F] = sizeof(glw::GLfloat) * 1 /* components */; in initTest() 67 m_internal_formats[GL_R8I] = sizeof(glw::GLbyte) * 1 /* components */; in initTest() 68 m_internal_formats[GL_R16I] = sizeof(glw::GLshort) * 1 /* components */; in initTest() 69 m_internal_formats[GL_R32I] = sizeof(glw::GLint) * 1 /* components */; in initTest() 70 m_internal_formats[GL_R8UI] = sizeof(glw::GLubyte) * 1 /* components */; in initTest() 71 m_internal_formats[GL_R16UI] = sizeof(glw::GLushort) * 1 /* components */; in initTest() 72 m_internal_formats[GL_R32UI] = sizeof(glw::GLuint) * 1 /* components */; in initTest() 73 m_internal_formats[GL_RG8] = sizeof(glw::GLubyte) * 2 /* components */; in initTest() [all …]
|
/external/fonttools/Lib/fontTools/pens/ |
D | ttGlyphPen.py | 23 If `handleOverflowingTransforms` is True, the components' transform values 33 If False, no check is done and all components are translated unmodified 47 self.components = [] 101 self.components.append((glyphName, transformation)) 108 for (glyphName, transformation) in self.components 110 components = [] 111 for glyphName, transformation in self.components: 119 # can't have both coordinates and components, so decompose 136 components.append(component) 137 return components [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Triple.cpp | 418 // Parse into components. in normalize() 419 SmallVector<StringRef, 4> Components; in normalize() local 422 Components.push_back(Str.slice(First, Last)); in normalize() 431 if (Components.size() > 0) in normalize() 432 Arch = ParseArch(Components[0]); in normalize() 434 if (Components.size() > 1) in normalize() 435 Vendor = ParseVendor(Components[1]); in normalize() 437 if (Components.size() > 2) in normalize() 438 OS = ParseOS(Components[2]); in normalize() 440 if (Components.size() > 3) in normalize() [all …]
|
/external/mesa3d/prebuilt-intermediates/glsl/ |
D | ir_expression_operation_constant.h | 3 for (unsigned c = 0; c < op[0]->type->components(); c++) { 24 for (unsigned c = 0; c < op[0]->type->components(); c++) { 36 for (unsigned c = 0; c < op[0]->type->components(); c++) { 63 for (unsigned c = 0; c < op[0]->type->components(); c++) { 84 for (unsigned c = 0; c < op[0]->type->components(); c++) { 105 for (unsigned c = 0; c < op[0]->type->components(); c++) { 120 for (unsigned c = 0; c < op[0]->type->components(); c++) { 135 for (unsigned c = 0; c < op[0]->type->components(); c++) { 150 for (unsigned c = 0; c < op[0]->type->components(); c++) { 162 for (unsigned c = 0; c < op[0]->type->components(); c++) { [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | dense_to_sparse_batch_test.py | 35 components = np.random.randint(12, size=(100,)).astype(np.int32) 37 components).map(lambda x: array_ops.fill([x], x)).apply( 41 for start in range(0, len(components), 4): 44 for i, c in enumerate(components[start:start + 4]) 47 [c for c in components[start:start + 4] for _ in range(c)], 50 len(components) - start), 12], 57 components = np.random.randint(5, size=(40,)).astype(np.int32) 59 components).map(lambda x: array_ops.fill([x, x], x)).apply( 64 for start in range(0, len(components), 4): 67 for i, c in enumerate(components[start:start + 4]) [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 52 // components are live because of arbitrary nesting of structs. in FindLiveComponents() 69 MarkExtractUseAsLive(current_inst, current_item.components, in FindLiveComponents() 84 MarkUsesAsLive(current_inst, current_item.components, live_components, in FindLiveComponents() 108 new_item.components = live_elements; in MarkExtractUseAsLive() 110 new_item.components.Set(current_inst->GetSingleWordInOperand(1)); in MarkExtractUseAsLive() 133 new_item.components = current_item.components; in MarkInsertUsesAsLive() 134 new_item.components.Clear(insert_position); in MarkInsertUsesAsLive() 139 if (current_item.components.Get(insert_position)) { in MarkInsertUsesAsLive() 146 new_item_for_obj.components.Set(0); in MarkInsertUsesAsLive() 158 new_item.components = current_item.components; in MarkInsertUsesAsLive() [all …]
|