HomeSort by relevance Sort by last modified time
    Searched refs:SKIP (Results 1 - 25 of 44) sorted by null

1 2

  /external/bluetooth/glib/gio/
pltcheck.sh 12 SKIP='\<g_access\|\<g_array_\|\<g_ascii\|\<g_list_\|\<g_assertion_message\|\<g_warn_message\|\<g_atomic\|\<g_build_filename\|\<g_byte_array\|\<g_child_watch\|\<g_convert\|\<g_dir_\|\<g_error_\|\<g_clear_error\|\<g_file_error_quark\|\<g_file_get_contents\|\<g_file_set_contents\|\<g_file_test\|\<g_file_read_link\|\<g_filename_\|\<g_find_program_in_path\|\<g_free\|\<g_get_\|\<g_getenv\|\<g_hash_table_\|\<g_idle_\|\<g_intern_static_string\|\<g_io_channel_\|\<g_key_file_\|\<g_listenv\|\<g_locale_to_utf8\|\<g_log\|\<g_main_context_wakeup\|\<g_malloc\|\<g_markup_\|\<g_mkdir_\|\<g_mkstemp\|\<g_module_\|\<g_object_\|\<g_once_\|\<g_param_spec_\|\<g_path_\|\<g_printerr\|\<g_propagate_error\|\<g_ptr_array_\|\<g_qsort_\|\<g_quark_\|\<g_queue_\|\<g_realloc\|\<g_return_if_fail\|\<g_set_error\|\<g_shell_\|\<g_signal_\|\<g_slice_\|\<g_slist_\|\<g_snprintf\|\<g_source_\|\<g_spawn_\|\<g_static_\|\<g_str\|\<g_thread_pool_\|\<g_time_val_add\|\<g_timeout_\|\<g_type_\|\<g_unlink\|\<g_uri_\|\<g_utf8_\|\<g_value_\|\<g_enum_\|\<g_flags_\|\<g_checksum\|\<g_io_add_watch\|\<g_bit_\|\<g_poll\|\<g_boxed'
16 readelf -r $so | grep 'JU\?MP_SLOT\?' | grep '\<g_' | grep -v $SKIP && status=1
  /external/chromium/net/base/
escape_icu.cc 16 // TODO(brettw) bug 1201094: this function should be removed, this "SKIP"
20 base::OnStringConversionError::SKIP, &encoded))
  /external/ppp/pppd/plugins/radius/
clientid.c 48 #define SKIP(p) while(*p && isspace(*p)) p++;
56 SKIP(q);
64 SKIP(c);
87 #undef SKIP
  /build/tools/
warn.py 14 SKIP=100
44 { 'category':'C/C++', 'severity':severity.SKIP, 'members':[], 'option':'',
74 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
160 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
163 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
178 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
211 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
278 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
281 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':'',
284 { 'category':'cont.', 'severity':severity.SKIP, 'members':[], 'option':''
    [all...]
  /external/chromium/base/i18n/
icu_string_conversions.h 25 SKIP,
29 // this is the same as SKIP.
icu_string_conversions_unittest.cc 83 OnStringConversionError::SKIP, &utf8));
115 // Test a case where the input cannot be decoded, using SKIP, FAIL
125 OnStringConversionError::SKIP,
282 OnStringConversionError::SKIP, &encoded));
284 // From Unicode, SUBSTITUTE is the same as SKIP for now.
296 OnStringConversionError::SKIP, &encoded));
302 OnStringConversionError::SKIP, &encoded));
307 OnStringConversionError::SKIP, &encoded));
icu_string_conversions.cc 95 case OnStringConversionError::SKIP:
123 case OnStringConversionError::SKIP:
  /frameworks/base/core/java/android/util/
Base64.java 224 private static final int SKIP = -1;
322 } else if (d != SKIP) {
332 } else if (d != SKIP) {
347 } else if (d != SKIP) {
369 } else if (d != SKIP) {
378 } else if (d != SKIP) {
385 if (d != SKIP) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
result_summary.py 61 self.tests_by_expectation[test_expectations.SKIP] = set()
json_layout_results_generator.py 46 test_expectations.SKIP: json_results_generator.JSONResultsGeneratorBase.SKIP_RESULT,
162 summary.tests_by_expectation[test_expectations.SKIP]) &
198 summary.tests_by_expectation[test_expectations.SKIP] &
test_expectations.py 44 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, SKIP, WONTFIX,
58 test_is_skipped: whether test was marked as SKIP"""
65 if result == SKIP and test_is_skipped:
162 self.is_rebaselining(test), self.has_modifier(test, SKIP))
236 SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
238 DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
239 LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
242 SKIP: Doesn't run the test.
268 EXPECTATION_DESCRIPTIONS = {SKIP: ('skipped', 'skipped'),
284 TEXT, IMAGE, AUDIO, FAIL, SKIP)
    [all...]
test_expectations_unittest.py 57 self.assertEquals(result_was_expected(SKIP, set([CRASH]),
59 self.assertEquals(result_was_expected(SKIP, set([CRASH]),
105 BUG_TEST WONTFIX SKIP : failures/expected/crash.html = CRASH
195 SKIP : failures/expected/image.html""")
206 self.parse_exp('SKIP : failures/expected/text.html = TEXT',
242 self.assertTrue(match('failures/expected/crash.html', SKIP, False))
246 self.parse_exp("BUGX SKIP : failures/expected = TEXT\n"
251 self._exp.get_tests_with_result_type(SKIP))
472 self.match(['bug123xy', 'rebaseline', 'wontfix', 'slow', 'skip'], 0)
test_runner.py 103 tbe[test_expectations.SKIP])
316 test_expectations.SKIP)
356 # To count the chunk_len, and make sure we don't skip
418 test_expectations.SKIP, "skipped")
429 result.type = test_expectations.SKIP
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepositoryTest.java 62 assertEquals(RenderMode.SKIP, repository.getRenderMode("android.widget.LinearLayout"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
BreakpointOption.java 138 call = "skip " + call;
139 builder.setFunction(Function.SKIP);
150 call = "skip " + call;
151 builder.setFunction(Function.SKIP);
162 builder.setFunction(Function.SKIP);
186 // else defaults to continue BeforeCall and skip AfterCall
MessageQueue.java 219 builder.setFunction(Function.SKIP);
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 133 // Skip if the keyword or url is invalid.
434 // If no end tag or start tag is broken, we skip to find the folder name.
439 base::OnStringConversionError::SKIP, folder_name);
500 base::OnStringConversionError::SKIP, title);
507 base::OnStringConversionError::SKIP, &url16);
520 base::OnStringConversionError::SKIP, shortcut);
536 base::OnStringConversionError::SKIP, post_data);
571 base::OnStringConversionError::SKIP, title);
581 base::OnStringConversionError::SKIP, &url16);
mork_reader.cc 173 // If the first line is the a=c line (column map), just skip over it.
209 ++idx; // Skip escaped ')' characters.
266 // Skip to the first '['.
357 ++idx; // Skip escaped characters.
391 ++idx; // Skip escaped characters.
519 base::OnStringConversionError::SKIP, &title);
522 base::OnStringConversionError::SKIP, &title);
  /external/openssh/regress/
bsd.regress.mk 56 @echo -n "SKIP " >> ${REGRESSLOG}
  /external/iproute2/lib/
ll_types.c 69 __PF(SKIP,skip)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 166 renderMode = RenderMode.SKIP;
180 renderMode = RenderMode.SKIP;
184 renderMode = RenderMode.SKIP;
193 assert renderMode == RenderMode.SKIP;
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 530 SKIP :
534 // if this is ever changed to not be a SKIP, need
  /prebuilt/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/libxml2/
HTMLparser.c 281 * SKIP(n) Skip n xmlChar, and must also be used only to skip ASCII defined
288 * NEXT Skip to the next character, this does the proper decoding
290 * NEXTL(l) Skip the current unicode character of l xmlChars long.
296 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
565 * skip all blanks character found at that point in the input streams.
    [all...]
parser.c     [all...]

Completed in 2178 milliseconds

1 2