Searched refs:nci (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx0x-class.cpp14 static const int nci = vs; // expected-error {{in-class initializer for static data member is not a constant expression}} member in class:C
H A Dclass.cpp42 static const int nci = vs; // expected-error {{in-class initializer for static data member is not a constant expression}} member in class:C
/external/libnfc-nci/
H A DAndroid.mk11 # Build shared library system/lib/libnfc-nci.so for stack code.
15 LOCAL_MODULE := libnfc-nci
32 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
/external/jpeg/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
305 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
306 blksize = blkdist / nci;
307 for (j = 0; j < nci; j++) {
308 /* Compute j'th output value (out of nci) for component */
309 val = output_value(cinfo, i, j, nci-1);
337 int i,j,k, nci, blksize, val, pad; local
362 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
363 blksize = blksize / nci;
373 k = largest_input_value(cinfo, i, 0, nci
436 int i, j, nci; local
[all...]
/external/lldb/source/Symbol/
H A DClangASTType.cpp4459 for (IndirectFieldDecl::chain_iterator nci = nested_indirect_field_decl->chain_begin(),
4461 nci < nce;
4462 ++nci)
4464 chain[chain_index] = *nci;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 516 milliseconds