HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 1151 - 1175 of 4581) sorted by null

<<41424344454647484950>>

  /external/icu4c/test/cintltst/
callcoll.h 41 void doTest(UCollator*, const UChar* source, const UChar* target, UCollationResult result);
uenumtst.c 198 static UEnumeration *getchArrayEnum(const char** source, int32_t size) {
201 cont->array = (char **)source;
269 static UEnumeration *getuchArrayEnum(const UChar** source, int32_t size) {
272 ucont->array = (UChar **)source;
  /external/icu4c/test/intltest/
canittst.cpp 314 UnicodeString source = can.getSource(); local
315 logln("CanonicalIterator::getSource returned "+source);
316 if(start != source) {
317 errln("CanonicalIterator.getSource() didn't return the starting string. Expected "+start+", got "+source);
  /external/icu4c/tools/genrb/
ustr.h 48 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status);
  /external/icu4c/tools/toolutil/
uparse.c 365 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) {
366 const char *read = source;
370 sLen = (int32_t)strlen(source);
373 while(read < source+sLen) {
uparse.h 141 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
  /external/libffi/
Libffi.mk 1 # Copyright 2007 The Android Open Source Project
17 # are OS-specific source files, in others there are just #ifdefs in
19 # right set of source files for the OS and architecture.
  /external/qemu/android/utils/
path.h 1 /* Copyright (C) 2007-2009 The Android Open Source Project
138 extern APosixStatus path_copy_file( const char* dest, const char* source );
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt.S 139 | Check if source is IKBD or MIDI
200 | Check if source is IKBD or MIDI
219 | Check if source is IKBD or MIDI
238 | Check if source is IKBD or MIDI
  /external/v8/samples/
count-hosts.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
  /external/v8/src/
bootstrapper.h 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
106 explicit NativesExternalStringResource(const char* source);
  /external/v8/test/message/
overwritten-builtins.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
try-catch-finally-no-message.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
try-catch-finally-return-in-finally.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
try-finally-return-in-finally.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
arguments-indirect.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
ascii-regexp-subject.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
binary-operation-overwrite.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
bitwise-operations-undefined.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
body-not-visible.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
call-non-function-call.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
closure.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
  /external/v8/test/mjsunit/bugs/
bug-900066.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
  /external/v8/test/mjsunit/compiler/
function-call.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright

Completed in 995 milliseconds

<<41424344454647484950>>