HomeSort by relevance Sort by last modified time
    Searched refs:nc (Results 151 - 175 of 593) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Tools/scripts/
texcheck.py 161 nc = line.find(r'\newcommand')
162 if nc != -1:
163 start = line.find('{', nc)
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 158 NullCipher nc = new NullCipher(); local
159 CipherOutputStream stream1 = new CipherOutputStream(new BufferedOutputStream((OutputStream) null), nc);
161 CipherOutputStream stream3 = new CipherOutputStream(stream2, nc);
  /system/netd/server/
NetworkController.cpp 289 struct android_net_context nc = { local
310 const bool explicitlySelected = (nc.app_netid != NETID_UNSET);
312 nc.app_netid = getNetworkForConnectLocked(uid);
316 fwmark.netId = nc.app_netid;
320 nc.app_mark = fwmark.intValue;
322 nc.dns_mark = getNetworkForDnsLocked(&(nc.dns_netid), uid);
326 nc.app_netid, nc.app_mark, nc.dns_netid, nc.dns_mark, uid)
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
h8500-dis.c 281 int nc = 0; local
289 if (nc)
291 nc = 1;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 341 nc = @buffer.getc
343 if nc.between?( ?0, ?9 ) # octal integer
344 @buffer.ungetc( nc )
346 elsif nc == ?x
349 ESCAPE_MAP[ nc ]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 224 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
230 for (i = 0; i < NC; i++) { \
236 for (i = 0; i < NC; i++) { \
244 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
247 for (i = 0; i < NC; i++) { \
263 GLubyte input[MAX_COMP], GLint nc)
270 for (i = 0; i < nc; i++) {
285 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
292 for (i = 0; i < nc; i++) {
307 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n
    [all...]
  /external/curl/lib/vauth/
digest.c 492 "cnonce=\"%s\",nc=\"%s\",digest-uri=\"%s\",response=%s,"
556 digest->nc = 1; /* we make a new nonce now */
706 if(!digest->nc)
707 digest->nc = 1;
811 digest->nc,
840 with web-safe characters. uri is already percent encoded. nc is 8 hex
854 "nc=%08x, "
862 digest->nc,
867 digest->nc++; /* The nc (from RFC) has to be a 8 hex digit number
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 435 final NotificationController nc = local
483 if (me instanceof AuthenticationFailedException && nc != null) {
484 nc.showLoginFailedNotificationSynchronous(account.mId,
519 if (nc != null) {
520 nc.cancelLoginFailedNotification(account.mId);
523 if (me instanceof AuthenticationFailedException && nc != null) {
524 nc.showLoginFailedNotificationSynchronous(account.mId, false /* incoming */);
  /packages/apps/Settings/src/com/android/settings/wifi/details/
WifiDetailPreferenceController.java 185 private boolean hasCapabilityChanged(NetworkCapabilities nc, int cap) {
189 // nc can never be null, see ConnectivityService#callCallbackForRequest.
190 return mNetworkCapabilities.hasCapability(cap) != nc.hasCapability(cap);
194 public void onCapabilitiesChanged(Network network, NetworkCapabilities nc) {
198 if (network.equals(mNetwork) && !nc.equals(mNetworkCapabilities)) {
199 if (hasCapabilityChanged(nc, NET_CAPABILITY_VALIDATED) ||
200 hasCapabilityChanged(nc, NET_CAPABILITY_CAPTIVE_PORTAL)) {
203 mNetworkCapabilities = nc;
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
MonkeyLogParserTest.java 536 NativeCrashItem nc = (NativeCrashItem) monkeyLog.getCrash(); local
602 NativeCrashItem nc = (NativeCrashItem) monkeyLog.getCrash(); local
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionThreadPool.h 42 const Index nc; member in struct:Eigen::internal::packRhsAndKernelArg
188 bn = blocking.nc();
195 bn = blocking.nc();
232 bn = blocking.nc();
239 bn = blocking.nc();
799 Index nc = blocking.nc(); local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java 1295 NetworkCapabilities nc = new NetworkCapabilities(); local
1336 NetworkCapabilities nc = new NetworkCapabilities(); local
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 618 float nc = 1.0f - c; local
625 rm[rmOffset + 0] = x*x*nc + c;
626 rm[rmOffset + 4] = xy*nc - zs;
627 rm[rmOffset + 8] = zx*nc + ys;
628 rm[rmOffset + 1] = xy*nc + zs;
629 rm[rmOffset + 5] = y*y*nc + c;
630 rm[rmOffset + 9] = yz*nc - xs;
631 rm[rmOffset + 2] = zx*nc - ys;
632 rm[rmOffset + 6] = yz*nc + xs;
633 rm[rmOffset + 10] = z*z*nc + c
    [all...]
  /frameworks/native/libs/math/include/math/
TMatHelpers.h 510 T nc = 1 - c; local
517 r[0][0] = x*x*nc + c; r[1][0] = xy*nc - zs; r[2][0] = zx*nc + ys;
518 r[0][1] = xy*nc + zs; r[1][1] = y*y*nc + c; r[2][1] = yz*nc - xs;
519 r[0][2] = zx*nc - ys; r[1][2] = yz*nc + xs; r[2][2] = z*z*nc + c
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 1125 NetworkConfig *nc = new NetworkConfig(); local
1126 if (nc == NULL)
1128 nc->setWpaGui(this);
1131 nc->paramsFromConfig(id);
1133 nc->newNetwork();
1135 nc->show();
1136 nc->exec();
1176 NetworkConfig *nc = new NetworkConfig(); local
1177 if (nc == NULL)
1179 nc->setWpaGui(this)
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1569 long nc = ((AC_MASK & (c + AC_UNIT)) | local
1710 long nc = (v.stackPred & SP_MASK) | (UC_MASK & (c + AC_UNIT)); local
1734 long nc = (v.stackPred & SP_MASK) | (UC_MASK & (c + inc)); local
1759 long nc = (v.stackPred & SP_MASK) | (UC_MASK & (c + AC_UNIT)); local
1778 long lc = ns & SP_MASK, nc, c; local
1850 long nc = ((UC_MASK & (c - TC_UNIT)) | local
1884 long nc = ((AC_MASK & (c - AC_UNIT)) | local
1892 long nc = v.stackPred & SP_MASK; local
2197 long nc = ((AC_MASK & (c - AC_UNIT)) | local
2207 long nc = (AC_MASK & c) | (TC_MASK & (c + TC_UNIT)); local
2315 long nc = (AC_MASK & ((c = ctl) - AC_UNIT)) | (~AC_MASK & c); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 1323 NetworkCapabilities nc = getNetworkCapabilitiesInternal(nai); local
2964 NetworkCapabilities nc = nai.networkCapabilities; local
4501 NetworkCapabilities nc = new NetworkCapabilities(networkCapabilities); local
4533 final NetworkCapabilities nc = new NetworkCapabilities(networkCapabilities); local
4655 final NetworkCapabilities nc = new NetworkCapabilities(networkCapabilities); local
5108 final NetworkCapabilities nc = networkCapabilitiesRestrictedForCallerPermissions( local
5254 NetworkCapabilities nc = newNetwork.networkCapabilities; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
adc.d 37 0x[0-9a-f]+ 23c1 0106 adc.nc r3,r3,r4
38 0x[0-9a-f]+ 24c1 0106 adc.nc r4,r4,r4
39 0x[0-9a-f]+ 24c1 01c6 adc.nc r4,r4,r7
add.d 37 0x[0-9a-f]+ 23c0 0106 add.nc r3,r3,r4
38 0x[0-9a-f]+ 24c0 0106 add.nc r4,r4,r4
39 0x[0-9a-f]+ 24c0 01c6 add.nc r4,r4,r7
and.d 37 0x[0-9a-f]+ 23c4 0106 and.nc r3,r3,r4
38 0x[0-9a-f]+ 24c4 0106 and.nc r4,r4,r4
39 0x[0-9a-f]+ 24c4 01c6 and.nc r4,r4,r7
asl.d 37 0x[0-9a-f]+ 2bc0 0106 asl.nc r3,r3,r4
38 0x[0-9a-f]+ 2cc0 0106 asl.nc r4,r4,r4
39 0x[0-9a-f]+ 2cc0 01c6 asl.nc r4,r4,r7
asr.d 37 0x[0-9a-f]+ 2bc2 0106 asr.nc r3,r3,r4
38 0x[0-9a-f]+ 2cc2 0106 asr.nc r4,r4,r4
39 0x[0-9a-f]+ 2cc2 01c6 asr.nc r4,r4,r7
bic.d 37 0x[0-9a-f]+ 23c6 0106 bic.nc r3,r3,r4
38 0x[0-9a-f]+ 24c6 0106 bic.nc r4,r4,r4
39 0x[0-9a-f]+ 24c6 01c6 bic.nc r4,r4,r7
lsr.d 37 0x[0-9a-f]+ 2bc1 0106 lsr.nc r3,r3,r4
38 0x[0-9a-f]+ 2cc1 0106 lsr.nc r4,r4,r4
39 0x[0-9a-f]+ 2cc1 01c6 lsr.nc r4,r4,r7

Completed in 380 milliseconds

1 2 3 4 5 67 8 91011>>