HomeSort by relevance Sort by last modified time
    Searched full:insist (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 44 let insist cond = var
73 insist ("i32" = (string_of_lltype i32_type));
75 insist ("i32 42" = (string_of_llvalue c))
84 insist (trip = target_triple m)
90 insist (layout = data_layout m)
105 insist (i32_type = type_of c);
106 insist (is_constant c);
113 insist (i64_type = type_of c);
120 insist (i64_type = type_of c);
127 insist (i32_type = type_of c)
    [all...]
irreader.ml 29 let insist cond = var
30 if not cond then failwith "insist"
41 insist ((global_initializer foo) = (const_int (i32_type context) 42))
  /external/clang/test/Sema/
2009-03-09-WeakDeclarations-1.c 2 // Insist upon warnings for inappropriate weak attributes.
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 45 INSIST(!LINKED(elt, link));\
57 INSIST(!LINKED(elt, link));\
69 INSIST(LINKED(elt, link));\
73 INSIST((list).tail == (elt)); \
79 INSIST((list).head == (elt)); \
92 INSIST(!LINKED(elt, link));\
105 INSIST(!LINKED(elt, link));\
assertions.h 100 #define INSIST(cond) \
110 #define INSIST(cond) ((void) (cond))
113 #define INSIST(cond)
  /external/llvm/test/CodeGen/X86/
div8.ll 15 ; Insist on i8->i32 zero extension, even though divb demands only i16:
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.h 130 * parse succeeds. Clients may insist on strict adherence to the format by
153 * parse succeeds. Clients may insist on strict adherence to the format by
  /external/icu/icu4c/source/i18n/
reldtfmt.h 133 * parse succeeds. Clients may insist on strict adherence to the format by
156 * parse succeeds. Clients may insist on strict adherence to the format by
  /external/e2fsprogs/resize/
resize2fs.8.in 57 folks insist should be the stupid-sounding ``kibibytes''. The same
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.cpp 240 // 1) Neither document has set document.domain. In this case, we insist
243 // 2) Both documents have set document.domain. In this case, we insist
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_gen.c 116 /* Actually there is no reason to insist that 'generator' be a generator.
  /external/openssl/crypto/dh/
dh_gen.c 116 /* Actually there is no reason to insist that 'generator' be a generator.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man7/
fsf-funding.7 160 To make this approach work, you must insist on numbers that you can
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 135 // The FilteredList seems to -insist- on selecting the first item
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 395 * parse succeeds. Clients may insist on strict adherence to the format by
428 * parse succeeds. Clients may insist on strict adherence to the format by
458 * parse succeeds. Clients may insist on strict adherence to the format by
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_streams.c 260 INSIST(ctx->strDone == NULL);
  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 104 * message, or with 411 (length required) if it wishes to insist on receiving a valid
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py 298 # the one we'll insist the tarball has, then that's good enough too.
  /external/jpeg/
ckconfig.c 154 /* Caution: a C++ compiler will insist on complete prototypes */
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt 84 with languages that don't. As a base point, we could insist on
  /external/qemu/distrib/jpeg-6b/
ckconfig.c 154 /* Caution: a C++ compiler will insist on complete prototypes */
  /external/skia/platform_tools/android/bin/
download_utils.py 298 # the one we'll insist the tarball has, then that's good enough too.
  /libcore/luni/src/main/java/org/xml/sax/ext/
EntityResolver2.java 50 * They will insist that feature flag have a value of "true", and the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 138 and you insist on changing string values in place instead, you may cheat
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 179 # However, people insist on putting letters into their version numbers;

Completed in 575 milliseconds

1 2 3 4 5 6 7 8