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

1 2 3

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 63 // If frozen is true, put_spelling() and contain() are not allowed to call.
90 bool contain(const char* spelling_str);
  /external/webkit/WebCore/html/
TimeRanges.cpp 109 bool TimeRanges::contain(float time) const function in class:TimeRanges
TimeRanges.h 57 bool contain(float time) const;
HTMLMediaElement.cpp 964 if (!seekableRanges->contain(time)) {
    [all...]
  /ndk/build/core/
prebuilt-library.mk 28 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): The LOCAL_SRC_FILES for a prebuilt static library should only contain one item))
48 # if shouldn't have an .a or .so extension nor contain directory separators.
main.mk 47 # contain any space in it, used to uniquely identify the
109 # now check that APP doesn't contain an unknown app name
definitions.mk 212 # LOCAL_MAKEFILE will contain the path to the Android.mk defining the module
215 # LOCAL_LDFLAGS will contain the set of final linker flags for the module
218 # LOCAL_OBJECTS will contain the list of object files generated from the
222 # LOCAL_BUILT_MODULE will contain the location of the symbolic version of
227 # LOCAL_OBJS_DIR will contain the location where the object files for
231 # LOCAL_INSTALLED will contain the location of the installed version
236 # LOCAL_MODULE_CLASS will contain the type of the module
531 $(call __ndk_info,LOCAL_MODULE definition in $(local-makefile) must not contain space)\
545 $(call __ndk_info,$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_MODULE_FILENAME must not contain spaces)\
572 $$(call __ndk_info,$$(LOCAL_MAKEFILE):$$(LOCAL_MODULE): LOCAL_MODULE_FILENAME must not contain any space
    [all...]
  /cts/tests/core/
ctscore.mk 45 # javalib.jar should only contain .dex files, but the harmony tests also include
  /external/v8/test/mjsunit/
stack-traces.js 113 name + " doesn't contain expected[" + i + "]");
150 "UnintendedCallerCensorship didn't contain new ReferenceError");
169 "ErrorsDuringFormatting didn't contain error: ReferenceError");
181 "ErrorsDuringFormatting didn't contain <error>");
apply.js 122 "exception does not contain Function.prototype.apply: " +
134 "exception does not contain Function.prototype.apply [" +
date.js 36 // Test that dates may contain commas.
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 222 report_error(TYPE_WARNING, 'Language file does not contain a specification of an author!');
225 report_error(TYPE_WARNING, 'Language file does not contain a specification of the copyright!');
228 report_error(TYPE_WARNING, 'Language file does not contain a specification of the release version!');
231 report_error(TYPE_WARNING, 'Language file does not contain a specification of the date it was started!');
248 report_error(TYPE_ERROR, 'Language file does not contain a $language_data structure to check!');
    [all...]
  /cts/tests/SignatureTest/
Android.mk 46 # an empty/non-existent resource dir, R_file_stamp doesn't contain a
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 185 bool SpellingTable::contain(const char* spelling_str) { function in class:ime_pinyin::SpellingTable
  /external/e2fsprogs/
e2fsprogs.spec 22 (used to initialize a partition to contain an empty ext2 filesystem),
  /libcore/
NativeCode.mk 23 # Get the list of all native directories that contain sub.mk files.
  /external/v8/tools/
splaytree.js 67 * the tree does not already contain a node with the specified key. If
131 * Returns the node having the specified key or null if the tree doesn't contain
codemap.js 177 // Static code entries can contain "holes" of unnamed code.
  /external/v8/benchmarks/
splay.js 153 * the tree does not already contain a node with the specified key. If
217 * Returns the node having the specified key or null if the tree doesn't contain
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 148 * the tree does not already contain a node with the specified key. If
212 * Returns the node having the specified key or null if the tree doesn't contain
  /build/core/
cleanbuild.mk 162 # non-common APPS directory, which may contain the wrong resources.
java.mk 7 # It's possible to build a package that doesn't contain any classes.
  /dalvik/docs/
prettify.js 358 // XMP tags contain unescaped entities so require special handling.
617 // Tags whose content is not escaped, and which contain source code.
810 // contain stuff that looks like other tokens, so we want to mark those
    [all...]
  /external/zlib/contrib/masmx64/
inffasx64.asm 5 ; inffasx64.asm is called by inffas8664.c, which contain more info.
  /external/jpeg/
jmemdosa.asm 232 cmp al,80h ; AL should contain hex 80

Completed in 495 milliseconds

1 2 3