HomeSort by relevance Sort by last modified time
    Searched full:components (Results 1 - 25 of 6372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/
README 1 intel moorestown specific wrs-omx-il components
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
package.html 2 This package contains visitors for annotation attributes and their components.
  /external/proguard/src/proguard/classfile/attribute/visitor/
package.html 2 This package contains visitors for attributes and their components.
  /frameworks/support/wear/
README.txt 1 Library Project including Wearable Support UI Components and associated utilities.
  /external/python/cpython2/Lib/
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
    [all...]
  /external/doclava/res/assets/templates/
components.cs 5 include:"components/search_box.cs" ?><?cs
6 include:"components/api_filter.cs" ?><?cs
8 include:"components/masthead.cs" ?><?cs
9 include:"components/left_nav.cs" ?><?cs
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
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
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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
    [all...]
  /external/python/cpython2/Lib/plat-riscos/
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...]
  /frameworks/av/include/private/
README 4 various framework components. Use at your peril.
  /frameworks/base/libs/hwui/private/
README 4 various framework components. Use at your peril.
  /external/clang/test/Driver/
fubsan-strip-path-components.cpp 1 // RUN: %clang %s -### -o %t.o -fsanitize-undefined-strip-path-components=42 2>&1 | FileCheck %s
2 // CHECK: "-fsanitize-undefined-strip-path-components=42"
  /external/pdfium/testing/libfuzzer/
pdf_jpx_fuzzer.cc 26 uint32_t components; local
27 g_module.GetImageInfo(decoder.get(), &width, &height, &components);
30 if (components == 1) {
32 } else if (components <= 3) {
34 } else if (components == 4) {
37 width = (width * components + 2) / 3;
45 std::vector<uint8_t> output_offsets(components);
46 for (uint32_t i = 0; i < components; ++i)
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/1.0/
plexus-io-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.4/
plexus-io-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.6/
plexus-io-2.0.6.jar 
  /system/tools/hidl/utils/
StringHelper.cpp 102 std::vector<std::string> components; local
103 Tokenize(in, &components);
104 if (components.empty()) {
109 components[0] = Lowercase(components[0]);
110 for (size_t i = 1; i < components.size(); i++) {
111 components[i] = Capitalize(components[i]);
113 return JoinStrings(components, "");
117 std::vector<std::string> components; local
126 std::vector<std::string> components; local
135 std::vector<std::string> components; local
    [all...]
  /frameworks/support/v7/gridlayout/res/values/
dimens.xml 4 <!-- The default gap between components in a layout. -->
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/10/
_remote.repositories 3 maven-shared-components-10.pom>central=
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/11/
_remote.repositories 3 maven-shared-components-11.pom>central=
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/12/
_remote.repositories 3 maven-shared-components-12.pom>central=
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/15/
_remote.repositories 3 maven-shared-components-15.pom>central=
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/17/
_remote.repositories 3 maven-shared-components-17.pom>central=

Completed in 3328 milliseconds

1 2 3 4 5 6 7 8 91011>>