HomeSort by relevance Sort by last modified time
    Searched full:endswith (Results 151 - 175 of 3543) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java 646 if (transformationUpperCase.endsWith("/OAEPPADDING")) {
648 } else if (transformationUpperCase.endsWith(
651 } else if (transformationUpperCase.endsWith(
654 } else if (transformationUpperCase.endsWith(
657 } else if (transformationUpperCase.endsWith(
660 } else if (transformationUpperCase.endsWith(
674 if (transformationUpperCase.endsWith("/NOPADDING")) {
676 } else if (transformationUpperCase.endsWith("/PKCS7PADDING")) {
678 } else if (transformationUpperCase.endsWith("/PKCS1PADDING")) {
706 if (algorithmUpperCase.endsWith("WITHECDSA"))
    [all...]
  /external/skia/
PRESUBMIT.py 95 if affected_file_path.endswith('.py'):
122 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
176 sources = lambda x: (x.LocalPath().endswith('.h') or
177 x.LocalPath().endswith('.gypi') or
178 x.LocalPath().endswith('.gyp') or
179 x.LocalPath().endswith('.py') or
180 x.LocalPath().endswith('.sh') or
181 x.LocalPath().endswith('.m') or
182 x.LocalPath().endswith('.mm') o
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
monsoon.py 132 if k.endswith('VoltageSetting'):
134 elif k.endswith('FineCurrent'):
136 elif k.endswith('CoarseCurrent'):
138 elif k.startswith('voltage') or k.endswith('Voltage'):
140 elif k.endswith('Resistor'):
144 elif k.endswith('CurrentLimit'):
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java 43 if ((MediaNames.ALBUMART_TEST_FILES[i].endsWith(".wma") && !supportWMA) ||
44 (MediaNames.ALBUMART_TEST_FILES[i].endsWith(".wmv") && !supportWMV)
82 if ((MediaNames.THUMBNAIL_METADATA_TEST_FILES[i].endsWith(".wma") && !supportWMA) ||
83 (MediaNames.THUMBNAIL_METADATA_TEST_FILES[i].endsWith(".wmv") && !supportWMV)
121 if ((MediaNames.THUMBNAIL_METADATA_TEST_FILES[i].endsWith(".wma") && !supportWMA) ||
122 (MediaNames.THUMBNAIL_METADATA_TEST_FILES[i].endsWith(".wmv") && !supportWMV)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringExtensions.cs 48 public static bool endsWith( string str, string value )
50 return str.EndsWith( value );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs 49 public static bool endsWith( this string str, string value )
51 return str.EndsWith( value );
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
csv_pivot_table_output_formatter_unittest.py 122 self.assertTrue(output[0].endswith(',trace_tag_0,trace_tag_1'))
124 self.assertTrue(line.endswith(',date,option'))
  /external/chromium-trace/catapult/tracing/tracing_build/
strip_memory_infra_trace.py 26 if in_path.lower().endswith('.gz'):
49 if phase not in ('v', 'V') and evt.get('cat', '').endswith('memory-infra'):
  /external/deqp/scripts/src_util/
check_whitespace.py 31 if line.endswith(" \n") or line.endswith("\t\n"):
  /external/llvm/utils/lit/lit/formats/
googletest.py 54 if ln.endswith('.'):
67 if not execpath.endswith(self.test_suffix):
  /external/skia/src/ports/
SkOSFile_posix.cpp 156 if (!str.endsWith("/") && !str.endsWith("\\")) {
  /external/v8/build/
landmine_utils.py 101 if generator.endswith('-android'):
103 elif generator.endswith('-ninja'):
  /external/v8/gypfiles/
landmine_utils.py 104 if generator.endswith('-android'):
106 elif generator.endswith('-ninja'):
  /external/v8/tools/
presubmit.py 189 return name.endswith('.cc') or name.endswith('.h')
282 if name.endswith(ext):
338 if ' \n' in contents or contents.endswith(' '):
342 if not contents.endswith(' '):
353 if not contents.endswith('\n') or contents.endswith('\n\n'):
405 if (lines[i].endswith(",") and len(lines[i + 1]) > 0 and
verify_source_deps.py 47 if not (f.endswith('.h') or f.endswith('.cc')):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
linecache.py 75 if not filename or (filename.startswith('<') and filename.endswith('>')):
131 if lines and not lines[-1].endswith('\n'):
  /prebuilts/gdb/linux-x86/lib/python2.7/
linecache.py 75 if not filename or (filename.startswith('<') and filename.endswith('>')):
131 if lines and not lines[-1].endswith('\n'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
linecache.py 75 if not filename or (filename.startswith('<') and filename.endswith('>')):
131 if lines and not lines[-1].endswith('\n'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
linecache.py 75 if not filename or (filename.startswith('<') and filename.endswith('>')):
131 if lines and not lines[-1].endswith('\n'):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestContentAssist.java 54 if (attributeName.endsWith(ATTRIBUTE_MIN_SDK_VERSION)
55 || attributeName.endsWith(ATTRIBUTE_TARGET_SDK_VERSION)) {
  /system/sepolicy/tools/
post_process_mac_perms 42 if name.startswith('META-INF/') and name.endswith(('.DSA', '.RSA')):
64 condition = lambda x: x.endswith('.apk')
  /frameworks/base/tools/apilint/
apilint.py 186 elif raw.startswith(" ") and raw.endswith("{"):
309 if clazz.name.endswith("Callbacks"):
311 if clazz.name.endswith("Observer"):
314 if clazz.name.endswith("Callback"):
330 if clazz.name.endswith("Listener"):
459 elif clazz.fullname.endswith("LayoutParams"):
524 if m.name.startswith("create") and m.name.endswith("Intent"):
536 if not clazz.name.endswith("Service"):
548 if not clazz.name.endswith("Provider"):
560 if not clazz.name.endswith("Receiver")
    [all...]
  /build/core/tasks/check_boot_jars/
check_boot_jars.py 53 if f.endswith('.class'):
  /cts/common/util/src/com/android/compatibility/common/util/
Stacktrace.java 50 if (elements[i].getClassName().endsWith(TEST_POSTFIX)) {
  /cts/tests/tests/os/src/android/os/cts/
AbiTest.java 70 } else if (f.getName().endsWith(".so") || f.canExecute()) {

Completed in 2532 milliseconds

1 2 3 4 5 67 8 91011>>