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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/regex/
regfree.c 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
68 if (g->must != NULL)
69 free(g->must);
  /external/v8/test/mjsunit/
html-comments.js 1 --> must work at beginning of file!
8 // * Redistributions of source code must retain the above copyright
10 // * Redistributions in binary form must reproduce the above
31 --> this must be ignored...
32 --> so must this...
receiver-in-with-calls.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
28 // When invoking functions from within a 'with' statement, we must set
  /external/bluetooth/glib/glib/
gi18n-lib.h 29 #error You must define GETTEXT_PACKAGE before including gi18n-lib.h. Did you forget to include config.h?
  /external/opencore/oscl/oscl/osclbase/src/
oscl_byte_order.inl 38 #error must define either OSCL_BYTE_ORDER_LITTLE_ENDIAN or OSCL_BYTE_ORDER_BIG_ENDIAN
40 #error must only define one of OSCL_BYTE_ORDER_LITTLE_ENDIAN, OSCL_BYTE_ORDER_BIG_ENDIAN
  /dalvik/libcore/archive/src/main/native/
sub.mk 17 # Any shared/static libs that are listed here must also
  /dalvik/libcore/dalvik/src/main/native/
sub.mk 11 # Any shared/static libs that are listed here must also
  /dalvik/libcore/luni-kernel/src/main/native/
sub.mk 11 # Any shared/static libs that are listed here must also
  /dalvik/libcore/openssl/src/main/native/
sub.mk 11 # Any shared/static libs that are listed here must also
  /dalvik/libcore/sql/src/main/native/
sub.mk 12 # Any shared/static libs that are listed here must also
  /dalvik/libcore/x-net/src/main/native/
sub.mk 12 # Any shared/static libs that are listed here must also
  /dalvik/libcore/xml/src/main/native/
sub.mk 10 # Any shared/static libs that are listed here must also
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_VIRTUAL_QUICK.S 33 EXPORT_PC # must export pc for invoke
OP_INVOKE_SUPER_QUICK.S 35 EXPORT_PC # must export for invoke
  /external/stlport/stlport/stl/config/
_apple.h 41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
49 # error <ConditionalMacros.h> must be included. (TYPE_LONGLONG)
  /build/core/
java_library.mk 7 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
product.mk 139 $(if $(pn),,$(error $(p): PRODUCT_NAME must be defined.)) \
141 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
151 $(error $(p): PRODUCT_NAME must be a valid C identifier, not "$(pn)") \
154 $(if $(pb),,$(error $(p): PRODUCT_BRAND must be defined.)) \
  /dalvik/libcore/icu/src/main/native/
sub.mk 22 # Any shared/static libs that are listed here must also
  /dalvik/libcore/luni/src/main/native/
sub.mk 27 # Any shared/static libs that are listed here must also
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_INTERFACE.S 17 EXPORT_PC() @ must export for invoke
OP_INVOKE_STATIC.S 16 EXPORT_PC() @ must export for invoke
OP_INVOKE_SUPER_QUICK.S 18 EXPORT_PC() @ must export for invoke
OP_INVOKE_VIRTUAL_QUICK.S 21 EXPORT_PC() @ invoke must export
  /external/v8/test/mjsunit/bugs/
bug-900066.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
29 // must be "disconnected" from the corresponding parameter.
  /external/skia/tests/
Android.mk 20 # The name of the file with a main function must

Completed in 3787 milliseconds

1 2 3 4 5 6 7 8 91011>>